:root{color-scheme:light;--bg:#f7fbff;--bg-strong:#eef7ff;--surface:#fff;--surface-soft:#f0f7fd;--ink:#102033;--code-block-bg:#081126;--code-block-text:#eaf2ff;--muted:#52687a;--border:#d5e5f3;--accent:#2f80ed;--accent-dark:#1e5fb4;--teal:#16a38c;--warm:#ffad3d;--danger:#d84242;--success:#0f8f73;--shadow:0 16px 50px #1e5fb41c;--radius:8px;--radius-lg:14px;--container:min(1120px, calc(100vw - 32px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left, #2f80ed1a, transparent 34rem), var(--bg);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit}h1,h2,h3{letter-spacing:0;overflow-wrap:anywhere;text-wrap:balance;line-height:1.16}[hidden]{display:none!important}button,input,textarea{font:inherit}button,a,input,textarea,summary{outline-offset:3px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #2f80ed61}.skip-link{background:var(--ink);color:#fff;z-index:20;padding:.65rem .9rem;position:fixed;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:10;backdrop-filter:blur(14px);background:#f7fbffe6;border-bottom:1px solid #d5e5f3c7;position:sticky;top:0}.site-nav,.site-footer,.page-shell,.home-hero,.game-hero,.page-hero{width:var(--container);margin-inline:auto}.site-nav{justify-content:space-between;align-items:center;gap:1.5rem;min-height:72px;display:flex}.brand{align-items:center;gap:.7rem;font-weight:800;text-decoration:none;display:inline-flex}.brand__mark{background:var(--accent);border-radius:var(--radius);color:#fff;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.site-nav__links,.site-footer nav{flex-wrap:wrap;gap:.95rem;display:flex}.site-nav__links a,.site-footer a,.text-link,.back-link{color:var(--muted);font-size:.95rem;font-weight:700;text-decoration:none}.site-nav__links a:hover,.site-footer a:hover,.text-link:hover,.back-link:hover{color:var(--accent-dark)}.home-hero,.game-hero,.page-hero{padding-block:4.5rem 2rem}.home-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:center;gap:2rem;display:grid}.home-hero h1,.game-hero h1,.page-hero h1{max-width:780px;margin:0;font-size:4.35rem;line-height:1.08}.page-hero--compact h1,.game-hero h1{font-size:3.35rem;line-height:1.12}.home-hero p,.game-hero p,.page-hero p{color:var(--muted);max-width:680px;margin:1rem 0 0;font-size:1.12rem;line-height:1.62}.hero-actions,.game-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.45rem;display:flex}.button{background:var(--accent);border:1px solid var(--accent);border-radius:var(--radius);color:#fff;cursor:pointer;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1rem;font-size:.98rem;font-weight:800;text-decoration:none;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.button:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-1px)}.button--ghost{background:var(--surface);border-color:var(--border);color:var(--ink)}.button--small{min-height:38px;padding:.55rem .8rem}.hero-board{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);background:linear-gradient(145deg,#fff,#eaf4ff);padding:1rem}.hero-board__screen{background:var(--ink);border-radius:var(--radius);color:#fff;padding:1rem}.hero-board__screen>span{margin-bottom:.8rem;font-size:1rem;font-weight:800;display:block}.mini-grid{grid-template-columns:repeat(4,1fr);gap:.45rem;display:grid}.mini-grid b{aspect-ratio:1;color:var(--ink);background:#d9ecff;border-radius:6px;justify-content:center;align-items:center;font-size:.9rem;display:flex}.page-shell{padding-block:1.25rem 4rem}.answer-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-width:900px;padding:1rem;box-shadow:0 8px 28px #1e5fb40f}.answer-box h2{margin:0;font-size:1.35rem;line-height:1.18}.answer-box p{color:var(--muted);margin:.55rem 0 0}.quick-facts{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.7rem;margin:1rem 0 0;display:grid}.quick-facts div{border-top:1px solid var(--border);padding-top:.65rem}.quick-facts dt{color:var(--muted);text-transform:uppercase;font-size:.76rem;font-weight:800}.quick-facts dd{margin:.18rem 0 0;font-weight:800}.content-section{margin-top:2.4rem}.section-heading{margin-bottom:1.1rem}.section-heading h2{margin:0;font-size:2rem;line-height:1.18}.section-heading p{color:var(--muted);margin:.55rem 0 0}.section-heading--row{justify-content:space-between;align-items:end;gap:1rem;display:flex}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.card-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.game-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;justify-content:space-between;gap:1rem;min-height:248px;padding:1.1rem;display:flex;box-shadow:0 8px 28px #1e5fb412}.game-card__meta{color:var(--teal);text-transform:uppercase;margin:0 0 .4rem;font-size:.82rem;font-weight:800}.game-card h3{margin:0;font-size:1.32rem;line-height:1.18}.game-card h3 a{text-decoration:none}.game-card p{color:var(--muted);margin:.65rem 0 0}.tag-list,.category-list,.link-list{flex-wrap:wrap;gap:.6rem;display:flex}.collection-grid,.collection-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.collection-card,.collection-strip a{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:inherit;gap:.45rem;min-width:0;padding:1rem;text-decoration:none;display:grid;box-shadow:0 8px 28px #1e5fb40f}.collection-card:hover,.collection-strip a:hover{border-color:#2f80ed73;transform:translateY(-1px)}.collection-card span,.collection-strip span{color:var(--teal);text-transform:uppercase;font-size:.78rem;font-weight:900}.collection-card h2,.collection-strip strong{margin:0;font-size:1.18rem;line-height:1.18}.collection-card p,.collection-strip small{color:var(--muted);font-size:.93rem}.collection-card strong{color:var(--accent-dark);margin-top:.25rem}.collection-intro{max-width:none}.tag-list span,.category-list a,.link-list a{background:var(--surface-soft);border:1px solid var(--border);color:var(--ink);border-radius:999px;padding:.45rem .7rem;font-size:.9rem;font-weight:750;text-decoration:none}.split-section{grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:stretch;gap:1rem;display:grid}.ad-slot{background:linear-gradient(135deg, #2f80ed14, #16a38c14), var(--surface);border-radius:var(--radius);color:var(--muted);min-height:var(--ad-min-height,112px);text-align:center;border:1px dashed #9fbad3;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;margin-block:1.1rem;padding:1rem;display:flex}.ad-slot strong{color:var(--ink)}.ad-slot--rectangle{min-height:var(--ad-min-height,250px)}.game-hero{padding-bottom:1rem}.back-link{margin-bottom:1rem;line-height:1.3;display:inline-flex}.meta-strip{flex-wrap:wrap;gap:.8rem;margin:1.4rem 0 0;display:flex}.meta-strip div{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:132px;padding:.75rem .9rem}.meta-strip dt{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:800}.meta-strip dd{margin:.15rem 0 0;font-weight:800}.game-page-grid{grid-template-columns:minmax(0,1fr) minmax(300px,340px);align-items:start;gap:1rem;display:grid}.game-play-shell{width:min(1540px,100vw - 32px)}.game-page-grid>*{min-width:0}.game-page-grid--maze-wide{grid-template-columns:minmax(0,1fr) minmax(300px,340px);width:min(1420px,100vw - 32px);position:relative;left:50%;transform:translate(-50%)}.play-panel,.leaderboard,.empty-panel,.prose{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:0 8px 28px #1e5fb40f}.leaderboard{position:sticky;top:92px}.leaderboard__state,.form-note,.game-status{color:var(--muted);margin:.8rem 0 0}.leaderboard__list{gap:.55rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.leaderboard__list li{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:44px 1fr auto;align-items:center;gap:.5rem;padding:.65rem;display:grid}.leaderboard__rank{color:var(--accent-dark);font-weight:900}.score-form{border-top:1px solid var(--border);gap:.8rem;margin-top:1rem;padding-top:1rem;display:grid}.score-form label,.typing-input{gap:.35rem;display:grid}.score-form label span,.typing-input span{color:var(--muted);font-size:.86rem;font-weight:800}.score-form input,.typing-input textarea{border:1px solid var(--border);border-radius:var(--radius);color:var(--ink);padding:.75rem}.check-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.check-list li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem .9rem .8rem 2.4rem;position:relative}.check-list li:before{background:var(--teal);color:#fff;content:"";text-align:center;border-radius:999px;width:1.2rem;height:1.2rem;font-size:.78rem;font-weight:900;line-height:1.2rem;position:absolute;top:.92rem;left:.8rem}.faq-list{gap:.75rem;display:grid}.faq-list details{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem}.faq-list summary{cursor:pointer;font-weight:800}.faq-list p{color:var(--muted);margin-bottom:0}.prose{max-width:820px}.prose h2{margin-top:1.8rem;line-height:1.2}.prose h2:first-child{margin-top:0}.prose h3{margin-bottom:.4rem;line-height:1.22}.site-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:start;gap:2rem;padding-block:2rem 3rem;display:flex}.brand--footer{color:var(--ink)}.site-footer p{max-width:520px}.game-widget{gap:1rem;min-width:0;display:grid}.game-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.7rem;display:flex}.game-toolbar>div{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius);min-width:92px;padding:.55rem .7rem}.game-toolbar label{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);text-transform:uppercase;gap:.25rem;min-width:150px;padding:.55rem .7rem;font-size:.76rem;font-weight:800;display:grid}.game-toolbar select{border:1px solid var(--border);color:var(--ink);font:inherit;text-transform:none;background:#fff;border-radius:7px;padding:.42rem .55rem;font-size:.95rem;font-weight:800}.game-toolbar span{color:var(--muted);text-transform:uppercase;font-size:.76rem;font-weight:800;display:block}.game-toolbar strong{color:var(--ink);font-size:1.2rem;line-height:1.1;display:block}.board-2048{border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(var(--board-size,4), minmax(0, 1fr));touch-action:none;background:#d8e8f4;gap:.6rem;width:100%;max-width:min(460px,100%);margin-inline:auto;padding:.6rem;display:grid}.tile-2048{aspect-ratio:1;border-radius:7px;justify-content:center;align-items:center;font-size:clamp(1.25rem,6vw,2.3rem);font-weight:900;display:flex}.snake-canvas{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius);max-width:100%;margin-inline:auto;display:block}.direction-pad{grid-template-columns:repeat(3,58px);justify-content:center;gap:.55rem;display:grid}.direction-pad button{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius);color:var(--ink);cursor:pointer;height:48px;font-size:1.2rem;font-weight:900}.direction-pad button:first-child,.direction-pad button:last-child{grid-column:2}.tictactoe-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;width:100%;max-width:420px;margin-inline:auto;display:grid}.tictactoe-board button{aspect-ratio:1;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius);color:var(--ink);cursor:pointer;font-size:clamp(2.2rem,12vw,4rem);font-weight:900}.tictactoe-board button:disabled{cursor:default}.reaction-pad{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius);color:var(--ink);cursor:pointer;text-align:center;place-items:center;gap:.35rem;min-height:260px;padding:2rem;display:grid}.reaction-pad strong{font-size:clamp(2rem,8vw,4rem);line-height:1}.reaction-pad span{color:var(--muted);font-weight:750}.reaction-pad[data-state=waiting]{background:#fff5de}.reaction-pad[data-state=ready]{background:#d9f8ed;border-color:#9fe3cd}.reaction-pad[data-state=early]{background:#ffe8e8;border-color:#ffc6c6}.reaction-pad[data-state=result]{background:#eaf4ff}.typing-prompt{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius);margin:0;padding:1rem;font-size:1.08rem;font-weight:750}.typing-input textarea{resize:vertical;min-height:150px}@media (width<=900px){.home-hero,.game-page-grid,.split-section{grid-template-columns:1fr}.game-page-grid--maze-wide{width:100%;left:auto;transform:none}.home-hero h1,.game-hero h1,.page-hero h1{font-size:3.35rem}.page-hero--compact h1,.game-hero h1{font-size:2.85rem}.leaderboard{position:static}.card-grid,.card-grid--compact,.collection-grid,.collection-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1449px){.game-page-grid{grid-template-columns:1fr}.game-page-grid--maze-wide{width:100%;left:auto;transform:none}}@media (width<=640px){:root{--container:min(100vw - 22px, 1120px)}.site-nav{flex-direction:column;align-items:flex-start;gap:.8rem;padding-block:.9rem}.home-hero,.game-hero,.page-hero{padding-block:2.6rem 1.2rem}.home-hero h1,.game-hero h1,.page-hero h1{font-size:2.35rem;line-height:1.13}.page-hero--compact h1,.game-hero h1{font-size:2.2rem}.section-heading h2{font-size:1.55rem}.answer-box h2{font-size:1.22rem}.section-heading--row,.site-footer{flex-direction:column;align-items:flex-start}.card-grid,.card-grid--compact,.collection-grid,.collection-strip{grid-template-columns:1fr}.game-card{min-height:auto}.meta-strip,.game-toolbar{flex-direction:column;align-items:stretch}.game-toolbar>div,.game-toolbar label,.game-toolbar .button{width:100%}.leaderboard__list li{grid-template-columns:40px 1fr}.leaderboard__list li span:last-child{grid-column:2}.ad-slot--mobile{margin-bottom:0;display:flex}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}.experience-shell{--game-canvas:#060b18;--game-surface:#101a33;--game-surface-raised:#182746;--game-text:#f6f9ff;--game-text-muted:#b9c8e3;--game-border:#49658f;--game-interactive:#4db7ff;--game-selected:#765cff;--game-success:#45f2c5;--game-warning:#ffc766;--game-danger:#ff6aa9;--game-disabled:#6f7f9d;--game-focus:#f7d06b;color:var(--game-text)}.experience-shell .experience-shell__game,.experience-shell .game-widget{color:var(--game-text)}.experience-shell .game-status,.experience-shell .game-toolbar span,.experience-shell .game-toolbar label{color:var(--game-text-muted)}.experience-shell .game-toolbar>div,.experience-shell .game-toolbar label,.experience-shell .typing-prompt,.experience-shell .math-card,.experience-shell .scramble-card{background:var(--game-surface);border-color:var(--game-border)}.experience-shell .game-toolbar strong{color:var(--game-text)}.experience-shell :is(button,input,select,textarea):focus-visible{outline:3px solid var(--game-focus);outline-offset:3px}.experience-shell :is(button,input,select,textarea):disabled{cursor:not-allowed;filter:saturate(.5);opacity:.62}.experience-shell .reaction-pad{background:var(--game-surface-raised);border-color:var(--game-border);color:var(--game-text)}.experience-shell .reaction-pad span{color:var(--game-text-muted)}.experience-shell .reaction-pad[data-state=waiting]{color:#fff4d6;background:#553810;border-color:#d59a35}.experience-shell .reaction-pad[data-state=waiting] span{color:#ffe2a6}.experience-shell .reaction-pad[data-state=ready]{border-color:var(--game-success);color:#fff;background:#075548;animation:.68s ease-in-out infinite alternate reaction-ready}.experience-shell .reaction-pad[data-state=ready] span{color:#d7fff4}.experience-shell .reaction-pad[data-state=early]{border-color:var(--game-danger);color:#fff;background:#641b3e}.experience-shell .reaction-pad[data-state=early] span{color:#ffd7e8}.experience-shell .reaction-pad[data-state=result]{border-color:var(--game-interactive);color:#fff;background:#123a67}.experience-shell .reaction-pad[data-state=result] span{color:#d9edff}@keyframes reaction-ready{to{border-color:#c8fff1;transform:scale(1.008);box-shadow:0 0 0 5px #45f2c52e,0 0 34px #45f2c538}}.experience-shell .board-2048,.experience-shell .game-widget--flood .flood-board,.experience-shell .game-widget--lights .lights-board,.experience-shell .game-widget--trail .trail-board,.experience-shell .game-widget--sliding .sliding-board,.experience-shell .game-widget--target .target-board,.experience-shell .game-widget--maze .maze-board{background:var(--game-canvas);border-color:var(--game-border)}.experience-shell .direction-pad button,.experience-shell .tictactoe-board button,.experience-shell .game-widget--trail .trail-cell,.experience-shell .game-widget--sliding .sliding-tile,.experience-shell .game-widget--mines .mines-grid [data-cell],.experience-shell .game-widget--sudoku .sudoku-cell,.experience-shell .game-widget--guess .guess-tile,.experience-shell .game-widget--guess .guess-keyboard button,.experience-shell .game-widget--target .target-cell{background:var(--game-surface-raised);border-color:var(--game-border);color:var(--game-text)}.experience-shell .game-widget--trail .trail-cell[data-done=true],.experience-shell .game-widget--memory .memory-grid [data-card]:disabled,.experience-shell .game-widget--guess :is(.guess-tile,.guess-keyboard button)[data-state=exact]{border-color:var(--game-success);color:#fff;background:#075548}.experience-shell .game-widget--guess :is(.guess-tile,.guess-keyboard button)[data-state=present],.experience-shell .game-widget--sudoku .sudoku-cell[data-conflict=true]{border-color:var(--game-warning);color:#fff4d6;background:#553810}.experience-shell .game-widget--guess :is(.guess-tile,.guess-keyboard button)[data-state=missing]{color:#c1cbe0;background:#27324a}.experience-shell .game-widget--sudoku .sudoku-cell[data-error=true]{border-color:var(--game-danger);color:#fff;background:#641b3e}.experience-shell .game-widget--sudoku .sudoku-cell[data-fixed=true],.experience-shell .game-widget--mines .mines-grid [data-cell][data-revealed=true]{color:#fff;background:#1c3558}.experience-shell .game-widget--four .four-board{background:#164f8d;border-color:#62b7ff}.experience-shell .game-widget--four .four-cell{background:#091426;border:2px solid #7b95ba}.experience-shell .game-widget--four .four-cell--R{background:#e74774;border-color:#ffd5e1}.experience-shell .game-widget--four .four-cell--Y{background:#ffc34d;border-color:#fff1b8}.experience-shell .game-widget--four .four-cell--preview{background:repeating-linear-gradient(45deg,#e74774 0 8px,#7e2441 8px 16px)}.experience-shell .game-widget--lights .light-cell{background:#162847;border-color:#6884ad}.experience-shell .game-widget--lights .light-cell--on{background:radial-gradient(circle at 35% 28%,#fffbe1,#ffc766 48%,#9b5b00 100%);border-color:#ffe4a0}.experience-shell .game-widget--maze .maze-cell[data-state=wall]{background:#203d63}.experience-shell .game-widget--maze .maze-cell[data-state=path]{background:#f4f8ff}.experience-shell .game-widget--maze .maze-cell[data-state=trail]{background:#87cfff}.experience-shell .game-widget--maze .maze-cell[data-state=goal]{box-shadow:inset 0 0 0 2px var(--game-success);background:#08705e}.experience-shell .game-widget--maze .maze-cell[data-state=player]{background:#ffad3d;box-shadow:0 0 0 2px #fff,0 0 14px #ffad3dcc}.experience-shell .game-widget--aim .aim-arena{border-color:var(--game-border);color:var(--game-text);background:radial-gradient(circle at 50% 45%,#162847,#060b18 72%)}.experience-shell .game-widget--pattern .pattern-grid [data-pad]{color:#07101f;border-color:#ffffff8c}.experience-shell .game-widget--pattern .pattern-grid [data-pad][data-active=true]{border-color:var(--game-focus);color:#fff!important;background:#07101f!important}.experience-shell .game-widget--flood .flood-color,.experience-shell .game-widget--code .code-color{position:relative}.experience-shell .game-widget--flood .flood-color:after,.experience-shell .game-widget--code .code-color:after{color:#fff;content:attr(data-color);text-shadow:0 1px 3px #000,0 0 2px #000;font-size:.72rem;font-weight:950}.experience-shell .game-widget--flood .flood-color{box-shadow:inset 0 0 0 2px #ffffffa3}.experience-shell .game-widget--flood .flood-color:nth-child(2n){background-image:repeating-linear-gradient(135deg,#0000 0 7px,#ffffff40 7px 10px)}@media (prefers-reduced-motion:reduce){.experience-shell .reaction-pad[data-state=ready]{animation:none}}.ad-slot--mobile{min-height:var(--ad-min-height,72px);display:none}.category-list--cards a{border-radius:var(--radius);align-items:flex-start;min-width:180px;display:grid}.category-list--cards a span{color:var(--muted);font-size:.82rem}.category-collection-grid{gap:2rem;display:grid}.category-panel{min-width:0}.content-section--first{margin-top:0}.meta-strip dd a{color:inherit;text-decoration:none}.meta-strip dd a:hover{color:var(--accent-dark)}.direction-pad button{font-size:.82rem}.typing-prompt{min-height:88px}.score-form .button:disabled,.game-toolbar .button:disabled{cursor:not-allowed;opacity:.58;transform:none}.leaderboard__state[data-status=error]{color:var(--danger)}.leaderboard__state[data-status=success]{margin:0}@media (width<=640px){.ad-slot--mobile{display:flex}}.developer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.developer-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);gap:.55rem;min-width:0;padding:1rem;display:grid;box-shadow:0 8px 28px #1e5fb40f}.developer-card span{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:900;display:inline-flex}.developer-card h3{margin:0}.developer-card p{color:var(--muted);margin:0}.developer-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);gap:1rem;max-width:960px;padding:1rem;display:grid;box-shadow:0 8px 28px #1e5fb40f}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.developer-form label{gap:.35rem;min-width:0;display:grid}.developer-form label span{color:var(--muted);font-size:.86rem;font-weight:800}.developer-form input,.developer-form select,.developer-form textarea{border:1px solid var(--border);border-radius:var(--radius);color:var(--ink);background:#fff;width:100%;min-width:0;max-width:100%;padding:.75rem}.developer-form textarea{resize:vertical;min-height:150px}.checkbox-row{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.75rem;display:grid!important}.checkbox-row input{width:auto;margin-top:.25rem}.community-frame{gap:.8rem;min-width:0;display:grid}.community-frame__bar{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:.8rem;padding:.8rem;display:flex}.community-frame__bar span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:800;display:block}.community-frame__bar strong{display:block}.community-frame iframe{background:var(--ink);border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:420px;display:block}.prose pre{background:var(--code-block-bg);border-radius:var(--radius);color:var(--code-block-text);max-width:100%;padding:1rem;overflow-x:auto}.prose code{overflow-wrap:anywhere}@media (width<=900px){.developer-grid,.form-grid{grid-template-columns:1fr}}@media (width<=640px){.community-frame__bar{flex-direction:column;align-items:stretch}.community-frame__bar .button{width:100%}.community-frame iframe{min-height:360px}}@media (width<=380px){.home-hero h1,.game-hero h1,.page-hero h1{font-size:2.1rem}.page-hero--compact h1,.game-hero h1{font-size:2rem}}:root{color-scheme:dark;--bg:#050816;--bg-strong:#090e22;--surface:#0d142bd1;--surface-soft:#141f3eb8;--ink:#f3f7ff;--muted:#9baac8;--border:#669bff38;--accent:#35a7ff;--accent-dark:#78c7ff;--teal:#42e8c4;--warm:#f7b955;--danger:#ff4f9a;--success:#42e8c4;--shadow:0 28px 80px #00000075, 0 0 42px #35a7ff14;--radius:12px;--radius-lg:20px}body{background-color:#0000;background-image:radial-gradient(circle at 12% 0,#35a7ff2e,#0000 34rem),radial-gradient(circle at 90% 12%,#9b5cff24,#0000 30rem),linear-gradient(#050816 0%,#070b18 48%,#040610 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-height:100vh}body:before{content:"";pointer-events:none;transform-origin:bottom;z-index:-1;background-image:linear-gradient(#598be60b 1px,#0000 1px),linear-gradient(90deg,#598be60b 1px,#0000 1px);background-size:42px 42px;position:fixed;inset:0;transform:perspective(700px)rotateX(54deg)scale(1.4)translateY(28%);mask-image:linear-gradient(#000,#0000 74%)}.site-header{background:#050816c7;border-color:#669bff2e;box-shadow:0 1px #42e8c414}.site-nav{min-height:76px}.site-nav__links a{transition:color .16s,text-shadow .16s}.site-nav__links a:hover{text-shadow:0 0 18px #35a7ffb3}.brand__mark{background:linear-gradient(145deg,#35a7ff,#765cff);border:1px solid #ffffff3d;transform:rotate(-5deg);box-shadow:0 0 24px #35a7ff5c,inset 0 0 12px #ffffff2e}.home-hero,.game-hero,.page-hero{position:relative}.home-hero h1,.game-hero h1,.page-hero h1{background:linear-gradient(112deg,#fff 12%,#a9d9ff 52%,#9ff7e5 94%);color:#0000;letter-spacing:-.045em;text-shadow:0 0 60px #35a7ff1f;background-clip:text}.button{background:linear-gradient(135deg,#238ee6,#6554df);border-color:#7dc3ffb8;box-shadow:0 10px 28px #238ee633,inset 0 1px #fff3}.button:hover{background:linear-gradient(135deg,#45b3ff,#816cff);box-shadow:0 12px 34px #35a7ff4d}.button--ghost{border-color:var(--border);color:var(--ink);box-shadow:none;background:#0d142bb3}.hero-board,.answer-box,.game-card,.collection-card,.collection-strip a,.play-panel,.sidebar-card,.content-card,.developer-card,.form-card{border-color:var(--border);box-shadow:var(--shadow);backdrop-filter:blur(18px);background:linear-gradient(145deg,#121c3ae0,#090e20d1)}.hero-board__screen{background:radial-gradient(circle at 50% 20%,#35a7ff38,#0000 62%),#060a18;border:1px solid #42e8c433;box-shadow:inset 0 0 38px #35a7ff1a}.mini-grid b{color:#dff3ff;background:#35a7ff24;border:1px solid #35a7ff33}.game-card,.collection-card,.collection-strip a{transition:transform .18s,border-color .18s,box-shadow .18s}.game-card:hover,.collection-card:hover,.collection-strip a:hover{border-color:#42e8c485;transform:translateY(-4px);box-shadow:0 24px 60px #0006,0 0 28px #42e8c414}.tag-list span,.category-list a,.link-list a{background:#35a7ff17;border-color:#35a7ff33}.ad-slot{background:linear-gradient(135deg,#35a7ff0f,#9b5cff0f);border-color:#669bff3d}.site-footer{border-color:var(--border)}.play-panel--immersive{box-shadow:none;background:0 0;border:0;padding:0;overflow:visible}.experience-shell{border:1px solid color-mix(in srgb, var(--game-accent) 45%, transparent);box-shadow:0 32px 90px #0000008f, 0 0 42px color-mix(in srgb, var(--game-accent) 14%, transparent);isolation:isolate;background:#060a18;border-radius:24px;min-height:560px;padding:72px 22px 24px;position:relative;overflow:hidden}.experience-scene,.experience-scene canvas,.experience-scene__static{position:absolute;inset:0}.experience-scene{pointer-events:none;z-index:-1}.experience-scene canvas{opacity:.78;width:100%;height:100%}.experience-scene__static{background:radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--game-accent) 20%, transparent), transparent 44%), linear-gradient(180deg, #0508162e, #050816d1)}.experience-shell--fallback .experience-scene canvas{display:none}.experience-shell__topbar{backdrop-filter:blur(16px);z-index:4;background:#050916b8;border-bottom:1px solid #669bff29;justify-content:space-between;align-items:center;min-height:54px;padding:10px 14px 10px 18px;display:flex;position:absolute;inset:0 0 auto}.experience-status{color:#b9c8e3;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.55rem;font-size:.76rem;font-weight:850;display:flex}.experience-status__light{background:var(--game-accent);box-shadow:0 0 14px var(--game-accent);border-radius:99px;width:7px;height:7px}.experience-shell__game{backdrop-filter:blur(15px);z-index:2;background:#070c1cc7;border:1px solid #84afff33;border-radius:16px;padding:16px;position:relative;box-shadow:inset 0 1px #ffffff0a,0 24px 70px #00000061}.audio-control{flex:none;position:relative}.audio-control summary{cursor:pointer;white-space:nowrap;background:#35a7ff1a;border:1px solid #35a7ff3d;border-radius:9px;justify-content:center;align-items:center;inline-size:72px;padding:.45rem .5rem;font-size:.78rem;font-weight:800;list-style:none;display:inline-flex}.audio-control summary::-webkit-details-marker{display:none}.audio-control summary:focus-visible{outline:3px solid var(--game-focus);outline-offset:3px}.audio-control__panel{border:1px solid var(--border);z-index:8;background:#080d1ef5;border-radius:14px;gap:.75rem;min-width:min(310px,100vw - 28px);padding:14px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 22px 60px #00000080}.audio-control__panel label{grid-template-columns:68px 1fr;align-items:center;gap:.45rem;font-size:.78rem;font-weight:700;display:grid}.audio-control__panel button{width:100%}.audio-control__panel input{accent-color:var(--game-accent);width:100%}.audio-control__panel .audio-control__field--style{grid-template-columns:1fr}.audio-control__field--style select{width:100%;min-height:40px}.audio-control__resolved{color:#c8d8f5;font-size:.75rem;font-weight:750;line-height:1.35}.audio-control__status{color:#f5bd7b;min-height:1em;margin:0;font-size:.72rem;line-height:1.4}.experience-retry{border:1px solid var(--border);color:var(--ink);cursor:pointer;z-index:5;background:#080d1edb;border-radius:9px;padding:.45rem .65rem;font-size:.75rem;position:absolute;bottom:12px;right:12px}.experience-shell .game-widget{box-shadow:none;background:0 0;border:0;padding:0}.experience-shell .game-toolbar{background:#080e1f9e;border-color:#71a0f730}.experience-shell input,.experience-shell select,.experience-shell textarea{color:var(--ink);background:#0a1025;border-color:#71a0f747}.experience-shell canvas{max-width:100%}@media (width<=720px){.game-play-shell{width:calc(100vw - 22px)}.experience-shell{border-radius:18px;min-height:500px;padding:66px 10px 14px}.experience-shell__game{border-radius:12px;padding:10px}.experience-status{font-size:.68rem}.home-hero h1,.game-hero h1,.page-hero h1{letter-spacing:-.035em}}@media (width<=480px){.audio-control__panel label{grid-template-columns:1fr;align-items:stretch}}@media (pointer:coarse){.audio-control summary,.audio-control__panel button,.audio-control__panel select,.audio-control__panel input[type=range]{min-height:44px}}@media (prefers-reduced-motion:reduce){body:before{transform:none}.experience-scene canvas{display:none}.game-card,.collection-card,.collection-strip a{transition:none}}html.platform-shell{color-scheme:dark;--bg:#020817;--bg-strong:#050b1b;--surface:#0b1326;--surface-soft:#101a30;--ink:#f8fafc;--muted:#94a3b8;--border:#94a3b847;--accent:#22d3ee;--accent-dark:#67e8f9;--secondary:#8b5cf6;--teal:#22d3ee;--shadow:0 24px 64px #00000061;--radius:8px;--radius-lg:12px;--container:min(1370px, calc(100vw - 48px));--control-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background:var(--bg)}.platform-shell body{background:radial-gradient(circle at 72% 8%, #1e40af14, transparent 35rem), var(--bg);color:var(--ink);font-family:var(--control-font);background-attachment:scroll}.platform-shell body:before{display:none}.platform-shell ::selection{color:var(--ink);background:#22d3ee52}.platform-shell .sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.platform-shell :is(button,input,select,textarea,summary){font-family:var(--control-font)}.platform-shell :is(button,a,input,select,textarea,summary):focus-visible{outline-offset:3px;outline:3px solid #67e8f9}.platform-shell .site-header{box-shadow:none;background:#020817eb;border-bottom:1px solid #94a3b814;min-height:64px}.platform-shell .site-nav{min-height:64px}.platform-shell .brand{color:var(--ink);letter-spacing:-.025em;gap:.75rem;font-size:1.12rem;font-weight:760}.platform-shell .brand__mark{box-shadow:none;filter:drop-shadow(0 0 10px #22d3ee33);object-fit:contain;background:0 0;border:0;border-radius:0;width:40px;height:40px;display:block;transform:none}.platform-shell .site-nav__links{gap:clamp(1.75rem,4vw,4.25rem)}.platform-shell .site-nav__links a{color:#e2e8f0;text-shadow:none;font-size:.94rem;font-weight:560;line-height:64px;transition:color .16s;position:relative}.platform-shell .site-nav__links a:after{background:linear-gradient(90deg, var(--accent), var(--secondary));content:"";opacity:0;width:100%;height:2px;transition:opacity .16s,transform .16s;position:absolute;bottom:11px;left:0;transform:scaleX(.45)}.platform-shell .site-nav__links a:hover,.platform-shell .site-nav__links a[aria-current=page]{color:#fff;text-shadow:none}.platform-shell .site-nav__links a[aria-current=page]:after{opacity:1;transform:scaleX(1)}.platform-shell .nav-toggle{border:1px solid var(--border);color:var(--ink);cursor:pointer;background:0 0;border-radius:7px;justify-content:center;align-items:center;width:42px;height:40px;padding:0;display:none}.platform-shell .nav-toggle span{background:currentColor;border-radius:99px;width:18px;height:1.5px;margin:4px auto;display:block}.platform-shell .nav-drawer{z-index:100;position:fixed;inset:0}.platform-shell .nav-drawer__overlay{backdrop-filter:blur(5px);background:#020817b8;border:0;width:100%;padding:0;position:absolute;inset:0}.platform-shell .nav-drawer__panel{background:#050b1b;border-left:1px solid #22d3ee3d;width:min(88vw,360px);max-width:360px;height:100%;margin-left:auto;padding:18px;position:relative;box-shadow:-28px 0 70px #00000080}.platform-shell .nav-drawer__topline{border-bottom:1px solid var(--border);color:var(--muted);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:0 0 16px;font-size:.76rem;font-weight:750;display:flex}.platform-shell .nav-drawer__close{border:1px solid var(--border);color:var(--ink);cursor:pointer;background:0 0;border-radius:7px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex}.platform-shell .nav-drawer__links{margin-top:12px;display:grid}.platform-shell .nav-drawer__links a{color:#e2e8f0;border-bottom:1px solid #94a3b829;justify-content:space-between;align-items:center;padding:18px 4px;font-size:1.2rem;font-weight:650;text-decoration:none;display:flex}.platform-shell .nav-drawer__links a svg{color:var(--muted)}.platform-shell .nav-drawer__links a[aria-current=page]{color:#67e8f9}.platform-shell .nav-drawer-open{overflow:hidden}.platform-shell :is(.platform-home,.platform-catalog) .button{color:#fff;background:linear-gradient(110deg,#0e7490,#4338ca 70%,#6d28d9);border:1px solid #22d3ee;border-radius:8px;min-height:50px;padding:.72rem 1.2rem;font-size:.98rem;font-weight:720;box-shadow:0 12px 28px #22d3ee21}.platform-shell :is(.platform-home,.platform-catalog) .button:hover{background:linear-gradient(110deg,#155e75,#4f46e5 70%,#7e22ce);border-color:#67e8f9;box-shadow:0 14px 34px #22d3ee33}.platform-shell :is(.platform-home,.platform-catalog) .button--ghost{box-shadow:none;color:var(--ink);background:#02081785;border-color:#94a3b880}.platform-shell :is(.platform-home,.platform-catalog) .button--ghost:hover{background:#0f172acc;border-color:#94a3b8}.platform-shell .site-footer{background:#020817;border-color:#94a3b82e}@media (width<=760px){html.platform-shell{--container:min(100vw - 28px, 1370px)}.platform-shell .site-nav{flex-direction:row;align-items:center;padding-block:0}.platform-shell .site-nav__links{display:none}.platform-shell .nav-toggle{display:block}}@media (width<=560px){.platform-shell .brand{font-size:1rem}}
