:root{--paper:#f5ead7;--paper-2:#f0dcc0;--paper-3:#fbf5ea;--ink:#1f1a14;--muted:#5f564a;--accent:#1aa3a2;--accent-2:#f2b54a;--accent-3:#e16a52;--panel:rgba(255, 255, 255, 0.78);--board:#0f1420;--grid:rgba(255, 255, 255, 0.08);--glow:rgba(26, 163, 162, 0.25);--border:rgba(31, 26, 20, 0.14);--shadow:0 16px 30px -24px rgba(31, 26, 20, 0.35);--font-ui:"Space Grotesk",sans-serif;--font-display:"Fraunces",serif}body[data-theme=dark],html[data-theme=dark]{--paper:#1e1b18;--paper-2:#26221f;--paper-3:#2d2926;--ink:#f2ede3;--muted:#d6cbb9;--panel:rgba(42, 38, 34, 0.9);--border:rgba(245, 239, 230, 0.16);--shadow:0 16px 30px -24px rgba(0, 0, 0, 0.45)}*,::after,::before{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-ui);color:var(--ink);background:radial-gradient(circle at top,#fff7e2 0,var(--paper) 40%,var(--paper-2) 100%)}body[data-theme=dark],html[data-theme=dark] body{background:radial-gradient(circle at top,#24211e 0,var(--paper) 45%,#1a1815 100%)}body[data-theme=dark] .bg-orb,html[data-theme=dark] .bg-orb{opacity:.32}.bg-orb{position:fixed;width:320px;height:320px;border-radius:50%;filter:blur(0px);opacity:.45;z-index:-1;animation:float 14s ease-in-out infinite}.orb-a{top:-80px;left:-60px;background:radial-gradient(circle,rgba(26,163,162,.7),transparent 65%)}.orb-b{bottom:-120px;right:-80px;background:radial-gradient(circle,rgba(242,181,74,.6),transparent 65%);animation-delay:-4s}.app{position:relative;max-width:1100px;margin:0 auto;padding:32px 24px 48px;display:grid;gap:24px;animation:fadeInUp .8s ease;min-height:100vh;min-height:100dvh;grid-template-rows:auto auto 1fr auto}.top{position:relative;z-index:120;display:flex;align-items:center;justify-content:space-between;gap:16px}.mobile-hud{display:none;gap:12px;padding:6px 10px;border-radius:12px;background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow)}.mobile-hud canvas{width:40px;height:40px;border-radius:10px;background:#fff;box-shadow:inset 0 0 0 1px rgba(27,27,31,.08)}.mobile-stats{display:grid;grid-auto-flow:column;gap:10px}.mobile-actions{display:inline-flex;gap:clamp(4px,1.6vw,10px)}.mobile-stat{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:12px;text-align:center}.mobile-stat span{color:var(--muted);font-size:10px;letter-spacing:.4px}.mobile-stat strong{font-size:13px}.actions{display:flex;gap:clamp(4px,1.6vw,10px);flex-wrap:nowrap;align-items:center}.actions #btn-restart,.actions .pause-btn{display:none}.top .mobile-actions{display:inline-flex;align-items:center;gap:clamp(4px,1.6vw,10px)}.theme-toggle{--ghost-pad:10px;padding:10px;border-radius:999px;display:inline-grid;place-items:center;aspect-ratio:1}.theme-toggle__icon{width:16px;height:16px;display:block}.theme-toggle__icon--moon{display:none}body[data-theme=dark] .theme-toggle__icon--sun,html[data-theme=dark] .theme-toggle__icon--sun{display:none}body[data-theme=dark] .theme-toggle__icon--moon,html[data-theme=dark] .theme-toggle__icon--moon{display:block}.brand{display:grid;gap:6px}.logo{font-size:32px;letter-spacing:.12em;font-weight:600;font-family:var(--font-display)}.tagline{color:var(--muted);font-size:15px}.ghost{border:1px solid var(--border);background:var(--ink);color:var(--paper-3);padding:var(--ghost-pad,10px 18px);border-radius:999px;cursor:pointer;font-family:var(--font-ui);font-weight:600;letter-spacing:.05em;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:transform .15s ease,box-shadow .15s ease}.portal-link{text-decoration:none;display:inline-grid;place-items:center;width:36px;height:36px;padding:0;border-radius:999px;box-sizing:border-box;position:relative;aspect-ratio:1}.portal-icon{width:16px;height:16px;display:block}.portal-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ghost:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.ghost-compact{padding:10px;font-size:14px;letter-spacing:.04em;border-radius:999px;aspect-ratio:1;width:36px;height:36px;box-sizing:border-box;display:inline-grid;place-items:center;line-height:1}.control-icon{width:16px;height:16px;display:block}.pause-icon .control-icon--play{display:none}.pause-icon.is-paused .control-icon--pause{display:none}.pause-icon.is-paused .control-icon--play{display:block}.pause-icon .control-icon,.restart-icon .control-icon{transform:translateY(-.75px)}.restart-icon .control-icon{width:17px;height:17px}.arena{display:grid;grid-template-columns:minmax(360px,720px) minmax(220px,320px);gap:24px;align-items:start;justify-content:center}.board-wrap{position:relative;background:linear-gradient(160deg,#121a2b,#0c101b);border-radius:24px;padding:18px;box-shadow:var(--shadow);border:1px solid rgba(31,26,20,.18);display:grid;gap:16px;width:fit-content;max-width:100%;justify-self:start;margin:0 auto}#game{display:block;width:100%;aspect-ratio:10/20;border-radius:16px;background:var(--board);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);max-height:min(80vh,860px);touch-action:none}.overlay{position:absolute;inset:18px 18px 8px 18px;display:grid;place-items:center;background:rgba(12,16,27,.65);border-radius:16px;backdrop-filter:blur(6px);transition:opacity .2s ease;z-index:3}.overlay.hidden{opacity:0;pointer-events:none}.overlay-card{background:var(--paper-3);color:var(--ink);padding:24px 28px;border-radius:16px;text-align:center;box-shadow:var(--shadow)}.overlay-title{font-size:22px;font-weight:700;margin-bottom:6px}.overlay-sub{font-size:14px;color:var(--muted)}.side{display:grid;gap:16px;align-self:start}.panel{background:var(--panel);border-radius:18px;padding:16px;box-shadow:var(--shadow);border:1px solid var(--border)}.panel-title{font-weight:700;margin-bottom:10px;letter-spacing:1px;color:var(--muted)}#next{width:100%;aspect-ratio:1;background:#fff;border-radius:12px;box-shadow:inset 0 0 0 1px rgba(27,27,31,.08)}.stats{display:grid;gap:12px}.stat{display:flex;justify-content:space-between;font-size:18px}.stat-label{color:var(--muted);font-weight:600}.stat-value{font-weight:700}.tips .tip{font-size:14px;color:var(--muted);padding:4px 0}.site-footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.95rem;color:var(--muted)}.site-footer a{color:inherit;text-decoration:none;font-weight:600}.site-footer a:hover{text-decoration:underline}.footer-copy{font-weight:600;letter-spacing:.02em}@media (max-width:900px){.top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap}.brand{display:grid;flex:1 1 auto;min-width:0}.app{min-height:100vh;min-height:100dvh;padding:calc(env(safe-area-inset-top,0px) + 8px) 16px 32px;gap:16px}.logo{font-size:clamp(12px, 4vw, 20px);letter-spacing:.04em;white-space:nowrap;line-height:1}.actions{gap:clamp(4px,1.6vw,10px);flex-wrap:nowrap;align-items:center;flex-shrink:0}.mobile-hud{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:8px;width:100%;position:sticky;top:0;z-index:30;padding:4px 8px;border-radius:10px;height:52px;margin-bottom:8px}.mobile-hud canvas{width:32px;height:32px;border-radius:8px}.mobile-stats{gap:8px}.mobile-stat{font-size:11px;gap:1px}.mobile-stat span{font-size:9px}.mobile-stat strong{font-size:12px}.mobile-actions{justify-self:end;gap:clamp(4px,1.6vw,10px)}.top .mobile-actions{display:inline-flex;align-items:center;gap:clamp(4px,1.6vw,10px)}.ghost-compact{padding:10px;font-size:14px;border-radius:999px;aspect-ratio:1;width:36px;height:36px;box-sizing:border-box;display:inline-grid;place-items:center;line-height:1}.ghost-compact.pause-icon{font-size:12px}.ghost-compact.restart-icon{font-size:18px}.side{display:none}.arena{grid-template-columns:1fr;justify-content:start;justify-items:center}.board-wrap{margin:0;justify-self:center;align-self:start}.overlay{inset:13px 18px 8px 18px}.actions .pause-btn{display:none}.actions #btn-restart{display:none}.portal-link{display:inline-grid;width:36px;height:36px;padding:0;border-radius:999px;box-sizing:border-box;position:relative;aspect-ratio:1;place-items:center}.portal-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.portal-icon{width:16px;height:16px}.site-footer{font-size:.9rem;flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.bg-orb{animation:none}.app{animation:none}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(18px)}100%{transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (hover:hover){.actions .ghost,.actions .ghost-compact{position:relative}.portal-text{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%,4px);opacity:0;pointer-events:none;width:auto;height:auto;margin:0;overflow:visible;clip:auto;padding:6px 10px;border-radius:999px;background:var(--ink);color:var(--paper-3);font-size:11px;font-weight:600;letter-spacing:.04em;white-space:nowrap;box-shadow:0 8px 18px rgba(0,0,0,.18);transition:opacity .15s ease,transform .15s ease;z-index:60}.actions .ghost:focus-visible .portal-text,.actions .ghost:hover .portal-text{opacity:1;transform:translate(-50%,0)}.actions .ghost-compact::after,.actions .theme-toggle::after{content:attr(aria-label);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%,4px);opacity:0;pointer-events:none;padding:6px 10px;border-radius:999px;background:var(--ink);color:var(--paper-3);font-size:11px;font-weight:600;letter-spacing:.04em;white-space:nowrap;box-shadow:0 8px 18px rgba(0,0,0,.18);transition:opacity .15s ease,transform .15s ease;z-index:60}.actions .ghost-compact:focus-visible::after,.actions .ghost-compact:hover::after,.actions .theme-toggle:focus-visible::after,.actions .theme-toggle:hover::after{opacity:1;transform:translate(-50%,0)}}@media (hover:hover) and (max-height:700px),(hover:hover) and (max-width:900px){.actions .ghost-compact::after,.actions .theme-toggle::after,.portal-text{bottom:auto;top:calc(100% + 8px);transform:translate(-50%,-4px)}}body[data-theme=dark] .cookie-banner,html[data-theme=dark] .cookie-banner{background:rgba(38,34,30,.92);border-color:rgba(245,239,230,.12);color:var(--ink)}body[data-theme=dark] .cookie-accept,html[data-theme=dark] .cookie-accept{background:#f2e8db;color:#1f1a14}body[data-theme=dark] .cookie-reject,html[data-theme=dark] .cookie-reject{background:rgba(255,255,255,.18);color:#f2e8db}.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:999;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.92);border:1px solid rgba(31,26,20,.12);box-shadow:0 12px 30px -18px rgba(31,26,20,.35);color:var(--ink,#1f1a14);font-size:.95rem;line-height:1.4}.cookie-text{margin:0;flex:1 1 320px}.cookie-text a{color:inherit;text-decoration:underline}.cookie-actions{display:flex;gap:8px;flex:0 0 auto}.cookie-btn{border:0;border-radius:999px;padding:8px 14px;font-weight:600;cursor:pointer;font-size:.9rem}.cookie-accept{background:#1f1a14;color:#fff}.cookie-reject{background:rgba(31,26,20,.08);color:#1f1a14}@media (max-width:600px){.cookie-banner{left:12px;right:12px;bottom:12px}.cookie-actions{width:100%;justify-content:flex-start}}