:root{--ra-background:#080b19;--ra-canvas:#0b1022;--ra-surface:#0d1328;--ra-panel:#121b37;--ra-panel-featured:#193a51;--ra-border:#26385f;--ra-text:#edf2ff;--ra-muted:#b9c5e7;--ra-focus:#fff4ad;--ra-accent:#71f6c9;--ra-accent-hover:#b7ffe7;--ra-danger:#ff728a;--ra-success:#71f6c9;--ra-grid:#1d2c53;--ra-paddle:#2e7c8d;--ra-ball:#71f6c9;--ra-brick:#fc6c7b;--ra-food:#ff7d95;--ra-particle:#98a9de;color:var(--ra-text);background:var(--ra-background);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 50% 0%, #17234b 0, var(--ra-background) 42rem);min-width:320px;margin:0}a{color:inherit}.skip-link{background:var(--ra-accent);color:#07131b;z-index:10;padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header,footer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.5rem clamp(1.25rem,4vw,3rem);display:flex}.site-header nav{gap:1.4rem;display:flex}.site-header nav a,.text-link{color:var(--ra-muted);letter-spacing:.04em;font:500 .8rem/1.2 ui-monospace,monospace;text-decoration:none}.site-header nav a:hover,.text-link:hover{color:var(--ra-accent)}.brand{letter-spacing:-.04em;align-items:center;gap:.55rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex}.brand__mark{background:var(--ra-accent);color:#0c1830;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;font-family:ui-monospace,monospace;font-size:.85rem;font-weight:500;display:inline-flex;transform:rotate(-8deg)}.hero{max-width:1200px;margin:0 auto;padding:clamp(4rem,12vw,9rem) clamp(1.25rem,4vw,3rem) clamp(5rem,10vw,7rem)}.kicker{color:var(--ra-accent);letter-spacing:.16em;margin:0 0 1.1rem;font:500 .7rem/1.2 ui-monospace,monospace}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.055em}.hero h1{max-width:950px;margin-bottom:1.75rem;font-size:clamp(3rem,7vw,6.5rem);line-height:.95}.hero h1 em{color:var(--ra-particle);font-style:normal}.hero__copy{color:var(--ra-muted);max-width:38rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.65}.hero__actions{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2.1rem;display:flex}.button{background:var(--ra-accent);color:#07131b;letter-spacing:.02em;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.25rem;font:500 .8rem/1 ui-monospace,monospace;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.button:hover{background:var(--ra-accent-hover);transform:translateY(-2px)}.button--small{min-height:2.75rem;padding:.8rem .9rem;font-size:.7rem}.game-grid-section{background:var(--ra-surface);padding:clamp(4rem,8vw,6rem) clamp(1.25rem,4vw,3rem)}.section-heading,.game-grid,.about{max-width:1200px;margin:0 auto}.section-heading h2,.about h2{margin-bottom:2rem;font-size:clamp(2.25rem,5vw,4rem);line-height:1}.game-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.game-card{background:var(--ra-panel);border:1px solid var(--ra-border);flex-direction:column;min-height:17rem;padding:1.5rem;display:flex}.game-card:first-child{background:linear-gradient(145deg, var(--ra-panel-featured), #12213b);border-color:#4f9e9c}.game-card__eyebrow,.game-card__status{color:#8ca0d4;letter-spacing:.13em;font:500 .68rem/1.2 ui-monospace,monospace}.game-card:first-child .game-card__eyebrow{color:var(--ra-accent)}.game-card h3{letter-spacing:-.04em;margin:auto 0 .75rem;font-size:2rem}.game-card p:not(.game-card__eyebrow){color:var(--ra-muted);line-height:1.55}.game-card .button{align-self:flex-start;margin-top:.7rem}.game-card--locked{opacity:.72}.about{padding:clamp(5rem,10vw,8rem) 0}.about>p:last-child{color:var(--ra-muted);max-width:34rem;font-size:1.1rem;line-height:1.65}footer{color:#8292bd;letter-spacing:.06em;border-top:1px solid #1d294b;font:400 .65rem/1.4 ui-monospace,monospace}.preview-page{max-width:1100px;margin:0 auto;padding:clamp(3rem,7vw,5rem) clamp(1.25rem,4vw,3rem) 4rem}.preview-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.preview-heading h1{margin:0;font-size:clamp(3rem,6vw,5rem);line-height:.9}.preview-heading>p{color:#b9c5e7;max-width:22rem;margin:0;line-height:1.5}#game-stage{aspect-ratio:16/9;background:var(--ra-canvas);border:1px solid #2a416a;width:100%;overflow:hidden;box-shadow:0 2rem 6rem #0000004d}#game-stage canvas{display:block}.preview-controls{color:#a9b9de;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 1.75rem;margin-top:1rem;font:400 .7rem/1.5 ui-monospace,monospace;display:flex}kbd{color:#e6edff;border:1px solid #4a5f91;border-bottom-width:2px;border-radius:3px;margin-right:.2rem;padding:.15rem .27rem}a:focus-visible{outline:3px solid var(--ra-focus);outline-offset:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=700px){.site-header nav{display:none}.game-grid{grid-template-columns:1fr}.game-card{min-height:13rem}.preview-heading{flex-direction:column;align-items:start;gap:1rem}footer{flex-direction:column;align-items:start;gap:.5rem}}@media (width<=420px){.hero{padding-top:4rem}.preview-controls{flex-direction:column;align-items:start}}
