:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#eaf7ff;background:#080d1b;font-synthesis:none}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden}#player{position:relative;width:100%;height:100svh;background:#0a1120;overflow:hidden}#game{display:block;width:100%;height:100%;outline:none;background:#0a1120}#player-tools{position:absolute;top:50%;right:10px;display:flex;flex-direction:column;gap:7px;z-index:3;transform:translateY(-50%);transition:opacity .25s}#player-tools button{width:30px;height:30px;padding:0;text-align:center;font-size:17px;line-height:28px}body.idle #player-tools:not(:focus-within){opacity:0;pointer-events:none}button{font:inherit;font-size:14px;letter-spacing:.03em;color:#b7d2e1;border:1px solid #33546b;background:#091726e8;padding:9px 15px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}button:hover:not(:disabled){color:#e6ffff;border-color:#50e0df;background:#153747}button:disabled{opacity:.4;cursor:default}button:focus-visible{outline:2px solid #50e0df;outline-offset:4px}button span{margin-left:8px}#keyboard-help{position:absolute;z-index:4;top:66px;right:16px;width:350px;max-width:calc(100% - 32px);padding:23px;background:#091726f7;border:1px solid #35576c;box-shadow:0 20px 70px #000a}#keyboard-help{max-height:calc(100svh - 86px);overflow-y:auto}#keyboard-help h2{font-size:12px;letter-spacing:.16em;color:#f5bc70;margin:24px 0 0}#keyboard-help[hidden]{display:none}.help-title{display:flex;align-items:center;justify-content:space-between;color:#50e0df;letter-spacing:.14em;font-size:16px}.help-title button{border:0;padding:0 6px;font-size:27px;background:none}dl{margin:23px 0}dl>div{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #21394b;font-size:14px}dt{color:#b8cbdc}dd{margin:0;color:#eefcff}#keyboard-help p{color:#7f9eb5;line-height:1.6;font-size:14px;margin:16px 0 0}.overlay{position:absolute;inset:0;z-index:5;display:grid;place-items:center;text-align:center;padding:24px;background:radial-gradient(ellipse at 50% 50%,#14263b,#080f1d 65%)}.overlay[hidden]{display:none}.load-content{width:560px;max-width:100%}.eyebrow{font-size:14px;letter-spacing:.23em;color:#6c92a9;margin:0 0 24px}h1{font-size:clamp(64px,12vw,124px);line-height:1;letter-spacing:-.055em;font-style:italic;font-weight:900;margin:0;color:#ecfcff;text-shadow:4px 6px 0 #164753}.arcade-word{font-size:clamp(18px,3vw,29px);color:#50e0df;letter-spacing:.2em;margin:16px 0 48px}progress{display:block;appearance:none;border:0;width:290px;max-width:90%;height:5px;margin:0 auto;background:#20364a}progress::-webkit-progress-bar{background:#20364a}progress::-webkit-progress-value{background:#50e0df;box-shadow:0 0 20px #50e0df}progress::-moz-progress-bar{background:#50e0df}#load-message{font-size:14px;color:#87a6bd;line-height:1.6;margin:19px 0 0}#retry{margin-top:22px}.failed h1{font-size:30px;line-height:1.3;font-style:normal;letter-spacing:-.025em;text-shadow:none}.failed .arcade-word{display:none}#mobile-hint{display:none}noscript{position:absolute;z-index:6;bottom:30px;width:100%;text-align:center;font-size:16px}#player:fullscreen{width:100vw;height:100vh}@media(max-width:720px){#player-tools{right:8px}button{padding:8px 10px}#mobile-hint{display:block;position:absolute;bottom:4px;left:12px;right:12px;text-align:center;color:#88a1b7;background:#08101bd9;padding:8px;font-size:12px;pointer-events:none}}@media(prefers-reduced-motion:reduce){#player-tools,button{transition:none}}
