*{accent-color:currentColor;margin:0;padding:0}:root{--light:#ddd;--dark:#222;--fg:var(--dark);--bg:var(--light);font-size:.625rem}@media (prefers-color-scheme:dark){:root{--fg:var(--light);--bg:var(--dark)}}html,body{scrollbar-color:var(--fg) var(--bg);flex-direction:column;min-height:100dvh;display:flex}body{background:var(--bg);color:var(--fg);flex-direction:column;justify-content:center;align-items:center;gap:1lh;padding:2lh;font-family:monospace;font-size:1.6rem;display:flex}h1{margin:0;font-weight:400}#screen{image-rendering:auto;cursor:grab;touch-action:none;background:0 0;transition:filter 80ms linear;display:block}#screen:active{cursor:grabbing}.controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5lh;display:flex}.controls .speed{align-items:center;gap:.5lh;margin-left:.5lh;display:flex}input,button,textarea,select,::file-selector-button{color:var(--fg);background:var(--bg);appearance:none;padding:.25lh .5lh}textarea{border-radius:0;outline:none}.speed input[type=range]{appearance:auto;width:8lh;padding-inline:initial;vertical-align:middle}.speed .lbl{text-align:right;min-width:5em;display:inline-block}.hint{user-select:none}poke-editor{width:min(960px,100%);display:block}