*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow:hidden}:root{color-scheme:dark;--ink:#10202a;--panel:rgba(11,44,54,.9);--line:rgba(255,255,255,.22);--text:#f7fff4;--muted:#d4ead8;--leaf:#75d66f;--sun:#ffd166;--berry:#ff6f91}body{background:linear-gradient(160deg,#184e5e 0%,#4a8f5a 52%,#223d2c 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{width:min(1060px,calc(100vw - 20px));height:100vh;margin:0 auto;padding:10px 0 12px;display:flex;flex-direction:column;gap:8px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:66px;padding:10px 14px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(135deg,var(--panel),rgba(18,82,69,.88));box-shadow:0 16px 40px rgba(0,0,0,.18)}h1{margin:0;font-size:clamp(1.25rem,2.7vw,2rem);letter-spacing:0}p{margin:4px 0 0;color:var(--muted);font-size:.92rem;font-weight:750}.keys{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.keys span{display:inline-flex;align-items:center;min-height:34px;padding:7px 10px;border-radius:8px;background:linear-gradient(135deg,var(--sun),#f59e0b);color:#24320c;font-weight:900;white-space:nowrap}.keys span:last-child{background:linear-gradient(135deg,var(--leaf),#22c55e)}.stage-shell{position:relative;flex:1;min-height:0;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#74c7df;box-shadow:0 18px 70px rgba(0,0,0,.28)}.game{width:100%;height:100%;touch-action:none}.game canvas{display:block;margin:auto}@media(max-width:720px){.shell{width:100vw;padding:0;gap:0}.topbar{border-radius:0;border-left:0;border-right:0;min-height:58px}.stage-shell{border-radius:0;border-left:0;border-right:0}.topbar p{display:none}.keys span{min-height:30px;padding:6px 8px;font-size:.82rem}}@media(max-height:480px){.topbar{min-height:46px;padding:6px 10px}h1{font-size:1.05rem}.topbar p{display:none}.keys span{min-height:28px;padding:5px 8px;font-size:.8rem}}
