:root{--nx-bg:#070509;--nx-panel:#0c090e;--nx-panel2:#17131a;--nx-line:#3a313e;--nx-text:#fbf8fb;--nx-muted:#b4aab8;--nx-display:'Manrope','Nunito Sans',system-ui,sans-serif;--nx-body:'Nunito Sans',system-ui,sans-serif}
body.nx-season-active,body.nx-detail-active{background:var(--nx-bg);overflow-x:hidden}body.nx-season-active .site-footer,body.nx-detail-active .site-footer{background:#070509;border-color:#1f1922}body.nx-season-active .topbar,body.nx-detail-active .topbar{background:linear-gradient(90deg,#09060a 0%,#110711 55%,#19091a 100%);border-bottom:1px solid #241b27;box-shadow:none}body.nx-season-active .topbar-inner,body.nx-detail-active .topbar-inner{min-height:74px}body.nx-season-active .brand span,body.nx-detail-active .brand span{font-family:var(--nx-display);font-weight:800}body.nx-season-active .login-btn,body.nx-detail-active .login-btn{border-color:#504650;background:#1a171c;color:#eee8ef}
.nx-season{--accent:#ff5e78;--accent2:#d9284b;--glow:255,94,120;min-height:100vh;background:var(--nx-bg);color:var(--nx-text);font-family:var(--nx-body)}.nx-season[data-season="WINTER"]{--accent:#62baf6;--accent2:#317fc8;--glow:98,186,246}.nx-season[data-season="SPRING"]{--accent:#ff6896;--accent2:#dc335f;--glow:255,104,150}.nx-season[data-season="SUMMER"]{--accent:#ffb533;--accent2:#f28220;--glow:255,181,51}.nx-season[data-season="FALL"]{--accent:#f07852;--accent2:#c84830;--glow:240,120,82}.nx-season *{box-sizing:border-box}.nx-season button{font:inherit}.nx-season-shell{width:min(1180px,calc(100% - 56px));margin-inline:auto}.nx-season-hero{position:relative;z-index:5;border-bottom:1px solid #2a222e;background:radial-gradient(circle at 76% 0,rgba(var(--glow),.13),transparent 31%),radial-gradient(circle at 10% 76%,rgba(117,70,124,.075),transparent 28%),linear-gradient(180deg,#0c0810,#09070c)}.nx-season-hero>.nx-season-shell{padding:55px 0 38px}.nx-season-title{display:flex;justify-content:center;align-items:center;gap:20px;animation:nxUp .34s ease both}.nx-season-icon{display:grid;place-items:center;width:72px;height:72px;color:var(--accent);filter:drop-shadow(0 0 16px rgba(var(--glow),.18))}.nx-season-icon svg{width:100%;height:100%;fill:none;stroke:currentColor}.nx-season-title h1{font:800 clamp(46px,5vw,72px)/1 var(--nx-display);letter-spacing:-.055em;margin:0;color:#fff;white-space:nowrap}.nx-season-title h1 em{font-style:normal;color:var(--accent)}.nx-season-title p{margin:14px 0 0;font:800 clamp(15px,1.5vw,22px)/1.1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.19em;color:var(--accent);white-space:nowrap}.nx-season-stats{display:grid;grid-template-columns:repeat(3,145px);justify-content:center;gap:34px;margin:42px 0 38px;text-align:center}.nx-season-stats strong{display:block;font:800 46px/1 var(--nx-display);letter-spacing:-.045em;color:#fff}.nx-season-stats span{display:block;margin-top:9px;font-size:14px;font-weight:800;letter-spacing:.055em;color:#b8adbb}.nx-season-controls{width:min(1000px,100%);margin:auto}.nx-season-control-line{display:grid;grid-template-columns:minmax(0,1fr) 188px;gap:18px}.nx-season-tabs{height:58px;padding:3px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;border:2px solid #443a48;border-radius:999px;background:#18141b}.nx-season-tabs button{position:relative;isolation:isolate;border:0;border-radius:999px;background:transparent;color:#beb3c2;font:700 20px/1 var(--nx-display);cursor:pointer;transition:color .18s ease,transform .15s ease,box-shadow .2s ease}.nx-season-tabs button:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,var(--accent),var(--accent2));opacity:0;transform:scale(.88);transition:opacity .18s ease,transform .22s cubic-bezier(.2,.9,.25,1);z-index:-1}.nx-season-tabs button.active{color:#fff;box-shadow:0 7px 22px rgba(var(--glow),.18)}.nx-season-tabs button.active:before{opacity:1;transform:scale(1)}.nx-season-tabs button:active{transform:scale(.97)}.nx-filter-pill{height:58px;border:2px solid #443a48;border-radius:999px;background:#18141b;color:#c6bcc9;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .15s ease}.nx-filter-pill:hover,.nx-filter-pill.open{background:#1d1820;border-color:#65576a;color:#fff}.nx-filter-pill.selected{border-color:rgba(var(--glow),.55);background:rgba(var(--glow),.085);color:#fff}.nx-filter-pill:active{transform:scale(.98)}.nx-filter-pill strong{font:700 20px/1 var(--nx-display);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nx-filter-pill svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.nx-filter-pill svg:last-child{width:18px;height:18px;transition:transform .18s ease}.nx-filter-pill.open svg:last-child{transform:rotate(180deg)}.nx-season-filter-line{display:flex;justify-content:center;gap:20px;margin-top:21px}.nx-season-filter-line .nx-filter-pill{width:242px}.nx-season-content{padding:54px 0 88px}.nx-season-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:31px 29px}.nx-season-card{min-width:0;cursor:pointer;outline:none;animation:nxCard .32s calc(var(--delay,0ms) + 20ms) ease both}.nx-season-poster{position:relative;overflow:hidden;aspect-ratio:1/1.38;border-radius:12px;background:linear-gradient(145deg,#171119,#0e0a11);box-shadow:0 10px 30px rgba(0,0,0,.2);transition:transform .22s ease,box-shadow .22s ease}.nx-season-cover-fallback{position:absolute;inset:0;background:radial-gradient(circle at 50% 42%,rgba(var(--glow),.13),transparent 35%),#120e14}.nx-season-poster img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease,opacity .18s ease}.nx-season-fade{position:absolute;z-index:2;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(4,3,5,.16) 32%,rgba(4,3,5,.94));pointer-events:none}.nx-season-card:hover .nx-season-poster{transform:translateY(-4px);box-shadow:0 17px 42px rgba(0,0,0,.34)}.nx-season-card:hover img{transform:scale(1.02)}.nx-season-card:focus-visible .nx-season-poster{outline:2px solid var(--accent);outline-offset:4px}.nx-season-score{position:absolute;z-index:3;left:13px;bottom:12px;height:32px;padding:0 9px;border-radius:999px;display:flex;align-items:center;gap:5px;background:rgba(8,6,9,.7);backdrop-filter:blur(10px);color:#e6c86a}.nx-season-score svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.nx-season-score b{font-size:17px}.nx-season-actions{position:absolute;z-index:4;right:12px;bottom:12px;display:flex;flex-direction:column;gap:9px}.nx-season-actions button{width:47px;height:47px;border:1px solid rgba(255,255,255,.24);border-radius:50%;display:grid;place-items:center;background:rgba(11,8,12,.84);backdrop-filter:blur(12px);color:#fff;cursor:pointer;transition:transform .15s ease,border-color .15s ease,color .15s ease,background .15s ease}.nx-season-actions button:hover{transform:scale(1.06);border-color:rgba(255,255,255,.52)}.nx-season-actions button.active{color:var(--accent);border-color:rgba(var(--glow),.62);background:rgba(var(--glow),.14)}.nx-season-actions svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nx-season-card h3{margin:14px 0 0;color:#f8f5f8;font-size:21px;line-height:1.23;font-weight:700;letter-spacing:-.018em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.nx-skeleton article{animation:nxPulse 1.1s ease-in-out infinite}.nx-skeleton span{display:block;aspect-ratio:1/1.38;border-radius:12px;background:#151117}.nx-skeleton i{display:block;width:76%;height:15px;margin-top:13px;border-radius:8px;background:#151117}.nx-season-error,.nx-season-empty{grid-column:1/-1;min-height:230px;border:1px dashed #332936;border-radius:14px;background:#0a070c;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#988e9c;padding:25px}.nx-season-error strong{font-size:17px;color:#ded5e0}.nx-season-error span{margin:7px 0 16px;max-width:460px}.nx-season-error button{border:1px solid rgba(var(--glow),.45);border-radius:999px;background:rgba(var(--glow),.1);color:#fff;padding:10px 17px;cursor:pointer}.nx-still{margin-top:72px;padding-top:32px;border-top:1px solid #211a24}.nx-section-title h2{font:800 29px/1.1 var(--nx-display);letter-spacing:-.035em;margin:0}.nx-section-title p{margin:6px 0 18px;color:#928795}.nx-still-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(175px,205px);gap:18px;overflow-x:auto;scroll-snap-type:x proximity;padding:2px 1px 15px;overscroll-behavior-x:contain}.nx-still-rail article{scroll-snap-align:start;cursor:pointer}.nx-related-poster{position:relative;overflow:hidden;aspect-ratio:1/1.34;border-radius:10px;background:#131016}.nx-related-poster img{width:100%;height:100%;object-fit:cover;display:block}.nx-related-poster>span{position:absolute;left:8px;bottom:8px;padding:5px 8px;border-radius:999px;background:rgba(6,5,7,.78);display:flex;gap:4px;color:#e5c76c}.nx-related-poster>span svg{width:15px;height:15px;fill:none;stroke:currentColor}.nx-still-rail strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:8px;font-size:15px;line-height:1.28;color:#f4eff5}
.nx-popover-layer{position:fixed;inset:0;z-index:9999;pointer-events:none}.nx-popover-backdrop{position:absolute;inset:0;border:0;background:transparent;pointer-events:auto}.nx-popover{position:fixed;left:var(--menu-left);top:var(--menu-top);width:var(--menu-width);max-height:min(430px,calc(100vh - 32px));padding:10px;border:1px solid #3d3241;border-radius:12px;background:#09060b;box-shadow:0 24px 70px rgba(0,0,0,.72);overflow:auto;pointer-events:auto;animation:nxDrop .16s ease both}.nx-popover-list{display:grid;gap:2px}.nx-popover-list button{min-height:47px;width:100%;padding:0 14px;border:0;border-radius:8px;background:transparent;color:#f0ebf1;display:flex;align-items:center;justify-content:space-between;text-align:left;font:500 17px/1.2 var(--nx-body);cursor:pointer}.nx-popover-list button:hover{background:#19121b}.nx-popover-list button.active{background:rgba(229,50,79,.09);color:#ff738b}.nx-popover-list small{color:#837786;font-weight:700}.nx-popover-mobile-head{display:none}
.nx-detail{min-height:100vh;background:#070509;color:#fbf8fb;font-family:var(--nx-body)}.nx-detail-shell{width:min(1180px,calc(100% - 56px));margin-inline:auto}.nx-detail-hero{position:relative;min-height:570px;overflow:hidden;background:#0b080d}.nx-detail-bg{position:absolute;inset:0}.nx-detail-bg img{width:100%;height:100%;object-fit:cover;filter:saturate(.86)}.nx-detail-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,4,6,.98) 0%,rgba(5,4,6,.82) 42%,rgba(5,4,6,.38) 72%,rgba(5,4,6,.78) 100%),linear-gradient(0deg,#070509 0%,transparent 40%)}.nx-detail-hero-inner{position:relative;z-index:2;min-height:570px;display:grid;grid-template-columns:250px minmax(0,1fr);gap:34px;align-items:end;padding:95px 0 50px}.nx-detail-back{position:absolute;top:35px;left:0;border:0;background:transparent;color:#d7ced9;display:flex;align-items:center;gap:6px;cursor:pointer}.nx-detail-back svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.nx-detail-cover{aspect-ratio:2/3;border-radius:13px;overflow:hidden;background:#151017;box-shadow:0 25px 60px rgba(0,0,0,.42)}.nx-detail-cover img{width:100%;height:100%;object-fit:cover}.nx-detail-copy{padding-bottom:3px}.nx-detail-kicker{display:block;color:#b6a9bb;font-size:15px;font-weight:700}.nx-detail-copy h1{font:800 clamp(34px,5vw,64px)/1.02 var(--nx-display);letter-spacing:-.05em;margin:8px 0 16px;max-width:800px}.nx-detail-badges{display:flex;gap:8px;flex-wrap:wrap}.nx-detail-badges span{padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(10,8,11,.55);font-size:12px;font-weight:700}.nx-detail-badges .genre{border-color:rgba(230,48,78,.25);color:#ff879a}.nx-detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.nx-detail-actions button,.nx-detail-actions a{height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.17);background:rgba(14,10,15,.78);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;text-decoration:none;cursor:pointer}.nx-detail-actions .primary{background:linear-gradient(135deg,#e5324f,#b71631);border-color:transparent}.nx-detail-actions .round{width:44px;padding:0;border-radius:50%}.nx-detail-actions .active{color:#ff758b}.nx-detail-actions svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.nx-detail-numbers{display:flex;gap:28px;margin-top:23px}.nx-detail-numbers strong{display:block;font:800 24px/1 var(--nx-display)}.nx-detail-numbers span{display:block;margin-top:5px;color:#a99fad;font-size:11px}.nx-detail-tabs{position:sticky;top:74px;z-index:25;border-bottom:1px solid #241d27;background:rgba(8,6,10,.94);backdrop-filter:blur(16px)}.nx-detail-tabs>.nx-detail-shell{display:flex;gap:5px;overflow-x:auto;scrollbar-width:none}.nx-detail-tabs button{height:57px;padding:0 16px;border:0;border-bottom:2px solid transparent;background:transparent;color:#9d929f;font-weight:700;white-space:nowrap;cursor:pointer}.nx-detail-tabs button.active{color:#fff;border-color:#e5324f}.nx-detail-panel{padding:38px 0 90px}.nx-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:40px}.nx-detail-layout main>section{padding:0 0 32px}.nx-detail h2{font:800 24px/1.15 var(--nx-display);letter-spacing:-.03em;margin:0 0 14px}.nx-synopsis{font-size:15px;line-height:1.75;color:#c4bac7;white-space:pre-line}.nx-next-episode{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border:1px solid rgba(229,50,79,.26);border-radius:13px;background:linear-gradient(135deg,rgba(229,50,79,.09),rgba(117,57,129,.04))}.nx-next-episode small{display:block;color:#e86076;font-size:10px;font-weight:900;letter-spacing:.12em}.nx-next-episode strong{display:block;margin-top:4px;font-size:16px}.nx-next-episode span{display:block;margin-top:4px;color:#aea3b1}.nx-next-clock{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#171219;color:#ff7188}.nx-next-clock svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}.nx-info-card{border:1px solid #2e2632;border-radius:13px;background:#0d090f;overflow:hidden;margin-bottom:25px}.nx-info-card>div{display:grid;grid-template-columns:98px minmax(0,1fr);gap:12px;padding:11px 13px;border-bottom:1px solid #211b24}.nx-info-card>div:last-child{border-bottom:0}.nx-info-card span{color:#8f8492;font-size:11px}.nx-info-card strong{font-size:11px;text-align:right;overflow-wrap:anywhere}.nx-detail-layout aside h3{font:800 15px/1 var(--nx-display);margin:0 0 10px}.nx-streams{display:flex;gap:9px;flex-wrap:wrap}.nx-streams a{height:44px;padding:0 13px;border:1px solid #312835;border-radius:10px;background:#0e0a10;color:#fff;display:flex;gap:8px;align-items:center;text-decoration:none}.nx-streams img{width:22px;height:22px;object-fit:contain}.nx-streams svg{width:20px;height:20px;fill:none;stroke:currentColor}.nx-people-rail{display:grid;grid-auto-flow:column;grid-auto-columns:132px;gap:12px;overflow-x:auto;padding-bottom:10px}.nx-person{min-width:0}.nx-person img{width:100%;aspect-ratio:1/1.15;object-fit:cover;border-radius:10px;background:#161117}.nx-person strong{display:block;margin-top:7px;font-size:12px;line-height:1.25}.nx-person span{display:block;margin-top:2px;color:#8e8491;font-size:10px}.nx-detail-single{max-width:1000px}.nx-detail-single>p{color:#b7acba;line-height:1.7}.nx-detail-single textarea{width:100%;min-height:130px;border:1px solid #342b38;border-radius:12px;background:#0d0a0f;color:#fff;padding:14px;resize:vertical}.nx-post-impression,.nx-share-actions button{margin-top:10px;border:0;border-radius:9px;background:#e5324f;color:#fff;padding:11px 16px;cursor:pointer}.nx-impression{margin-top:12px;padding:14px;border:1px solid #29212d;border-radius:11px;background:#0c090e}.nx-impression p{margin:6px 0 0;color:#bdb2c0}.nx-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.nx-related{display:grid;grid-template-columns:92px minmax(0,1fr);gap:13px;align-items:center;border:1px solid #2b2330;border-radius:12px;background:#0c090e;padding:9px;cursor:pointer}.nx-related .nx-related-poster{aspect-ratio:2/3}.nx-related small{color:#8f8493}.nx-related strong{display:block;margin:5px 0;font-size:14px}.nx-related span{display:flex;align-items:center;gap:4px;color:#dfc465}.nx-related span svg{width:15px;height:15px;fill:none;stroke:currentColor}.nx-share-actions{display:flex;gap:10px}.nx-partial-note{margin-bottom:20px;padding:11px 13px;border:1px solid #4b3c22;border-radius:10px;background:#171107;color:#d9bf86}.nx-detail-loading,.nx-detail-fail{min-height:calc(100vh - 74px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#b5aab8;padding:30px}.nx-detail-spinner{width:42px;height:42px;border-radius:50%;border:3px solid #2d2431;border-top-color:#e5324f;animation:nxSpin .8s linear infinite}.nx-detail-loading span{margin-top:12px}.nx-detail-fail img{width:72px;height:72px;object-fit:contain}.nx-detail-fail h1{font:800 25px var(--nx-display);color:#fff}.nx-detail-fail p{max-width:450px}.nx-detail-fail button{border:0;border-radius:9px;background:#e5324f;color:#fff;padding:11px 16px;cursor:pointer}
@media(max-width:1179px){body.nx-season-active .main-nav,body.nx-detail-active .main-nav,body.nx-season-active .top-actions>.icon-button,body.nx-detail-active .top-actions>.icon-button,body.nx-season-active .signup-btn,body.nx-detail-active .signup-btn{display:none!important}body.nx-season-active .menu-btn,body.nx-detail-active .menu-btn{display:grid!important}body.nx-season-active .login-btn,body.nx-detail-active .login-btn{display:inline-flex!important;min-width:102px;justify-content:center}.nx-season-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 28px}.nx-season-shell,.nx-detail-shell{width:min(100% - 54px,1040px)}}
@media(max-width:720px){body.nx-popover-open{overflow:hidden}body.nx-season-active .topbar-inner,body.nx-detail-active .topbar-inner{min-height:80px;padding-inline:18px}body.nx-season-active .brand img,body.nx-detail-active .brand img{width:52px;height:52px}body.nx-season-active .brand span,body.nx-detail-active .brand span{font-size:24px}body.nx-season-active .brand small,body.nx-detail-active .brand small{display:none}body.nx-season-active .login-btn,body.nx-detail-active .login-btn{height:50px;min-width:92px;border-radius:10px;font-size:16px}body.nx-season-active .menu-btn,body.nx-detail-active .menu-btn{width:42px;height:42px}.nx-season-shell,.nx-detail-shell{width:calc(100% - 38px)}.nx-season-hero>.nx-season-shell{padding:52px 0 37px}.nx-season-title{gap:13px}.nx-season-icon{width:50px;height:50px}.nx-season-title h1{font-size:clamp(31px,9.4vw,43px);letter-spacing:-.05em}.nx-season-title p{margin-top:10px;font-size:clamp(10px,3vw,14px);letter-spacing:.18em}.nx-season-stats{grid-template-columns:repeat(3,1fr);gap:8px;margin:39px 0 36px}.nx-season-stats strong{font-size:34px}.nx-season-stats span{font-size:11px;margin-top:7px}.nx-season-control-line{grid-template-columns:minmax(0,1fr) 116px;gap:10px}.nx-season-tabs{height:52px;padding:3px;gap:0}.nx-season-tabs button{font-size:15px;letter-spacing:-.02em}.nx-filter-pill{height:52px;padding:0 13px;gap:7px}.nx-filter-pill strong{font-size:16px}.nx-year-pill strong{font-size:17px}.nx-season-filter-line{gap:11px;margin-top:16px}.nx-season-filter-line .nx-filter-pill{width:min(39vw,190px)}.nx-filter-pill svg{width:21px;height:21px}.nx-season-content{padding:42px 0 70px}.nx-season-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 18px}.nx-season-poster{border-radius:10px;aspect-ratio:1/1.38}.nx-season-card h3{font-size:17px;line-height:1.25;margin-top:11px}.nx-season-score{left:9px;bottom:9px;height:29px;padding:0 8px}.nx-season-score b{font-size:15px}.nx-season-score svg{width:17px;height:17px}.nx-season-actions{right:9px;bottom:9px;gap:8px}.nx-season-actions button{width:42px;height:42px}.nx-season-actions svg{width:22px;height:22px}.nx-popover-layer{pointer-events:auto}.nx-popover-backdrop{background:rgba(0,0,0,.38);backdrop-filter:blur(1px)}.nx-popover{left:16px!important;right:16px!important;top:auto!important;bottom:max(16px,env(safe-area-inset-bottom))!important;width:auto!important;max-height:min(62vh,520px);padding:0 10px 12px;border-radius:17px;animation:nxSheet .2s ease both}.nx-popover-mobile-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;height:54px;padding:0 6px;background:#09060b;border-bottom:1px solid #211a24}.nx-popover-mobile-head strong{font:800 16px var(--nx-display)}.nx-popover-mobile-head button{width:36px;height:36px;border:0;border-radius:50%;background:#18131b;color:#fff;font-size:23px}.nx-popover-list{padding-top:8px}.nx-popover-list button{min-height:50px;font-size:17px}.nx-still{margin-top:54px}.nx-section-title h2{font-size:24px}.nx-still-rail{grid-auto-columns:145px;gap:13px}.nx-detail-hero{min-height:0}.nx-detail-hero-inner{min-height:0;display:grid;grid-template-columns:116px minmax(0,1fr);gap:16px;align-items:end;padding:82px 0 30px}.nx-detail-back{top:23px}.nx-detail-back span{display:none}.nx-detail-cover{border-radius:10px}.nx-detail-kicker{font-size:11px}.nx-detail-copy h1{font-size:clamp(25px,7.6vw,37px);margin:5px 0 11px}.nx-detail-badges{gap:5px}.nx-detail-badges span{font-size:9px;padding:5px 7px}.nx-detail-actions{margin-top:12px;gap:7px}.nx-detail-actions button,.nx-detail-actions a{height:39px;padding:0 11px;font-size:11px}.nx-detail-actions .round{width:39px}.nx-detail-numbers{gap:15px;margin-top:15px}.nx-detail-numbers strong{font-size:18px}.nx-detail-numbers span{font-size:9px}.nx-detail-tabs{top:80px}.nx-detail-tabs button{height:52px;padding:0 13px;font-size:12px}.nx-detail-panel{padding:26px 0 65px}.nx-detail-layout{grid-template-columns:1fr;gap:24px}.nx-detail-layout aside{order:2}.nx-detail h2{font-size:20px}.nx-synopsis{font-size:13px}.nx-next-episode{padding:14px}.nx-people-rail{grid-auto-columns:104px}.nx-related-grid{grid-template-columns:1fr}.nx-related{grid-template-columns:76px minmax(0,1fr)}}
@media(max-width:430px){body.nx-season-active .brand span,body.nx-detail-active .brand span{font-size:21px}.nx-season-shell,.nx-detail-shell{width:calc(100% - 30px)}.nx-season-title{gap:10px}.nx-season-icon{width:44px;height:44px}.nx-season-title h1{font-size:clamp(29px,9vw,37px)}.nx-season-title p{font-size:10px}.nx-season-stats strong{font-size:31px}.nx-season-tabs button{font-size:13.7px}.nx-season-control-line{grid-template-columns:minmax(0,1fr) 105px}.nx-filter-pill strong{font-size:14px}.nx-season-filter-line .nx-filter-pill{width:calc(50% - 6px)}.nx-season-grid{gap:22px 14px}.nx-season-card h3{font-size:15px}.nx-season-actions button{width:39px;height:39px}.nx-detail-hero-inner{grid-template-columns:105px minmax(0,1fr);gap:13px}}
@media(min-width:1500px){.nx-season-shell,.nx-detail-shell{width:min(1380px,calc(100% - 90px))}.nx-season-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.nx-season-card h3{font-size:20px}}
@media(min-width:2100px){.nx-season-shell,.nx-detail-shell{width:min(1740px,calc(100% - 120px))}.nx-season-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.nx-season-title h1{font-size:82px}.nx-season-icon{width:82px;height:82px}.nx-season-stats strong{font-size:54px}}
@media(prefers-reduced-motion:reduce){.nx-season *, .nx-detail *{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
@keyframes nxUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes nxCard{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes nxPulse{0%,100%{opacity:.55}50%{opacity:1}}@keyframes nxDrop{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}@keyframes nxSheet{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes nxSpin{to{transform:rotate(360deg)}}
