/* Lantern Arcade 8.5 — Living Game House production layer
   This file intentionally loads after the legacy stylesheet. It stabilizes the
   shared product shell while allowing title-specific game variables to continue
   owning active-game stages and controllers. */
:root{
  --la-night:#080b10;
  --la-night-2:#0f141b;
  --la-night-3:#171e27;
  --la-paper:#f5f1e6;
  --la-paper-2:#e8e2d4;
  --la-ink:#11161c;
  --la-ember:#ff7147;
  --la-lantern:#ffd65a;
  --la-aqua:#5ee1cf;
  --la-line:rgba(255,255,255,.14);
  --la-muted:#a9b2ba;
  --la-display:"Arial Black","Aptos Display","Helvetica Neue",Arial,sans-serif;
  --la-body:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --la-content:min(1420px,calc(100vw - 40px));
  --la-cut:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
}
html{scroll-padding-top:100px}
body{background:var(--la-night);font-family:var(--la-body);text-rendering:optimizeLegibility}
body:has(.planner-scrim){overflow:hidden}
.production-shell{background:var(--la-night);color:#fff;isolation:isolate}
.production-shell:before{background:
  linear-gradient(115deg,transparent 0 47%,rgba(255,255,255,.018) 47% 47.3%,transparent 47.3% 100%),
  radial-gradient(circle at 82% 9%,rgba(94,225,207,.07),transparent 22%),
  radial-gradient(circle at 8% 22%,rgba(255,113,71,.06),transparent 25%);background-size:180px 180px,auto,auto}
.market-kicker{margin:0 0 .75rem;color:var(--la-aqua);font:900 .72rem/1.2 var(--la-display);letter-spacing:.17em;text-transform:uppercase}
.market-button,.market-text-link,.micro-action,.soft-button,.icon-button{font-family:var(--la-body)}
.market-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.9rem 1.2rem;border:2px solid transparent;font-weight:950;letter-spacing:.025em;clip-path:var(--la-cut);transition:transform .14s ease,filter .14s ease,background .14s ease}
.market-button.primary{background:var(--la-lantern);border-color:var(--la-ink);color:var(--la-ink);box-shadow:6px 6px 0 rgba(0,0,0,.8)}
.market-button.primary:hover{transform:translate(2px,2px);box-shadow:4px 4px 0 rgba(0,0,0,.85)}
.market-button.secondary{background:transparent;border-color:rgba(255,255,255,.48);color:#fff}
.market-button.secondary:hover{border-color:#fff;background:rgba(255,255,255,.06)}
.market-text-link{border:0;background:none;color:inherit;padding:.5rem 0;font-weight:900;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}
.market-text-link:hover{color:var(--la-lantern)}

/* Product navigation */
.production-nav{min-height:86px;grid-template-columns:minmax(185px,auto) minmax(0,1fr) auto;gap:1.25rem;padding:.75rem max(20px,calc((100vw - 1460px)/2));background:rgba(8,11,16,.95);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 12px 40px rgba(0,0,0,.24)}
.production-nav .house-brand{min-width:190px}
.production-nav .house-brand strong{font-size:1.04rem;letter-spacing:.045em}
.production-nav .house-brand small{color:#9ba6af;letter-spacing:.13em}
.production-nav .lantern-emblem{border-color:var(--la-lantern);filter:drop-shadow(0 0 14px rgba(255,214,90,.22))}
.production-nav .lantern-emblem i{background:var(--la-lantern)}
.production-nav .house-nav{gap:.15rem;justify-content:flex-start}
.production-nav .nav-item{min-height:46px;padding:.75rem .8rem;color:#bcc4cb;font-size:.72rem;letter-spacing:.04em}
.production-nav .nav-item[aria-current="page"]{color:#fff;background:rgba(255,255,255,.045)}
.production-nav .nav-item[aria-current="page"]:after{left:.75rem;right:.75rem;bottom:.22rem;background:var(--la-aqua)}
.nav-actions{display:flex;align-items:stretch;gap:.55rem}
.lineup-button,.host-now-button,.account-ticket{min-height:54px;border:1px solid rgba(255,255,255,.18);clip-path:var(--la-cut);padding:.55rem .78rem;text-align:left}
.lineup-button{position:relative;background:#151b22;color:#fff}
.lineup-button span,.host-now-button span,.account-ticket span{display:block;color:#9da7af;font-size:.55rem;letter-spacing:.13em;text-transform:uppercase}
.lineup-button b,.host-now-button b,.account-ticket strong{display:block;margin-top:.12rem;font-size:.78rem;white-space:nowrap}
.lineup-button i,.mobile-house-dock i{position:absolute;right:-6px;top:-7px;display:grid;place-items:center;min-width:23px;height:23px;padding:0 5px;border:2px solid var(--la-night);border-radius:999px;background:var(--la-ember);color:#fff;font:900 .68rem var(--la-body);font-style:normal}
.host-now-button{background:var(--la-lantern);border-color:var(--la-lantern);color:var(--la-ink)}
.host-now-button span{color:#574a1a}
.account-ticket{background:#0e1319;color:#fff;text-align:right}
.lineup-rail{position:fixed;right:0;top:42%;z-index:75;transform:translateX(calc(100% - 18px));transition:transform .18s ease}
.lineup-rail:hover,.lineup-rail:focus-within,.lineup-rail.has-games{transform:translateX(0)}
.lineup-rail>button{display:flex;flex-direction:column;gap:.18rem;min-width:170px;padding:.85rem .9rem .85rem 1.2rem;border:1px solid rgba(255,255,255,.2);border-right:0;background:#171d24;color:#fff;text-align:left;box-shadow:-12px 14px 34px rgba(0,0,0,.32);clip-path:polygon(10px 0,100% 0,100% 100%,10px 100%,0 calc(100% - 10px),0 10px)}
.lineup-rail span{color:var(--la-aqua);font-size:.58rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.lineup-rail b{font-size:.82rem}.lineup-rail i{color:#aeb7bf;font-size:.66rem;font-style:normal}
.mobile-house-dock{display:none}
.production-shell .house-footer{padding:1.1rem max(20px,calc((100vw - 1460px)/2));background:#05070a;color:#8d98a1}
.production-shell .house-footer>div{display:flex;align-items:center;gap:.55rem;color:#fff}
.lantern-emblem.tiny{width:20px;height:25px;border-width:2px}.lantern-emblem.tiny i{width:7px;height:14px}

/* Lineup planner */
.planner-scrim{position:fixed;inset:0;z-index:200;display:grid;place-items:stretch end;background:rgba(2,4,7,.72);backdrop-filter:blur(5px)}
.planner-panel{width:min(620px,100vw);height:100%;overflow:auto;background:var(--la-paper);color:var(--la-ink);box-shadow:-30px 0 80px rgba(0,0,0,.45)}
.planner-panel>header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:1rem;padding:1.5rem clamp(1.1rem,4vw,2rem);background:rgba(245,241,230,.96);border-bottom:2px solid #c9c3b6}
.planner-panel h2{margin:0;font:900 clamp(1.7rem,4vw,2.6rem)/.95 var(--la-display);letter-spacing:-.035em;text-transform:uppercase}
.icon-button{display:grid;place-items:center;min-width:44px;height:44px;padding:0;border:1px solid #8d8b84;background:transparent;color:inherit;font-size:1.4rem}
.planner-list{display:grid;gap:0;margin:0;padding:0;list-style:none}
.planner-list li{display:grid;grid-template-columns:34px 76px minmax(0,1fr) auto 44px;align-items:center;gap:.75rem;padding:.8rem clamp(1rem,3vw,1.5rem);border-bottom:1px solid #d3cdc0}
.planner-list>li>span{font:900 1.1rem var(--la-display);color:#74736e}
.planner-thumb{aspect-ratio:3/4;overflow:hidden;background:#111}.planner-thumb img{width:100%;height:100%;object-fit:cover}
.planner-list strong,.planner-list b{display:block}.planner-list small{display:block;margin-top:.2rem;color:#666d72}
.planner-panel footer{display:flex;justify-content:flex-end;gap:.8rem;padding:1.25rem 1.5rem}
.planner-empty{min-height:70vh;display:grid;place-items:center;align-content:center;text-align:center;padding:2rem}
.planner-empty>span{font-size:4rem;color:var(--la-ember)}.planner-empty h3{font:900 2rem var(--la-display);text-transform:uppercase}.planner-empty p{max-width:38ch;color:#60676c;line-height:1.6}

/* Front door */
.production-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(470px,.98fr);gap:clamp(2rem,5vw,6rem);align-items:center;min-height:720px;padding:clamp(4.5rem,8vw,8rem) max(20px,calc((100vw - 1420px)/2));overflow:hidden;background:#090d12;color:#fff;border-bottom:1px solid var(--la-line)}
.production-hero:before{content:attr(data-catalog-label);position:absolute;left:max(20px,calc((100vw - 1420px)/2));bottom:-.09em;color:rgba(255,255,255,.025);font:900 clamp(6rem,15vw,14rem)/.8 var(--la-display);letter-spacing:-.08em;white-space:nowrap;pointer-events:none}
.production-hero:after{content:"";position:absolute;right:5%;top:8%;width:38%;height:70%;border:1px solid rgba(94,225,207,.15);transform:skewY(-8deg);pointer-events:none}
.production-hero-copy{position:relative;z-index:2;max-width:760px}
.production-hero h1{max-width:12ch;margin:0 0 1.5rem;font:900 clamp(4.3rem,7vw,8.3rem)/.82 var(--la-display);letter-spacing:-.075em;text-transform:uppercase;text-wrap:balance}
.production-hero h1 em{display:block;color:var(--la-lantern);font-style:normal;text-shadow:6px 6px 0 rgba(255,113,71,.78)}
.production-hero-copy>p:not(.market-kicker):not(.hero-contract){max-width:64ch;color:#bcc5cc;font-size:clamp(1.02rem,1.5vw,1.22rem);line-height:1.66}
.hero-command-row{display:flex;flex-wrap:wrap;gap:.85rem;margin:2rem 0}
.hero-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin:2.2rem 0 1.2rem}
.hero-proof span{padding:.8rem .7rem;border-left:3px solid var(--la-ember);background:rgba(255,255,255,.035);color:#aeb8c0;font-size:.63rem;text-transform:uppercase;letter-spacing:.08em}
.hero-proof b{display:block;margin-bottom:.16rem;color:#fff;font:900 1.42rem var(--la-display);letter-spacing:-.04em}
.hero-contract{color:#9ea8b0;font-size:.78rem;font-weight:800}
.production-hero-stage{position:relative;z-index:2;min-height:540px}
.hero-stage-screen{position:absolute;inset:30px 22px 70px 18px;display:flex;flex-direction:column;padding:1.2rem;background:#15212b;color:#fff;border:7px solid #05070a;box-shadow:16px 20px 0 rgba(255,113,71,.5);clip-path:polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px)}
.hero-stage-screen:before{content:"";position:absolute;inset:0;background:linear-gradient(118deg,transparent 0 58%,rgba(94,225,207,.13) 58% 78%,transparent 78%);pointer-events:none}
.stage-top{position:relative;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.7rem;font-size:.62rem;letter-spacing:.14em}.stage-top b{color:var(--la-lantern)}
.stage-prompt{position:relative;display:grid;place-items:center;align-content:center;flex:1;text-align:center;padding:1.2rem}.stage-prompt small{color:var(--la-aqua);font-weight:900;letter-spacing:.15em}.stage-prompt strong{max-width:18ch;margin-top:.9rem;font:900 clamp(1.65rem,3vw,3rem)/.98 var(--la-display);text-transform:uppercase}
.stage-answers{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem}.stage-answers i{min-height:54px;display:grid;place-items:center;padding:.5rem;background:var(--la-paper);color:var(--la-ink);font-style:normal;font-size:.64rem;font-weight:900;text-align:center}
.hero-stage-screen footer{position:relative;display:flex;justify-content:space-between;align-items:center;padding-top:.8rem;font-size:.65rem}.hero-stage-screen footer b{padding:.45rem .65rem;background:var(--la-lantern);color:var(--la-ink)}
.hero-phone{position:absolute;right:-10px;bottom:0;z-index:5;width:200px;min-height:285px;padding:1rem;background:var(--la-paper);color:var(--la-ink);border:5px solid #05070a;box-shadow:10px 12px 0 rgba(94,225,207,.5);transform:rotate(2deg)}
.hero-phone span{font-size:.57rem;font-weight:950;letter-spacing:.13em}.hero-phone b{display:block;margin:2rem 0 .5rem;font:900 1.45rem var(--la-display);text-transform:uppercase}.hero-phone p{font-size:.82rem;line-height:1.45}.hero-phone button{width:100%;min-height:44px;border:2px solid var(--la-ink);background:var(--la-ember);font-weight:950}
.hero-box-wall{position:absolute;left:-42px;bottom:-20px;z-index:4;display:flex;align-items:flex-end;gap:.4rem;pointer-events:none}
.hero-product{width:78px;padding:0;border:3px solid #05070a;background:#111;box-shadow:5px 6px 0 rgba(0,0,0,.6);pointer-events:auto}.hero-product img{width:100%;aspect-ratio:3/4;object-fit:cover}.hero-product-1{transform:rotate(-8deg)}.hero-product-2{transform:rotate(3deg) translateY(-12px)}.hero-product-3{transform:rotate(-2deg)}.hero-product-4{transform:rotate(7deg) translateY(-7px)}
.production-quick-join{position:absolute;left:2rem;right:7.5rem;bottom:16px;z-index:6;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.6rem;padding:.7rem;background:#080b10;border:1px solid rgba(255,255,255,.22)}
.production-quick-join label{display:grid;gap:.25rem}.production-quick-join label span{color:#a8b2ba;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase}.production-quick-join input{min-height:45px;background:#fff;color:#111;text-transform:uppercase;font:900 1.25rem ui-monospace,monospace;letter-spacing:.18em}.production-quick-join button{min-height:45px;border:0;background:var(--la-aqua);color:#08110f;font-weight:950;padding:0 1rem}

/* Room pathways */
.room-paths,.game-worlds,.production-featured,.recent-strip,.library-section,.related-games{padding:clamp(4rem,7vw,7rem) max(20px,calc((100vw - 1420px)/2))}
.room-paths{background:var(--la-paper);color:var(--la-ink)}
.room-paths>header{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:1rem 4rem;align-items:end;margin-bottom:2.2rem}.room-paths>header .market-kicker{grid-column:1/-1}.room-paths h2,.game-worlds h2,.production-featured h2,.product-promise h2,.creator-business h2,.pricing-truth h2,.production-final h2,.library-section h2,.related-games h2{margin:0;font:900 clamp(2.5rem,5vw,5.5rem)/.88 var(--la-display);letter-spacing:-.055em;text-transform:uppercase}.room-paths>header>p:last-child{max-width:56ch;margin:0;color:#60676c;line-height:1.6}
.room-paths>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:2px solid var(--la-ink)}
.room-path{position:relative;min-height:280px;padding:1.25rem;border:0;border-right:2px solid var(--la-ink);background:#f8f5ec;color:var(--la-ink);text-align:left;transition:background .14s ease,color .14s ease,transform .14s ease}.room-path:last-child{border-right:0}.room-path:hover{z-index:1;background:var(--la-ink);color:#fff;transform:translateY(-6px)}
.room-path>span{color:#786f60;font-size:.6rem;font-weight:950;letter-spacing:.13em}.room-path h3{margin:3rem 0 .65rem;font:900 1.45rem/1 var(--la-display);text-transform:uppercase}.room-path p{color:currentColor;opacity:.7;font-size:.86rem;line-height:1.5}.room-path footer{position:absolute;left:1.25rem;right:1.25rem;bottom:1rem;display:flex;justify-content:space-between;gap:.6rem;font-size:.64rem}.room-path footer i{font-style:normal;font-weight:900}.path-1{box-shadow:inset 0 6px 0 var(--la-ember)}.path-2{box-shadow:inset 0 6px 0 var(--la-aqua)}.path-3{box-shadow:inset 0 6px 0 var(--la-lantern)}.path-4{box-shadow:inset 0 6px 0 #9d80ff}.path-5{box-shadow:inset 0 6px 0 #f38ecc}

/* Product promise */
.product-promise{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:clamp(2rem,6vw,7rem);align-items:center;padding:clamp(4.5rem,8vw,8rem) max(20px,calc((100vw - 1420px)/2));background:#10161d;color:#fff}
.promise-copy>p:not(.market-kicker){max-width:58ch;color:#aeb8bf;font-size:1.05rem;line-height:1.65}.promise-copy .market-button{margin-top:1rem}
.promise-instruments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid rgba(255,255,255,.2)}
.promise-instruments article{min-height:205px;padding:1.3rem;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.025)}.promise-instruments article:nth-child(2n){border-right:0}.promise-instruments article:nth-last-child(-n+2){border-bottom:0}
.promise-instruments span{color:var(--la-aqua);font-size:.6rem;font-weight:950;letter-spacing:.14em}.promise-instruments b{display:block;margin:2.6rem 0 .55rem;font:900 1.25rem var(--la-display);text-transform:uppercase}.promise-instruments p{margin:0;color:#aeb8bf;font-size:.86rem;line-height:1.48}

/* Game worlds */
.game-worlds{background:#070a0e;color:#fff}
.game-worlds>header,.production-featured>header,.recent-strip>header,.library-section>header,.related-games>header{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.game-worlds>header>p{max-width:50ch;margin:0;color:#aab4bc;line-height:1.55}
.game-worlds>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}
.game-world{position:relative;min-height:280px;padding:1.25rem;border:1px solid rgba(255,255,255,.18);background:#111821;color:#fff;text-align:left;overflow:hidden;clip-path:var(--la-cut);transition:transform .14s ease,border-color .14s ease}
.game-world:before{content:"";position:absolute;right:-30px;top:-30px;width:130px;height:130px;border:22px solid color-mix(in srgb,var(--world-accent,var(--la-aqua)) 35%,transparent);transform:rotate(18deg)}
.game-world:hover{transform:translateY(-5px);border-color:var(--world-accent,var(--la-aqua))}
.game-world>span{display:grid;place-items:center;width:48px;height:48px;border:2px solid var(--world-accent,var(--la-aqua));color:var(--world-accent,var(--la-aqua));font:900 1.4rem var(--la-display)}
.game-world h3{max-width:13ch;margin:3.2rem 0 .65rem;font:900 1.4rem/1 var(--la-display);text-transform:uppercase}.game-world p{color:#aab4bc;font-size:.85rem;line-height:1.45}.game-world i{position:absolute;left:1.25rem;bottom:1rem;color:var(--world-accent,var(--la-aqua));font-style:normal;font-size:.68rem;font-weight:900}
.world-1{--world-accent:#c49aff}.world-2{--world-accent:#ff8f70}.world-3{--world-accent:#ffe06d}.world-4{--world-accent:#74d9ff}.world-5{--world-accent:#86efa3}.world-6{--world-accent:#f58cc5}.world-7{--world-accent:#ffb76b}.world-8{--world-accent:#5ee1cf}

/* Creator business */
.creator-business{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:clamp(2rem,6vw,6rem);padding:clamp(4.5rem,8vw,8rem) max(20px,calc((100vw - 1420px)/2));background:var(--la-ember);color:var(--la-ink)}
.creator-business .market-kicker{color:#402017}.creator-business>div>p:not(.market-kicker){max-width:62ch;font-size:1.05rem;line-height:1.58}.creator-business ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:1.8rem 0 2rem;padding:0;list-style:none}.creator-business>div li{padding:.65rem;border-left:4px solid var(--la-ink);font-weight:800}
.creator-business aside{padding:1.3rem;background:var(--la-ink);color:#fff;clip-path:var(--la-cut)}.creator-business aside>span{color:var(--la-aqua);font-size:.62rem;font-weight:950;letter-spacing:.15em}.creator-business ol{display:grid;gap:.55rem;margin:2rem 0;padding:0;list-style:none}.creator-business aside li{display:grid;grid-template-columns:38px 1fr;gap:.8rem;align-items:center;padding:.75rem 0;border-left:0;border-bottom:1px solid rgba(255,255,255,.16)}.creator-business aside li b{display:grid;place-items:center;width:34px;height:34px;background:var(--la-lantern);color:var(--la-ink)}.creator-business aside li p{margin:0;color:#d0d6da}.creator-business small{display:block;color:#8e9aa3;line-height:1.5}

/* Product shelves */
.production-featured{background:#111821;color:#fff}.recent-strip{background:#0a0e13;color:#fff;padding-top:3rem;padding-bottom:3rem}.recent-strip h2{font-size:clamp(2rem,4vw,3.6rem)}
.production-featured>div,.recent-strip>div,.library-section>div,.related-games>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.production-game-box{position:relative;min-width:0;background:#080b10;color:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 35px rgba(0,0,0,.23);clip-path:var(--la-cut);transition:transform .16s ease,border-color .16s ease}
.production-game-box:hover{transform:translateY(-5px);border-color:var(--game-c,var(--la-lantern))}
.game-box-tools{position:absolute;top:.65rem;right:.65rem;z-index:5;display:flex;gap:.35rem}
.micro-action{min-height:34px;padding:.36rem .55rem;border:1px solid rgba(255,255,255,.4);background:rgba(7,10,14,.84);color:#fff;font-size:.62rem;font-weight:900;backdrop-filter:blur(6px)}
.micro-action[aria-pressed="true"]{background:var(--game-c,var(--la-lantern));border-color:var(--game-c,var(--la-lantern));color:var(--game-ink,var(--la-ink))}
.game-box-cover{display:grid;grid-template-columns:130px minmax(0,1fr);grid-template-rows:auto auto 1fr auto auto;gap:.35rem .9rem;width:100%;min-height:245px;padding:0 1rem 1rem 0;border:0;background:transparent;color:inherit;text-align:left}
.game-box-cover>.cover-image,.game-box-cover>img,.game-box-cover>.cover-art{grid-row:1/-1;width:130px;height:100%;min-height:245px;object-fit:cover;background:var(--game-a,#222)}
.game-box-genre{align-self:end;padding-top:1rem;color:var(--game-c,var(--la-lantern));font-size:.58rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.game-box-cover h3{margin:0;padding-right:3.5rem;font:900 clamp(1.35rem,2vw,2rem)/.94 var(--la-display);letter-spacing:-.035em;text-transform:uppercase}
.game-box-cover p{margin:0;color:#adb7bf;font-size:.83rem;line-height:1.42}.game-box-mechanic{align-self:end;color:#fff;font-size:.68rem;font-weight:900}.game-box-meta{color:#8f9aa3;font-size:.63rem;text-transform:uppercase;letter-spacing:.06em}.game-box-meta i{display:inline-block;width:3px;height:3px;margin:.15rem .35rem;border-radius:50%;background:var(--game-c,var(--la-lantern))}
.game-box-edge{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.65rem .8rem;border-top:1px solid rgba(255,255,255,.14);background:#05070a}.game-box-edge>span{font-size:.66rem;font-weight:900;text-transform:uppercase}.game-box-edge button{min-height:38px;border:0;background:var(--game-c,var(--la-lantern));color:var(--game-ink,var(--la-ink));font-size:.66rem;font-weight:950;text-transform:uppercase;padding:.5rem .7rem}
.production-game-box.compact .game-box-cover{grid-template-columns:105px minmax(0,1fr);min-height:210px}.production-game-box.compact .game-box-cover>.cover-image,.production-game-box.compact .game-box-cover>img,.production-game-box.compact .game-box-cover>.cover-art{width:105px;min-height:210px}.production-game-box.compact .game-box-cover h3{font-size:1.35rem}

/* Pricing and closing */
.pricing-truth{padding:clamp(4rem,7vw,7rem) max(20px,calc((100vw - 1420px)/2));background:var(--la-paper);color:var(--la-ink)}
.pricing-truth>header{display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;gap:3rem;margin-bottom:2.4rem}.pricing-truth>header .market-kicker{grid-column:1/-1}.pricing-truth>div{display:grid;grid-template-columns:repeat(4,1fr);border:2px solid var(--la-ink)}.pricing-truth article{min-height:240px;padding:1.3rem;border-right:2px solid var(--la-ink)}.pricing-truth article:last-child{border-right:0}.pricing-truth article>span{font:900 2.5rem var(--la-display);color:var(--la-ember)}.pricing-truth h3{margin:3rem 0 .6rem;font:900 1.35rem var(--la-display);text-transform:uppercase}.pricing-truth p{color:#60676c;line-height:1.55}
.production-final{position:relative;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:clamp(4rem,7vw,7rem) max(20px,calc((100vw - 1420px)/2));overflow:hidden;background:var(--la-aqua);color:var(--la-ink)}.production-final:after{content:"PLAY";position:absolute;right:-.1em;bottom:-.27em;color:rgba(17,22,28,.07);font:900 14rem var(--la-display)}.production-final>div,.production-final>button{position:relative;z-index:1}.production-final .market-kicker{color:#163f3a}.production-final h2{max-width:13ch}.production-final>div>p:last-child{max-width:56ch;margin:1rem 0 0;font-size:1rem;line-height:1.5}.production-final .market-button{min-width:230px}

/* Product detail */
.product-detail{background:#0b0f14;color:#fff}
.product-hero{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);min-height:calc(100vh - 86px);border-bottom:1px solid var(--la-line)}
.product-box-column{position:relative;display:flex;align-items:center;justify-content:center;padding:clamp(2rem,6vw,6rem);overflow:hidden;background:color-mix(in srgb,var(--game-a,#223) 72%,#080b10)}
.product-box-column:before{content:"";position:absolute;inset:8%;border:1px solid color-mix(in srgb,var(--game-c,#fff) 35%,transparent);transform:rotate(-5deg)}
.product-box-art{position:relative;width:min(430px,82%);aspect-ratio:3/4;filter:drop-shadow(24px 30px 0 rgba(0,0,0,.46));transform:rotate(-1.5deg)}.product-box-art img,.product-box-art .cover-image,.product-box-art .cover-art{width:100%;height:100%;object-fit:contain}
.product-box-tools{position:absolute;left:clamp(1.2rem,4vw,3rem);right:clamp(1.2rem,4vw,3rem);bottom:1.5rem;display:flex;gap:.55rem}.product-box-tools .micro-action{min-height:44px;padding:.7rem 1rem}
.product-story{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,7vw,7.5rem);background:#10161d}
.product-breadcrumb{color:#9aa5ae;font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.product-breadcrumb button{border:0;background:none;color:var(--la-aqua);font-weight:900;padding:0}
.product-story h1{max-width:13ch;margin:.8rem 0 1rem;font:900 clamp(3.5rem,7vw,8rem)/.8 var(--la-display);letter-spacing:-.075em;text-transform:uppercase}.product-summary{max-width:62ch;color:#bdc5cb;font-size:1.08rem;line-height:1.62}
.product-facts{display:flex;flex-wrap:wrap;gap:.45rem;margin:1.5rem 0}.product-facts span{padding:.5rem .65rem;border:1px solid rgba(255,255,255,.24);color:#bdc5cb;font-size:.65rem;font-weight:900;text-transform:uppercase}.product-facts b{color:#fff}
.product-mechanic{display:grid;grid-template-columns:180px minmax(0,1fr);gap:1rem;margin:1rem 0 1.7rem;padding:1rem;border-left:6px solid var(--game-c,var(--la-lantern));background:rgba(255,255,255,.04)}.product-mechanic span{color:var(--game-c,var(--la-lantern));font-size:.62rem;font-weight:950;letter-spacing:.12em}.product-mechanic b{font-size:.95rem}.product-mechanic p{grid-column:2;margin:.25rem 0 0;color:#aeb8bf;line-height:1.5}
.product-actions{display:flex;flex-wrap:wrap;gap:.75rem}.product-price-note{margin:.8rem 0 0;color:#8e9aa3;font-size:.72rem}
.product-rulebook,.product-room-preview,.product-freshness{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(2rem,6vw,6rem);padding:clamp(4rem,7vw,7rem) max(20px,calc((100vw - 1420px)/2))}
.product-rulebook{background:var(--la-paper);color:var(--la-ink)}.product-rulebook h2,.product-room-preview h2,.product-freshness h2{margin:0;font:900 clamp(2.5rem,5vw,5.2rem)/.9 var(--la-display);letter-spacing:-.055em;text-transform:uppercase}.product-rulebook>div>p:last-child{color:#61686d;line-height:1.6}.product-rulebook ol{display:grid;gap:0;margin:0;padding:0;list-style:none;border:2px solid var(--la-ink)}.product-rulebook li{display:grid;grid-template-columns:52px minmax(0,1fr);gap:.8rem;padding:1rem;border-bottom:1px solid #aaa49a}.product-rulebook li:last-child{border-bottom:0}.product-rulebook li b{font:900 1.2rem var(--la-display);color:var(--la-ember)}.product-rulebook li p{margin:0;line-height:1.5}
.product-room-preview{background:#10161d;color:#fff}.product-room-preview>div:first-child>p:last-child{color:#aeb8bf;line-height:1.6}.product-preview-screens{position:relative;min-height:420px}.product-stage-preview{position:absolute;inset:0 50px 60px 0;display:flex;flex-direction:column;padding:1rem;background:var(--game-bg,#111);border:6px solid #05070a;box-shadow:14px 16px 0 color-mix(in srgb,var(--game-b,#f66) 58%,transparent)}.product-stage-preview header{display:flex;justify-content:space-between;padding-bottom:.7rem;border-bottom:1px solid rgba(255,255,255,.2);font-size:.62rem;letter-spacing:.1em}.product-stage-preview main{display:grid;place-items:center;flex:1;text-align:center;padding:1.2rem}.product-stage-preview main span{color:var(--game-c,var(--la-lantern));font-size:.62rem;font-weight:900}.product-stage-preview main b{max-width:18ch;margin-top:.6rem;font:900 2rem var(--la-display);text-transform:uppercase}.product-stage-preview footer{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}.product-stage-preview footer i{padding:.65rem;background:var(--game-paper,var(--la-paper));color:var(--game-ink,var(--la-ink));font-style:normal;font-size:.62rem;font-weight:900;text-align:center}
.product-phone-preview{position:absolute;right:0;bottom:0;width:190px;min-height:250px;padding:1rem;background:var(--game-paper,var(--la-paper));color:var(--game-ink,var(--la-ink));border:5px solid #05070a;box-shadow:8px 9px 0 color-mix(in srgb,var(--game-c,#fd5) 65%,transparent)}.product-phone-preview>span{font-size:.56rem;font-weight:950}.product-phone-preview b{display:block;margin:2.2rem 0 .4rem;font:900 1.25rem var(--la-display);text-transform:uppercase}.product-phone-preview p{font-size:.8rem;line-height:1.4}.product-phone-preview i{display:block;padding:.6rem;background:var(--game-c,var(--la-lantern));font-style:normal;font-weight:900;text-align:center}
.product-freshness{background:var(--game-a,#263b46);color:var(--game-ink,#10161d)}.product-freshness .market-kicker{color:inherit;opacity:.66}.product-freshness>div>p:last-child{max-width:60ch;line-height:1.6}.product-freshness ul{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}.product-freshness li{padding:1rem;border-left:6px solid var(--game-ink,#111);background:rgba(255,255,255,.3);font-weight:800}
.related-games{background:#090d12;color:#fff}

/* Auth, library, help */
.production-auth{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(400px,.7fr);min-height:calc(100vh - 86px);background:#0a0e13;color:#fff}.auth-promise{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,8vw,8rem);background:linear-gradient(120deg,#101821,#111820 65%,#241a17)}.auth-promise h1{max-width:12ch;margin:0 0 1.2rem;font:900 clamp(3.3rem,6vw,7rem)/.82 var(--la-display);letter-spacing:-.065em;text-transform:uppercase}.auth-promise>p{max-width:58ch;color:#b6c0c7;line-height:1.65}.auth-promise ul{display:grid;gap:.55rem;margin:1.6rem 0;padding:0;list-style:none}.auth-promise li{padding:.65rem;border-left:4px solid var(--la-aqua);color:#d5dade}
.auth-ledger{align-self:center;margin:2rem clamp(1rem,5vw,5rem);padding:1.4rem;background:var(--la-paper);color:var(--la-ink);box-shadow:14px 16px 0 var(--la-ember);clip-path:var(--la-cut)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border:2px solid var(--la-ink)}.auth-tabs button{min-height:46px;border:0;background:transparent;color:var(--la-ink);font-weight:900}.auth-tabs button[aria-pressed="true"]{background:var(--la-ink);color:#fff}.auth-ledger form{display:grid;gap:1rem;padding:1.4rem 0}.auth-ledger form header p{color:#667077}.auth-ledger label{display:grid;gap:.4rem}.auth-privacy{margin:0;color:#6f777d;font-size:.7rem;line-height:1.45}
.production-library-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;padding:clamp(4rem,7vw,7rem) max(20px,calc((100vw - 1420px)/2));background:#0a0e13;color:#fff}.production-library-head h1{max-width:15ch;margin:0 0 .8rem;font:900 clamp(3.5rem,7vw,7rem)/.82 var(--la-display);letter-spacing:-.065em;text-transform:uppercase}.production-library-head>div>p:last-child{max-width:58ch;color:#adb7bf;line-height:1.6}.library-summary{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.2)}.library-summary span{min-width:140px;padding:1rem;border-right:1px solid rgba(255,255,255,.2);color:#9da8b0;font-size:.63rem;text-transform:uppercase}.library-summary span:last-child{border-right:0}.library-summary b{display:block;color:#fff;font:900 1.8rem var(--la-display)}
.library-section{background:#111821;color:#fff;border-top:1px solid rgba(255,255,255,.1)}.library-section:nth-of-type(even){background:#0b1016}.library-section>header>span{color:#97a2aa}.production-signin{margin:0;padding:2rem max(20px,calc((100vw - 1420px)/2));background:var(--la-lantern);color:var(--la-ink)}
.production-help{padding-bottom:6rem;background:#0b0f14;color:#fff}.production-help>header{padding:clamp(4rem,7vw,7rem) max(20px,calc((100vw - 1420px)/2));background:#10161d}.production-help>header h1{max-width:15ch;margin:0 0 1rem;font:900 clamp(3.6rem,7vw,7rem)/.82 var(--la-display);letter-spacing:-.065em;text-transform:uppercase}.production-help>header>p:last-child{max-width:60ch;color:#adb7bf;font-size:1.05rem;line-height:1.6}.help-jump{position:sticky;top:86px;z-index:40;display:flex;justify-content:center;flex-wrap:wrap;gap:.2rem;padding:.65rem;background:rgba(8,11,16,.96);border-block:1px solid rgba(255,255,255,.14)}.help-jump a,.help-jump button{padding:.6rem .8rem;border:0;background:transparent;color:#bdc6cd;font:900 .68rem/1 var(--la-body);text-transform:uppercase;text-decoration:none;cursor:pointer}.help-jump a:hover,.help-jump button:hover{color:var(--la-lantern)}.help-jump button:focus-visible{outline:2px solid var(--la-aqua);outline-offset:2px}
.production-help>section{display:grid;grid-template-columns:80px minmax(0,1fr);gap:1.5rem;padding:clamp(3rem,6vw,6rem) max(20px,calc((100vw - 1200px)/2));border-bottom:1px solid rgba(255,255,255,.12)}.production-help>section>span{font:900 3rem var(--la-display);color:var(--la-ember)}.production-help h2{max-width:18ch;margin:0 0 1.2rem;font:900 clamp(2.3rem,4vw,4.5rem)/.9 var(--la-display);letter-spacing:-.045em;text-transform:uppercase}.production-help section p{max-width:70ch;color:#adb7bf;line-height:1.6}.production-help ol{display:grid;gap:.7rem;padding:0;list-style:none}.production-help li{display:grid;grid-template-columns:220px minmax(0,1fr);gap:1rem;padding:1rem;border-top:1px solid rgba(255,255,255,.16)}.production-help li p{margin:0}.help-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.help-grid article{padding:1rem;background:#151c24;border-left:5px solid var(--la-aqua)}.help-grid b{font:900 1.1rem var(--la-display);text-transform:uppercase}.help-grid p{margin:.5rem 0 0!important}.production-help dl{display:grid;gap:.6rem}.production-help dl>div{padding:1rem;background:#151c24}.production-help dt{font-weight:900}.production-help dd{margin:.45rem 0 0;color:#adb7bf;line-height:1.5}

/* Admin operations overview and shared admin polish */
.office-head{background:#0c1117!important}.office-tabs{top:86px!important;background:rgba(12,17,23,.96)!important}.office-tabs button[aria-current="page"]{background:var(--la-lantern)!important;color:var(--la-ink)!important}.ops-overview{display:grid;gap:1rem;padding:2rem max(20px,calc((100vw - 1420px)/2)) 5rem;background:#10161d;color:#fff}.ops-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.ops-metrics article{min-height:145px;padding:1rem;border:1px solid rgba(255,255,255,.16);background:#151c24}.ops-metrics span{color:#9ea9b1;font-size:.62rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ops-metrics b{display:block;margin:2rem 0 .25rem;font:900 2.25rem var(--la-display)}.ops-metrics small{color:#88939c}.ops-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:1rem}.ops-card{padding:1.1rem;border:1px solid rgba(255,255,255,.16);background:#151c24}.ops-card>header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.8rem;border-bottom:1px solid rgba(255,255,255,.13)}.ops-card h2{margin:0;font:900 1.25rem var(--la-display);text-transform:uppercase}.ops-status-list{display:grid;gap:.6rem;margin-top:1rem}.ops-status{display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:.7rem;padding:.7rem;background:#10161d}.ops-status i{width:10px;height:10px;border-radius:50%;background:#ff806c}.ops-status.ready i{background:#72e39a}.ops-status b{font-size:.82rem}.ops-status small{color:#8f9aa3}.ops-feed{display:grid;gap:0;margin-top:.5rem}.ops-feed p{display:grid;grid-template-columns:150px 170px minmax(0,1fr);gap:.7rem;margin:0;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.72rem}.ops-feed time{color:#8e99a2}.ops-feed strong{color:var(--la-aqua)}.ops-empty{padding:2rem;text-align:center;color:#8e99a2}.ops-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.catalog-workbench,.customer-workbench,.content-workshop{background:#10161d!important}.catalog-index,.customer-index,.workshop-intro{background:#0d1218!important}.price-editor,.customer-dossier,.game-builder{box-shadow:none!important}.grant-game-list{max-height:460px;overflow:auto;overscroll-behavior:contain}.grant-tools input:focus-visible{outline-color:var(--la-aqua)}

/* Shared runtime legibility and mobile score containment */
.active-game-shell{overflow-x:hidden}.active-game-shell main,.room-stage,.game-stage,.player-console,.host-console{min-width:0}.scoreboard,.score-board,.final-scoreboard,.score-drawer,.players-board{max-width:100%;overflow:hidden}.scoreboard>* ,.score-board>* ,.final-scoreboard>* ,.score-drawer>*{min-width:0}.score-row,.final-score-row,.scoreboard-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:.65rem!important;align-items:center!important}.score-row strong,.final-score-row strong,.scoreboard-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.score-row b,.final-score-row b,.scoreboard-row b{font-variant-numeric:tabular-nums;white-space:nowrap}.answer-grid button,.choice-grid button,.action-grid button{min-width:0;overflow-wrap:anywhere}.room-stage img,.host-stage img{max-width:100%;height:auto}

/* Loading, blank, error */
.boot-screen{min-height:100vh;display:grid;place-items:center;background:#080b10;color:#fff}.boot-mark{display:grid;place-items:center;width:72px;height:92px;border:5px solid var(--la-lantern);filter:drop-shadow(0 0 22px rgba(255,214,90,.25))}.boot-mark:after{content:"";width:23px;height:52px;background:var(--la-lantern);clip-path:polygon(50% 0,100% 48%,70% 100%,30% 100%,0 48%)}.boot-screen p{margin-top:1rem;color:#aab4bc;font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.empty-cabinet,.empty-house,.empty-note{color:#a9b3bb}.toast{max-width:min(430px,calc(100vw - 24px));line-height:1.45}

/* Responsive */
@media (max-width:1180px){
  .production-nav{grid-template-columns:auto 1fr}.production-nav .house-nav{order:3;grid-column:1/-1;justify-content:center;border-top:1px solid rgba(255,255,255,.1);padding-top:.35rem}.nav-actions{justify-self:end}
  .production-hero{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)}.production-hero h1{font-size:clamp(3.7rem,7vw,6.2rem)}
  .room-paths>div{grid-template-columns:repeat(3,1fr)}.room-path:nth-child(3){border-right:0}.room-path:nth-child(n+4){border-top:2px solid var(--la-ink)}.room-path:nth-child(5){border-right:0}
  .game-worlds>div{grid-template-columns:repeat(2,1fr)}
  .production-featured>div,.recent-strip>div,.library-section>div,.related-games>div{grid-template-columns:repeat(2,1fr)}
  .ops-metrics{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  :root{--la-content:calc(100vw - 28px)}
  .production-nav{position:sticky;min-height:68px;grid-template-columns:minmax(0,1fr) auto;padding:.6rem 14px}.production-nav .house-nav,.production-nav .lineup-button,.production-nav .account-ticket{display:none}.production-nav .house-brand{min-width:0}.production-nav .house-brand small{display:none}.production-nav .host-now-button{min-height:46px;padding:.45rem .7rem}.production-nav .host-now-button span{display:none}.production-nav .host-now-button b{font-size:.72rem}
  .mobile-house-dock{position:fixed;left:0;right:0;bottom:0;z-index:110;display:grid;grid-template-columns:repeat(5,1fr);padding:6px max(8px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:rgba(7,10,14,.97);border-top:1px solid rgba(255,255,255,.18);box-shadow:0 -12px 32px rgba(0,0,0,.35)}.mobile-house-dock button{position:relative;display:grid;place-items:center;gap:2px;min-height:50px;border:0;background:transparent;color:#9ea8b0}.mobile-house-dock button[aria-current="page"]{color:#fff;background:rgba(255,255,255,.06)}.mobile-house-dock span{font-size:1rem}.mobile-house-dock b{font-size:.56rem;text-transform:uppercase}.mobile-house-dock i{right:15%;top:0}
  .production-shell .house-footer{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.lineup-rail{display:none}
  .production-hero{grid-template-columns:1fr;min-height:auto;padding:4rem 20px 5rem}.production-hero-copy{max-width:none}.production-hero h1{max-width:11ch}.production-hero-stage{min-height:520px}.hero-proof{grid-template-columns:repeat(2,1fr)}
  .room-paths>header,.pricing-truth>header{grid-template-columns:1fr;gap:.7rem}.room-paths>header .market-kicker,.pricing-truth>header .market-kicker{grid-column:auto}.room-paths>div{grid-template-columns:repeat(2,1fr)}.room-path{border-top:2px solid var(--la-ink)!important;border-right:2px solid var(--la-ink)!important}.room-path:nth-child(1),.room-path:nth-child(2){border-top:0!important}.room-path:nth-child(2n){border-right:0!important}.room-path:last-child{grid-column:1/-1;border-right:0!important}
  .product-promise,.creator-business,.product-rulebook,.product-room-preview,.product-freshness{grid-template-columns:1fr}.creator-business ul{grid-template-columns:1fr}.pricing-truth>div{grid-template-columns:1fr}.pricing-truth article{border-right:0;border-bottom:2px solid var(--la-ink)}.pricing-truth article:last-child{border-bottom:0}.production-final{align-items:flex-start;flex-direction:column}
  .product-hero{grid-template-columns:1fr}.product-box-column{min-height:560px}.product-story{padding-top:4rem;padding-bottom:4rem}.product-rulebook,.product-room-preview,.product-freshness{gap:2.5rem}.product-mechanic{grid-template-columns:1fr}.product-mechanic p{grid-column:auto}
  .production-auth{grid-template-columns:1fr}.auth-promise{min-height:560px}.auth-ledger{width:min(600px,calc(100% - 28px));justify-self:center}
  .production-library-head{grid-template-columns:1fr}.library-summary{width:100%}.ops-grid{grid-template-columns:1fr}.help-jump{top:68px}
}
@media (max-width:680px){
  .production-hero{padding-top:3rem}.production-hero h1{font-size:clamp(3.15rem,15vw,5.3rem)}.hero-command-row{display:grid}.hero-command-row .market-button{width:100%}.hero-stage-screen{inset:18px 5px 92px 0}.hero-phone{right:-5px;width:160px;min-height:245px}.hero-box-wall{left:0;bottom:-5px}.hero-product{width:58px}.production-quick-join{left:0;right:74px;bottom:22px;grid-template-columns:1fr}.production-quick-join label span{display:none}.production-quick-join button{min-height:40px}.stage-answers{grid-template-columns:1fr}.stage-answers i:nth-child(n+3){display:none}
  .room-paths,.game-worlds,.production-featured,.recent-strip,.library-section,.related-games{padding-left:14px;padding-right:14px}.room-paths>div{grid-template-columns:1fr}.room-path{min-height:220px;border-right:0!important;border-top:2px solid var(--la-ink)!important}.room-path:first-child{border-top:0!important}.room-path h3{margin-top:2.4rem}
  .promise-instruments,.game-worlds>div,.production-featured>div,.recent-strip>div,.library-section>div,.related-games>div{grid-template-columns:1fr}.promise-instruments article{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)!important}.promise-instruments article:last-child{border-bottom:0!important}.game-world{min-height:240px}.creator-business{padding-left:14px;padding-right:14px}
  .game-box-cover,.production-game-box.compact .game-box-cover{grid-template-columns:110px minmax(0,1fr);min-height:215px}.game-box-cover>.cover-image,.game-box-cover>img,.game-box-cover>.cover-art,.production-game-box.compact .game-box-cover>.cover-image,.production-game-box.compact .game-box-cover>img,.production-game-box.compact .game-box-cover>.cover-art{width:110px;min-height:215px}.game-box-cover h3,.production-game-box.compact .game-box-cover h3{font-size:1.2rem}.game-box-tools{top:.45rem;right:.45rem}.micro-action{font-size:.58rem;padding:.3rem .4rem}.game-box-genre{padding-top:3.1rem}
  .production-final:after{font-size:8rem}.product-box-column{min-height:460px}.product-box-art{width:min(330px,85%)}.product-box-tools{position:static;z-index:2;margin-top:auto;padding-top:1rem}.product-box-column{flex-direction:column}.product-story h1{font-size:clamp(3rem,16vw,5rem)}.product-preview-screens{min-height:380px}.product-stage-preview{right:20px}.product-phone-preview{width:155px}.product-rulebook ol{border-width:1px}.product-rulebook li{grid-template-columns:42px minmax(0,1fr)}
  .production-auth{min-height:auto}.auth-promise{min-height:auto;padding:4rem 18px}.auth-promise h1{font-size:clamp(3rem,15vw,5rem)}.auth-ledger{margin:1.5rem auto 5rem}.production-library-head{padding:4rem 14px}.library-summary{grid-template-columns:1fr}.library-summary span{min-width:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.library-summary span:last-child{border-bottom:0}
  .production-help>header{padding:4rem 14px}.production-help>header h1{font-size:clamp(3.1rem,15vw,5rem)}.help-jump{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.help-jump a,.help-jump button{white-space:nowrap}.production-help>section{grid-template-columns:1fr;padding:3rem 14px}.production-help>section>span{font-size:2rem}.production-help li{grid-template-columns:1fr}.help-grid{grid-template-columns:1fr}
  .ops-metrics{grid-template-columns:1fr}.ops-feed p{grid-template-columns:1fr;gap:.2rem}.planner-list li{grid-template-columns:28px 58px minmax(0,1fr) 42px}.planner-list .soft-button{display:none}
  .score-row,.final-score-row,.scoreboard-row{grid-template-columns:minmax(0,1fr) minmax(54px,auto)!important}.score-row b,.final-score-row b,.scoreboard-row b{font-size:clamp(.95rem,5vw,1.25rem)}
}
@media (max-width:420px){
  .production-nav .house-brand strong{font-size:.87rem}.production-nav .host-now-button{padding:.4rem .55rem}.hero-proof{grid-template-columns:1fr 1fr}.hero-proof span{font-size:.55rem}.production-hero-stage{min-height:500px}.hero-stage-screen{padding:.8rem}.stage-prompt strong{font-size:1.45rem}.hero-phone{width:145px}.hero-phone p{font-size:.73rem}.production-quick-join{right:65px}.game-box-cover,.production-game-box.compact .game-box-cover{grid-template-columns:96px minmax(0,1fr);padding-right:.7rem}.game-box-cover>.cover-image,.game-box-cover>img,.game-box-cover>.cover-art,.production-game-box.compact .game-box-cover>.cover-image,.production-game-box.compact .game-box-cover>img,.production-game-box.compact .game-box-cover>.cover-art{width:96px}.game-box-cover h3,.production-game-box.compact .game-box-cover h3{font-size:1.05rem}.game-box-cover p{font-size:.76rem}.game-box-mechanic{font-size:.6rem}.product-box-column{min-height:420px}.product-phone-preview{width:140px}.product-stage-preview main b{font-size:1.5rem}.planner-panel h2{font-size:1.65rem}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.production-game-box:hover,.room-path:hover,.game-world:hover{transform:none}}
@media (forced-colors:active){.market-button,.micro-action,.game-world,.room-path,.production-game-box{clip-path:none;border:2px solid ButtonText}.lantern-emblem{clip-path:none}}

/* Product-detail structural corrections */
.product-box-art>.cover-art{width:100%;height:100%}.product-box-art>.cover-art img{width:100%;height:100%;object-fit:contain}.product-box-art>span{position:absolute;left:-.8rem;bottom:1rem;z-index:3;padding:.55rem .75rem;border:3px solid var(--game-ink,var(--la-ink));background:var(--game-c,var(--la-lantern));color:var(--game-ink,var(--la-ink));font-size:.65rem;font-weight:950;text-transform:uppercase;transform:rotate(-3deg)}
.product-box-tools button{display:flex;align-items:center;gap:.45rem;min-height:44px;padding:.65rem .8rem;border:1px solid rgba(255,255,255,.45);background:rgba(8,11,16,.86);color:#fff;font-weight:900;backdrop-filter:blur(6px)}.product-box-tools button[aria-pressed="true"]{background:var(--game-c,var(--la-lantern));color:var(--game-ink,var(--la-ink));border-color:var(--game-c,var(--la-lantern))}.product-box-tools button b{font-size:1.1rem}
.product-story blockquote{max-width:34ch;margin:0 0 1rem;color:var(--game-c,var(--la-lantern));font:900 1.3rem/1.3 var(--la-display);text-transform:uppercase}.purchase-truth{margin:1rem 0 0;color:#8e9aa3;font-size:.72rem}.product-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem}.product-facts div{padding:.8rem;border:1px solid rgba(255,255,255,.15)}.product-facts dt{font:900 1rem var(--la-display)}.product-facts dd{margin:.2rem 0 0;color:#909ba4;font-size:.6rem;text-transform:uppercase;letter-spacing:.08em}
.product-mechanic{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);gap:clamp(2rem,6vw,6rem);margin:0;padding:clamp(4rem,7vw,7rem) max(20px,calc((100vw - 1420px)/2));border:0;background:var(--la-paper);color:var(--la-ink)}.product-mechanic>header{align-self:start}.product-mechanic h2{margin:0;font:900 clamp(2.5rem,5vw,5.2rem)/.88 var(--la-display);letter-spacing:-.055em;text-transform:uppercase}.product-mechanic>header>p:last-child{max-width:58ch;color:#60676c;line-height:1.6}.product-mechanic ol{display:grid;gap:0;margin:0;padding:0;border:2px solid var(--la-ink);list-style:none}.product-mechanic li{display:grid;grid-template-columns:55px minmax(0,1fr);gap:.8rem;padding:1rem;border-bottom:1px solid #aaa49a}.product-mechanic li:last-child{border-bottom:0}.product-mechanic li span{color:var(--la-ember);font:900 1.2rem var(--la-display)}.product-mechanic li p{margin:0;line-height:1.5}.product-mechanic>footer{grid-column:2;display:flex;justify-content:space-between;gap:1rem;padding:.7rem;border:1px solid #aaa49a;background:#e6dfd2;font-size:.68rem}.product-mechanic code{overflow:hidden;text-overflow:ellipsis}
.product-room-preview{position:relative;grid-template-rows:auto 1fr;min-height:650px}.product-room-preview>header{grid-column:1;grid-row:1}.product-room-preview>header>p:last-child{color:#aeb8bf}.product-room-preview>.product-preview-screens{grid-column:2;grid-row:1/3}.product-room-preview>aside{grid-column:1;grid-row:2;align-self:end;padding:1rem;border-left:5px solid var(--game-c,var(--la-lantern));background:rgba(255,255,255,.05)}.product-room-preview>aside b{font:900 1rem var(--la-display);text-transform:uppercase}.product-room-preview>aside p{margin:.55rem 0 0;color:#aeb8bf;line-height:1.5}
@media(max-width:900px){.product-mechanic{grid-template-columns:1fr}.product-mechanic>footer{grid-column:auto}.product-room-preview{min-height:auto}.product-room-preview>header,.product-room-preview>.product-preview-screens,.product-room-preview>aside{grid-column:auto;grid-row:auto}}
@media(max-width:680px){.product-facts{grid-template-columns:repeat(2,1fr)}.product-mechanic{padding-left:14px;padding-right:14px}.product-mechanic li{grid-template-columns:42px minmax(0,1fr)}}

/* Discovery is a fitting room, not a generic storefront grid */
.game-finder-head{position:relative;grid-template-columns:minmax(0,1fr) minmax(320px,.48fr)!important;gap:clamp(2rem,6vw,7rem)!important;padding:clamp(3.5rem,7vw,7rem) max(20px,calc((100vw - 1420px)/2)) 2.5rem!important;background:#090d12!important;border-bottom:1px solid rgba(255,255,255,.14)!important;overflow:hidden}
.game-finder-head:after{content:"FIND THE ROOM";position:absolute;right:-.05em;bottom:-.18em;color:rgba(255,255,255,.025);font:900 clamp(5rem,12vw,11rem)/.8 var(--la-display);letter-spacing:-.07em;pointer-events:none}.game-finder-head>div,.game-finder-head>label{position:relative;z-index:1}.game-finder-head .eyebrow{color:var(--la-aqua)!important}.game-finder-head h1{max-width:12ch!important;margin:.5rem 0 1rem!important;font-size:clamp(3.6rem,7vw,7.6rem)!important;line-height:.8!important;letter-spacing:-.07em!important}.game-finder-head>div>p:last-child{max-width:67ch!important;color:#aeb9c1!important;font-size:1.05rem!important;line-height:1.62!important}
.game-finder-head label{align-self:center;padding:1rem!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:0!important;background:#131a22!important;clip-path:var(--la-cut);box-shadow:10px 12px 0 rgba(255,113,71,.25)!important}.game-finder-head input{min-height:58px!important;border:2px solid #05070a!important;border-radius:0!important;background:var(--la-paper)!important;color:var(--la-ink)!important;font-size:1rem!important}
.game-concierge{width:min(1420px,calc(100% - 40px));max-width:none!important;margin:1.4rem auto!important;padding:1.2rem!important;border:1px solid rgba(255,255,255,.19)!important;border-radius:0!important;background:#111821!important;box-shadow:12px 14px 0 rgba(0,0,0,.38)!important;clip-path:var(--la-cut)}.game-concierge>header{align-items:end!important;border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:1rem}.game-concierge h2{margin:.1rem 0 .5rem!important;font:900 clamp(1.8rem,3.6vw,3.8rem)/.9 var(--la-display)!important;letter-spacing:-.045em;text-transform:uppercase}.game-concierge header p:last-child{color:#adb7bf!important}.concierge-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;border:1px solid rgba(255,255,255,.15)}.concierge-grid label{padding:.8rem;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);color:#aeb8c0!important}.concierge-grid label:nth-child(3n){border-right:0}.concierge-grid label:nth-last-child(-n+3){border-bottom:0}.concierge-grid select{min-height:48px;margin-top:.55rem!important;border:0!important;border-radius:0!important;background:#070a0e!important;color:#fff!important}.smart-shelves{margin-top:1rem!important}.smart-shelves button{min-height:42px;border:1px solid #44515d!important;border-radius:0!important;background:#0a0f15!important;color:#c7cfd5!important;clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px)}.smart-shelves button:hover{border-color:var(--la-aqua)!important;color:#fff!important;background:#121b23!important}
.catalog-facets.catalog-recipe{width:min(1420px,calc(100% - 40px))!important;margin:1.25rem auto!important;border:2px solid var(--la-ink)!important;background:var(--la-paper)!important;box-shadow:10px 12px 0 #05070a!important}.catalog-recipe>div{border-radius:0!important;background:#f7f2e7!important}.catalog-recipe .mood-filter,.catalog-recipe .facet-who button,.catalog-recipe .facet-where button,.catalog-recipe select{border-radius:0!important}.catalog-recipe .mood-filter[aria-pressed=true]{box-shadow:inset 6px 0 var(--la-ember)!important}.catalog-recipe .surprise-me{border-radius:0!important;background:var(--la-lantern)!important}
.active-filters{width:min(1420px,calc(100% - 40px))!important;margin-inline:auto!important}.active-filters button{border-radius:0!important}
.game-finder.cleaner{width:min(1420px,calc(100% - 40px));margin:1.5rem auto 6rem!important;grid-template-columns:minmax(0,.94fr) minmax(430px,1.06fr)!important;gap:1rem!important}.finder-list{border:1px solid rgba(255,255,255,.16)!important;background:#0c1117!important}.selector-game{min-height:126px!important;border-radius:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;background:#10171f!important}.selector-game:hover,.selector-game[aria-selected=true]{background:#17202a!important}.selector-game[aria-selected=true]{box-shadow:inset 6px 0 var(--game-c,var(--la-lantern))!important}.selector-number{color:#6f7a83!important}.selector-thumb{border-radius:0!important}.selector-copy b{font-size:1.05rem!important}.selector-copy small{color:var(--game-c,var(--la-aqua))!important}.selector-copy p{color:#9da8b1!important}.selector-price{border-radius:0!important;background:#06080b!important}
.finder-preview{top:102px!important;min-height:calc(100vh - 128px)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:0!important;clip-path:var(--la-cut);box-shadow:15px 18px 0 rgba(0,0,0,.55)!important}.preview-cover{min-height:100%;background:color-mix(in srgb,var(--game-a) 72%,#070a0e)!important}.preview-cover .cover-art{height:100%}.preview-cover img{width:100%;height:100%;object-fit:cover}.preview-copy{padding:clamp(1.2rem,3vw,2.2rem)!important}.preview-copy h2{font:900 clamp(2.6rem,4vw,4.6rem)/.83 var(--la-display)!important;letter-spacing:-.06em!important}.preview-description{color:#b1bbc2!important;line-height:1.55!important}.preview-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem!important}.preview-actions .soft-button{min-height:44px!important;border-radius:0!important}.preview-actions [aria-pressed=true]{background:var(--game-c,var(--la-lantern))!important;color:var(--game-ink,var(--la-ink))!important}
.mobile-filter-drawer{border-radius:0!important}.mobile-game-card{border-radius:0!important;clip-path:var(--la-cut)}.mobile-game-cover{border-radius:0!important}.mobile-game-price{border-radius:0!important}.mobile-game-more>div:last-child{grid-template-columns:repeat(2,1fr)!important}.mobile-game-more .soft-button{min-height:44px}.mobile-game-more [aria-pressed=true]{background:var(--game-c,var(--la-lantern));color:var(--game-ink,var(--la-ink))}
@media(max-width:1100px){.game-finder.cleaner{grid-template-columns:1fr!important}.finder-preview{position:relative!important;top:0!important;min-height:auto!important}.finder-preview .preview-cover{min-height:430px}}
@media(max-width:760px){.game-finder-head{grid-template-columns:1fr!important;padding:2.6rem 14px 1.5rem!important}.game-finder-head h1{font-size:clamp(3rem,15vw,5.2rem)!important}.game-concierge,.catalog-facets.catalog-recipe,.active-filters,.game-finder.cleaner{width:calc(100% - 28px)!important}.concierge-grid{grid-template-columns:repeat(2,1fr)!important}.concierge-grid label:nth-child(3n){border-right:1px solid rgba(255,255,255,.15)}.concierge-grid label:nth-child(2n){border-right:0}.concierge-grid label:nth-last-child(-n+3){border-bottom:1px solid rgba(255,255,255,.15)}.concierge-grid label:nth-last-child(-n+2){border-bottom:0}.desktop-filter-board,.desktop-game-finder{display:none!important}.mobile-game-list{display:block!important}}
@media(max-width:480px){.concierge-grid,.smart-shelves{grid-template-columns:1fr!important}.concierge-grid label{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.15)!important}.concierge-grid label:last-child{border-bottom:0!important}.mobile-game-more>div:last-child{grid-template-columns:1fr!important}}

/* Account and privacy controls should feel like part of the product, not an admin form */
.account-page{display:grid!important;grid-template-columns:minmax(320px,.65fr) minmax(0,1.35fr);gap:1rem!important;padding:clamp(3rem,6vw,6rem) max(20px,calc((100vw - 1200px)/2)) 1rem!important;background:#0a0e13!important}.account-pass{position:relative;display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:flex-end!important;min-height:330px;padding:1.5rem!important;border:2px solid var(--la-ink)!important;border-left:0!important;border-radius:0!important;background:var(--la-aqua)!important;color:var(--la-ink)!important;box-shadow:12px 14px 0 rgba(0,0,0,.65)!important;clip-path:var(--la-cut)}.account-pass:before{content:"HOST";position:absolute;right:-.12em;top:-.2em;color:rgba(17,22,28,.08);font:900 8rem var(--la-display);transform:rotate(90deg)}.account-pass span{font-size:.65rem;font-weight:950;letter-spacing:.14em}.account-pass strong{position:relative;z-index:1;max-width:12ch;margin-top:auto;font:900 2.5rem/1 var(--la-display);text-transform:uppercase}.account-pass small{position:relative;z-index:1;margin:.45rem 0 1.2rem}.account-pass b{position:relative;z-index:1;padding:.4rem .55rem;background:var(--la-ink);color:#fff;font-size:.62rem;letter-spacing:.12em}
.account-actions{display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:center;padding:clamp(2rem,5vw,5rem)!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:0!important;background:#121923!important;box-shadow:none!important}.account-actions h1{margin:0;font:900 clamp(3rem,6vw,6rem)/.82 var(--la-display);letter-spacing:-.06em;text-transform:uppercase}.account-actions>p:not(.kicker){color:#adb7bf}.account-buttons{margin-top:1rem}
.account-ledger{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:1rem!important;padding:1rem max(20px,calc((100vw - 1200px)/2)) clamp(4rem,7vw,7rem)!important;background:#0a0e13!important}.account-ledger>div,.security-sheet{padding:1.25rem;border:1px solid rgba(255,255,255,.16);background:#121923;color:#fff}.account-ledger h2,.security-sheet h2{font:900 1.8rem var(--la-display);text-transform:uppercase}.order-list{display:grid;gap:0;margin:1rem 0 0;padding:0;list-style:none}.order-list li{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.8rem;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.12)}.order-list span{display:block;color:#89959e;font-size:.68rem}.order-list em{font-style:normal;color:var(--la-aqua);font-size:.65rem;font-weight:900}.security-sheet{display:grid;gap:.8rem}.security-sheet label{display:grid;gap:.35rem}.danger-zone{padding:0 max(20px,calc((100vw - 1200px)/2)) calc(6rem + 50px)!important;background:#0a0e13!important;border-radius:0!important;box-shadow:none!important}.danger-zone details{padding:1rem;border:1px solid #74413b;background:#201313}.danger-zone summary{cursor:pointer;color:#ff9a8b;font-weight:900}.danger-zone form{display:grid;gap:.8rem;max-width:520px;margin-top:1rem}
@media(max-width:800px){.account-page,.account-ledger{grid-template-columns:1fr!important}.account-pass{min-height:250px}.account-actions{min-height:340px}}
@media(max-width:520px){.account-page,.account-ledger{padding-left:14px!important;padding-right:14px!important}.account-actions{padding:2rem 1.2rem!important}.account-actions h1{font-size:3rem}.order-list li{grid-template-columns:minmax(0,1fr) auto}.order-list em{grid-column:1/-1}}

/* --------------------------------------------------------------------------
   Lantern Arcade 8.6 — Attract Mode
   UI authority pass: stronger hierarchy, kinetic showmanship, product-specific
   motion, and clearer paths without replacing game-owned control surfaces.
   -------------------------------------------------------------------------- */
:root{
  --la-electric:#8b74ff;
  --la-hot:#ff4f7d;
  --la-stage:#061018;
  --la-white:#fffdf5;
  --la-shadow:rgba(0,0,0,.78);
  --la-speed-fast:150ms;
  --la-speed-show:520ms;
}
body{background:#06080c}
.production-shell{background:
  radial-gradient(circle at 84% 6%,rgba(94,225,207,.075),transparent 25%),
  radial-gradient(circle at 4% 28%,rgba(255,79,125,.045),transparent 22%),
  #06080c}
.production-shell:after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent 82%)}

/* House signal and stronger navigation */
.production-nav{position:sticky;top:0;z-index:96;min-height:82px;background:rgba(5,8,12,.92);backdrop-filter:blur(18px) saturate(145%);border-bottom:0;box-shadow:0 16px 50px rgba(0,0,0,.28)}
.production-nav:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--la-aqua) 24%,var(--la-lantern) 52%,var(--la-ember) 78%,transparent)}
.production-nav .house-brand{position:relative;overflow:visible}
.production-nav .house-brand:after{content:"HOUSE 01";position:absolute;left:52px;top:-3px;color:rgba(255,255,255,.28);font:800 .48rem/1 var(--la-body);letter-spacing:.18em}
.production-nav .lantern-emblem{position:relative;transition:transform .25s ease,filter .25s ease}
.production-nav .house-brand:hover .lantern-emblem{transform:rotate(-4deg) scale(1.05);filter:drop-shadow(0 0 22px rgba(255,214,90,.5))}
.production-nav .nav-item{position:relative;overflow:hidden;transition:color .18s ease,background .18s ease,transform .18s ease}
.production-nav .nav-item:before{content:"";position:absolute;left:50%;bottom:0;width:0;height:3px;background:var(--la-aqua);transform:translateX(-50%);transition:width .2s ease}
.production-nav .nav-item:hover{color:#fff;background:rgba(255,255,255,.05);transform:translateY(-1px)}
.production-nav .nav-item:hover:before,.production-nav .nav-item[aria-current="page"]:before{width:calc(100% - 1.5rem)}
.production-nav .nav-item[aria-current="page"]:after{display:none}
.nav-actions button{transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}
.nav-actions button:hover{transform:translateY(-2px);filter:brightness(1.07)}
.host-now-button{box-shadow:5px 5px 0 rgba(255,113,71,.72)}
.host-now-button:hover{box-shadow:3px 7px 0 rgba(255,113,71,.84)}
.house-signal-strip{position:sticky;top:82px;z-index:92;overflow:hidden;height:28px;border-block:1px solid rgba(255,255,255,.1);background:var(--la-lantern);color:var(--la-ink)}
.house-signal-strip>div{display:flex;align-items:center;gap:1.15rem;width:max-content;min-width:200%;height:100%;font:950 .57rem/1 var(--la-body);letter-spacing:.13em;white-space:nowrap;animation:houseSignal 36s linear infinite}
.house-signal-strip span{display:inline-flex;align-items:center;height:100%}.house-signal-strip i{color:var(--la-ember);font-style:normal}
@keyframes houseSignal{to{transform:translateX(-50%)}}

/* Global motion and tactile feedback */
.experience-reveal{opacity:0;transform:translateY(24px);transition:opacity .56s ease calc(var(--reveal-order,0)*35ms),transform .56s cubic-bezier(.2,.7,.2,1) calc(var(--reveal-order,0)*35ms)}
.experience-reveal.is-visible{opacity:1;transform:none}
.market-button,.soft-button,.ticket-button,.micro-action,.game-box-edge button,.room-path,.game-world,.production-game-box{will-change:transform}
.market-button{position:relative;overflow:hidden}
.market-button:after{content:"";position:absolute;inset:-120% -40%;background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.42) 48%,transparent 58%);transform:translateX(-70%);transition:transform .48s ease;pointer-events:none}
.market-button:hover:after{transform:translateX(70%)}
.market-button.primary{box-shadow:7px 7px 0 rgba(255,79,125,.7)}
.market-button.primary:hover{transform:translate(2px,2px);box-shadow:5px 5px 0 rgba(255,79,125,.76)}
.market-button.primary span,.market-button.primary small,.market-button.secondary span,.market-button.secondary small{display:block;text-align:left}
.market-button small{margin-top:.2rem;font-size:.62rem;font-weight:700;opacity:.72}
.market-button.secondary{background:rgba(255,255,255,.025);backdrop-filter:blur(8px)}
.market-button:focus-visible,.room-path:focus-visible,.game-world:focus-visible,.attract-choice:focus-visible{outline:3px solid var(--la-white);outline-offset:4px}

/* Attract-mode hero */
.production-hero[data-attention-hero]{--pointer-x:72%;--pointer-y:36%;grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);min-height:790px;padding-top:clamp(4rem,7vw,7rem);background:
  radial-gradient(circle 320px at var(--pointer-x) var(--pointer-y),rgba(94,225,207,.11),transparent 75%),
  linear-gradient(135deg,#080c12 0 58%,#0d151d 58% 100%);border-bottom:0}
.production-hero[data-attention-hero]:before{bottom:-.11em;color:rgba(255,255,255,.022);font-size:clamp(7rem,17vw,17rem)}
.production-hero[data-attention-hero]:after{right:1%;top:3%;width:53%;height:87%;border-color:rgba(94,225,207,.17);transform:skewY(-6deg) rotate(1deg)}
.hero-beam{position:absolute;z-index:0;width:48vw;height:140%;top:-20%;pointer-events:none;filter:blur(1px);mix-blend-mode:screen;opacity:.18}
.hero-beam-one{right:7%;background:linear-gradient(90deg,transparent,rgba(94,225,207,.23),transparent);transform:rotate(16deg)}
.hero-beam-two{right:-17%;background:linear-gradient(90deg,transparent,rgba(255,79,125,.2),transparent);transform:rotate(-9deg)}
.production-hero[data-attention-hero] .production-hero-copy{align-self:center}
.production-hero[data-attention-hero] .market-kicker{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1.1rem;color:#83f7e8}
.production-hero[data-attention-hero] .market-kicker:before{content:"";width:28px;height:2px;background:currentColor;box-shadow:9px 0 0 currentColor}
.production-hero[data-attention-hero] h1{max-width:10.5ch;margin-bottom:1.25rem;font-size:clamp(4.6rem,7.4vw,9rem);line-height:.78;letter-spacing:-.085em}
.production-hero[data-attention-hero] h1 span{display:block;color:transparent;-webkit-text-stroke:2px var(--la-white);text-shadow:none}
.production-hero[data-attention-hero] h1 em{position:relative;display:inline-block;color:var(--la-lantern);text-shadow:8px 8px 0 var(--la-hot);transform:rotate(-1deg)}
.production-hero[data-attention-hero] h1 em:after{content:"";position:absolute;left:1%;right:-2%;bottom:-.08em;height:.08em;background:var(--la-aqua);transform:rotate(1deg)}
.production-hero[data-attention-hero] .hero-command-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:680px}
.production-hero[data-attention-hero] .hero-command-row .market-button{min-height:67px;flex-direction:column;align-items:flex-start;padding:.85rem 1.05rem}
.production-hero[data-attention-hero] .hero-proof{max-width:700px;border-block:1px solid rgba(255,255,255,.1);gap:0}
.production-hero[data-attention-hero] .hero-proof span{position:relative;background:transparent;border-left:0;padding:1rem .85rem}
.production-hero[data-attention-hero] .hero-proof span+span{border-left:1px solid rgba(255,255,255,.12)}
.production-hero[data-attention-hero] .hero-proof b{font-size:1.55rem}
.production-hero[data-attention-hero] .hero-contract{display:flex;align-items:center;gap:.45rem;color:#c2c9cf}.production-hero[data-attention-hero] .hero-contract:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;background:var(--la-aqua);color:var(--la-ink);font-weight:950}
.hero-attract{min-height:650px;perspective:1100px}
.attract-status{position:absolute;left:2px;right:8px;top:-4px;z-index:10;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.58rem .75rem;border:1px solid rgba(255,255,255,.18);background:#070b10;color:#fff;box-shadow:8px 8px 0 rgba(0,0,0,.34)}
.attract-status span{color:var(--la-aqua);font-size:.57rem;font-weight:950;letter-spacing:.16em}.attract-status b{overflow:hidden;color:#9faab2;font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.attract-status button{border:0;background:transparent;color:#cfd6db;font-size:.57rem;font-weight:900;text-decoration:underline;text-underline-offset:4px}
.attract-stage{inset:48px 18px 112px 8px;overflow:hidden;cursor:pointer;background:
  radial-gradient(circle 240px at var(--pointer-x,70%) var(--pointer-y,35%),color-mix(in srgb,var(--game-c,var(--la-aqua)) 28%,transparent),transparent 75%),
  linear-gradient(145deg,color-mix(in srgb,var(--game-bg,#15212b) 88%,#0b1016),color-mix(in srgb,var(--game-a,#244) 38%,#111922));box-shadow:18px 23px 0 color-mix(in srgb,var(--game-b,var(--la-hot)) 68%,transparent);transition:background .45s ease,box-shadow .45s ease,transform .3s ease}
.attract-stage:hover{transform:rotateX(.6deg) rotateY(-.8deg) translateY(-3px)}
.attract-stage:after{content:"";position:absolute;inset:-50%;background:repeating-linear-gradient(90deg,transparent 0 32px,rgba(255,255,255,.018) 32px 34px);transform:rotate(13deg);pointer-events:none}
.attract-stage .stage-top,.attract-stage .stage-prompt,.attract-stage .stage-answers,.attract-stage footer{position:relative;z-index:2}
.attract-stage .stage-top{font-size:.64rem;letter-spacing:.13em}.attract-stage .stage-top span{color:var(--game-c,var(--la-aqua))}
.attract-stage .stage-prompt{align-content:center;justify-items:start;text-align:left;padding:clamp(1.4rem,4vw,3.2rem)}
.attract-stage .stage-prompt small{display:inline-block;margin-bottom:.7rem;padding:.35rem .5rem;background:var(--game-c,var(--la-lantern));color:var(--game-ink,var(--la-ink));font:950 .68rem var(--la-body);letter-spacing:.12em}
.attract-stage .stage-prompt strong{max-width:14ch;font-size:clamp(2.6rem,5vw,5.2rem);line-height:.86;letter-spacing:-.055em;text-wrap:balance}
.attract-stage .stage-answers{grid-template-columns:repeat(3,1fr)}
.attract-stage .stage-answers i{background:color-mix(in srgb,var(--game-paper,var(--la-paper)) 92%,transparent);color:var(--game-ink,var(--la-ink));border:1px solid color-mix(in srgb,var(--game-ink,var(--la-ink)) 20%,transparent)}
.attract-stage footer b{color:var(--game-c,var(--la-lantern))}
.attract-phone{right:-18px;bottom:78px;width:220px;min-height:275px;z-index:8;transform:rotate(2deg);background:var(--game-paper,var(--la-paper));box-shadow:12px 14px 0 color-mix(in srgb,var(--game-c,var(--la-aqua)) 68%,transparent);transition:background .45s ease,box-shadow .45s ease,transform .3s ease}
.attract-phone:hover{transform:rotate(0deg) translateY(-4px)}
.attract-phone p{max-height:108px;overflow:hidden}
.attract-rack{position:absolute;left:2px;right:230px;bottom:0;z-index:11;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem}
.attract-choice{position:relative;display:grid;grid-template-columns:46px 24px minmax(0,1fr);align-items:center;gap:.45rem;min-width:0;min-height:76px;padding:.45rem;border:1px solid rgba(255,255,255,.18);background:#0b1118;color:#fff;text-align:left;overflow:hidden;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.attract-choice:hover{transform:translateY(-4px);border-color:var(--game-c,var(--la-aqua));background:#121b24}.attract-choice[aria-pressed="true"]{border-color:var(--game-c,var(--la-aqua));box-shadow:inset 0 -4px var(--game-c,var(--la-aqua));background:#17202a}
.attract-choice>span{width:46px;height:62px;overflow:hidden}.attract-choice img{width:100%;height:100%;object-fit:cover}.attract-choice b{color:var(--game-c,var(--la-aqua));font:900 .72rem var(--la-display)}.attract-choice i{overflow:hidden;font-style:normal;font-size:.63rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}
.production-hero[data-attention-hero] .production-quick-join{left:30%;right:10px;bottom:88px;z-index:14;transform:translateY(0);box-shadow:10px 12px 0 rgba(0,0,0,.62)}

/* Product truth pulse */
.house-pulse{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0 max(20px,calc((100vw - 1420px)/2));background:#0b1118;color:#fff;border-block:1px solid rgba(255,255,255,.12)}
.house-pulse article{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);gap:.85rem;min-height:165px;padding:1.35rem 1rem;border-right:1px solid rgba(255,255,255,.12);overflow:hidden}.house-pulse article:last-child{border-right:0}.house-pulse article:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:5px;background:var(--pulse,var(--la-aqua));transition:right .32s ease}.house-pulse article:hover:after{right:0}.house-pulse article:nth-child(2){--pulse:var(--la-lantern)}.house-pulse article:nth-child(3){--pulse:var(--la-hot)}.house-pulse article:nth-child(4){--pulse:var(--la-electric)}
.house-pulse>article>span{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--pulse,var(--la-aqua));color:var(--pulse,var(--la-aqua));font:900 1.15rem var(--la-display)}.house-pulse b{display:block;margin:.2rem 0 .55rem;font:900 1rem/1.1 var(--la-display);text-transform:uppercase}.house-pulse p{margin:0;color:#9faab3;font-size:.78rem;line-height:1.5}

/* Room pathways become clear, visual doors */
.room-paths{padding-top:clamp(5rem,9vw,9rem);padding-bottom:clamp(5rem,9vw,9rem);background:var(--la-paper)}
.room-paths>header h2{max-width:12ch;font-size:clamp(3.2rem,6vw,6.6rem);line-height:.84}
.room-paths>header>p:last-child{max-width:58ch;font-size:1.05rem}
.room-paths>div{gap:.8rem;border:0;background:transparent}
.room-path{position:relative;min-height:360px;padding:1.4rem;border:2px solid var(--la-ink)!important;overflow:hidden;background:#fffaf0!important;box-shadow:9px 10px 0 var(--la-ink)!important;clip-path:var(--la-cut);transition:transform .2s cubic-bezier(.2,.8,.2,1),box-shadow .2s ease,background .2s ease}
.room-path:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 54%,color-mix(in srgb,var(--path-accent,var(--la-aqua)) 24%,transparent) 54% 100%);pointer-events:none}
.room-path:hover{z-index:2;transform:translateY(-9px) rotate(-.4deg);box-shadow:13px 17px 0 var(--la-ink)!important;background:#fff!important}
.room-path>span,.room-path h3,.room-path p,.room-path footer{position:relative;z-index:2}.room-path>span{color:#4e555b}
.room-path h3{max-width:11ch;margin-top:5rem;font-size:clamp(1.7rem,2.4vw,2.6rem);line-height:.92}
.room-path p{max-width:34ch;color:#515b62;font-size:.86rem;line-height:1.5}
.path-stamp{position:absolute!important;right:-.22em;top:.12em;color:color-mix(in srgb,var(--path-accent,var(--la-aqua)) 30%,transparent);font:900 clamp(3rem,5vw,5.5rem)/1 var(--la-display)!important;font-style:normal!important;letter-spacing:-.08em;transform:rotate(90deg);transform-origin:center}
.path-1{--path-accent:var(--la-hot)}.path-2{--path-accent:var(--la-aqua)}.path-3{--path-accent:var(--la-lantern)}.path-4{--path-accent:var(--la-electric)}.path-5{--path-accent:#f38ecc}
.room-path footer b{color:var(--la-ink)}.room-path footer i{color:#253039}

/* Make the core product system visually demonstrable */
.product-promise{position:relative;overflow:hidden;background:
  radial-gradient(circle 260px at 78% 26%,rgba(94,225,207,.12),transparent 76%),
  #0d141c}
.product-promise:before{content:"CONTROLLERS";position:absolute;right:-.06em;bottom:-.17em;color:rgba(255,255,255,.025);font:900 clamp(7rem,15vw,15rem)/.8 var(--la-display);letter-spacing:-.08em}
.product-promise>*{position:relative;z-index:2}.promise-copy h2{max-width:12ch;font-size:clamp(3.1rem,5.6vw,6rem);line-height:.86}
.promise-instruments{gap:.65rem;border:0;transform:rotate(.35deg)}
.promise-instruments article{position:relative;min-height:230px;border:1px solid rgba(255,255,255,.18)!important;background:#131c25;box-shadow:8px 9px 0 rgba(0,0,0,.32);overflow:hidden;transition:transform .2s ease,border-color .2s ease}
.promise-instruments article:after{content:"";position:absolute;right:-32px;bottom:-32px;width:96px;height:96px;border:18px solid color-mix(in srgb,var(--instrument,var(--la-aqua)) 42%,transparent);transform:rotate(17deg)}.promise-instruments article:nth-child(2){--instrument:var(--la-lantern)}.promise-instruments article:nth-child(3){--instrument:var(--la-hot)}.promise-instruments article:nth-child(4){--instrument:var(--la-electric)}
.promise-instruments article:hover{transform:translateY(-5px) rotate(-.25deg);border-color:var(--instrument,var(--la-aqua))!important}.promise-instruments span{color:var(--instrument,var(--la-aqua))}.promise-instruments b{max-width:15ch;margin-top:3.2rem;font-size:1.4rem}

/* Diverse shelves: intentionally uneven, more like a wall of experiences */
.game-worlds{position:relative;padding-top:clamp(5rem,9vw,9rem);padding-bottom:clamp(5rem,9vw,9rem);overflow:hidden;background:#05080d}
.game-worlds:before{content:"";position:absolute;inset:0;opacity:.26;background:radial-gradient(circle at 20% 15%,rgba(255,113,71,.2),transparent 23%),radial-gradient(circle at 75% 65%,rgba(94,225,207,.14),transparent 28%)}
.game-worlds>*{position:relative;z-index:1}.game-worlds>header h2{font-size:clamp(3.2rem,6vw,6.4rem);line-height:.84}
.game-worlds>div{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(155px,auto);gap:.8rem}
.game-world{min-height:0;grid-column:span 3;padding:1.35rem;background:#101821;border-color:rgba(255,255,255,.16);box-shadow:0 18px 40px rgba(0,0,0,.22)}
.game-world:nth-child(1),.game-world:nth-child(5){grid-column:span 6;grid-row:span 2}.game-world:nth-child(2),.game-world:nth-child(3),.game-world:nth-child(4),.game-world:nth-child(6),.game-world:nth-child(7),.game-world:nth-child(8){grid-column:span 3}
.game-world:before{right:-55px;top:-55px;width:180px;height:180px;border-width:28px;transition:transform .25s ease,opacity .25s ease}.game-world:after{content:"";position:absolute;left:0;bottom:0;width:0;height:6px;background:var(--world-accent,var(--la-aqua));transition:width .28s ease}.game-world:hover{transform:translateY(-8px) rotate(-.35deg);box-shadow:0 28px 50px rgba(0,0,0,.35)}.game-world:hover:before{transform:rotate(28deg) scale(1.08);opacity:.9}.game-world:hover:after{width:100%}
.game-world h3{font-size:clamp(1.35rem,2vw,2.25rem)}.game-world:nth-child(1) h3,.game-world:nth-child(5) h3{font-size:clamp(2.1rem,3.4vw,4rem);max-width:11ch;margin-top:5rem}.game-world:nth-child(1) p,.game-world:nth-child(5) p{max-width:46ch;font-size:.95rem}

/* A memorable explanatory sequence */
.night-in-motion{position:relative;padding:clamp(5rem,9vw,9rem) max(20px,calc((100vw - 1420px)/2));overflow:hidden;background:var(--la-aqua);color:var(--la-ink)}
.night-in-motion:after{content:"PLAY";position:absolute;right:-.08em;bottom:-.28em;color:rgba(17,22,28,.07);font:900 clamp(11rem,25vw,24rem)/.8 var(--la-display)}
.night-in-motion>header,.motion-story{position:relative;z-index:2}.night-in-motion>header{display:grid;grid-template-columns:.55fr 1.45fr;gap:2rem;align-items:end;margin-bottom:2.4rem}.night-in-motion h2{max-width:15ch;margin:0;font:900 clamp(3.2rem,6vw,6.2rem)/.84 var(--la-display);letter-spacing:-.06em;text-transform:uppercase}.night-in-motion .market-kicker{color:#164c45}
.motion-story{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.motion-story article{position:relative;min-height:500px;padding:1.2rem;border:2px solid var(--la-ink);background:var(--la-paper);box-shadow:10px 12px 0 var(--la-ink);overflow:hidden}.motion-story article:nth-child(2){transform:translateY(22px)}.motion-story article:nth-child(3){transform:translateY(-10px)}
.motion-story article>span{font:900 .62rem var(--la-body);letter-spacing:.16em}.motion-story h3{max-width:12ch;margin:2.8rem 0 .65rem;font:900 clamp(1.8rem,2.5vw,2.8rem)/.92 var(--la-display);text-transform:uppercase}.motion-story p{max-width:34ch;color:#596168;line-height:1.55}
.motion-search,.motion-code,.motion-controller{display:grid;align-content:center;min-height:220px;margin-top:1rem;border:2px solid var(--la-ink);background:#0b1118;color:#fff;box-shadow:6px 7px 0 var(--la-hot)}
.motion-search{grid-template-columns:repeat(2,1fr);gap:.45rem;padding:1rem}.motion-search i{padding:.65rem;border:1px solid rgba(255,255,255,.24);font-style:normal;font-size:.72rem}.motion-search b{grid-column:1/-1;padding:.75rem;background:var(--la-lantern);color:var(--la-ink);text-align:center;text-transform:uppercase}
.motion-code{place-items:center}.motion-code b{font:900 clamp(3.5rem,7vw,6rem)/1 var(--la-display);letter-spacing:.22em;color:var(--la-lantern)}.motion-code small{margin-top:.45rem;color:#aeb7be}
.motion-controller{padding:1.2rem;background:var(--la-paper);color:var(--la-ink);box-shadow-color:var(--la-electric)}.motion-controller small{font-size:.6rem;font-weight:950;letter-spacing:.15em}.motion-controller b{max-width:12ch;margin:2.4rem 0 1rem;font:900 1.8rem/1 var(--la-display);text-transform:uppercase}.motion-controller i{padding:.65rem;background:var(--la-hot);color:#fff;font-style:normal;font-weight:900;text-align:center}

/* Creator block becomes a broadcast takeover */
.creator-business{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--la-hot) 0 62%,#1b1117 62% 100%);color:#130b0d}
.creator-business:after{content:"ON AIR";position:absolute;right:-.08em;top:.06em;color:rgba(255,255,255,.08);font:900 clamp(6rem,13vw,13rem)/1 var(--la-display);transform:rotate(90deg);transform-origin:70% 50%}
.creator-business>*{position:relative;z-index:2}.creator-business .market-kicker{color:#481321}.creator-business aside{background:#080b10;box-shadow:14px 16px 0 rgba(0,0,0,.46)}

/* Featured shelf gets a hero product and more physical depth */
.production-featured{padding-top:clamp(5rem,8vw,8rem);padding-bottom:clamp(5rem,8vw,8rem);background:#0d141c}
.production-featured>header h2{font-size:clamp(3rem,5vw,5.6rem);line-height:.85}.production-featured>div{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense}
.production-featured .production-game-box.feature-box{grid-column:span 2;grid-row:span 2;min-height:520px}.production-featured .feature-box .game-box-cover{grid-template-columns:46% minmax(0,1fr);min-height:460px}.production-featured .feature-box .game-box-cover>.cover-image,.production-featured .feature-box .game-box-cover>img,.production-featured .feature-box .game-box-cover>.cover-art{width:100%;min-height:460px}.production-featured .feature-box .game-box-cover h3{font-size:clamp(2.2rem,3.8vw,4rem)}.production-featured .feature-box .game-box-cover p{font-size:1rem}.production-featured .feature-box .game-box-mechanic{font-size:.78rem}
.production-game-box{--pointer-x:50%;--pointer-y:30%;overflow:hidden;background:
  radial-gradient(circle 180px at var(--pointer-x) var(--pointer-y),color-mix(in srgb,var(--game-c,var(--la-aqua)) 10%,transparent),transparent 80%),
  #090d12;box-shadow:0 20px 45px rgba(0,0,0,.28);transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .18s ease,box-shadow .22s ease}
.production-game-box:hover{transform:translateY(-8px) rotate(-.25deg);box-shadow:0 32px 58px rgba(0,0,0,.42)}
.production-game-box:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:5px;background:var(--game-c,var(--la-aqua));transition:right .3s ease;pointer-events:none}.production-game-box:hover:after{right:0}
.game-box-cover>.cover-art{transition:transform .25s ease,filter .25s ease}.production-game-box:hover .game-box-cover>.cover-art{transform:scale(1.025);filter:saturate(1.08) contrast(1.03)}
.game-box-edge{position:relative;z-index:3}.game-box-edge button{transition:filter .16s ease,transform .16s ease}.game-box-edge button:hover{filter:brightness(1.1);transform:translateX(2px)}

/* Product detail: the game owns more of the page */
.product-detail{background:#070a0f}.product-hero{position:relative;overflow:hidden;min-height:calc(100vh - 110px)}
.product-hero:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle 340px at 72% 32%,color-mix(in srgb,var(--game-c,var(--la-aqua)) 12%,transparent),transparent 78%)}
.product-box-column,.product-story{position:relative;z-index:1}
.product-box-column{--pointer-x:50%;--pointer-y:35%;background:
  radial-gradient(circle 230px at var(--pointer-x) var(--pointer-y),color-mix(in srgb,var(--game-c,#fff) 20%,transparent),transparent 76%),
  linear-gradient(150deg,color-mix(in srgb,var(--game-a,#223) 78%,#070a0e),color-mix(in srgb,var(--game-b,#811) 38%,#080b10))}
.product-box-column:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(115deg,transparent 0 42px,rgba(255,255,255,.02) 42px 44px);pointer-events:none}.product-box-art{z-index:2;width:min(480px,84%);filter:drop-shadow(28px 34px 0 rgba(0,0,0,.56));transition:transform .3s ease,filter .3s ease}.product-box-column:hover .product-box-art{transform:rotate(1deg) translateY(-7px) scale(1.015);filter:drop-shadow(32px 40px 0 rgba(0,0,0,.62))}
.product-story{background:linear-gradient(135deg,#101821,#0a0f15)}.product-story:after{content:attr(data-mechanic);position:absolute;right:-.05em;bottom:-.1em;color:rgba(255,255,255,.025);font:900 8rem/1 var(--la-display);text-transform:uppercase;pointer-events:none}.product-story>*{position:relative;z-index:2}
.product-story h1{font-size:clamp(4rem,7.3vw,8.5rem);text-shadow:7px 7px 0 color-mix(in srgb,var(--game-b,var(--la-hot)) 60%,transparent)}
.product-facts span{background:rgba(255,255,255,.035);transition:border-color .16s ease,color .16s ease}.product-facts span:hover{border-color:var(--game-c,var(--la-aqua));color:#fff}
.product-mechanic{position:relative;overflow:hidden;padding:1.2rem;background:linear-gradient(90deg,color-mix(in srgb,var(--game-c,var(--la-aqua)) 10%,transparent),rgba(255,255,255,.025))}.product-mechanic:after{content:"";position:absolute;right:-26px;top:-26px;width:90px;height:90px;border:16px solid color-mix(in srgb,var(--game-c,var(--la-aqua)) 34%,transparent);transform:rotate(18deg)}
.product-rulebook ol{box-shadow:11px 13px 0 var(--la-ink)}.product-rulebook li{transition:background .15s ease,transform .15s ease}.product-rulebook li:hover{background:#fff;transform:translateX(5px)}
.product-stage-preview{box-shadow:18px 20px 0 color-mix(in srgb,var(--game-b,#f66) 64%,transparent);transition:transform .25s ease}.product-phone-preview{transition:transform .25s ease}.product-preview-screens:hover .product-stage-preview{transform:rotate(-.5deg) translateY(-4px)}.product-preview-screens:hover .product-phone-preview{transform:rotate(1deg) translateY(-8px)}

/* Discovery becomes a show floor, not a utility form */
.game-finder-head{position:relative;overflow:hidden;background:
  radial-gradient(circle 260px at 82% 28%,rgba(94,225,207,.12),transparent 74%),
  linear-gradient(135deg,#080c12,#111a23)!important}
.game-finder-head:after{content:"FIND THE NIGHT";position:absolute;right:-.06em;bottom:-.18em;color:rgba(255,255,255,.025);font:900 clamp(7rem,16vw,16rem)/.8 var(--la-display);letter-spacing:-.08em}.game-finder-head>*{position:relative;z-index:2}
.game-finder-head h1{max-width:10ch!important;text-shadow:7px 7px 0 rgba(255,79,125,.55)}
.game-finder-head label{box-shadow:12px 14px 0 rgba(94,225,207,.28)!important;transition:transform .18s ease,box-shadow .18s ease}.game-finder-head label:focus-within{transform:translateY(-4px);box-shadow:15px 18px 0 rgba(94,225,207,.36)!important}
.game-concierge{position:relative;overflow:hidden;background:#101821!important;box-shadow:14px 17px 0 rgba(0,0,0,.46)!important}.game-concierge:after{content:"MATCH";position:absolute;right:-.05em;top:-.2em;color:rgba(255,255,255,.025);font:900 8rem/1 var(--la-display);pointer-events:none}.game-concierge>*{position:relative;z-index:2}
.smart-shelves button{transition:transform .16s ease,border-color .16s ease,background .16s ease}.smart-shelves button:hover{transform:translateY(-3px)}
.finder-preview{--pointer-x:50%;--pointer-y:25%;overflow:hidden;background:radial-gradient(circle 200px at var(--pointer-x) var(--pointer-y),color-mix(in srgb,var(--game-c,var(--la-aqua)) 12%,transparent),transparent 76%),#101821!important}.finder-preview:after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid color-mix(in srgb,var(--game-c,var(--la-aqua)) 24%,transparent)}
.selector-game{transition:background .16s ease,transform .16s ease}.selector-game:hover{transform:translateX(5px)}

/* Authentication, help, library, account, and operations get a stronger house voice */
.production-auth,.production-library-head,.production-help>header,.account-page,.office-head{position:relative;overflow:hidden}
.production-auth:before,.production-library-head:before,.production-help>header:before,.account-page:before,.office-head:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle 260px at 80% 22%,rgba(94,225,207,.11),transparent 75%),repeating-linear-gradient(115deg,transparent 0 54px,rgba(255,255,255,.012) 54px 56px)}
.production-auth>*,.production-library-head>*,.production-help>header>*,.account-page>*,.office-head>*{position:relative;z-index:2}
.auth-promise h1,.production-library-head h1,.production-help>header h1,.account-actions h1,.office-head h1{text-shadow:6px 6px 0 rgba(255,79,125,.5)}
.auth-ledger{box-shadow:14px 17px 0 rgba(94,225,207,.28)!important;transform:rotate(.35deg)}
.library-section{position:relative}.library-section:nth-of-type(odd):after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--la-aqua),transparent)}
.production-help>section>span{filter:drop-shadow(4px 4px 0 rgba(255,79,125,.45))}.help-grid article{transition:transform .18s ease,border-color .18s ease}.help-grid article:hover{transform:translateY(-5px);border-left-color:var(--la-lantern)}
.account-pass{box-shadow:14px 16px 0 var(--la-hot)!important}.account-actions{background:linear-gradient(135deg,#121923,#0b1016)!important}
.office-head:after{content:"OPERATIONS";position:absolute;right:-.03em;bottom:-.22em;color:rgba(255,255,255,.025);font:900 clamp(7rem,16vw,15rem)/.8 var(--la-display);letter-spacing:-.08em}.ops-metrics article{position:relative;overflow:hidden;transition:transform .18s ease,border-color .18s ease}.ops-metrics article:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:5px;background:var(--metric,var(--la-aqua))}.ops-metrics article:nth-child(2){--metric:var(--la-lantern)}.ops-metrics article:nth-child(3){--metric:var(--la-hot)}.ops-metrics article:nth-child(4){--metric:var(--la-electric)}.ops-metrics article:hover{transform:translateY(-5px);border-color:var(--metric,var(--la-aqua))}.ops-card{box-shadow:8px 10px 0 rgba(0,0,0,.25);transition:transform .18s ease,border-color .18s ease}.ops-card:hover{transform:translateY(-3px);border-color:rgba(94,225,207,.4)}

/* Room and controller polish without flattening mechanic-specific controls */
.active-game-shell{background:radial-gradient(circle 280px at 75% 8%,color-mix(in srgb,var(--game-c,var(--la-aqua)) 12%,transparent),transparent 76%),var(--game-bg,#070a0e)}
.active-game-shell .game-stage,.active-game-shell .room-stage,.active-game-shell .player-console,.active-game-shell .host-console{position:relative;isolation:isolate}
.active-game-shell .game-stage:before,.active-game-shell .room-stage:before,.active-game-shell .player-console:before,.active-game-shell .host-console:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.32;background:repeating-linear-gradient(120deg,transparent 0 58px,color-mix(in srgb,var(--game-c,var(--la-aqua)) 5%,transparent) 58px 60px)}
.active-game-shell button{transition:transform .12s ease,filter .12s ease}.active-game-shell button:hover:not(:disabled){filter:brightness(1.06)}.active-game-shell button:active:not(:disabled){transform:translateY(2px) scale(.995)}

/* Closing section */
.production-final{background:linear-gradient(112deg,var(--la-aqua) 0 67%,var(--la-lantern) 67% 100%)}
.production-final:after{font-size:clamp(10rem,20vw,20rem)}

/* Responsive authority: simplify, do not merely shrink */
@media(max-width:1280px){
  .production-hero[data-attention-hero]{grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr)}
  .attract-rack{right:210px}.attract-phone{width:202px}
  .production-featured>div{grid-template-columns:repeat(3,1fr)}
  .production-featured .production-game-box.feature-box{grid-column:span 2}
}
@media(max-width:1050px){
  .house-signal-strip{top:118px}
  .production-hero[data-attention-hero]{grid-template-columns:1fr;min-height:auto;padding-top:5rem}.production-hero[data-attention-hero] .production-hero-copy{max-width:850px}.hero-attract{min-height:680px}
  .house-pulse{grid-template-columns:repeat(2,1fr)}.house-pulse article:nth-child(2){border-right:0}.house-pulse article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
  .motion-story{grid-template-columns:1fr}.motion-story article,.motion-story article:nth-child(2),.motion-story article:nth-child(3){min-height:auto;transform:none}.motion-search,.motion-code,.motion-controller{min-height:190px}
  .night-in-motion>header{grid-template-columns:1fr}
  .production-featured>div{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .house-signal-strip{top:68px;height:25px}.house-signal-strip>div{font-size:.52rem}
  .production-hero[data-attention-hero]{padding:3.4rem 18px 5rem}.production-hero[data-attention-hero] h1{font-size:clamp(4rem,14vw,6.7rem)}.production-hero[data-attention-hero] h1 span{-webkit-text-stroke-width:1.5px}.production-hero[data-attention-hero] .hero-command-row{grid-template-columns:1fr}.production-hero[data-attention-hero] .hero-proof{grid-template-columns:repeat(2,1fr)}.production-hero[data-attention-hero] .hero-proof span:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.12)}.production-hero[data-attention-hero] .hero-proof span:nth-child(4){border-top:1px solid rgba(255,255,255,.12)}
  .hero-attract{min-height:650px}.attract-stage{inset:44px 8px 154px 0}.attract-phone{right:0;bottom:118px;width:185px;min-height:230px}.attract-rack{right:0;grid-template-columns:repeat(5,1fr)}.attract-choice{grid-template-columns:1fr;place-items:center;min-height:85px}.attract-choice>span{width:42px;height:55px}.attract-choice b{display:none}.attract-choice i{max-width:100%;font-size:.5rem;text-align:center}.production-hero[data-attention-hero] .production-quick-join{left:0;right:190px;bottom:118px}
  .room-paths>div{grid-template-columns:1fr}.room-path,.room-path:nth-child(n){min-height:300px;border:2px solid var(--la-ink)!important}.room-path h3{margin-top:3.5rem}.room-path:last-child{grid-column:auto}
  .game-worlds>div{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto}.game-world,.game-world:nth-child(n){grid-column:span 1;grid-row:auto;min-height:280px}.game-world:nth-child(1),.game-world:nth-child(5){grid-column:1/-1;min-height:360px}
  .production-featured .production-game-box.feature-box{grid-column:1/-1;grid-row:auto;min-height:460px}
  .creator-business{background:var(--la-hot)}
}
@media(max-width:620px){
  .production-hero[data-attention-hero]{padding-inline:14px}.production-hero[data-attention-hero] .market-kicker{font-size:.62rem}.production-hero[data-attention-hero] h1{font-size:clamp(3.7rem,17vw,5.5rem)}.production-hero[data-attention-hero] h1 em{text-shadow:5px 5px 0 var(--la-hot)}
  .hero-attract{min-height:700px}.attract-status{grid-template-columns:1fr auto}.attract-status b{display:none}.attract-stage{inset:44px 0 218px 0}.attract-stage .stage-prompt{padding:1.2rem}.attract-stage .stage-prompt strong{font-size:clamp(2.15rem,10vw,3.6rem)}.attract-stage .stage-answers{grid-template-columns:1fr}.attract-stage .stage-answers i:nth-child(n+2){display:none}.attract-phone{right:4px;bottom:112px;width:47%;min-height:200px;padding:.75rem}.attract-phone b{margin-top:1.2rem}.attract-phone p{font-size:.72rem}.production-hero[data-attention-hero] .production-quick-join{left:0;right:50%;bottom:112px}.production-hero[data-attention-hero] .production-quick-join label{min-width:0}.production-hero[data-attention-hero] .production-quick-join input{font-size:1rem}.production-hero[data-attention-hero] .production-quick-join button{padding-inline:.65rem}.attract-rack{bottom:0;gap:.25rem}.attract-choice{padding:.3rem;min-height:100px}.attract-choice>span{width:48px;height:64px}
  .house-pulse{grid-template-columns:1fr}.house-pulse article,.house-pulse article:nth-child(n){border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.house-pulse article:last-child{border-bottom:0}
  .game-worlds>div{grid-template-columns:1fr}.game-world,.game-world:nth-child(n){grid-column:1;min-height:270px}.game-world:nth-child(1),.game-world:nth-child(5){min-height:330px}
  .production-featured>div{grid-template-columns:1fr}.production-featured .production-game-box.feature-box{min-height:auto}.production-featured .feature-box .game-box-cover{grid-template-columns:125px minmax(0,1fr);min-height:260px}.production-featured .feature-box .game-box-cover>.cover-image,.production-featured .feature-box .game-box-cover>img,.production-featured .feature-box .game-box-cover>.cover-art{width:125px;min-height:260px}.production-featured .feature-box .game-box-cover h3{font-size:1.7rem}
  .night-in-motion,.room-paths,.product-promise,.game-worlds,.production-featured{padding-left:14px;padding-right:14px}.motion-story article{padding:1rem}.motion-story h3{font-size:2rem}
  .product-story h1{font-size:clamp(3.4rem,15vw,5.4rem);text-shadow:4px 4px 0 color-mix(in srgb,var(--game-b,var(--la-hot)) 60%,transparent)}
}
@media(prefers-reduced-motion:reduce){
  .house-signal-strip>div{animation:none}.experience-reveal{opacity:1;transform:none;transition:none}.hero-beam{display:none}.market-button:after{display:none}.production-game-box,.game-world,.room-path,.attract-stage,.attract-phone,.attract-choice,.product-box-art{transition:none!important}.production-game-box:hover,.game-world:hover,.room-path:hover,.attract-stage:hover,.attract-phone:hover,.product-box-column:hover .product-box-art{transform:none!important}
}
