/* Shared responsive component geometry; Zmov colors and homepage composition are independent. */
:root{font-family:Arial,Helvetica,sans-serif;background:#090b10;color:#f1f2f6;color-scheme:dark;--accent:#ff555b;--line:#292d36;--muted:#abb3c1}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}a:hover{color:var(--accent);text-decoration:underline}button,input,select,textarea{font:inherit}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border:1px solid #383e4a;border-radius:5px;background:#1a1e28;color:#f1f2f6;cursor:pointer}button:hover,.button:hover{background:#272c39;text-decoration:none}button:disabled{opacity:.6;cursor:default}.primary,button.primary{background:var(--accent);color:#090b10;border-color:var(--accent)}.primary:hover{background:#d8d2ff;color:#090b10}input,select,textarea{width:100%;min-width:0;min-height:44px;padding:11px 12px;border:1px solid #454b58;border-radius:4px;background:#151923;color:#f1f2f6}textarea{resize:vertical;line-height:1.5}label{display:grid;gap:8px;font-size:.92rem}a,button,input,select,textarea,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #ff555b;outline-offset:4px}[hidden]{display:none!important}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(1.85rem,3vw,2.75rem);line-height:1.17;letter-spacing:-.025em}h2{font-size:clamp(1.4rem,2.4vw,1.9rem);line-height:1.25}h3{font-size:1.12rem;line-height:1.35}p{line-height:1.7}small,.small{font-size:.82rem;line-height:1.5}.wrap{width:min(1280px,calc(100% - 48px));margin-inline:auto}.narrow{max-width:860px}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip:focus{position:fixed;z-index:100;top:6px;left:6px;background:#1a1e28;padding:12px}
.masthead{position:relative;z-index:10;background:#090b10;border-bottom:1px solid #222632}.topbar{height:80px;display:flex;align-items:center;gap:25px}.brand{display:block;flex-shrink:0}.brand img{width:165px;height:auto}.desktop-nav{display:flex;gap:4px;margin-left:auto}.desktop-nav a{display:flex;align-items:center;min-height:46px;padding:8px 12px;white-space:nowrap;font-size:.92rem}.desktop-nav a[aria-current=page]{color:var(--accent)}.menu-toggle,.search-toggle{width:46px;min-width:46px;height:46px;padding:9px;border-radius:50%}.menu-toggle{display:none;font-size:22px}.search-toggle svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}.header-search-panel{padding:0 24px 20px}.header-search-panel .searchbox{max-width:750px;margin:auto}#mobile-nav{position:absolute;top:80px;left:20px;width:250px;max-width:calc(100vw - 40px);max-height:calc(100vh - 100px);overflow:auto;padding:10px;border:1px solid #383e4a;background:#151923;box-shadow:0 10px 30px #0008}#mobile-nav a{display:flex;align-items:center;min-height:46px;padding:10px 14px}#mobile-nav a[aria-current=page]{background:#342029;color:var(--accent)}
.search-hero{background:#090b10;padding:42px 0 32px;text-align:center}.search-hero h1{font-weight:500;margin-bottom:12px}.search-hero>div>p{color:var(--muted);margin-bottom:26px}.searchbox{display:flex;gap:10px;max-width:920px;margin:auto}.searchbox input{background:#f1f2f6;color:#f1f2f6;border-radius:40px;min-height:64px;padding:16px 26px;border:0;font-size:1.1rem}.searchbox input::placeholder{color:#667085}.searchbox button{min-width:86px;border-radius:40px;background:var(--accent);color:#090b10;border:0;font-weight:700}.quick-links{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:22px;font-size:.9rem}.cinema-banner{display:block;position:relative;margin:28px 0 0;border:1px solid #292d36;overflow:hidden;border-radius:5px}.cinema-banner img{width:100%;height:auto;max-height:380px;object-fit:cover}.cinema-banner span{position:absolute;bottom:14px;right:16px;background:#161616dc;border:1px solid #68614a;padding:8px 14px;border-radius:20px;font-size:.85rem}
.section{padding:36px 0}.section-top{display:flex;align-items:center;gap:18px;margin-bottom:24px}.section-top h2{margin:0;font-weight:500}.section-top>a{margin-left:auto;color:var(--muted);font-size:.9rem;white-space:nowrap}.section-top p{margin:8px 0 0;color:var(--muted)}.shelf-switch{display:flex;gap:5px}.shelf-switch button{padding:9px 13px;min-height:44px}.shelf-switch button[aria-pressed=true]{background:var(--accent);color:#090b10;border-color:var(--accent)}.poster-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:26px 17px}.poster{position:relative;min-width:0}.poster-image{display:block;position:relative;background:#171b25;border-radius:4px;overflow:hidden}.poster-image img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;transition:transform .2s}.poster-image:hover img{transform:scale(1.025)}.poster-badge{position:absolute;top:9px;left:9px;background:#111e;color:#f1f2f6;padding:4px 7px;border-radius:3px;font-size:.75rem}.poster-caption{padding-top:11px}.poster-caption h3{font-size:.99rem;margin:0 0 7px}.poster-caption p{display:flex;justify-content:space-between;gap:6px;margin:0;font-size:.82rem;color:#abb3c1}.poster-caption p span{color:#ff555b}.poster-caption small{display:block;color:#abb3c1;margin-top:5px}.poster-action{display:flex;align-items:center;gap:7px;margin-top:9px;font-size:.75rem;min-height:30px;color:#aab4c4}.save{position:absolute;right:7px;top:7px;width:44px;height:44px;padding:6px;border-radius:50%;background:#111e;color:#f1f2f6;font-size:22px;border:1px solid #666}.save[aria-pressed=true]{background:var(--accent);color:#090b10;border-color:var(--accent)}button[aria-pressed=true]:not(.save){border-color:var(--accent)}.rating-note{color:var(--muted);font-size:.84rem;margin:-15px 0 20px}
.collection-grid,.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.collection-grid>a,.guide-grid>a{display:block;background:#151923;padding:24px;border:1px solid #292d36;border-radius:6px}.collection-grid h3,.guide-grid h3{color:#f1f2f6;margin-bottom:12px}.collection-grid p,.guide-grid p{color:#abb3c1;font-size:.92rem;line-height:1.6}.collection-grid span,.guide-grid span{color:var(--accent);font-size:.84rem}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.featured{display:block;border:1px solid #292d36;background:#151923;border-radius:5px;overflow:hidden}.featured img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.featured>div{padding:18px}.featured h3{font-size:1.3rem;margin:10px 0}.featured span{font-size:.85rem;color:#abb3c1}.episodes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.episode-row{display:flex;align-items:center;gap:16px;background:#151923;border:1px solid #292d36;padding:15px;border-radius:5px}.episode-row>span{min-width:78px;color:var(--accent);font-size:.85rem}.episode-row strong{display:block}.episode-row small{display:block;color:#abb3c1;margin-top:5px}.browse-grid{display:grid;grid-template-columns:2fr 1.25fr 1fr;gap:26px;border-top:1px solid #292d36}.chip-grid{display:flex;flex-wrap:wrap;gap:9px}.chip-grid a{display:flex;align-items:center;min-height:44px;padding:10px 13px;background:#1a1f2a;border:1px solid #292d36;border-radius:5px;font-size:.9rem}.list-callout{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;background:#191d28;border:1px solid #37323d;border-radius:6px}.list-callout h2{margin-bottom:10px}.list-callout p{margin:0;color:#abb3c1}.list-callout .button{flex-shrink:0}
.page-head{padding:44px 0 24px}.page-head>p{color:var(--muted);max-width:820px}.crumbs{display:flex;gap:10px;font-size:.82rem;flex-wrap:wrap;color:#abb3c1;margin-bottom:24px}.listing-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:12px 0 25px;color:#abb3c1}.pagination{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0}.pagination a{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border:1px solid #373e4b;padding:10px;border-radius:5px}.pagination [aria-current=page]{background:var(--accent);color:#090b10}.title-hero{background-size:cover;background-position:center;position:relative;isolation:isolate}.title-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111e,#111b),linear-gradient(0deg,#090b10,transparent);z-index:-1}.title-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:40px;align-items:center;padding-block:52px}.title-poster{width:230px;aspect-ratio:2/3;height:auto;object-fit:cover;border-radius:5px;box-shadow:0 8px 30px #0007}.title-copy{max-width:830px;min-width:0}.title-copy h1{font-size:clamp(2rem,4vw,3.6rem)}.eyebrow{font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:20px 0 12px}.synopsis{color:#ddd}.actions{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.title-copy .small{color:#abb3c1}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.detail-grid dl{margin:0}.detail-grid dl>div{display:grid;grid-template-columns:155px 1fr;gap:15px;padding:13px 0;border-bottom:1px solid #292d36;line-height:1.55}.detail-grid dt{color:#abb3c1}.detail-grid dd{margin:0}.country-panel{padding:24px;background:#151923;border:1px solid #292d36;border-radius:6px;align-self:start}.country-panel p{color:#abb3c1;font-size:.86rem;margin:14px 0 0}.credit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.credit-grid a{display:block;padding:15px;background:#1a1e28;border:1px solid #292d36;border-radius:4px}.credit-grid span{display:block;color:#abb3c1;font-size:.82rem;margin-top:7px}.checkpoint-fields{display:flex;gap:14px;align-items:end;flex-wrap:wrap}.checkpoint-fields label{min-width:110px}.checkpoint{border-top:1px solid #292d36}.season-nav,.alphabet{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.season-nav a,.alphabet a{display:flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:10px 14px;border:1px solid #373e4b;border-radius:5px}.episode-season{margin:16px 0;border:1px solid #292d36;border-radius:5px;background:#121620}.episode-season>summary{padding:20px;cursor:pointer;line-height:1.6}.episode-entry{padding:20px;border-top:1px solid #272c39;scroll-margin-top:20px}.episode-entry span,.episode-entry time{font-size:.82rem;color:#abb3c1}.episode-entry h2{font-size:1.1rem;margin:8px 0}.az-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 24px}.az-links a{padding:10px 0;line-height:1.5}.letter-section{padding:24px 0;border-top:1px solid #292d36}
.filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;background:#151923;padding:24px;border:1px solid #292d36;border-radius:5px;margin-bottom:24px}.filters .wide{grid-column:span 2}.filters .actions{grid-column:1/-1;margin:0}.empty{padding:24px;background:#1a1f2a;grid-column:1/-1}.backup{padding:28px;border:1px solid #373e4b;border-radius:6px;background:#151923;margin-bottom:35px}.backup label{margin:22px 0 12px}.point-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;border:1px solid #373e4b;border-radius:5px;margin:12px 0}.point-row p{margin:7px 0 0;color:#abb3c1}[data-more]{margin-top:24px}[data-error]{color:#ff9498}.toast:not(:empty){position:fixed;z-index:30;bottom:20px;left:50%;transform:translateX(-50%);max-width:calc(100% - 30px);background:#ff555b;color:#090b10;box-shadow:0 5px 30px #0008;padding:14px 22px;border-radius:6px}
.article-wrap{padding:28px 0 70px;border-top:1px solid #292d36}.seo-article{max-width:870px;margin:auto;color:#b7bfcc;font-size:1.04rem;line-height:1.82}.seo-article>header{padding:20px 0}.seo-article h2{font-size:clamp(1.6rem,3vw,2.4rem);color:#f1f2f6;line-height:1.2}.seo-article h3{font-size:1.45rem;color:#f1f2f6;line-height:1.35;margin:0 0 22px}.seo-article section{padding:30px 0;border-top:1px solid #292d36}.seo-article p{line-height:1.85;margin:0 0 20px}.seo-article a,.guide-copy a{color:var(--accent);text-decoration:underline}.article-toc{padding:16px 20px;border:1px solid #373e4b;border-radius:5px;margin-bottom:25px;background:#151923}.article-toc summary{cursor:pointer;padding:5px 0;min-height:35px}.article-toc nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;margin-top:18px}.article-toc a{font-size:.93rem;padding:5px 0}#questions>details{padding:17px 0;border-bottom:1px solid #3c3c3c}#questions summary{cursor:pointer;color:#f1f2f6;font-weight:600;line-height:1.6}#questions details p{margin:15px 0 5px}.guide-copy{color:#d0d0d0;line-height:1.8;padding-bottom:55px}.guide-copy h2{color:#f1f2f6;margin:30px 0 16px}.guide-copy p{margin-bottom:21px;line-height:1.8}.guide-copy li{margin:12px 0}.guide-copy strong{color:#eee}
footer{padding:42px 0;background:#1e1e1e;border-top:1px solid #292d36;margin-top:40px}.footer-head{display:flex;align-items:center;gap:30px;margin-bottom:30px}.footer-head p{margin:0;color:#abb3c1}footer nav{display:flex;flex-wrap:wrap;gap:6px 25px}footer nav a{padding:9px 0;font-size:.9rem;color:#aab4c4}.attribution{font-size:.77rem;color:#999;margin:28px 0 0}.attribution a{color:#b5dff4}
@media(max-width:1199px){.desktop-nav{display:none}.menu-toggle{display:inline-flex}.topbar{justify-content:space-between}.poster-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.browse-grid{grid-template-columns:1fr 1fr}.browse-grid>div:first-child{grid-column:1/-1}}
@media(max-width:900px){.poster-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.collection-grid,.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.title-layout{grid-template-columns:180px minmax(0,1fr);gap:26px}.title-poster{width:180px}.credit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filters{grid-template-columns:repeat(3,minmax(0,1fr))}.az-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.wrap{width:calc(100% - 28px)}.topbar{height:70px;gap:12px}.brand img{width:146px}#mobile-nav{top:70px;left:14px}.search-hero{padding:28px 0 24px}.search-hero h1{font-size:1.75rem}.searchbox{gap:7px}.searchbox input{min-height:54px;font-size:.96rem;padding:12px 17px}.searchbox button{min-width:65px;padding:10px;font-size:.85rem}.quick-links{gap:14px;font-size:.83rem}.cinema-banner{margin-top:18px}.cinema-banner img{aspect-ratio:2.3/1;object-fit:cover}.cinema-banner span{bottom:8px;right:8px;font-size:.72rem;padding:6px 10px}.section{padding:27px 0}.section-top{flex-wrap:wrap;gap:12px;margin-bottom:19px}.section-top h2{font-size:1.4rem}.section-top>a{font-size:.8rem}.switch-shelf .section-top>a{display:none}.shelf-switch{margin-left:auto}.shelf-switch button{font-size:.8rem;padding:9px 10px}.poster-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 12px}.poster-caption h3{font-size:.88rem}.poster-caption p,.poster-caption small{font-size:.74rem}.poster-action{font-size:.75rem}.poster-badge{font-size:.75rem;top:7px;left:5px;padding:4px}.save{top:4px;right:4px}.featured-grid{grid-template-columns:1fr}.episodes{grid-template-columns:1fr}.browse-grid{grid-template-columns:1fr}.browse-grid>div:first-child{grid-column:auto}.list-callout{display:block;padding:24px}.list-callout .button{margin-top:20px}.title-layout{grid-template-columns:120px minmax(0,1fr);gap:20px;padding:28px 0;align-items:start}.title-poster{width:120px}.title-copy{display:contents}.title-copy>a,.title-copy>.eyebrow{display:none}.title-copy h1{align-self:center;font-size:1.85rem;margin:0}.title-copy>p,.title-copy>.actions{grid-column:1/-1;margin:0}.title-copy>.small{font-size:.79rem}.detail-grid{grid-template-columns:1fr;gap:25px}.credit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid dl>div{grid-template-columns:110px 1fr;gap:12px}.filters{grid-template-columns:repeat(2,minmax(0,1fr));padding:18px;gap:15px}.filters .wide{grid-column:1/-1}.listing-meta{font-size:.82rem}.listing-meta .button{padding:10px;font-size:.8rem}.collection-grid,.guide-grid{grid-template-columns:1fr}.collection-grid>a,.guide-grid>a{padding:20px}.point-row{display:block}.point-row button{margin-top:15px}.az-links{grid-template-columns:1fr}.article-toc nav{grid-template-columns:1fr}.seo-article{font-size:1rem}.seo-article h3{font-size:1.28rem}.footer-head{display:block}.footer-head p{margin-top:20px}.page-head{padding-top:30px}.backup{padding:18px}}
@media(max-width:420px){.poster-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.poster-caption h3{font-size:.94rem}.poster-caption p,.poster-caption small{font-size:.78rem}.poster-badge{top:9px;left:8px}.save{top:7px;right:7px}.search-hero h1{font-size:1.55rem}.filters{grid-template-columns:1fr}.filters .wide{grid-column:auto}.credit-grid{grid-template-columns:1fr}.checkpoint-fields{display:grid;grid-template-columns:1fr 1fr}.checkpoint-fields label{min-width:0}.checkpoint-fields button{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media(max-width:420px){.search-hero .quick-links{display:grid;grid-template-columns:1fr 1fr;gap:0 12px;margin-top:14px}.search-hero .quick-links a{display:flex;align-items:center;justify-content:center}}




/* Reference: coen-h/zmov desktop and mobile screenshots. Red lowercase mark, near-black canvas, rounded search and cinematic feature. */
:root{--accent:#ff555b;--muted:#abb3c1;--line:#292d36}
body{background:#090b10;color:#f1f2f6}.wrap{max-width:1380px}.masthead{background:#090b10f5;border-bottom:1px solid #ffffff0b}.topbar{height:78px;gap:24px}.brand img{width:120px;height:44px;object-fit:contain}.desktop-nav a{font-size:.88rem;padding:8px 10px;color:#c5c9d3}.desktop-nav a[aria-current=page]{color:#fff;font-weight:700}.menu-toggle,.search-toggle{border:0;background:#20242d;color:#fff}.primary,button.primary{background:#f33439;border-color:#f33439;color:white}.primary:hover{background:#d9232a;color:white}.button:hover{color:white}.header-search-panel{background:#090b10}.searchbox{display:flex;align-items:center;gap:0;max-width:640px;background:#ffffff19;border:1px solid #ffffff32;border-radius:11px;padding:5px}.searchbox input{background:transparent;color:#fff;border:0;border-radius:0;min-height:46px;padding:10px 14px;font-size:1rem}.searchbox input::placeholder{color:#b9c0cb}.searchbox button{min-width:48px;min-height:46px;width:48px;border-radius:8px;background:transparent;color:#fff;padding:10px;flex-shrink:0}.searchbox svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}.search-filter{min-height:44px;display:flex;align-items:center;padding:8px 14px;color:#c5cad4;font-size:.85rem;border-right:1px solid #ffffff29}
.zm-hero{min-height:590px;position:relative;isolation:isolate;display:flex;align-items:end;background:#090b10;overflow:hidden}.zm-hero>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.zm-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#06080bb0,transparent 76%),linear-gradient(0deg,#090b10 0%,transparent 50%)}.zm-hero .wrap{padding-top:75px;padding-bottom:56px}.zm-hero-copy{max-width:620px}.zm-hero h1{font-size:clamp(2.25rem,4.3vw,4.1rem);font-weight:750;line-height:1.04;letter-spacing:-.04em;max-width:570px;margin-bottom:20px}.zm-hero-copy>p{max-width:490px;color:#d3d9e1;font-size:1.02rem;line-height:1.6}.zm-hero .searchbox{margin:26px 0 0;background:#11151ecf}.zm-quick{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;margin:14px 0 20px}.zm-quick a{min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(125deg,#242934,#131722);border:1px solid #343946;border-radius:11px;text-align:center;padding:14px}.zm-quick strong{font-size:1.18rem}.zm-quick span{font-size:.8rem;color:#acb6c7}.zm-quick a:hover{border-color:#f33439;color:white;text-decoration:none}.section-top h2{font-weight:700;font-size:1.6rem}.section-top>a{color:#d2d7e0}.poster-grid{gap:25px 18px}.poster-image{border-radius:9px}.poster-caption h3{font-weight:600}.poster-badge{background:#10131ae8;color:#eff2f7;font-size:.7rem}.poster-caption p span{color:#eacb6a}.save{background:#0b0e14dd;color:white;border-color:#ffffff50}.save[aria-pressed=true]{background:#c62c33;color:white;border-color:#f33439}.shelf-switch button[aria-pressed=true]{background:#e8eaf0;color:#12141b;border-color:#e8eaf0}.poster-action{color:#b6bfcd}.collection-grid>a,.guide-grid>a{background:#121620;border-color:#282e3b;border-radius:10px}.collection-grid h3,.guide-grid h3{color:#f5f6f8}.collection-grid span,.guide-grid span{color:#ff6a70}.list-callout{background:linear-gradient(120deg,#25181f,#111621);border-color:#392730;border-radius:11px}.list-callout .primary{background:#fff;color:#171921;border-color:#fff}.zm-feature{display:grid;grid-template-columns:1.4fr 1fr;align-items:stretch;border:1px solid #292e3a;border-radius:12px;overflow:hidden;background:#121722}.zm-feature>img{width:100%;height:100%;min-height:300px;max-height:430px;object-fit:cover}.zm-feature>div{padding:35px}.zm-feature h2{font-size:2.1rem;margin:10px 0}.zm-feature p{color:#bcc5d2;line-height:1.65}.zm-feature .primary{background:white;color:#161820;border:0}.eyebrow{color:#ff6a70}.title-hero:before{background:linear-gradient(90deg,#090b10f5,#090b10a6),linear-gradient(0deg,#090b10,transparent)}.title-copy .synopsis,.title-copy .small{color:#d4d9e3}.title-copy .primary{background:white;color:#171920;border-color:white}.title-copy button{background:#222835;color:white}.detail-grid dl>div,.checkpoint,.letter-section,.browse-grid,.article-wrap,.seo-article section{border-color:#292e3a}.episode-row,.country-panel,.filters,.backup,.point-row,.episode-season,.credit-grid a{background:#121620;border-color:#292e3a;border-radius:8px}.episode-row strong{color:#f1f3f8}.episode-row>span{color:#eea5a8}.episode-entry{border-color:#292e3a}.chip-grid a{background:#171c26;border-color:#323948;border-radius:7px}.chip-grid a:hover{border-color:#ef5960;color:white}.seo-article{color:#bfc6d1}.seo-article h2,.seo-article h3,.guide-copy h2,#questions summary{color:#f2f3f6}.seo-article a,.guide-copy a{color:#ff8388}.guide-copy{color:#bdc6d3}.guide-copy strong{color:#f2f3f6}.article-toc{background:#141923;border-color:#343b49}.seo-article>header .eyebrow{color:#ff8388}.toast:not(:empty){background:#f2f3f7;color:#141720}.page-head h1{font-weight:700}.page-head>p{color:#abb3c1}.pagination a{border-color:#353c49}.pagination [aria-current=page]{background:#e72f37;color:white}.empty{background:#151a24}footer{background:#080a0e;border-color:#242a34}footer nav a,.footer-head p{color:#aeb9c9}.attribution a{color:#d7e0ef}
@media(min-width:1500px){.zm-hero{min-height:660px}}
@media(max-width:1199px){.desktop-nav{display:none}.topbar{height:72px}#mobile-nav{top:72px}.zm-hero{min-height:540px}.zm-hero-copy{max-width:570px}.zm-hero h1{max-width:510px}}
@media(max-width:900px){.zm-quick{gap:10px}.zm-quick strong{font-size:1rem}.zm-feature{grid-template-columns:1fr 1fr}.zm-feature>div{padding:25px}.zm-feature h2{font-size:1.7rem}.zm-hero>img{object-position:62% center}.zm-hero:after{background:linear-gradient(90deg,#070a10b8,#070a1020),linear-gradient(0deg,#090b10,transparent)}}
@media(max-width:650px){.topbar{height:64px}.brand img{width:102px;height:38px}#mobile-nav{top:64px;background:#141923;border-color:#353d4c}.zm-hero{min-height:520px;align-items:end}.zm-hero>img{object-position:100% center}.zm-hero:after{background:linear-gradient(0deg,#090b10 0%,#090b10d9 27%,#090b1010 75%)}.zm-hero .wrap{padding-top:200px;padding-bottom:24px}.zm-hero h1{font-size:2.3rem;max-width:430px}.zm-hero-copy>p{font-size:.95rem;max-width:390px}.zm-hero .searchbox{margin-top:20px}.searchbox input{font-size:.89rem;padding:9px}.search-filter{padding-inline:10px;font-size:.79rem}.zm-quick{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:4px 0 10px}.zm-quick a{min-height:82px}.zm-quick a:last-child{grid-column:1/-1;min-height:66px;flex-direction:row;gap:14px}.zm-feature{grid-template-columns:1fr}.zm-feature>img{height:auto;min-height:0;max-height:none;aspect-ratio:16/9}.zm-feature>div{padding:23px}.section-top h2{font-size:1.4rem}.shelf-switch{margin-left:0}.section-top{gap:12px}.poster-grid{gap:22px 12px}.title-copy h1{font-size:1.9rem}.article-wrap{padding-top:20px}}
