:root{color-scheme:light;--bg: #f5f5f7;--bg-elevated: #ffffff;--surface: rgba(255, 255, 255, .76);--surface-strong: rgba(255, 255, 255, .94);--surface-soft: rgba(255, 255, 255, .58);--text: #1d1d1f;--muted: #6e6e73;--muted-strong: #424245;--border: rgba(0, 0, 0, .1);--border-strong: rgba(0, 0, 0, .16);--shadow: 0 20px 60px rgba(0, 0, 0, .12);--soft-shadow: 0 12px 30px rgba(0, 0, 0, .08);--accent: #007aff;--accent-strong: #005ecb;--green: #34c759;--yellow: #ffd60a;--orange: #ff9f0a;--pink: #ff375f;--violet: #5856d6;--radius-card: 8px;--topbar-height: 72px}:root[data-theme=dark]{color-scheme:dark;--bg: #0f1012;--bg-elevated: #17181c;--surface: rgba(28, 29, 34, .72);--surface-strong: rgba(29, 30, 35, .94);--surface-soft: rgba(35, 36, 42, .62);--text: #f5f5f7;--muted: #a1a1a6;--muted-strong: #d1d1d6;--border: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .2);--shadow: 0 24px 70px rgba(0, 0, 0, .46);--soft-shadow: 0 16px 42px rgba(0, 0, 0, .32);--accent: #0a84ff;--accent-strong: #64d2ff}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:linear-gradient(180deg,rgba(0,122,255,.08),transparent 360px),linear-gradient(90deg,#34c7590f,#ff9f0a0d),var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,sans-serif;letter-spacing:0}button,input,select{font:inherit;letter-spacing:0}button,select{cursor:pointer}button{color:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:var(--topbar-height);padding:14px clamp(18px,4vw,48px);border-bottom:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;font-weight:700}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:var(--accent);color:#fff;box-shadow:0 10px 22px #007aff47}.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.header-controls{display:flex;align-items:center;gap:8px}.header-controls.stacked{display:grid;width:100%;gap:12px;justify-items:stretch}.mobile-menu-trigger{display:none}.content{width:min(1840px,calc(100vw - 56px));margin:0 auto;padding:26px 0 80px}.view-tabs{display:inline-flex;max-width:100%;gap:4px;margin-bottom:16px;overflow-x:auto;padding:4px;border:1px solid var(--border);border-radius:999px;background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);scrollbar-width:none}.view-tabs::-webkit-scrollbar{display:none}.view-tabs button,.provider-filter button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:0;border-radius:999px;background:transparent;color:var(--muted-strong);font-weight:800;white-space:nowrap;transition:transform .16s ease,background-color .16s ease,color .16s ease,border-color .16s ease}.view-tabs button{padding:8px 14px}.view-tabs button.active,.provider-filter button.active{background:var(--text);color:var(--bg)}.intro-band{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:24px;align-items:stretch;padding:clamp(20px,3vw,36px);border:1px solid var(--border);border-radius:var(--radius-card);background:linear-gradient(135deg,var(--surface-strong),var(--surface-soft)),var(--bg-elevated);box-shadow:var(--soft-shadow)}.intro-copy{min-width:0}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:var(--accent);font-size:.92rem;font-weight:700}.eyebrow.small{margin-bottom:6px;font-size:.8rem}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:10px;font-size:clamp(2rem,4vw,4rem);line-height:1;letter-spacing:0}.subhead{max-width:760px;margin-bottom:0;color:var(--muted-strong);font-size:1.08rem;line-height:1.55}.status-stack{display:flex;min-width:0;flex-direction:column;justify-content:space-between;gap:16px;padding:18px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-strong)}.status-stack p{margin:0;color:var(--muted-strong);line-height:1.45}.status-pill{display:inline-flex;width:fit-content;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#007aff1f;color:var(--accent);font-weight:700}.status-pill.live{background:#34c75921;color:var(--green)}.status-pill.sample{background:#ff9f0a24;color:var(--orange)}.status-pill.loading{background:#5856d624;color:var(--violet)}.status-pill.error{background:#ff453a21;color:var(--red)}.micro-row{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.88rem}.micro-row span,.source-note,.select-control,.external-link{display:inline-flex;align-items:center;gap:7px}.control-band{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:18px 0 12px;padding:14px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.browse-controls{align-items:flex-start}.provider-filter{display:flex;max-width:100%;flex-wrap:wrap;gap:6px}.provider-filter button{padding:7px 10px;border:1px solid var(--border);background:var(--surface-strong)}.provider-filter button img{width:20px;height:20px;border-radius:5px;object-fit:contain}.metric{display:grid;min-width:92px;gap:2px;padding:4px 10px}.metric span{font-size:1.45rem;font-weight:800}.metric small{color:var(--muted);font-weight:600}.source-note{margin:10px 0 22px;color:var(--muted);font-size:.92rem}.segmented{display:inline-flex;align-items:center;gap:3px;max-width:100%;padding:3px;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong)}.segmented button,.icon-button,.round-button,.details-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;border:0;border-radius:999px;background:transparent;color:var(--muted-strong);font-weight:700;transition:transform .16s ease,background-color .16s ease,color .16s ease,border-color .16s ease}.segmented button{min-width:34px;padding:7px 10px;white-space:nowrap}.segmented button span{overflow:hidden;max-width:88px;text-overflow:ellipsis;white-space:nowrap}.segmented button.active{background:var(--text);color:var(--bg)}.icon-button{padding:8px 12px;border:1px solid var(--border);background:var(--surface-strong);white-space:nowrap}.icon-button:hover,.segmented button:hover,.round-button:hover,.details-button:hover,.external-link:hover,.trailer-search-card:hover,.view-tabs button:hover,.provider-filter button:hover{transform:translateY(-1px)}.select-control{min-height:40px;max-width:100%;padding:7px 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);color:var(--muted-strong);font-weight:700}.select-control.compact{min-height:38px;padding:6px 9px}.select-control span{white-space:nowrap}.select-control select{min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-weight:700}.movie-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.browse-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.browse-card.person .poster{aspect-ratio:4 / 5}.browse-meta{display:flex;min-height:24px;flex-wrap:wrap;gap:6px;color:var(--muted);font-size:.78rem;font-weight:800}.browse-meta span{overflow:hidden;max-width:100%;padding:3px 7px;border-radius:999px;background:var(--surface-soft);text-overflow:ellipsis;white-space:nowrap}.search-band{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:18px 0 12px;padding:14px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.search-field{display:inline-flex;align-items:center;gap:9px;flex:1 1 320px;min-height:44px;min-width:220px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);color:var(--muted)}.search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text)}.movie-card{display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-strong);box-shadow:var(--soft-shadow)}.shimmer-card{pointer-events:none}.shimmer-block,.shimmer-row,.shimmer-line,.shimmer-pill,.shimmer-chip,.shimmer-button{position:relative;overflow:hidden;border-radius:999px;background:var(--surface-soft)}.shimmer-block:after,.shimmer-row:after,.shimmer-line:after,.shimmer-pill:after,.shimmer-chip:after,.shimmer-button:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.26) 45%,transparent 72%);animation:shimmer 1.25s ease-in-out infinite;transform:translate(-100%)}:root[data-theme=dark] .shimmer-block:after,:root[data-theme=dark] .shimmer-row:after,:root[data-theme=dark] .shimmer-line:after,:root[data-theme=dark] .shimmer-pill:after,:root[data-theme=dark] .shimmer-chip:after,:root[data-theme=dark] .shimmer-button:after{background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.1) 45%,transparent 72%)}.shimmer-poster{aspect-ratio:2 / 3;border-radius:0}.shimmer-row{width:76%;height:21px}.shimmer-row.wide{width:88%}.shimmer-rating-row,.shimmer-chip-row{display:flex;flex-wrap:wrap;gap:7px}.shimmer-pill{width:82px;height:26px}.shimmer-pill.short{width:68px}.shimmer-line{width:100%;height:13px}.shimmer-line.medium{width:70%}.shimmer-chip{width:74px;height:24px}.shimmer-button{width:100%;height:36px;margin-top:auto}.poster-button{display:block;width:100%;padding:0;border:0;background:transparent}.poster{position:relative;aspect-ratio:2 / 3;overflow:hidden;background:var(--poster-tone)}.poster:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,transparent 52%,rgba(0,0,0,.42));pointer-events:none}.poster img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.poster-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;align-content:center;justify-items:center;gap:12px;padding:24px;color:#ffffffeb;text-align:center}.poster-fallback span{display:-webkit-box;overflow:hidden;font-size:1.45rem;font-weight:800;line-height:1.08;-webkit-box-orient:vertical;-webkit-line-clamp:3}.movie-body{display:flex;min-width:0;flex-direction:column;gap:12px;padding:16px}.movie-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.movie-heading h2,.drawer-title h2{min-width:0;margin:0;font-size:1.1rem;line-height:1.18}.movie-heading h2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.rating{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;min-height:26px;padding:4px 8px;border-radius:999px;background:#ffd60a33;color:#b26a00;font-size:.84rem;font-weight:800}:root[data-theme=dark] .rating{color:#ffd60a}.rating.large{min-height:32px;font-size:.95rem}.rating-strip{display:flex;min-height:30px;flex-wrap:wrap;gap:6px}.rating-strip.compact{min-height:28px;max-height:64px;overflow:hidden}.rating-chip{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:4px 8px;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--muted-strong);font-size:.76rem;font-weight:800;text-decoration:none;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.rating-chip:hover{background:var(--surface);color:var(--text);transform:translateY(-1px)}.rating-chip>svg{flex:0 0 auto;color:var(--accent)}.rating-source-icon{position:relative;display:inline-grid;width:15px;height:15px;flex:0 0 auto;place-items:center;border-radius:4px;background:var(--accent);color:#fff;font-size:.52rem;line-height:1}.rating-source-icon:before{content:""}.rating-source-icon.tmdb:before{width:8px;height:8px;border:2px solid currentColor;border-radius:50%}.rating-source-icon.imdb{background:#f5c518;color:#111;font-weight:900}.rating-source-icon.imdb:before{content:"i"}.rating-source-icon.rotten{border-radius:50%;background:#fa320a}.rating-source-icon.rotten:before{position:absolute;top:-2px;width:7px;height:4px;border-radius:7px 1px;background:#34c759;content:"";transform:rotate(-18deg)}.rating-source-icon.metacritic{background:#fc0;color:#111;font-weight:900}.rating-source-icon.metacritic:before{content:"M"}.rating-source-icon.letterboxd{overflow:hidden;border-radius:50%;background:linear-gradient(90deg,#ff8000 0,#ff8000 33%,#00e054 33%,#00e054 66%,#40bcf4 66%,#40bcf4)}.rating-chip strong,.rating-chip em{font-style:normal;white-space:nowrap}.rating-chip.tmdb{border-color:#ffd60a66}.rating-chip.imdb{border-color:#f5c51873}.rating-chip.rotten{border-color:#ff375f5c}.rating-chip.metacritic,.rating-chip.letterboxd{border-color:#007aff57}.movie-overview{display:-webkit-box;overflow:hidden;min-height:4.35em;margin:0;color:var(--muted-strong);font-size:.92rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.genre-row{display:flex;flex-wrap:wrap;gap:6px;min-height:27px}.genre-row span{max-width:100%;overflow:hidden;padding:5px 8px;border:1px solid var(--border);border-radius:999px;color:var(--muted-strong);font-size:.78rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.genre-row.wide{min-height:0}.date-row{display:grid;gap:6px;color:var(--muted);font-size:.78rem}.date-row div{display:flex;align-items:center;justify-content:space-between;min-width:0;gap:10px;padding:6px 8px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft)}.date-row span,.date-row strong{min-width:0;overflow:hidden}.date-row span{flex:0 0 auto;color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.date-row strong{text-align:right;color:var(--text);font-size:.82rem;line-height:1.2;overflow-wrap:anywhere}.back-to-top{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:80;display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:9px 13px;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);color:var(--text);box-shadow:var(--soft-shadow);font-weight:800;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .18s ease,transform .18s ease,background-color .18s ease;-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%)}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background:var(--text);color:var(--bg)}.provider-strip{display:flex;min-height:32px;flex-wrap:wrap;gap:6px}.provider-badge{display:inline-flex;align-items:center;max-width:150px;gap:6px;min-height:28px;padding:4px 8px;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--muted-strong);font-size:.78rem;font-weight:800;text-decoration:none}.provider-badge img{width:19px;height:19px;flex:0 0 auto;border-radius:5px;object-fit:contain}.provider-badge span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-badge svg:last-child{flex:0 0 auto;color:var(--accent)}.provider-badge.flatrate{border-color:#34c75957}.provider-badge.ads,.provider-badge.free{border-color:#ff9f0a5c}.provider-badge.rent,.provider-badge.buy{border-color:#007aff4d}.details-button{width:100%;margin-top:auto;padding:9px 12px;background:#007aff1a;color:var(--accent)}.empty-state{display:grid;justify-items:center;gap:10px;padding:46px 18px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-strong);color:var(--muted-strong);text-align:center}.empty-state h2{margin-bottom:0}.empty-state p{max-width:520px;margin-bottom:0;line-height:1.5}.panel-layer,.drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80}.panel-layer{display:grid;justify-items:end;background:#00000038;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.side-panel{width:min(420px,100vw);min-height:100vh;padding:22px;border-left:1px solid var(--border);background:var(--bg-elevated);box-shadow:var(--shadow)}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:28px}.panel-header h2{margin:0;font-size:1.35rem}.round-button{width:38px;height:38px;flex:0 0 auto;border:1px solid var(--border);background:var(--surface-strong)}.drawer-layer{z-index:70;pointer-events:none}.person-layer{z-index:75}.drawer-layer.open{pointer-events:auto}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:#00000047;transition:opacity .22s ease}.drawer-layer.open .drawer-backdrop{opacity:1}.detail-drawer{position:absolute;top:0;right:0;display:flex;width:min(680px,100vw);height:100%;overflow:hidden;flex-direction:column;border-left:1px solid var(--border);background:var(--bg-elevated);box-shadow:var(--shadow);transform:translate(102%);transition:transform .24s ease}.drawer-layer.open .detail-drawer{transform:translate(0)}.person-drawer{width:min(620px,100vw)}.person-hero{position:relative;display:grid;min-height:250px;place-items:center;overflow:hidden;background:var(--poster-tone)}.person-hero:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:radial-gradient(circle at 50% 36%,rgba(255,255,255,.22),transparent 32%),linear-gradient(0deg,rgba(0,0,0,.58),transparent 60%)}.person-portrait{position:relative;z-index:1;display:grid;width:148px;height:148px;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:#ffffff29;color:#fff;box-shadow:0 24px 70px #00000047}.person-portrait img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.drawer-backdrop-carousel{position:relative;aspect-ratio:16 / 9;min-height:260px;max-height:44vh;overflow:hidden;background:var(--poster-tone)}.drawer-backdrop-carousel>img{display:block;width:100%;height:100%;min-height:260px;object-fit:cover}.backdrop-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,.08),transparent 42%),linear-gradient(0deg,rgba(0,0,0,.64),transparent 54%);pointer-events:none}.backdrop-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;align-content:center;justify-items:center;gap:10px;padding:28px;color:#ffffffe6;text-align:center}.backdrop-empty span{font-size:1.2rem;font-weight:800}.backdrop-pager{position:absolute;right:14px;bottom:14px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:6px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#18181c80;color:#fff;-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%)}.backdrop-download{position:absolute;left:14px;top:14px;z-index:3;display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 11px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#18181c8f;color:#fff;font-weight:800;-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);transition:background-color .16s ease,transform .16s ease}.backdrop-download:hover{background:#ffffff2e;transform:translateY(-1px)}.backdrop-pager .round-button{width:34px;height:34px;border-color:#fff3;background:#ffffff1f;color:#fff}.backdrop-pager span{min-width:42px;text-align:center;font-size:.82rem;font-weight:800}.backdrop-thumbs{position:absolute;right:150px;bottom:14px;left:14px;z-index:2;display:flex;gap:8px;overflow-x:auto;padding:2px;scrollbar-width:none}.backdrop-thumbs::-webkit-scrollbar{display:none}.backdrop-thumbs button{position:relative;width:64px;flex:0 0 auto;aspect-ratio:16 / 9;overflow:hidden;border:1px solid rgba(255,255,255,.26);border-radius:7px;background:var(--poster-tone);opacity:.66;transition:opacity .16s ease,transform .16s ease,border-color .16s ease}.backdrop-thumbs button.active,.backdrop-thumbs button:hover{border-color:#fff;opacity:1;transform:translateY(-1px)}.backdrop-thumbs img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.round-button.floating{position:absolute;top:14px;right:14px;z-index:2;background:#ffffffdb;color:#1d1d1f}.drawer-content{display:flex;overflow:auto;flex:1;flex-direction:column;gap:20px;padding:22px}.drawer-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.drawer-title h2{font-size:1.65rem}.tagline{margin:8px 0 0;color:var(--muted);font-size:.95rem;line-height:1.45}.rating-note{display:inline-flex;align-items:center;gap:6px;margin:-10px 0 0;color:var(--muted);font-size:.84rem;line-height:1.4}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.section-heading h3{margin:0}.section-heading a{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:.82rem;font-weight:800}.trailer-frame{position:relative;aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-card);background:#000}.trailer-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.trailer-search-card{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;gap:12px;align-items:center;padding:14px;border:1px solid var(--border);border-radius:var(--radius-card);background:linear-gradient(135deg,#007aff1f,#34c75914),var(--surface-soft);color:var(--text);font-weight:800}.trailer-search-card>svg:first-child{display:grid;width:42px;height:42px;padding:10px;border-radius:999px;background:var(--accent);color:#fff}.trailer-search-card span{display:grid;min-width:0;gap:2px}.trailer-search-card small{overflow:hidden;color:var(--muted);font-size:.82rem;font-weight:700;line-height:1.35;text-overflow:ellipsis}.timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-card)}.timeline div{display:grid;gap:5px;min-width:0;padding:12px;border-right:1px solid var(--border)}.timeline div:last-child{border-right:0}.timeline span{overflow:hidden;color:var(--muted);font-size:.78rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.timeline strong{overflow:hidden;font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.drawer-section h3{margin-bottom:8px;font-size:.95rem}.drawer-section p{margin-bottom:0;color:var(--muted-strong);line-height:1.58}.facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fact{display:grid;gap:6px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-soft)}.fact span{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.78rem;font-weight:800}.fact strong{overflow:hidden;color:var(--text);font-size:.94rem;line-height:1.3;text-overflow:ellipsis}.cast-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cast-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center;width:100%;min-width:0;padding:9px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-soft);color:inherit;text-align:left}.cast-avatar{position:relative;display:grid;width:44px;height:44px;place-items:center;overflow:hidden;border-radius:8px;background:var(--poster-tone, linear-gradient(145deg, var(--accent), var(--green)));color:#fff}.cast-avatar img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cast-card strong,.cast-card span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cast-card strong{font-size:.9rem}.cast-card span{margin-top:2px;color:var(--muted);font-size:.78rem;font-weight:700}.provider-groups{display:grid;gap:12px}.provider-group{display:grid;gap:7px}.provider-group>span{color:var(--muted);font-size:.8rem;font-weight:800}.provider-group>div{display:flex;flex-wrap:wrap;gap:7px}.season-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.season-card{display:grid;gap:4px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-soft)}.season-card strong,.season-card span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.season-card span{color:var(--muted);font-size:.82rem;font-weight:700}.credit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.credit-card{display:grid;min-width:0;gap:7px;padding:0;border:0;background:transparent;color:inherit;text-align:left}.credit-card .poster{border:1px solid var(--border);border-radius:var(--radius-card)}.credit-card span,.credit-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.credit-card span{font-size:.82rem;font-weight:800}.credit-card small{color:var(--muted);font-size:.74rem;font-weight:700}.external-link{width:fit-content;min-height:38px;margin-top:auto;padding:8px 12px;border-radius:999px;background:#007aff1f;color:var(--accent);font-weight:800}.spin{animation:spin .9s linear infinite}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{transform:translate(100%)}}@media(max-width:1280px){.movie-grid,.browse-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:980px){.intro-band{grid-template-columns:1fr}.movie-grid,.browse-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.content{width:min(100vw - 22px,1180px);padding-top:18px}.topbar{position:static;flex-direction:row;align-items:center;padding:12px}.top-actions{display:none}.mobile-menu-trigger{display:inline-flex}.mobile-menu-panel{width:min(360px,100vw)}.header-controls.stacked .segmented{width:100%;justify-content:space-between;border-radius:var(--radius-card)}.header-controls.stacked .segmented button{flex:1}.header-controls.stacked .icon-button{width:100%;justify-content:flex-start;border-radius:var(--radius-card)}.intro-band{padding:18px}h1{font-size:2.2rem;line-height:1}.subhead{font-size:.98rem}.control-band,.search-band{align-items:stretch}.select-control,.search-field{width:100%;justify-content:space-between}.provider-filter{width:100%}.provider-filter button{flex:1 1 auto}.movie-grid,.browse-grid{grid-template-columns:1fr;gap:14px}.movie-card,.browse-card{grid-template-columns:118px minmax(0,1fr);grid-template-rows:none}.back-to-top span{display:none}.back-to-top{width:44px;padding:0;justify-content:center}.poster{height:100%;min-height:214px}.poster-fallback{padding:14px}.poster-fallback span{font-size:1rem}.movie-body{padding:13px}.movie-overview{min-height:2.8em;-webkit-line-clamp:2}.provider-strip{max-height:70px;overflow:hidden}.side-panel{padding:18px}.detail-drawer{width:100vw}.drawer-backdrop-carousel{min-height:220px;max-height:36vh}.drawer-backdrop-carousel>img{min-height:220px}.backdrop-thumbs{right:128px}.backdrop-thumbs button{width:54px}.facts-grid,.cast-grid,.season-strip{grid-template-columns:1fr}.credit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline{grid-template-columns:1fr}.timeline div{border-right:0;border-bottom:1px solid var(--border)}.timeline div:last-child{border-bottom:0}}@media(max-width:390px){.movie-card,.browse-card{grid-template-columns:104px minmax(0,1fr)}.poster{min-height:210px}.movie-heading{flex-direction:column}.rating{width:fit-content}}
