@font-face{font-family:"Press Start 2P";src:url(/tinker/fcved/fonts/PressStart2P-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--bg:#000;--fg:#f1f1f1;--yellow:#e2c236;--sky:#6fc3e8;--green:#2a9d3f;--red:#d62828;--unit:8px;--scale:2}*{box-sizing:border-box}html,body{background:var(--bg);touch-action:pan-y;overscroll-behavior:none;margin:0;padding:0}body{min-height:100vh;color:var(--fg);font-family:"Press Start 2P",monospace;font-size:calc(var(--unit) * var(--scale));text-transform:uppercase;line-height:1.5}@media (pointer:coarse) and (width>=1176px){:root{--scale:3}}#app{max-width:calc(48ch + var(--unit) * var(--scale));padding:calc(var(--unit) * var(--scale)) calc(var(--unit) * var(--scale) / 2);margin:0 auto}#app,#app *{white-space:pre-wrap}.title{font-size:calc(var(--unit) * var(--scale));color:var(--fg);margin:0 0 .75em}.rule{color:var(--fg);margin:.75em 0}.menu{flex-direction:column;display:flex}.row{min-height:44px;color:var(--fg);background:var(--bg);cursor:pointer;-webkit-tap-highlight-color:#0000;align-items:center;display:flex}.code-box{box-sizing:content-box;font:inherit;text-transform:none;resize:none;width:100%;color:var(--fg);background:var(--bg);border:1px solid var(--fg);padding:0 .5em;overflow:auto}.row.selected{color:var(--bg);background:var(--yellow)}.cursor,.cursor-space{width:1.5ch;display:inline-block}.cursor{animation:.5s step-end infinite cursor-blink}@keyframes cursor-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}
