*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar,.shelf-track::-webkit-scrollbar{display:none}body{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;letter-spacing:0;overflow-x:hidden}button,a,input{font:inherit;letter-spacing:0}button,a{touch-action:manipulation}.home-logo{display:block}.home-logo img{display:block;width:auto;height:40px;max-width:180px}.account-link{display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px 14px;border:1px solid currentColor;border-radius:6px;text-decoration:none;font-weight:800}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.hero-actions button,.hero-actions a,[data-lobby-cta]{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 18px;border:0;border-radius:6px;text-decoration:none;font-weight:900;cursor:pointer}.game-shelf{min-width:0;margin:0 0 38px}.game-shelf>header,.all-games>header{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.game-shelf>header span,.game-shelf>header small,.all-games>header span,.all-games>header small{font-size:13px}.game-shelf h2,.all-games h2{margin:0;font-size:28px;line-height:1.1}.game-shelf>header small,.all-games>header small{margin-left:auto}.shelf-track{display:flex;gap:12px;max-width:100%;padding:2px 0 12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab}.tile{position:relative;flex:0 0 44vw;max-width:188px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;scroll-snap-align:start}.tile .art{position:relative;display:block;width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:6px;background:#111}.tile .art img{display:block;width:100%;height:100%;object-fit:cover}.tile .fresh{position:absolute;top:8px;right:8px;padding:4px 8px;border-radius:4px;background:#ffd84a;color:#151515;font-size:12px;font-weight:900;text-transform:uppercase}.tile .go{position:absolute;inset:0;display:flex;align-items:flex-end;padding:10px;opacity:0;background:rgba(0,0,0,.42)}.tile:hover .go,.tile:focus-visible .go{opacity:1}.tile .go span{padding:7px 10px;border-radius:4px;background:#fff;color:#111;font-weight:900}.tile .label{display:grid;gap:2px;padding-top:8px}.tile .name{overflow:hidden;font-size:15px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.tile .kind{overflow:hidden;font-size:12px;font-weight:800;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.tile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.tile-grid .tile{width:100%;max-width:none}.all-games{margin-top:48px}.site-footer{display:grid;gap:15px;padding:28px 16px;font-size:14px}.site-footer nav{display:flex;gap:14px;flex-wrap:wrap}.playfield{position:fixed;z-index:9999;inset:0;display:none;flex-direction:column;background:#050607;color:#fff}.playfield.on{display:flex}.playfield-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:56px;padding:8px 10px;background:#0b0d0f}.playfield-actions{display:flex;gap:6px}.playfield-actions a,.playfield-actions button{min-height:38px;padding:8px;border:1px solid #52565a;border-radius:4px;background:#171a1d;color:#fff;text-decoration:none}.playfield-status{position:absolute;inset:56px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center}.playfield-status[hidden]{display:none}.playfield iframe{flex:1;width:100%;border:0}@media(min-width:700px){.tile{flex-basis:190px}.tile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer{grid-template-columns:auto 1fr auto;align-items:center}.site-footer nav{justify-content:center}}@media(min-width:1180px){.tile-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
:root{--red:#ef2836;--blue:#224ee8;--yellow:#ffd328;--black:#07080d;--white:#f7f7f2}body{background:var(--black);color:var(--white)}.np-top{position:sticky;top:0;z-index:70;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:2px solid var(--yellow);background:#08090e}.np-menu{position:relative}.np-menu summary{display:grid;width:46px;height:44px;place-content:center;gap:5px;border:1px solid #4c4f5b;border-radius:4px;cursor:pointer;list-style:none}.np-menu summary::-webkit-details-marker{display:none}.np-menu summary span{display:block;width:20px;height:2px;background:#fff}.np-menu nav{position:fixed;z-index:80;top:64px;right:0;bottom:0;display:grid;width:min(86vw,360px);align-content:start;gap:8px;padding:18px;background:#10121a;border-left:1px solid #4c4f5b}.np-menu:not([open]) nav{display:none}.np-menu nav a{padding:13px;border-bottom:1px solid #353845;color:#fff;text-decoration:none;font-weight:900}.np-main{padding:14px}.np-hero{min-height:560px;display:flex;align-items:flex-end;padding:28px 22px;border-radius:4px;background-image:linear-gradient(90deg,rgba(5,6,10,.93),rgba(5,6,10,.08)),var(--hero);background-position:center;background-size:cover}.np-hero>div{max-width:620px}.np-hero span{color:var(--yellow);font-size:13px;font-weight:900;text-transform:uppercase}.np-hero h1{max-width:10ch;margin:8px 0 12px;font-size:50px;line-height:.92}.np-hero p{max-width:35ch;margin:0;font-size:18px}.np-hero button{background:var(--red);color:#fff}.np-hero a{border:1px solid #fff;color:#fff}.np-live{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:14px 0 28px;background:#444754;border:1px solid #444754}.np-live>strong,.np-live>div{display:grid;padding:12px;background:#11131b}.np-live>strong{align-content:center;color:var(--red)}.np-live i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--red)}.np-live span{color:#aeb2c2;font-size:12px}.np-cats{display:flex;gap:8px;margin-bottom:34px;overflow-x:auto;scrollbar-width:none}.np-cats a{flex:0 0 auto;min-width:100px;padding:12px;border:1px solid #444754;border-radius:4px;color:#fff;text-align:center;text-decoration:none;font-weight:900}.np-cats a:nth-child(3n+1){border-bottom:3px solid var(--red)}.np-cats a:nth-child(3n+2){border-bottom:3px solid var(--blue)}.np-cats a:nth-child(3n){border-bottom:3px solid var(--yellow)}.np-shelf>header span,.np-shelf>header small,.all-games>header span,.all-games>header small{color:#aeb2c2}.np-shelf:nth-of-type(odd) h2{color:#fff}.np-shelf:nth-of-type(even) h2{color:var(--yellow)}.tile .art{border:1px solid #444754;border-radius:4px}.tile .kind{color:#8fa5ff}.site-footer{border-top:1px solid #444754;color:#aeb2c2}@media(min-width:760px){.np-main{padding:22px}.np-hero{min-height:520px;padding:50px}.np-hero h1{font-size:76px}.np-live{grid-template-columns:1.4fr repeat(3,1fr)}.np-live>strong,.np-live>div{padding:18px}.np-cats{justify-content:center}}
.np-poster{display:grid;gap:10px;margin-bottom:44px}.np-titlecard{display:flex;min-height:390px;flex-direction:column;justify-content:flex-end;padding:30px 22px;background:var(--red);color:#fff}.np-titlecard>span{color:var(--yellow);font-size:13px;font-weight:900;text-transform:uppercase}.np-titlecard h1{max-width:10ch;margin:8px 0 14px;font-size:50px;line-height:.92}.np-titlecard p{max-width:34ch;margin:0;font-size:18px}.np-titlecard button{background:var(--yellow);color:#111}.np-titlecard a{border:1px solid #fff;color:#fff}.np-photo{position:relative;margin:0;overflow:hidden;background:#161823}.np-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.np-photo figcaption{position:absolute;right:0;bottom:0;padding:10px 13px;background:var(--yellow);color:#111;font-size:12px;font-weight:900}.np-live{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0}.np-live>strong{grid-column:1/-1}.np-cats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;padding:1px;background:#444754}.np-cats>strong{grid-column:1/-1;padding:13px;background:var(--blue);font-size:13px}.np-cats a{min-width:0;padding:12px 5px;border:0;border-radius:0;background:#11131b;font-size:13px}.np-program{display:grid;gap:0}.np-program .game-shelf{min-width:0;padding:20px 0;border-top:1px solid #353845}@media(min-width:820px){.np-main{padding:22px}.np-poster{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:auto auto;gap:12px}.np-titlecard{grid-column:1/8;grid-row:1;padding:46px;min-height:470px}.np-titlecard h1{font-size:76px}.np-photo{grid-column:8/13;grid-row:1/3}.np-photo img{height:100%;min-height:690px;aspect-ratio:auto}.np-live{grid-column:1/5;grid-row:2}.np-cats{grid-column:5/8;grid-row:2}.np-program{grid-template-columns:repeat(12,minmax(0,1fr));gap:0 24px}.np-program .game-shelf:nth-child(1),.np-program .game-shelf:nth-child(4),.np-program .game-shelf:nth-child(5){grid-column:span 7}.np-program .game-shelf:nth-child(2),.np-program .game-shelf:nth-child(3),.np-program .game-shelf:nth-child(6){grid-column:span 5}}
a{color:var(--yellow)}a:hover{color:#fff}.site-footer a{color:var(--yellow);font-weight:800}.account-link{color:var(--yellow)}@media(min-width:820px){.np-poster{grid-template-rows:auto auto auto}.np-photo{grid-row:1}.np-photo img{min-height:470px;object-position:62% center}.np-live{grid-column:1/13;grid-row:2;grid-template-columns:1.3fr repeat(4,minmax(0,1fr))}.np-live>strong{grid-column:auto}.np-live>strong,.np-live>div{align-content:center;min-width:0;padding:16px 14px}.np-live b{font-size:20px}.np-live span{white-space:nowrap}.np-cats{grid-column:1/13;grid-row:3;grid-template-columns:1.3fr repeat(6,minmax(0,1fr))}.np-cats>strong{grid-column:auto;display:flex;align-items:center}}

/* Site wordmark and game launch fallback */
.site-wordmark{display:block;width:auto;max-width:min(190px,52vw);height:42px;object-fit:contain}.site-symbol{display:block;width:40px;height:40px}.velvet-monogram .site-symbol{width:38px;height:38px}.fresh{font-size:12px!important}html,body,.shelf-track,.bw-row,.mobi-cats,.story-row,.orbit-strip{scrollbar-width:none!important}html::-webkit-scrollbar,body::-webkit-scrollbar,.shelf-track::-webkit-scrollbar,.bw-row::-webkit-scrollbar,.mobi-cats::-webkit-scrollbar,.story-row::-webkit-scrollbar,.orbit-strip::-webkit-scrollbar{display:none!important}.playfield{position:fixed!important;inset:0!important;z-index:9999!important;background:#050708!important}.playfield-bar{position:relative;z-index:3;min-height:54px}.playfield-actions{display:flex;align-items:center;gap:8px}.playfield-actions a{display:flex;align-items:center;min-height:36px;padding:6px 12px;border:1px solid rgba(255,255,255,.28);border-radius:4px;color:#fff;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}.playfield-status{position:absolute;z-index:2;inset:54px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;background:#050708;color:#fff;text-align:center}.playfield-status[hidden]{display:none}.playfield-status strong{font-size:22px}.playfield-status span{max-width:34ch;color:#aeb8bc;font-size:14px}.playfield-status:before{content:'';width:42px;height:42px;margin-bottom:8px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:game-spin .8s linear infinite}.playfield-status.is-slow:before{animation-duration:1.8s}@keyframes game-spin{to{transform:rotate(360deg)}}@media(max-width:520px){.site-wordmark{max-width:150px;height:36px}.playfield-bar .title{max-width:30vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playfield-actions{gap:5px}.playfield-actions a,.playfield-actions button{padding:6px 8px!important;font-size:12px!important}}

/* Site wordmark and game launch fallback */
.site-wordmark{display:block;width:auto;max-width:min(190px,52vw);height:42px;object-fit:contain}.site-symbol{display:block;width:40px;height:40px}.velvet-monogram .site-symbol{width:38px;height:38px}.fresh{font-size:12px!important}html,body,.shelf-track,.bw-row,.mobi-cats,.story-row,.orbit-strip{scrollbar-width:none!important}html::-webkit-scrollbar,body::-webkit-scrollbar,.shelf-track::-webkit-scrollbar,.bw-row::-webkit-scrollbar,.mobi-cats::-webkit-scrollbar,.story-row::-webkit-scrollbar,.orbit-strip::-webkit-scrollbar{display:none!important}.playfield{position:fixed!important;inset:0!important;z-index:9999!important;background:#050708!important}.playfield-bar{position:relative;z-index:3;min-height:54px}.playfield-actions{display:flex;align-items:center;gap:8px}.playfield-actions a{display:flex;align-items:center;min-height:36px;padding:6px 12px;border:1px solid rgba(255,255,255,.28);border-radius:4px;color:#fff;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}.playfield-status{position:absolute;z-index:2;inset:54px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;background:#050708;color:#fff;text-align:center}.playfield-status[hidden]{display:none}.playfield-status strong{font-size:22px}.playfield-status span{max-width:34ch;color:#aeb8bc;font-size:14px}.playfield-status:before{content:'';width:42px;height:42px;margin-bottom:8px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:game-spin .8s linear infinite}.playfield-status.is-slow:before{animation-duration:1.8s}@keyframes game-spin{to{transform:rotate(360deg)}}@media(max-width:520px){.site-wordmark{max-width:150px;height:36px}.playfield-bar .title{max-width:30vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playfield-actions{gap:5px}.playfield-actions a,.playfield-actions button{padding:6px 8px!important;font-size:12px!important}}
