:root{--ink:#14171c;--panel-top:#333e4d;--panel:#242c37;--cream:#fff6e3;--muted:#9aa7b8;--yellow:#ffd84a}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;background:#101318;color:var(--cream);font-family:Arial Black,Arial Bold,Helvetica Neue,system-ui,sans-serif}canvas#game{display:block;width:100vw;height:100vh;background:#273a2c}.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:16px;bottom:16px;z-index:5;display:flex;flex-direction:column;align-items:flex-end;gap:8px}#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:16px;bottom:16px;padding:7px;border-top:4px solid #4ee7ff}#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}@media(max-width:820px){#help{display:none}#minimap{width:150px;height:100px}}
