:root{--ink:#090b12;--ink-soft:#111522;--panel:#171c2a;--panel-light:#202638;--paper:#f5f2e9;--paper-deep:#e9e4d8;--text:#f8f6ef;--muted:#aeb5c5;--line:rgba(255,255,255,0.12);--line-dark:rgba(9,11,18,0.14);--yellow:#f4c95d;--coral:#ff5a67;--cyan:#51d8ff;--radius-sm:12px;--radius-md:20px;--radius-lg:32px;--shadow:0 24px 80px rgba(0,0,0,0.24);--shell:1180px;--font-body:Inter,"Segoe UI",Arial,sans-serif;--font-display:"Arial Black","Segoe UI",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}body:before{position:fixed;inset:0;z-index:-1;content:"";pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 0);background-size:64px 64px;-webkit-mask-image:linear-gradient(180deg,black,transparent 85%);mask-image:linear-gradient(180deg,black,transparent 85%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,summary{-webkit-tap-highlight-color:transparent}iframe,img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.035em;line-height:1.05}h1{font-size:clamp(3rem,8vw,6.8rem)}h2{font-size:clamp(2rem,4vw,3.8rem)}h3{font-size:1.25rem}::selection{color:var(--ink);background:var(--yellow)}.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;z-index:1000;padding:10px 16px;color:var(--ink);background:var(--yellow);border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;padding:0;margin:-1px;border:0;clip:rect(0,0,0,0);white-space:nowrap}.eyebrow{margin-bottom:12px;color:var(--yellow);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 22px;border:1px solid transparent;border-radius:999px;font-size:.92rem;font-weight:800;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px)}.button--primary{color:var(--ink);background:var(--yellow)}.button--primary:hover{background:#ffe08a}.button--ghost{border-color:var(--line);background:rgba(255,255,255,.04)}.button--ghost:hover{border-color:rgba(255,255,255,.32)}.button--light{color:var(--ink);background:var(--paper)}.text-link{color:var(--yellow);font-size:.9rem;font-weight:800}.site-header{position:-webkit-sticky;position:sticky;z-index:100;border-bottom:1px solid var(--line);background:rgba(9,11,18,.88);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.site-header__inner{display:flex;height:76px;justify-content:space-between}.brand{gap:12px;font-size:1.05rem;letter-spacing:-.03em}.brand,.brand__mark{display:inline-flex;align-items:center}.brand__mark{width:38px;height:38px;justify-content:center;color:var(--ink);background:var(--yellow);border-radius:10px;font-family:var(--font-display);font-size:.86rem}.desktop-nav{display:flex;align-items:center;gap:28px;color:var(--muted);font-size:.86rem;font-weight:700}.desktop-nav a{transition:color .16s ease}.desktop-nav a:hover{color:var(--text)}.mobile-menu{display:none;position:relative}.mobile-menu summary{display:grid;width:42px;height:42px;place-content:center;grid-gap:5px;gap:5px;border:1px solid var(--line);border-radius:10px;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:18px;height:2px;background:var(--text)}.mobile-menu nav{position:absolute;top:52px;right:0;display:grid;width:min(300px,calc(100vw - 40px));padding:12px;border:1px solid var(--line);background:var(--panel);border-radius:16px;box-shadow:var(--shadow)}.mobile-menu nav a{padding:11px 12px;color:var(--muted);border-radius:8px;font-weight:700}.mobile-menu nav a:hover{color:var(--text);background:rgba(255,255,255,.06)}.home-hero{position:relative;overflow:hidden;padding:92px 0 86px}.home-hero:after{position:absolute;top:-20%;right:-10%;width:44vw;height:44vw;content:"";pointer-events:none;background:rgba(255,90,103,.12);border-radius:50%;filter:blur(90px)}.home-hero__grid{position:relative;z-index:1;display:grid;align-items:center;grid-template-columns:1.05fr .95fr;grid-gap:72px;gap:72px}.home-hero h1{max-width:800px;margin-bottom:28px}.home-hero__lead{max-width:650px;margin-bottom:34px;color:var(--muted);font-size:clamp(1.05rem,2vw,1.25rem)}.hero-stats{display:flex;gap:36px;margin:52px 0 0;padding:28px 0 0;border-top:1px solid var(--line);list-style:none}.hero-stats li{display:grid}.hero-stats strong{font-family:var(--font-display);font-size:1.3rem}.hero-stats span{color:var(--muted);font-size:.76rem}.hero-feature{position:relative;display:block;padding:12px;border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:var(--radius-lg);box-shadow:var(--shadow);transform:rotate(1.5deg);transition:transform .22s ease,border-color .22s ease}.hero-feature:hover{border-color:rgba(255,255,255,.28);transform:rotate(0deg) translateY(-4px)}.hero-feature__label{position:absolute;top:28px;left:28px;z-index:4;padding:7px 12px;color:var(--ink);background:var(--yellow);border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero-feature__details{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 12px 10px}.hero-feature__details>span:first-child{display:grid}.hero-feature__details strong{font-family:var(--font-display);font-size:1.35rem}.hero-feature__details small{color:var(--muted)}.hero-feature__arrow{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;color:var(--ink);background:var(--paper);border-radius:50%;font-size:1.2rem}.game-artwork{--art-accent:var(--coral);position:relative;display:grid;min-height:430px;overflow:hidden;place-items:center;background:radial-gradient(circle at 50% 46%,color-mix(in srgb,var(--art-accent) 72%,white) 0 7%,transparent 7.5%),radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--art-accent) 45%,transparent) 0 24%,transparent 25%),linear-gradient(145deg,color-mix(in srgb,var(--art-accent) 28%,#111522),#090b12 68%);border-radius:calc(var(--radius-lg) - 10px);isolation:isolate}.game-artwork:after{position:absolute;inset:auto -20% -45% -20%;height:70%;content:"";background:var(--art-accent);border-radius:50%;filter:blur(70px);opacity:.24}.game-artwork__grid{position:absolute;inset:0;z-index:-1;background:linear-gradient(color-mix(in srgb,var(--art-accent) 28%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--art-accent) 28%,transparent) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,black,transparent 90%);mask-image:linear-gradient(180deg,black,transparent 90%);transform:perspective(500px) rotateX(58deg) scale(1.5) translateY(18%);transform-origin:bottom}.game-artwork__orb{position:absolute;width:26px;height:26px;background:var(--art-accent);border-radius:50%;box-shadow:0 0 28px var(--art-accent)}.game-artwork__orb--one{top:22%;left:18%}.game-artwork__orb--two{right:14%;bottom:25%;width:12px;height:12px}.game-artwork__icon{position:relative;display:grid;width:128px;height:128px;place-items:center;color:var(--ink);background:var(--art-accent);border:8px solid rgba(255,255,255,.32);border-radius:26px;box-shadow:0 0 0 12px rgba(0,0,0,.24),0 28px 70px rgba(0,0,0,.42);font-size:4.5rem;line-height:1;transform:rotate(-8deg)}.game-artwork__icon,.game-artwork__name{z-index:2;font-family:var(--font-display)}.game-artwork__name{position:absolute;right:24px;bottom:20px;left:24px;overflow:hidden;color:rgba(255,255,255,.9);font-size:clamp(1.6rem,4vw,3.4rem);line-height:.9;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.game-artwork--compact{min-height:230px;border-radius:16px}.game-artwork--compact .game-artwork__icon{width:72px;height:72px;border-width:5px;border-radius:16px;font-size:2.5rem;box-shadow:0 0 0 7px rgba(0,0,0,.2),0 18px 40px rgba(0,0,0,.36)}.game-artwork--compact .game-artwork__name{right:14px;bottom:12px;left:14px;font-size:1.35rem}.page-section{padding:88px 0}.page-section--muted{background:var(--paper);color:var(--ink)}.page-section--muted .game-card__meta,.page-section--muted .game-card__tagline,.page-section--muted .section-heading>div>p:not(.eyebrow){color:#626777}.page-section--muted .game-card{border-color:var(--line-dark);background:rgba(255,255,255,.45)}.page-section--muted .game-card__body{border-color:var(--line-dark)}.page-section--muted .eyebrow,.page-section--muted .text-link{color:#a13b42}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:36px}.section-heading h2{margin-bottom:10px}.section-heading>div>p:not(.eyebrow){max-width:620px;margin:0;color:var(--muted)}.game-grid{display:grid;grid-gap:18px;gap:18px}.game-card{min-width:0;overflow:hidden;border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:var(--radius-md);transition:transform .18s ease,border-color .18s ease}.game-card:hover{border-color:rgba(255,255,255,.3);transform:translateY(-5px)}.game-card__art-link{position:relative;display:block;padding:8px 8px 0}.game-card__play{position:absolute;top:50%;left:50%;display:grid;width:48px;height:48px;place-items:center;color:var(--ink);background:var(--paper);border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.35);opacity:0;transform:translate(-50%,-42%);transition:opacity .18s ease,transform .18s ease}.game-card:hover .game-card__play{opacity:1;transform:translate(-50%,-50%)}.game-card__play span{margin-left:3px;font-size:.8rem}.game-card__body{display:grid;min-height:164px;align-content:space-between;grid-gap:20px;gap:20px;padding:20px;border-top:1px solid var(--line)}.game-card__title{margin-bottom:8px;font-size:1.18rem}.game-card__title a:hover{color:var(--yellow)}.game-card__tagline{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:.84rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.game-card__meta{display:flex;justify-content:space-between;color:var(--muted);font-size:.72rem;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.category-card{--category-accent:var(--coral);position:relative;min-height:280px;overflow:hidden;padding:34px;border:1px solid var(--line-dark);background:rgba(255,255,255,.5);border-radius:var(--radius-md);transition:transform .18s ease,background-color .18s ease}.category-card:after{position:absolute;right:-12%;bottom:-40%;width:240px;height:240px;content:"";background:var(--category-accent);border-radius:50%;filter:blur(60px);opacity:.24}.category-card:hover{background:white;transform:translateY(-4px)}.category-card__number{display:block;margin-bottom:50px;color:#777c89;font-size:.78rem;font-weight:900}.category-card h3{margin-bottom:14px;font-size:2rem}.category-card p{position:relative;z-index:1;max-width:440px;color:#626777}.category-card .text-link{color:var(--ink)}.split-section{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:72px;gap:72px}.rank-list{margin:0;padding:0;list-style:none}.rank-list li{display:grid;align-items:center;padding:14px 0;border-top:1px solid var(--line);grid-template-columns:44px 50px 1fr 36px;grid-gap:14px;gap:14px}.rank-list li:last-child{border-bottom:1px solid var(--line)}.rank-list__number{color:#666d7e;font-size:.75rem;font-weight:900}.rank-list__icon{display:grid;width:46px;height:46px;place-items:center;color:var(--ink);border-radius:12px;font-family:var(--font-display)}.rank-list__copy{display:grid}.rank-list__copy a{font-family:var(--font-display);line-height:1.2}.rank-list__copy a:hover{color:var(--yellow)}.rank-list__arrow,.rank-list__copy small{color:var(--muted)}.manifesto-card{align-self:start;padding:44px;color:var(--ink);background:var(--yellow);border-radius:var(--radius-lg);transform:rotate(1deg)}.manifesto-card .eyebrow{color:#663f00}.manifesto-card h2{font-size:clamp(2.2rem,4vw,4rem)}.manifesto-card p:not(.eyebrow){margin-bottom:30px;color:#493b19}.home-cta{padding:28px 0 92px}.home-cta__inner{display:flex;min-height:250px;align-items:center;justify-content:space-between;gap:40px;padding:50px;background:radial-gradient(circle at 80% 50%,rgba(81,216,255,.22),transparent 30%),var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg)}.home-cta h2{margin-bottom:0}.breadcrumbs{padding:24px 0;color:var(--muted);font-size:.78rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.breadcrumbs li:not(:last-child):after{margin-left:8px;content:"/";color:#555c6d}.breadcrumbs a:hover{color:var(--text)}.player-shell{border:1px solid var(--line);background:#05060a;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.player-shell,.player-shell .game-artwork{min-height:min(68vw,680px)}.player-shell__overlay{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:24px;background:linear-gradient(0deg,rgba(5,6,10,.68),transparent 65%);text-align:center}.player-shell__overlay p{max-width:450px;margin:0;color:rgba(255,255,255,.72);font-size:.83rem}.play-button{display:inline-flex;min-height:62px;align-items:center;padding:0 30px;color:var(--ink);border:0;background:var(--yellow);box-shadow:0 16px 50px rgba(0,0,0,.38);cursor:pointer;font-weight:900;transition:transform .18s ease,background-color .18s ease}.play-button:hover{background:white;transform:scale(1.03)}.play-button span{font-size:.85rem}.game-frame{min-height:min(68vw,680px);background:#05060a}.integration-placeholder{display:grid;place-items:center;padding:34px;text-align:center}.integration-placeholder>div{max-width:620px}.integration-placeholder__icon{display:grid;width:82px;height:82px;margin:0 auto 24px;place-items:center;color:var(--ink);background:var(--yellow);border-radius:20px;font-family:var(--font-display);font-size:2.8rem}.integration-placeholder h2{margin-bottom:18px;font-size:clamp(2rem,5vw,3.5rem)}.integration-placeholder p{margin-bottom:26px;color:var(--muted)}.integration-placeholder code{padding:2px 6px;color:var(--text);background:var(--panel-light);border-radius:5px}.game-page{padding:0 0 92px}.game-page__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:42px 0;border-bottom:1px solid var(--line)}.game-page__heading h1{margin:12px 0 10px;font-size:clamp(3rem,7vw,6rem)}.game-page__heading p{margin:0;color:var(--muted);font-size:1.05rem}.pill-row{display:flex;flex-wrap:wrap;gap:8px}.pill{padding:6px 11px;color:var(--muted);border:1px solid var(--line);border-radius:999px;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.pill--hot{color:#ffe1e4;border-color:rgba(255,90,103,.38);background:rgba(255,90,103,.12)}.game-page__rating{display:grid;min-width:120px;text-align:right}.game-page__rating strong{color:var(--yellow);font-family:var(--font-display);font-size:2.4rem;line-height:1}.game-page__rating span{margin-top:7px;color:var(--muted);font-size:.72rem}.game-detail-grid{display:grid;align-items:start;padding-top:48px;grid-template-columns:minmax(0,1fr) 300px;grid-gap:64px;gap:64px}.content-card{margin-bottom:46px;padding:34px;border:1px solid var(--line);background:rgba(255,255,255,.03);border-radius:var(--radius-md)}.content-card--intro{border-left:4px solid var(--yellow)}.content-card h2{margin-bottom:26px;font-size:2rem}.game-description{margin:0;color:#d5d9e2;font-size:1.15rem}.instruction-list{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.instruction-list li{display:grid;align-items:start;padding:18px 0;border-top:1px solid var(--line);grid-template-columns:48px 1fr;grid-gap:12px;gap:12px}.instruction-list li:last-child{padding-bottom:0}.instruction-list span{color:var(--yellow);font-size:.72rem;font-weight:900}.instruction-list p{margin:0;color:var(--muted)}.prose{color:#ccd1dc}.prose section+section{margin-top:52px}.prose h2{margin-bottom:22px;color:var(--text);font-size:clamp(2rem,4vw,3rem)}.prose h3{color:var(--text);font-size:1.6rem}.prose h3,.prose p{margin-bottom:18px}.prose ul{display:grid;grid-gap:9px;gap:9px;padding-left:22px}.prose a{color:var(--yellow);text-decoration:underline;text-underline-offset:3px}.game-facts{position:-webkit-sticky;position:sticky;top:104px;padding:26px;border:1px solid var(--line);background:var(--panel);border-radius:var(--radius-md)}.game-facts>h2{margin-bottom:22px;font-size:1.45rem}.game-facts dl{margin:0}.game-facts dl>div{display:grid;padding:12px 0;border-top:1px solid var(--line);grid-template-columns:90px 1fr;grid-gap:10px;gap:10px}.game-facts dt{color:var(--muted);font-size:.76rem}.game-facts dd{margin:0;font-size:.8rem;font-weight:700;text-align:right}.fact-group{margin-top:24px}.fact-group h3{margin-bottom:12px;color:var(--muted);font-family:var(--font-body);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.tag-list{display:flex;flex-wrap:wrap;gap:7px}.tag-link{display:inline-flex;padding:6px 10px;border:1px solid var(--line);border-radius:8px;font-size:.72rem;font-weight:700}.tag-link:hover{color:var(--ink);background:var(--yellow);border-color:var(--yellow)}.listing-hero,.taxonomy-hero{position:relative;overflow:hidden;padding:72px 0 84px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.listing-hero:after,.taxonomy-hero:after{position:absolute;top:-80%;right:-10%;width:480px;height:480px;content:"";background:rgba(81,216,255,.16);border-radius:50%;filter:blur(80px)}.taxonomy-hero{--taxonomy-accent:var(--coral)}.taxonomy-hero:after{background:color-mix(in srgb,var(--taxonomy-accent) 28%,transparent)}.listing-hero__inner,.taxonomy-hero__inner{position:relative;z-index:1}.listing-hero h1,.taxonomy-hero h1{max-width:900px;margin-bottom:22px}.listing-hero__inner>p:not(.eyebrow),.taxonomy-hero__inner>p:not(.eyebrow){max-width:720px;margin-bottom:28px;color:var(--muted);font-size:1.1rem}.listing-hero__count,.taxonomy-hero__inner>span{display:inline-flex;padding:7px 12px;border:1px solid var(--line);border-radius:999px;font-size:.72rem;font-weight:800}.editorial-section{padding:92px 0;color:var(--ink);background:var(--paper)}.editorial-section__inner{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:80px;gap:80px}.editorial-section .eyebrow{color:#a13b42}.editorial-section__label>p:last-child{max-width:270px;color:#666b78}.editorial-section .prose{color:#4f5563}.editorial-section .prose h2,.editorial-section .prose h3{color:var(--ink)}.info-page{min-height:70vh;padding-bottom:100px}.info-page__layout{display:grid;padding-top:58px;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px}.info-page__layout>header{position:-webkit-sticky;position:sticky;top:118px;align-self:start}.info-page h1{margin-bottom:24px;font-size:clamp(3rem,7vw,5.6rem)}.info-page__layout>header>p:last-child{color:var(--muted);font-size:1.05rem}.info-page__content{padding:40px;border:1px solid var(--line);background:rgba(255,255,255,.03);border-radius:var(--radius-md)}.info-page__content h2{margin-top:45px;font-size:1.8rem}.info-page__content h2:first-child{margin-top:0}.not-found{display:grid;min-height:70vh;place-items:center;text-align:center}.not-found__inner{display:grid;justify-items:center}.not-found h1{max-width:820px;margin-bottom:24px}.not-found p:not(.eyebrow){max-width:600px;margin-bottom:30px;color:var(--muted)}.site-footer{padding:72px 0 24px;border-top:1px solid var(--line);background:#07080d}.site-footer__grid{display:grid;grid-template-columns:2fr repeat(3,1fr);grid-gap:60px;gap:60px}.brand--footer{margin-bottom:20px}.site-footer__grid>div:first-child p{max-width:420px;color:var(--muted)}.site-footer h2{margin-bottom:18px;color:#747b8e;font-family:var(--font-body);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase}.site-footer ul{display:grid;grid-gap:9px;gap:9px;margin:0;padding:0;list-style:none}.site-footer li{font-size:.86rem}.site-footer li a:hover{color:var(--yellow)}.site-footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:62px;padding-top:22px;color:#6d7382;border-top:1px solid var(--line);font-size:.72rem}.site-footer__bottom p{margin:0}@media (max-width:1020px){.desktop-nav{display:none}.mobile-menu{display:block}.home-hero__grid,.info-page__layout,.split-section{grid-template-columns:1fr}.home-hero__grid{gap:52px}.hero-feature{max-width:680px;width:100%;margin-inline:auto}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-detail-grid{grid-template-columns:1fr}.game-facts,.info-page__layout>header{position:static}.game-facts{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 30px;gap:0 30px}.game-facts>h2{grid-column:1/-1}.editorial-section__inner{grid-template-columns:1fr;gap:36px}.site-footer__grid{grid-template-columns:2fr 1fr 1fr}.site-footer__grid>div:last-child{grid-column:2}}@media (max-width:700px){.shell{width:min(calc(100% - 28px),var(--shell))}.site-header__inner{height:66px}.home-hero{padding:62px 0}.home-hero h1{font-size:clamp(3rem,14vw,5rem)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.hero-stats strong{font-size:1rem}.hero-stats span{font-size:.65rem}.hero-feature{padding:8px;border-radius:24px}.game-artwork{min-height:340px}.game-artwork__icon{width:96px;height:96px;font-size:3.2rem}.page-section{padding:64px 0}.game-page__heading,.home-cta__inner,.section-heading,.site-footer__bottom{align-items:flex-start;flex-direction:column}.section-heading{display:flex}.category-grid,.game-grid{grid-template-columns:1fr}.game-card{display:grid;grid-template-columns:42% 58%}.game-card__art-link{padding:6px}.game-artwork--compact{min-height:100%}.game-artwork--compact .game-artwork__name{font-size:1rem;white-space:normal}.game-card__body{min-height:190px;border-top:0;border-left:1px solid var(--line)}.page-section--muted .game-card__body{border-color:var(--line-dark)}.category-card{min-height:250px;padding:28px}.manifesto-card{padding:34px 28px}.home-cta__inner{padding:34px 26px}.game-frame,.player-shell,.player-shell .game-artwork{min-height:62vh}.game-page__heading{display:flex;padding:32px 0}.game-page__rating{text-align:left}.game-detail-grid{gap:40px}.content-card,.info-page__content{padding:26px 22px}.game-facts{display:block}.listing-hero,.taxonomy-hero{padding:52px 0 64px}.editorial-section{padding:64px 0}.info-page{padding-bottom:70px}.info-page__layout{padding-top:34px;gap:36px}.site-footer__grid{grid-template-columns:1fr 1fr;gap:38px 24px}.site-footer__grid>div:first-child{grid-column:1/-1}.site-footer__grid>div:last-child{grid-column:auto}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{--portal-bg:#0c0e14;--portal-deep:#090b10;--portal-panel:#171922;--portal-panel-2:#202235;--portal-text:#f6f7fb;--portal-muted:#9ca4ba;--portal-line:rgba(255,255,255,0.08);--portal-accent:#7a5cff;--portal-hot:#ff4a2f;--portal-topbar:58px;--portal-sidebar:190px;--portal-rail:318px;--radius-sm:8px;--radius-md:8px;--radius-lg:8px;--font-display:Inter,"Segoe UI",Arial,sans-serif}body,html{background:var(--portal-bg)}body{min-width:320px;color:var(--portal-text);font-size:15px;line-height:1.55}body:before{display:none}h1,h2,h3{letter-spacing:0}.site-header{position:fixed;top:0;right:0;left:0;z-index:300;border-bottom:1px solid rgba(255,255,255,.06);background:#222335;box-shadow:none}.site-header__inner{display:grid;height:var(--portal-topbar);align-items:center;padding:0 14px;grid-template-columns:max-content minmax(220px,460px) 1fr;grid-gap:24px;gap:24px}.brand{min-width:0;max-width:100%;overflow:hidden;gap:10px;color:var(--portal-text);font-family:var(--font-display);font-size:1.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 0 12px rgba(255,255,255,.55);white-space:nowrap}.brand__menu{display:grid;width:22px;flex:0 0 auto;grid-gap:5px;gap:5px}.brand__menu span{display:block;height:2px;background:var(--portal-text);border-radius:999px}.brand__mark{flex:0 0 auto;width:30px;height:30px;color:#fff;background:linear-gradient(135deg,#ff455f,#7a5cff);border-radius:8px;font-size:.7rem;letter-spacing:0;text-shadow:none}.brand__text{flex:0 0 auto;min-width:max-content;overflow:visible;text-overflow:clip;white-space:nowrap}.site-search{display:flex;height:42px;min-width:0;align-items:center;justify-self:center;width:100%;border:1px solid transparent;background:#3a3c59;border-radius:999px}.site-search:focus-within{border-color:rgba(255,255,255,.26)}.site-search input{min-width:0;flex:1 1;height:100%;padding:0 16px;color:#fff;border:0;outline:0;background:transparent;font-weight:700}.site-search input::placeholder{color:#b8bed0}.site-search button{display:grid;width:46px;height:100%;place-items:center;border:0;color:#cbd1e2;background:transparent;cursor:pointer}.search-icon{width:15px;height:15px;border:2px solid;border-radius:50%}.search-icon:after{display:block;width:8px;height:2px;margin:10px 0 0 10px;content:"";background:currentColor;border-radius:999px;transform:rotate(45deg)}.header-actions{display:flex;justify-self:end;gap:10px}.header-icon-button{display:grid;width:42px;height:42px;place-items:center;color:#fff;background:#34364e;border-radius:50%;font-weight:900}.header-icon-button:hover{background:#494c6d}.app-sidebar{position:fixed;top:var(--portal-topbar);bottom:0;left:0;z-index:200;width:var(--portal-sidebar);padding:20px 16px;overflow-y:auto;border-right:1px solid var(--portal-line);background:#0b0d14}.app-sidebar__primary{display:grid;grid-gap:10px;gap:10px;padding-bottom:18px;border-bottom:1px solid var(--portal-line)}.app-sidebar__link{display:flex;min-height:28px;align-items:center;gap:12px;color:#fff;font-weight:800}.app-sidebar__link:hover,.app-sidebar__secondary a:hover{color:#fff176}.app-sidebar__icon{display:inline-grid;min-width:28px;place-items:center;color:#ffd84d;font-size:.62rem;font-weight:900}.app-sidebar__secondary{display:grid;grid-gap:4px;gap:4px;padding-top:18px}.app-sidebar__secondary a{color:#aab1c6;font-size:1rem}.app-sidebar__copyright{margin:50px 0 0;color:#65708b;font-size:.78rem}.app-main{min-height:100vh;padding-top:var(--portal-topbar);margin-left:var(--portal-sidebar)}.arcade-layout{display:grid;min-height:calc(100vh - var(--portal-topbar));grid-template-columns:minmax(0,1fr) var(--portal-rail);grid-gap:16px;gap:16px;padding:15px 0 32px 52px}.arcade-layout--single{grid-template-columns:minmax(0,1fr);padding-right:52px}.arcade-layout__main{min-width:0}.game-player-card{overflow:hidden;background:#191b25;border-radius:0}.player-shell{position:relative;min-height:auto;aspect-ratio:16/8.45;overflow:hidden;border:0;background:#171a20;border-radius:0;box-shadow:none}.player-shell .game-artwork{min-height:100%;height:100%;border-radius:0}.game-frame{display:block;width:100%;height:100%;min-height:0;border:0;background:#11141a}.player-shell__overlay{background:linear-gradient(0deg,rgba(8,10,16,.82),rgba(8,10,16,.14))}.play-button{min-height:58px;gap:12px;color:#fff;background:var(--portal-accent);border-radius:999px;box-shadow:0 18px 50px rgba(0,0,0,.42)}.play-button:hover{color:#fff;background:#8d76ff}.play-button__icon{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid}.player-toolbar{display:flex;min-height:45px;align-items:center;justify-content:space-between;gap:16px;padding:0 14px 0 16px;background:#24263a}.player-toolbar h2{margin:0;overflow:hidden;font-size:1.25rem;font-weight:900;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.player-toolbar__actions{display:flex;flex:0 0 auto;gap:8px}.player-toolbar__actions button{display:grid;min-width:44px;height:32px;place-items:center;padding:0 10px;color:#eef0ff;border:0;background:#343750;border-radius:999px;cursor:pointer;font-size:.72rem;font-weight:900}.player-toolbar__actions button:hover{background:#484c70}.player-toolbar__actions button.is-active{color:#11131b;background:#f4c95d}.player-toolbar__status{display:inline-flex;min-height:32px;align-items:center;color:#cbd1e2;font-size:.76rem;font-weight:800;white-space:nowrap}.right-rail{min-width:0;padding-right:8px}.right-rail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.right-rail__card{position:relative;display:block;min-width:0;overflow:hidden;background:#151821;border-radius:7px}.right-rail__card:hover{transform:translateY(-2px)}.right-rail__card .game-artwork{height:78px;min-height:78px;border-radius:7px}.right-rail__card .game-artwork__icon{width:36px;height:36px;border-width:3px;border-radius:10px;font-size:1.2rem}.right-rail__card .game-artwork__name{right:7px;bottom:6px;left:7px;font-size:.74rem;white-space:normal}.right-rail__title{right:6px;bottom:5px;left:6px;z-index:3;overflow:hidden;color:#fff;font-size:.7rem;line-height:1.05;text-shadow:0 2px 8px rgba(0,0,0,.7);text-overflow:ellipsis;white-space:nowrap}.rail-badge,.right-rail__title{position:absolute;font-weight:900}.rail-badge{top:0;left:0;z-index:4;padding:4px 8px;color:#25210a;background:#ffe45a;border-radius:0 0 7px 0;font-size:.68rem}.rail-badge--hot{color:#fff;background:var(--portal-hot)}.ad-slot{display:grid;min-height:130px;place-items:center;margin:20px auto;color:#c8cedb;border:1px solid rgba(255,255,255,.14);background:linear-gradient(30deg,transparent 35%,rgba(255,255,255,.08) 35% 36%,transparent 36%),linear-gradient(150deg,transparent 35%,rgba(255,255,255,.08) 35% 36%,transparent 36%),#2f323b;background-size:42px 42px;font-size:.78rem}.ad-slot--banner{width:min(980px,100%)}.ad-slot--tower{height:250px;min-height:250px;margin:0 0 12px}.game-strip{margin:14px 0 28px;padding:16px 18px 18px;background:#141620;border:1px solid rgba(255,255,255,.04);border-radius:8px}.game-strip__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}.game-strip__card{position:relative;display:block;min-width:0;overflow:hidden;border-radius:7px}.game-strip__card:hover{transform:translateY(-2px)}.game-strip__card .game-artwork{height:112px;min-height:112px;border-radius:7px}.game-strip__card .game-artwork__icon{width:52px;height:52px;border-width:4px;border-radius:12px;font-size:1.8rem}.game-strip__card .game-artwork__name{right:8px;bottom:8px;left:8px;font-size:.9rem;white-space:normal}.game-strip__card>span{position:absolute;right:8px;bottom:7px;left:8px;z-index:3;overflow:hidden;color:#fff;font-size:.78rem;font-weight:900;line-height:1.05;text-shadow:0 2px 8px rgba(0,0,0,.68);text-overflow:ellipsis;white-space:nowrap}.game-artwork{background:linear-gradient(140deg,color-mix(in srgb,var(--art-accent) 70%,#20232e),#161924 58%),#161924}.game-artwork__grid{opacity:.45}.game-artwork__icon{color:#fff;background:color-mix(in srgb,var(--art-accent) 78%,#11131b);border-color:rgba(255,255,255,.42)}.game-artwork--image{background:#11131b}.game-artwork--image:after{inset:auto 0 0;z-index:1;height:58%;background:linear-gradient(0deg,rgba(5,6,10,.82),transparent);border-radius:0;filter:none;opacity:1;pointer-events:none}.game-artwork__image{position:absolute;inset:0;z-index:0;object-fit:cover}.game-artwork--image .game-artwork__grid,.game-artwork--image .game-artwork__icon{display:none}.game-artwork--image .game-artwork__name{text-shadow:0 2px 10px rgba(0,0,0,.72)}.game-overview,.portal-content-panel{margin-top:10px;padding:26px 32px;background:#151720;border:1px solid rgba(255,255,255,.04);border-radius:8px}.game-overview{display:grid;grid-template-columns:minmax(240px,.68fr) minmax(0,1fr);grid-gap:44px;gap:44px}.mini-breadcrumbs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px;color:#a58cff;font-size:.78rem;font-weight:800}.mini-breadcrumbs a:after{margin-left:6px;content:"/";color:#69708c}.game-overview h1{margin-bottom:18px;font-size:1.55rem;font-weight:900}.game-overview dl{display:grid;grid-gap:6px;gap:6px;margin:0}.game-overview dl>div{display:grid;grid-template-columns:100px 1fr;grid-gap:10px;gap:10px}.game-overview dt{color:#8f98b3}.game-overview dd{margin:0;color:#f6f7fb;font-weight:900}.overview-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.overview-tags a,.overview-tags span{display:inline-flex;min-height:38px;align-items:center;padding:0 16px;color:#fff;background:#272a42;border-radius:7px;font-weight:900}.overview-tags a:hover{background:var(--portal-accent)}.game-overview__copy h2,.game-overview__copy h3,.portal-section-heading h2{margin-bottom:12px;font-size:1.45rem;font-weight:900}.game-overview__copy p,.portal-section-heading p:not(.eyebrow){color:#b8bfd1}.game-overview__copy ul{display:grid;grid-gap:8px;gap:8px;padding-left:20px;color:#d7dbea}.portal-section-heading{margin-bottom:22px}.portal-section-heading .eyebrow{margin-bottom:8px;color:#ff6a4d}.prose{color:#cbd1e2}.prose section+section{margin-top:34px}.prose h2{margin-bottom:12px;font-size:1.45rem}.prose h2,.prose h3{color:#fff;font-weight:900}.prose h3{margin-bottom:10px;font-size:1.1rem}.prose p{margin-bottom:12px}.prose ul{gap:7px}.faq-list{display:grid;grid-gap:10px;gap:10px}.faq-item{background:#1b1e2c;border:1px solid rgba(255,255,255,.06);border-radius:8px}.faq-item summary{padding:16px 18px;color:#fff;cursor:pointer;font-weight:900}.faq-item p{margin:0;padding:0 18px 18px;color:#cbd1e2}.shell{width:min(calc(100% - 32px),1180px)}.breadcrumbs{padding:22px 0 12px}.listing-hero,.taxonomy-hero{padding:46px 0 52px;border-color:var(--portal-line);background:#11141d}.info-page h1,.listing-hero h1,.taxonomy-hero h1{font-size:clamp(2.3rem,5vw,4.4rem)}.page-section{padding:36px 0 62px}.game-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.game-card{border-color:var(--portal-line);background:#151720;border-radius:8px}.game-card__art-link{padding:6px 6px 0}.game-card__body{min-height:140px;padding:16px;border-color:var(--portal-line)}.game-card__title{font-size:1rem}.editorial-section{padding:48px 0;color:var(--portal-text);background:#11141d}.editorial-section__inner{gap:42px}.editorial-section .prose,.editorial-section .prose h2,.editorial-section .prose h3{color:var(--portal-text)}.info-page{min-height:calc(100vh - var(--portal-topbar));padding-bottom:70px}.info-page__layout{padding-top:28px;gap:50px}.info-page__content{border-color:var(--portal-line);background:#151720;border-radius:8px}.empty-state{padding:34px;color:var(--portal-text);border:1px solid var(--portal-line);background:#151720;border-radius:8px}.empty-state h2{margin-bottom:10px;font-size:1.45rem}.empty-state p{margin:0;color:var(--portal-muted)}@media (max-width:1320px){.site-header__inner{grid-template-columns:240px minmax(220px,420px) 1fr}.arcade-layout{padding-left:24px;grid-template-columns:minmax(0,1fr) 270px}:root{--portal-rail:270px}.game-strip__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1080px){.site-header__inner{grid-template-columns:minmax(150px,1fr) minmax(180px,360px) auto;gap:12px}.brand{font-size:1.1rem;letter-spacing:.04em}.app-sidebar{display:none}.app-main{margin-left:0}.arcade-layout{grid-template-columns:1fr;padding:12px 12px 28px}.right-rail{padding-right:0}.right-rail__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.right-rail .ad-slot{display:none}}@media (max-width:760px){:root{--portal-topbar:58px}.site-header__inner{grid-template-columns:1fr auto}.site-search{display:none}.header-actions{gap:6px}.header-icon-button{width:36px;height:36px}.player-shell{aspect-ratio:16/10}.player-toolbar{min-height:auto;align-items:flex-start;flex-direction:column;padding:12px}.player-toolbar__actions{width:100%;overflow-x:auto;padding-bottom:2px}.game-strip{padding:12px}.game-grid,.game-strip__grid,.right-rail__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-overview{grid-template-columns:1fr;gap:28px}.game-overview,.portal-content-panel{padding:22px 18px}.game-overview dl>div{grid-template-columns:92px 1fr}.listing-hero,.taxonomy-hero{padding:34px 0 40px}.editorial-section__inner,.info-page__layout{grid-template-columns:1fr}}@media (max-width:480px){.brand__mark{display:none}.brand{font-size:1rem}.arcade-layout{padding:8px 8px 22px}.player-shell{aspect-ratio:4/3}.game-grid,.game-strip__grid,.right-rail__grid{grid-template-columns:1fr}.game-strip__card .game-artwork,.right-rail__card .game-artwork{height:128px;min-height:128px}}.brand{letter-spacing:.03em;text-shadow:none}.game-card .game-artwork__name,.game-strip__card .game-artwork__name,.right-rail__card .game-artwork__name{display:none}.game-strip__card>span,.right-rail__title{font-size:.82rem;line-height:1.15;text-shadow:0 1px 3px rgba(0,0,0,.72)}.app-sidebar__icon{font-size:.72rem}.game-card__play-icon{width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid;transform:translateX(1px)}