@import url('/assets/fonts.css');
:root{color-scheme:dark;--bg:#263241;--panel:#354050;--header:#202a36;--yellow:#fbcf48;--text:#f5f7fa;--muted:#bac4d0;--line:#4a586a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 Roboto,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:46px;padding:11px 21px;background:var(--yellow);border:1px solid transparent;border-radius:8px;color:#202a36;font-weight:700;cursor:pointer;line-height:1.4}button:hover,.button:hover{background:#ffdc70}button:disabled{opacity:.6;cursor:default}a:hover{color:var(--yellow)}.button:hover{color:#202a36}.button.secondary{background:rgba(32,42,54,.6);color:var(--text);border-color:var(--line)}.button.secondary:hover{border-color:var(--yellow)}:focus-visible{outline:3px solid #ffdc70;outline-offset:4px}input,textarea,select{background:var(--header);border:1px solid var(--line);border-radius:8px;padding:11px 14px;color:var(--text);max-width:100%;min-height:46px}input::placeholder,textarea::placeholder{color:var(--muted)}h1,h2,h3,p{margin-top:0}h1{font-size:36px;line-height:1.2;letter-spacing:-.7px;margin-bottom:24px}h2{font-size:26px;line-height:1.25;margin-bottom:16px;letter-spacing:-.35px}h3{font-size:17px;line-height:1.4}p{margin-bottom:16px}.wrap{width:min(1240px,calc(100% - 64px));margin:auto}.site-header{background:var(--header);border-bottom:1px solid #ffffff0c}.header-inner{height:88px;display:flex;align-items:center;gap:38px}.brand{display:flex;align-items:center;gap:12px;font-size:23px;font-weight:900;line-height:1;letter-spacing:1px;white-space:nowrap}.brand small{display:block;margin-top:9px;font-size:8px;font-weight:600;letter-spacing:1.4px;color:var(--muted)}.brand-mark{width:43px;height:43px;background:var(--yellow);border-radius:12px 12px 16px 16px;display:grid;place-items:center;color:var(--header);font-size:34px;position:relative;transform:rotate(-7deg);font-style:italic}.brand-mark span{position:absolute;font-size:10px;color:var(--yellow);right:2px;bottom:-3px}#main-nav{display:flex;gap:28px;margin-left:auto;font-size:14px;font-weight:600}#main-nav a{padding:12px 0}#main-nav a[aria-current]{color:var(--yellow)}.header-search{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;font-size:31px;line-height:1}.menu-toggle{display:none}.hero{position:relative;isolation:isolate;margin:28px 0 36px;border-radius:16px;overflow:hidden;min-height:376px;background:#202a36}.hero-image{position:absolute;inset:0 0 0 auto;width:70%;height:100%;object-fit:cover;object-position:center;z-index:-2}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#202a36 0%,#202a36f5 31%,#202a3699 53%,#202a3610 78%),linear-gradient(0deg,#202a3666,transparent 50%)}.hero-copy{padding:34px 38px;max-width:660px}.eyebrow{display:block;font-size:10px;letter-spacing:1.8px;font-weight:700;color:var(--yellow);margin-bottom:14px}.hero .eyebrow{display:flex;align-items:center;gap:8px}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--yellow)}.hero h1{font-size:40px;line-height:1.14;letter-spacing:-1.3px;margin-bottom:16px}.hero h1 span{color:var(--yellow)}.hero p{font-size:14px;max-width:415px;color:var(--muted);line-height:1.65;margin-bottom:23px}.hero-actions{display:flex;gap:12px}.hero-actions .button{font-size:13px}.hero-stats{display:flex;gap:22px;font-size:11px;color:var(--muted);margin-top:25px}.hero-stats strong{color:var(--text);font-size:13px}.section{margin:0 0 44px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 20px}.section-head h1,.section-head h2{margin:0}.section-head .eyebrow{margin-bottom:7px}.section-head>a{font-size:13px;white-space:nowrap;color:var(--yellow)}.season-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.season-tile{min-height:81px;border:1px solid var(--line);background:var(--panel);border-radius:10px;display:flex;align-items:center;gap:12px;padding:14px;transition:border-color .15s,transform .15s}.season-tile:hover{border-color:var(--yellow);transform:translateY(-2px)}.season-number{font-size:28px;line-height:1;font-weight:800;color:var(--yellow);letter-spacing:-1px}.season-tile strong{display:block;font-size:13px;font-weight:700;color:var(--text)}.season-tile small{display:block;font-size:11px;color:var(--muted);margin-top:3px}.tile-arrow{margin-left:auto;color:#bac4d077;font-size:13px}.text-button{background:none;color:var(--yellow);border:0;padding:8px 0;font-size:13px;min-height:44px}.text-button:hover{background:none;color:#ffdc70}.seasons-expand{width:100%;margin-top:10px;border:1px solid var(--line);color:var(--muted);font-size:12px}.extra-season{display:none}.season-grid.expanded .extra-season{display:flex}.episode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px 20px}.episode-card{min-width:0;border-radius:10px;background:var(--panel);overflow:hidden;border:1px solid transparent;transition:border-color .15s,transform .15s}.episode-card:hover{border-color:var(--yellow);transform:translateY(-3px)}.episode-art{aspect-ratio:16/9;overflow:hidden;position:relative;background:radial-gradient(ellipse at 80% 20%,#60654250,transparent 65%),linear-gradient(135deg,#25303e,#435364)}.episode-art:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#202a3688,transparent 70%);pointer-events:none}.episode-art img{width:100%;height:100%;object-fit:cover}.episode-numeral{position:absolute;right:18px;top:-23px;color:#fbcf482b;font-size:142px;line-height:1.3;font-weight:900;letter-spacing:-9px}.episode-code{position:absolute;bottom:12px;left:13px;z-index:1;padding:3px 7px;border-radius:4px;background:#202a36d9;font-size:10px;letter-spacing:1px;color:var(--text)}.card-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:1px solid #ffffff4d;border-radius:50%;display:grid;place-items:center;font-size:13px;background:#202a3655;color:white;z-index:1}.episode-card:hover .card-play{color:var(--header);background:var(--yellow);border-color:var(--yellow)}.card-copy{padding:16px}.card-copy small{color:var(--muted);font-size:10px;letter-spacing:1px}.card-copy h3{margin:5px 0 0;color:var(--text)}.card-copy p{font-size:12px;margin:4px 0 0;color:var(--muted)}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.collection-card{min-height:220px;padding:28px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(135deg,#405163,#303b49)}.collection-1{background:linear-gradient(135deg,#525340,#303b49)}.collection-2{background:linear-gradient(135deg,#4d4359,#303b49)}.collection-card h3{font-size:23px;margin:0 0 14px}.collection-card p{font-size:13px;color:var(--muted)}.collection-card>span:last-child{font-size:12px;color:var(--yellow)}.about{display:grid;grid-template-columns:1fr 1.6fr;gap:50px;padding:35px 0;border-top:1px solid var(--line)}.about p{font-size:14px;color:var(--muted)}.site-footer{background:var(--header);padding:38px 0}.footer-inner{display:grid;grid-template-columns:1fr 1fr;gap:15px}.footer-brand{font-weight:900;font-size:18px;letter-spacing:1px}.footer-brand span{color:var(--yellow)}.footer-inner p{color:var(--muted);font-size:12px;margin:8px 0}.footer-inner nav{display:flex;gap:24px;justify-content:end;align-items:center;font-size:13px}.footer-inner .legal{grid-column:1/-1;border-top:1px solid #ffffff15;margin-top:16px;padding-top:20px;font-size:11px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--muted);margin:25px 0}.wrap>h1,.wrap>.eyebrow{margin-top:30px}.wrap>.section-head{margin-top:30px}.wrap>.season-grid{margin-bottom:50px}.wrap>.episode-grid{margin-bottom:50px}.muted{color:var(--muted)}.empty{padding:35px;background:var(--panel);border:1px solid var(--line);border-radius:12px;color:var(--muted);margin:25px 0 40px}.empty a,.prose a,.comment a{color:var(--yellow);text-decoration:underline}.giant{font-size:80px;font-weight:900;color:var(--yellow)}.player{aspect-ratio:16/9;max-height:680px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:radial-gradient(ellipse at center,#283647,#151d27);display:grid;place-items:center}.player iframe{width:100%;height:100%;border:0}.player-placeholder{text-align:center;padding:20px}.player-symbol{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;border:1px solid var(--line);margin:0 auto 18px;color:var(--yellow);font-size:25px}.player h2{font-size:22px;margin-bottom:8px}.player p{font-size:14px;color:var(--muted)}.source-controls{display:flex;flex-wrap:wrap;gap:15px;align-items:center;padding:20px 0}.source-controls label,.source-controls .muted{font-size:12px}.source-controls .muted{margin-left:auto}.player-help{font-size:13px;color:var(--muted);padding:8px 0 16px}summary{cursor:pointer;min-height:44px;display:list-item;padding:10px 0}details p{margin:10px 0}.episode-nav{display:grid;grid-template-columns:1fr 1fr 1fr;margin:8px 0 35px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--panel);font-size:14px;text-align:center}.episode-nav>*{padding:16px 8px}.episode-nav>*+*{border-left:1px solid var(--line)}.episode-nav span{color:var(--muted)}.episode-pills{display:flex;flex-wrap:wrap;gap:10px}.episode-pills a{min-width:48px;min-height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:7px;background:var(--panel)}.episode-pills [aria-current]{background:var(--yellow);color:var(--header);border-color:var(--yellow)}.description{background:var(--panel);padding:8px 24px;border:1px solid var(--line);border-radius:10px;margin-bottom:35px}.prose{max-width:850px;color:var(--muted);margin-bottom:25px}.comment-form{display:grid;gap:10px;max-width:700px}.comment-form button{justify-self:start}.comment-form .muted{font-size:12px;margin:0}.comment-form input[name=name]{max-width:350px}.comment{background:var(--panel);padding:20px;border-radius:10px;margin-bottom:15px}.notice{padding:16px;border:1px solid var(--yellow);border-radius:8px}.search-form{display:flex;gap:10px;max-width:800px;margin-bottom:30px}.search-form input{flex:1;min-width:0}.pagination{display:flex;gap:12px;margin:25px 0 40px}.history-items{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.history-items a{display:block;background:var(--panel);padding:18px;border:1px solid var(--line);border-radius:8px}.history-items small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip:focus{position:absolute;z-index:100;background:var(--yellow);color:#202a36;padding:12px}.episode-title{color:var(--muted);margin-top:-12px}.comments{margin-top:35px}[hidden]{display:none!important}
@media(min-width:1450px){.hero{min-height:406px}.hero-copy{padding-top:42px}.hero h1{font-size:44px}}
@media(max-width:1100px){.wrap{width:calc(100% - 40px)}.header-inner{gap:20px}#main-nav{gap:18px;font-size:12px}.season-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero h1{font-size:36px}.hero-copy{padding:30px}.episode-grid{gap:18px}.hero-image{width:75%}.hero-stats{gap:16px}}
@media(max-width:760px){.wrap{width:calc(100% - 32px)}.header-inner{height:72px;gap:12px;flex-wrap:wrap;position:relative}.brand{font-size:19px;gap:9px}.brand small{font-size:6px;margin-top:7px;letter-spacing:1px}.brand-mark{width:35px;height:35px;font-size:28px;border-radius:9px}.menu-toggle{display:grid;place-items:center;margin-left:auto;padding:0;min-height:42px;width:42px;background:none;color:var(--text);font-size:22px}.menu-toggle:hover{background:var(--panel)}.header-search{width:38px;height:38px;font-size:28px}#main-nav{display:none;position:absolute;left:-16px;right:-16px;top:72px;background:var(--header);padding:15px 24px;z-index:10;box-shadow:0 10px 20px #1115;flex-direction:column;gap:5px;font-size:15px}#main-nav.open{display:flex}.hero{margin:16px 0 28px;min-height:390px}.hero-copy{padding:23px 21px;max-width:none}.hero .eyebrow{font-size:8px;letter-spacing:1.2px}.hero h1{font-size:31px;line-height:1.15;letter-spacing:-.8px;margin-top:82px;margin-bottom:12px}.hero p{font-size:12px;max-width:350px;line-height:1.6;margin-bottom:18px}.hero-image{width:100%;height:230px;object-position:72% 40%}.hero:after{background:linear-gradient(0deg,#202a36 8%,#202a36 41%,#202a3666 73%,#202a3633)}.hero-actions{gap:8px}.hero-actions .button{font-size:11px;padding:11px 12px;gap:8px;min-height:44px}.hero-stats{font-size:9px;gap:14px;flex-wrap:wrap;margin-top:17px}.hero-stats strong{font-size:11px}.hero-stats span:last-child{display:none}.section{margin-bottom:30px}h1{font-size:27px}h2{font-size:22px}.section-head{margin-bottom:16px;gap:10px}.section-head>a{font-size:11px}.section-head .eyebrow{font-size:8px}.season-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.season-tile{padding:10px;min-height:70px;gap:6px;border-radius:8px}.season-number{font-size:23px}.season-tile strong{font-size:11px}.season-tile small{font-size:9px}.tile-arrow{display:none}.episode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 10px}.card-copy{padding:11px}.card-copy small{font-size:8px;letter-spacing:.5px}.card-copy h3{font-size:14px}.card-copy p{font-size:10px}.episode-code{font-size:8px;bottom:8px;left:8px}.episode-numeral{font-size:100px;top:-15px;right:10px}.card-play{width:32px;height:32px;font-size:11px}.collection-grid{grid-template-columns:1fr;gap:12px}.collection-card{min-height:175px;padding:22px}.about{grid-template-columns:1fr;gap:5px;padding:25px 0}.about h2 br{display:none}.about p{font-size:13px}.footer-inner{grid-template-columns:1fr}.footer-inner nav{justify-content:start;font-size:12px}.footer-inner .legal{grid-column:1}.source-controls{gap:8px}.source-controls select{max-width:190px;font-size:12px}.source-controls .muted{width:100%;margin:0}.source-controls .text-button{font-size:11px;margin-left:auto}.player{min-height:240px;aspect-ratio:16/10}.player-symbol{width:42px;height:42px;font-size:18px;margin-bottom:10px}.player h2{font-size:18px}.player p{font-size:11px}.player button{font-size:12px}.episode-nav{font-size:11px}.episode-nav>*{padding:14px 6px}.episode-pills{gap:8px}.episode-pills a{min-width:43px}.history-items{grid-template-columns:repeat(2,1fr);gap:10px}.history-items a{padding:12px;font-size:12px}.history-items small{font-size:10px}.breadcrumbs{font-size:10px;margin:20px 0}.search-form button{padding:10px 16px}.search-form input{font-size:12px}.empty{padding:24px}.section-head>.muted{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

.custom-logo{width:43px;height:43px;object-fit:contain}.collection-card{position:relative;isolation:isolate;overflow:hidden}.collection-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.15;z-index:-1}.season-tile{position:relative;overflow:hidden;isolation:isolate}.season-mini{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.13;z-index:-1}.contact{grid-column:1/-1}
