:root{color-scheme:dark;--bg: #2a2635;--text: #f7f5fc;--accent: #b8a9e8;--muted: #9d94b0}*{box-sizing:border-box}html,body{margin:0;min-height:100%;min-height:100dvh;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;-webkit-tap-highlight-color:transparent;touch-action:manipulation}#app{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100dvh;box-sizing:border-box;padding:max(8px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));gap:8px}#game{width:auto;max-width:calc(100vw - 24px);height:auto;display:block;border-radius:12px;box-shadow:0 12px 40px #00000073;touch-action:none}#hud{display:flex;align-items:center;gap:16px;font-size:1.1rem;font-weight:600;letter-spacing:.02em}#restart{border:1px solid var(--accent);background:#ffffff0f;color:var(--text);border-radius:999px;padding:8px 16px;font:inherit;cursor:pointer}#restart:active{transform:scale(.98)}#hint{margin:0;max-width:28rem;text-align:center;font-size:.9rem;color:var(--muted);line-height:1.35}
