:root{--ink:#14171c;--panel-top:#333e4d;--panel:#242c37;--cream:#fff6e3;--muted:#9aa7b8;--yellow:#ffd84a;--sat:env(safe-area-inset-top, 0px);--sar:env(safe-area-inset-right, 0px);--sab:env(safe-area-inset-bottom, 0px);--sal:env(safe-area-inset-left, 0px)}*{box-sizing:border-box}html,body{margin:0;height:100%;height:100dvh;overflow:hidden;background:#101318;color:var(--cream);font-family:Arial Black,Arial Bold,Helvetica Neue,system-ui,sans-serif;touch-action:none;overscroll-behavior:none;-webkit-user-select:none;user-select:none}canvas#game{display:block;position:fixed;top:0;left:0;width:100vw;width:100dvw;height:100vh;height:100dvh;background:#273a2c;touch-action:none}.sticker{position:fixed;z-index:5;background:linear-gradient(180deg,var(--panel-top),var(--panel));border:3px solid var(--ink);border-radius:14px;box-shadow:4px 5px #0000006b;color:var(--cream)}#cornerRight{position:fixed;right:calc(16px + var(--sar));bottom:calc(16px + var(--sab));z-index:5;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}#cornerRight .sticker{position:static}#help{padding:11px 13px;font-size:11px;line-height:1.9;border-top:4px solid var(--yellow)}#help b{display:block;font-size:12px;color:var(--yellow);margin-bottom:3px;letter-spacing:.5px}#help div{color:var(--muted);font-weight:400;font-family:system-ui,sans-serif}#status{padding:8px 12px;font-size:11px;font-family:system-ui,sans-serif;font-weight:600;color:var(--muted)}#minimapWrap{left:calc(16px + var(--sal));bottom:calc(16px + var(--sab));padding:7px;border-top:4px solid #4ee7ff;pointer-events:none}#minimap{width:190px;height:126px;display:block;border-radius:8px;background:#171c23}.kbd{display:inline-block;min-width:17px;padding:1px 5px;margin-right:2px;border:2px solid var(--ink);border-radius:5px;background:var(--cream);color:var(--ink);font-family:system-ui,sans-serif;font-size:10px;font-weight:800;text-align:center}.text-overlay{position:fixed;z-index:8;display:none;margin:0;padding:0 18px;border:3px solid var(--ink);border-radius:12px;background:#171c23;color:var(--cream);font-family:Arial Black,Arial Bold,Helvetica Neue,system-ui,sans-serif;font-size:18px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;text-align:left;box-shadow:4px 5px #0000006b;touch-action:manipulation;-webkit-user-select:text;user-select:text;outline:none}.text-overlay.visible{display:block}.text-overlay:focus{border-color:var(--yellow)}@media(max-width:820px){#help{display:none}#minimap{width:150px;height:100px}}body.compact-ui #help{display:none}body.compact-ui #minimap,body.touch-race #minimap{width:110px;height:74px}body.touch-race #minimapWrap{left:calc(10px + var(--sal));bottom:calc(86px + var(--sab))}
