:root{--bg:#15120e;--surface:#211c16;--surface-2:#2d261d;--surface-3:#3a3127;--hairline:#403629;--accent:#d97706;--accent-bright:#f59e0b;--accent-soft:#f59e0b2e;--on-accent:#0f0d0a;--text:#f6f1e9;--muted:#bcb1a1;--muted-2:#8c8273;--danger:#e0533d;--font:"SF Pro Display", "SF Pro Text", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--serif:"New York", "Iowan Old Style", Georgia, "Times New Roman", serif;--radius-card:16px;--radius-chip:12px;--radius-control:14px;--radius-pill:999px;--shadow-card:0 10px 30px -12px #000000b3;--elev-rest:0 7px 12px #00000052;--elev-focus:0 10px 16px #00000073;--glow-accent:0 0 18px #d9770699;--space-page:clamp(20px, 5vw, 60px);--space-edge:clamp(20px, 5vw, 60px);--space-xs:8px;--space-sm:12px;--space-md:20px;--space-lg:32px;--space-xl:48px;--space-xxl:72px;--tabbar-h:76px;--brandbar-h:60px;--duration-fast:.15s;--duration-normal:.3s;--ease:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.2, .8, .2, 1);--dur-state:.18s}*{box-sizing:border-box;margin:0}[hidden]{display:none!important}html{height:100%;font-size:calc(clamp(16px, 15px + .2vw, 17.5px) * var(--text-scale,1))}body{height:100%;font-family:var(--font);color:var(--text);background:radial-gradient(90% 50% at 50% 0%, #241a13 0%, var(--bg) 55%), var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}#app{flex-direction:column;min-height:100%;display:flex}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}a:focus-visible{outline:2px solid var(--accent-bright);outline-offset:2px;border-radius:6px}button:focus-visible{outline:2px solid var(--accent-bright);outline-offset:2px;border-radius:6px}input:focus-visible{outline:2px solid var(--accent-bright);outline-offset:2px;border-radius:6px}.skip-link{z-index:100;background:var(--accent);color:var(--on-accent);border-radius:var(--radius-chip);padding:.5rem .9rem;position:absolute;top:.5rem;left:-999px}.skip-link:focus{left:.5rem}.brandbar{z-index:16;height:var(--brandbar-h);padding:0 var(--space-page);background:linear-gradient(var(--bg) 18%, #15120e8c 60%, transparent);pointer-events:none;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.brand{pointer-events:auto;font-family:var(--serif);letter-spacing:-1px;color:var(--text);text-shadow:0 2px 10px #0009;align-items:center;gap:.04em;font-size:1.85rem;font-weight:700;line-height:1;display:inline-flex}.brand-mark{filter:drop-shadow(0 0 7px #f59e0b66);width:1.08em;height:1.08em;overflow:visible}.content{padding:var(--brandbar-h) var(--space-page) calc(var(--tabbar-h) + var(--space-lg));flex:1}.tabbar{z-index:15;max-width:calc(100% - 2 * var(--space-md));border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(22px)saturate(1.3);backdrop-filter:blur(22px)saturate(1.3);background:#211c16b8;align-items:center;gap:2px;padding:6px;display:flex;position:fixed;bottom:clamp(12px,2.2vh,24px);left:50%;transform:translate(-50%);box-shadow:0 16px 40px #0000008c,inset 0 0 0 1px #ffffff12}.tab{border-radius:var(--radius-pill);color:var(--muted);white-space:nowrap;transition:color var(--dur-state) var(--ease), background var(--dur-state) var(--ease);flex-direction:row;align-items:center;gap:.45rem;padding:.55rem .95rem;font-size:.92rem;font-weight:600;display:flex}.tab .ico{width:1.2em;height:1.2em}.tab:hover{color:var(--text);background:#ffffff12}.tab.active{color:var(--on-accent);background:var(--accent);box-shadow:var(--glow-accent)}@media (max-width:760px){.tabbar{max-width:none;padding:.4rem 4px calc(.4rem + env(safe-area-inset-bottom,0px));background:linear-gradient(transparent, var(--bg) 34%);box-shadow:none;border-radius:0;justify-content:space-between;gap:0;bottom:0;left:0;right:0;transform:none}.tab{border-radius:var(--radius-control);flex-direction:column;flex:1 1 0;gap:3px;min-width:0;padding:.3rem .1rem;font-size:.6rem}.tab .ico{width:1.45em;height:1.45em}.tab span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.tab:hover{background:0 0}.tab.active{color:var(--accent);box-shadow:none;background:0 0}}.page-title{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.6rem,1.2rem + 1.5vw,2.4rem);font-weight:700}.muted{color:var(--muted)}.muted.small{font-size:.82rem}.board{flex-direction:column;gap:1.75rem;display:flex}.rail-section.rail-empty{display:none}.rail-title{color:var(--text);margin-bottom:.6rem;font-size:1.05rem;font-weight:600}.rail{scroll-snap-type:x proximity;scrollbar-width:thin;gap:.85rem;padding:14px 2px;display:flex;overflow:auto hidden}.rail .poster{scroll-snap-align:start;flex:none;width:clamp(120px,14vw,170px)}.grid{grid-template-columns:repeat(auto-fill,minmax(clamp(120px,14vw,170px),1fr));gap:1rem .85rem;display:grid}.poster{border-radius:var(--radius-card);transition:transform var(--dur-state) var(--ease-spring);display:block}.poster:hover{transform:translateY(-6px)scale(1.04)}.poster-art{aspect-ratio:2/3;border-radius:var(--radius-card);object-fit:cover;background:var(--surface-2);width:100%;box-shadow:var(--elev-rest);transition:box-shadow var(--dur-state) var(--ease)}.poster:hover .poster-art{box-shadow:var(--elev-focus), var(--glow-accent)}.poster-art-empty{font-family:var(--serif);color:var(--muted-2);place-items:center;font-size:2.5rem;display:grid}.poster-name{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;transition:color var(--dur-state) var(--ease);margin-top:.45rem;font-size:.85rem;display:block;overflow:hidden}.poster:hover .poster-name{color:var(--text)}.cw-progress{background:var(--surface-3);border-radius:999px;height:3px;margin-top:6px;display:block;overflow:hidden}.cw-progress>span{background:var(--accent);border-radius:999px;height:100%;display:block}.poster-skeleton .poster-art{animation:pulse 1.4s var(--ease) infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.discover-head{flex-wrap:wrap;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.type-switch{flex-wrap:wrap;gap:.4rem;display:flex}.catalog-switch{scrollbar-width:thin;gap:.4rem;margin-bottom:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.catalog-switch .chip{flex:none}.discover-more-wrap,.search-more-wrap{justify-content:center;margin-top:1.5rem;display:flex}.discover-more-wrap:empty,.search-more-wrap:empty{margin-top:0}.search-form{gap:.5rem;max-width:540px;margin-bottom:1.25rem;display:flex}.search-input{border-radius:var(--radius-chip);background:var(--surface);color:var(--text);border:1px solid var(--surface-3);flex:1;padding:.7rem .9rem}.search-input::placeholder{color:var(--muted-2)}.chip{border-radius:var(--radius-chip);background:var(--surface);color:var(--text);transition:background var(--duration-fast) var(--ease), transform var(--duration-fast) var(--ease);align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.88rem;display:inline-flex}.chip:hover{background:var(--surface-2)}.chip.selected{background:var(--accent);color:var(--on-accent)}.chip-static{background:var(--surface-2);color:var(--muted);cursor:default}.overlay{z-index:20;position:fixed;top:0;bottom:0;left:0;right:0}.overlay.hidden{display:none}.detail-overlay{background:var(--bg);z-index:10;display:none;overflow-y:auto}.detail-overlay.active{display:block}.detail{min-height:100%;position:relative}.detail-loading{min-height:60vh;color:var(--muted);place-items:center;display:grid}.detail-immersive{position:relative}.detail-bg,.detail-scrim{z-index:0;height:min(88vh,900px);position:absolute;top:0;left:0;right:0}.detail-bg{filter:saturate(1.05);background-position:top;background-size:cover}.detail-scrim{background:linear-gradient(180deg, transparent 0%, #15120e33 45%, #15120eb8 78%, var(--bg) 100%), linear-gradient(90deg, #15120ea6 0%, transparent 55%)}.detail-body{z-index:1;padding:clamp(300px, 58vh, 560px) var(--space-edge) calc(var(--tabbar-h) + var(--space-lg));align-items:flex-start;gap:var(--space-md);flex-direction:column;display:flex;position:relative}.back{top:calc(var(--space-md) + 52px);left:var(--space-edge);z-index:3;border-radius:var(--radius-pill);color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background var(--dur-state) var(--ease);background:#00000073;align-items:center;gap:.35rem;padding:.5rem .9rem;font-size:.95rem;display:inline-flex;position:absolute}.back:hover{background:#000000a6}.detail-titleblock{flex-direction:column;gap:.5rem;display:flex}.detail-eyebrow{color:var(--accent-bright)}.detail-logo{object-fit:contain;object-position:left bottom;filter:drop-shadow(0 4px 12px #00000080);max-width:min(360px,80%);max-height:120px}.detail-title{max-width:20ch;color:var(--text);text-shadow:0 4px 14px #0000008c}.meta-row{color:var(--muted);text-shadow:0 1px 6px #0000008c;flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.meta-row .rating{color:var(--accent-bright);align-items:center;gap:.25rem;font-weight:700;display:inline-flex}.desc{max-width:760px;color:var(--text);margin:0}.credits{flex-direction:column;gap:.3rem;max-width:760px;margin:0;font-size:.92rem;display:flex}.credit-role{min-width:4.5rem;color:var(--muted-2);display:inline-block}.credit-names{color:var(--muted)}.stream-section{gap:var(--space-md);flex-direction:column;width:100%;max-width:860px;display:flex}.stream-note{max-width:640px;color:var(--muted);margin:0;font-size:.95rem;line-height:1.5}.inline-link{color:var(--accent-bright);text-underline-offset:2px;text-decoration:underline}.hero-actions{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.hero-actions .btn-primary,.hero-actions .chip{align-items:center;height:48px;min-height:0;padding-top:0;padding-bottom:0;display:inline-flex}.hero-actions .btn-primary{font-size:1.1rem}.stream-panel{padding:var(--space-md);gap:var(--space-md);flex-direction:column;display:flex}.stream-empty{padding:var(--space-md);align-items:flex-start;gap:var(--space-sm);flex-direction:column;display:flex}.play-icon{font-size:.9em}.spinner{border:2px solid var(--muted-2);border-top-color:var(--accent);border-radius:50%;width:1em;height:1em;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.quality-panel{gap:var(--space-sm);flex-direction:column;display:flex}.quality-eyebrow{color:var(--muted-2);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.55rem;font-size:.8rem;display:block}.quality-tiers,.quality-variants{flex-wrap:wrap;gap:.75rem;display:flex}.quality-variant{border-radius:var(--radius-chip);background:var(--surface-2);color:var(--text);padding:.5rem .9rem;font-size:.85rem}.quality-variant:hover{background:var(--surface-3)}.source-filter{flex-wrap:wrap;gap:.45rem;margin:1rem 0 .75rem;display:flex}.streams{flex-direction:column;gap:.5rem;display:flex}.stream{text-align:left;border-radius:var(--radius-card);background:var(--surface);width:100%;transition:background var(--duration-fast) var(--ease);align-items:flex-start;gap:.7rem;padding:.75rem .9rem;display:flex}.stream:hover{background:var(--surface-2)}.stream-icon{color:var(--accent);margin-top:.15rem}.stream-icon .ico{width:1.25em;height:1.25em}.stream-text{flex-direction:column;gap:.2rem;min-width:0;display:flex}.stream-meta{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.badge{letter-spacing:.04em;background:var(--surface-3);color:var(--muted);border-radius:6px;padding:.15rem .4rem;font-size:.68rem}.badge-torrent{color:var(--danger);background:#e0533d2e}.stream-tags{color:var(--accent-bright);font-size:.82rem}.stream-name{font-size:.9rem}.stream-desc{color:var(--muted);white-space:pre-wrap;font-size:.8rem}.season-selector{flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 1rem;display:flex}.episodes-eyebrow{color:var(--muted-2);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-size:.8rem;display:block}.episodes{flex-direction:column;gap:.6rem;display:flex}.episode{text-align:left;border-radius:var(--radius-card);background:var(--surface);width:100%;transition:background var(--duration-fast) var(--ease);gap:.85rem;padding:.6rem;display:flex}.episode:hover{background:var(--surface-2)}.episode-thumb{aspect-ratio:16/9;object-fit:cover;background:var(--surface-2);border-radius:10px;flex:none;width:150px}.episode-thumb-empty{color:var(--muted-2);place-items:center;display:grid}.episode-thumb-empty .ico{width:1.8em;height:1.8em}.episode-text{flex-direction:column;gap:.2rem;min-width:0;display:flex}.episode-meta{color:var(--muted-2);font-size:.78rem}.episode-title{font-weight:600}.episode-overview{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;display:-webkit-box;overflow:hidden}.episode-back{margin-bottom:1rem}.episode-eyebrow{color:var(--muted);margin-bottom:.25rem;font-size:.85rem;display:block}.episode-screen-title{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.6rem,1.2rem + 2vw,2.6rem)}.trailer-overlay{z-index:30;background:#000;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.trailer-frame{border:0;flex:1;width:100%}.player-overlay{background:#000}.player-video{object-fit:contain;background:#000;width:100%;height:100%}.player-close{z-index:3;border-radius:var(--radius-chip);color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;padding:.55rem 1rem;position:absolute;top:1rem;left:1rem}.player-title{text-align:center;pointer-events:none;color:var(--text);text-shadow:0 1px 4px #000c;text-overflow:ellipsis;white-space:nowrap;padding:0 6rem;font-size:.95rem;position:absolute;top:1.1rem;left:0;right:0;overflow:hidden}.player-error{text-align:center;color:var(--text);padding:0 1rem;position:absolute;bottom:3rem;left:0;right:0}.addons{max-width:760px}.addon-form{gap:.5rem;margin:1rem 0 .5rem;display:flex}.addon-error{color:var(--danger);margin-bottom:.75rem;font-size:.88rem}.addon-list{flex-direction:column;gap:.6rem;margin-top:1rem;display:flex}.addon-card{border-radius:var(--radius-card);background:var(--surface);align-items:center;gap:.85rem;padding:.85rem;display:flex}.addon-logo{object-fit:cover;background:var(--surface-2);border-radius:10px;flex:none;width:44px;height:44px}.addon-logo-empty{font-family:var(--serif);color:var(--muted-2);place-items:center;display:grid}.addon-text{flex:1;min-width:0}.addon-name{align-items:center;gap:var(--space-sm,.5rem);flex-wrap:wrap;font-weight:600;display:flex}.addon-health{letter-spacing:.02em;text-transform:uppercase;border:1px solid var(--hairline);color:var(--muted);white-space:nowrap;border-radius:999px;padding:.12rem .5rem;font-size:.68rem;font-weight:600}.addon-health:before{content:"";vertical-align:.05em;background:currentColor;border-radius:50%;width:.5em;height:.5em;margin-right:.4em;display:inline-block}.addon-health.checking{color:var(--muted-2);animation:1.1s ease-in-out infinite addon-health-pulse}.addon-health.online{color:#7ad48d;border-color:#7ad48d66;border-color:color(display-p3 .562904 .822678 .578038/.4);border-color:lab(77.9592% -39.5359 26.4561/.4)}.addon-health.slow{color:#f5d061;border-color:#f5d06166;border-color:color(display-p3 .937166 .821054 .449334/.4);border-color:lab(85.1282% 4.3416 58.7631/.4)}.addon-health.unreachable{color:#fb6b76;border-color:#fb6b7666;border-color:color(display-p3 .916037 .454319 .475519/.4);border-color:lab(64.2434% 56.6714 23.2982/.4)}@keyframes addon-health-pulse{0%,to{opacity:.55}50%{opacity:1}}.addons-head{justify-content:space-between;align-items:center;gap:var(--space-md,1rem);flex-wrap:wrap;display:flex}.addon-desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;display:-webkit-box;overflow:hidden}.addon-types{color:var(--muted-2);margin-top:.2rem;font-size:.78rem}.empty-state{text-align:center;max-width:520px;margin:4rem auto}.empty-state h2{font-family:var(--serif);margin-bottom:.75rem;font-size:1.6rem}.empty-state p{color:var(--muted);line-height:1.55}@media (max-width:640px){.topbar{flex-wrap:wrap;gap:.75rem}.topnav{width:100%;margin-left:0}.episode-thumb{width:110px}.player-title{display:none}}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.poster:hover{transform:none}}.rail .card-wrap{scroll-snap-align:start;flex:none;width:clamp(120px,14vw,170px);position:relative}.card-wrap .poster{width:100%}.card-remove{color:#fff;cursor:pointer;opacity:0;pointer-events:none;width:28px;height:28px;transition:opacity var(--duration-normal) var(--ease);background:#0009;border:none;border-radius:50%;padding:0;font-size:1.15rem;line-height:1;position:absolute;top:6px;right:6px}.card-wrap:hover .card-remove{opacity:1;pointer-events:auto}.card-remove:focus-visible{opacity:1;pointer-events:auto}@media (hover:none){.card-remove{opacity:1;pointer-events:auto}}.splash{z-index:9999;background:radial-gradient(70vmax 70vmax at 50% 46%,#18130c,#0c0a07 72%);place-items:center;animation:.7s cubic-bezier(.16,1,.3,1) 2.25s forwards splashOut;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.splash-inner{justify-items:center;gap:1.6rem;display:grid}.splash-mark{width:clamp(116px,17vw,168px);height:auto;overflow:visible}.glow{opacity:0;transform-box:fill-box;transform-origin:50%;animation:1.1s cubic-bezier(.16,1,.3,1) .1s forwards vxglow;transform:scale(.7)}.rib{stroke-dasharray:100;stroke-dashoffset:100px;animation:.95s cubic-bezier(.16,1,.3,1) .18s forwards vxdraw}.rib-front{animation-delay:.34s}.dot{transform-box:fill-box;transform-origin:50%;animation:.5s cubic-bezier(.34,1.56,.64,1) 1.1s forwards vxpop;transform:scale(0)}.splash-word{text-align:center;letter-spacing:-.02em;justify-items:center;gap:.1rem;font-family:ui-rounded,SF Pro Rounded,"Baloo 2",system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:clamp(1.6rem,1.1rem + 2.4vw,2.5rem);font-weight:800;line-height:1.02;display:grid}.splash-word span{opacity:0;color:#fdf6e3;display:block;transform:translateY(12px)}.splash-word .l1{animation:.6s cubic-bezier(.16,1,.3,1) 1.3s forwards vxrise}.splash-word .l2{animation:.6s cubic-bezier(.16,1,.3,1) 1.44s forwards vxrise}.splash-word .l2 b{color:#f59e0b;font-weight:800}@keyframes vxglow{to{opacity:1;transform:scale(1)}}@keyframes vxdraw{to{stroke-dashoffset:0}}@keyframes vxpop{to{transform:scale(1)}}@keyframes vxrise{to{opacity:1;transform:none}}@keyframes splashOut{to{opacity:0;visibility:hidden}}.action-row{margin-top:var(--space-md);flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.chip:active,.watch:active,.topnav-link:active,.card-remove:active,.quality-variant:active,.stream:active,.episode:active,.discover-more:active,.search-more:active{transition:transform .1s cubic-bezier(.4,0,1,1);transform:scale(.98)translateY(1px)}.watch:active{background:var(--accent)}.poster:focus-visible{outline:2px solid var(--accent-bright);outline-offset:3px;border-radius:var(--radius-card)}.poster:active{transform:scale(.98)}.card-remove:focus-visible{outline:2px solid var(--accent-bright);outline-offset:2px;background:var(--accent-soft)}.card-remove:active{transform:scale(.95)}.search-input:focus{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.stream:active,.episode:active{box-shadow:inset 0 2px 4px #0000004d}@media (prefers-reduced-motion:reduce){.splash{display:none}.chip:active,.watch:active,.topnav-link:active,.card-remove:active,.quality-variant:active,.stream:active,.episode:active,.poster:active,.discover-more:active,.search-more:active{transform:none}}.addon-intro{max-width:65ch;margin-bottom:.75rem;line-height:1.55}.addon-intro strong{color:var(--text);font-weight:600}.t-hero{font-family:var(--serif);letter-spacing:-1.5px;font-size:clamp(40px,4vw + 1rem,64px);font-weight:800;line-height:1.02}.t-screen{font-family:var(--serif);letter-spacing:-1px;font-size:clamp(30px,3vw + 1rem,48px);font-weight:700}.t-section{letter-spacing:-.3px;font-size:clamp(20px,1.4vw + 1rem,28px);font-weight:600}.t-card{font-size:1.2rem;font-weight:600}.t-body{font-size:clamp(16px,.4vw + 1rem,18px);font-weight:400;line-height:1.5}.t-label{font-size:.95rem;font-weight:500}.t-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:var(--accent);font-size:.74rem;font-weight:700}.btn-primary{justify-content:center;align-items:center;gap:var(--space-sm);padding:15px var(--space-lg);border-radius:var(--radius-control);background:var(--accent);color:var(--on-accent);box-shadow:var(--elev-rest);transition:transform var(--dur-state) var(--ease-spring), background var(--dur-state) var(--ease), box-shadow var(--dur-state) var(--ease);font-size:1.05rem;font-weight:700;display:inline-flex}.btn-primary:hover{background:var(--accent-bright);box-shadow:var(--elev-focus), var(--glow-accent);transform:translateY(-1px)}.btn-primary:active{transform:scale(.97)}.btn-primary.is-disabled,.btn-primary:disabled{background:var(--surface-2);color:var(--muted);box-shadow:none;cursor:default;transform:none}.btn-chip,.chip{border-radius:var(--radius-chip);background:var(--surface-2);color:var(--text);transition:transform var(--dur-state) var(--ease-spring), background var(--dur-state) var(--ease), color var(--dur-state) var(--ease);align-items:center;gap:.45rem;padding:.62rem 1rem;font-size:.95rem;font-weight:500;display:inline-flex}.btn-chip:hover,.chip:hover{background:var(--surface-3)}.btn-chip:active,.chip:active{transform:scale(.97)}.btn-chip.selected,.chip.selected{background:var(--accent-soft);color:var(--accent-bright);box-shadow:inset 0 0 0 1px var(--accent)}.surface-card{background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--elev-rest);transition:transform var(--dur-state) var(--ease-spring), box-shadow var(--dur-state) var(--ease)}.ico{vertical-align:-.125em;flex:none;width:1em;height:1em;display:inline-block}.featured{margin:calc(-1 * var(--brandbar-h)) calc(-1 * var(--space-page)) var(--space-lg);isolation:isolate;height:clamp(420px,56vh,520px);position:relative;overflow:hidden}.featured[hidden]{display:none}.featured-bg{transition:opacity var(--dur-state) var(--ease);background-position:50% 18%;background-size:cover;animation:22s ease-out both kenburns;position:absolute;top:0;bottom:0;left:0;right:0}.featured-scrim{background:linear-gradient(to bottom, transparent 0%, #15120e59 50%, #15120ed9 82%, var(--bg) 100%), linear-gradient(to right, #15120e99, transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.featured-content{z-index:1;gap:var(--space-sm);max-width:min(760px,92%);padding:0 var(--space-edge) var(--space-lg);transition:opacity var(--dur-state) var(--ease);animation:heroRise .6s var(--ease) backwards;flex-direction:column;display:flex;position:absolute;bottom:0;left:0}.featured.is-swapping .featured-bg,.featured.is-swapping .featured-content{opacity:0}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes heroRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.featured-logo{object-fit:contain;object-position:left bottom;filter:drop-shadow(0 4px 10px #00000073);max-width:320px;max-height:110px}.featured-title{color:var(--text);text-shadow:0 4px 12px #00000080;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.featured-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.2rem 1.1rem;font-size:1.1rem;font-weight:500;display:flex}.featured-rating{color:var(--text);align-items:center;gap:.35rem;display:inline-flex}.featured-rating .ico{color:var(--accent-bright)}.featured-actions{gap:var(--space-sm);margin-top:var(--space-xs);flex-wrap:wrap;display:flex}.featured-synopsis{max-width:760px;color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1.1rem;line-height:1.5;display:-webkit-box;overflow:hidden}@media (prefers-reduced-motion:reduce){.featured-bg,.featured-content{transition:none;animation:none}}.settings-page{max-width:760px;padding:var(--space-md) var(--space-edge) calc(var(--tabbar-h) + var(--space-lg));gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.settings-title{margin:0 0 var(--space-xs)}.settings-section{flex-direction:column;gap:.5rem;display:flex}.settings-eyebrow{color:var(--muted-2)}.settings-card{padding:0 var(--space-md)}.settings-row{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-md) 0;display:flex}.settings-row+.settings-row{border-top:1px solid var(--hairline)}.settings-row-label{flex-direction:column;gap:.15rem;min-width:0;display:flex}.settings-row-sub{color:var(--muted-2);font-size:.85rem}.settings-row-control{flex:none;align-items:center;display:flex}.settings-footer{color:var(--muted-2);margin:0;padding:0 .2rem;font-size:.85rem;line-height:1.5}.settings-signin{margin:var(--space-sm) 0}.swatches{flex-wrap:wrap;gap:.6rem;display:flex}.swatch{background:var(--sw);width:28px;height:28px;transition:transform var(--dur-state) var(--ease-spring);border-radius:50%;box-shadow:inset 0 0 0 1px #0000004d}.swatch:hover{transform:scale(1.12)}.swatch.selected{box-shadow:0 0 0 2px var(--bg), 0 0 0 4px var(--text)}.segmented{background:var(--surface-2);border-radius:var(--radius-pill);gap:2px;padding:3px;display:inline-flex}.seg{border-radius:var(--radius-pill);color:var(--muted);white-space:nowrap;transition:background var(--dur-state) var(--ease), color var(--dur-state) var(--ease);padding:.4rem .85rem;font-size:.9rem;font-weight:500}.seg:hover{color:var(--text)}.seg.selected{background:var(--accent);color:var(--on-accent)}.stepper{background:var(--surface-2);border-radius:var(--radius-pill);align-items:center;gap:.25rem;padding:3px;display:inline-flex}.stepper-btn{width:1.9rem;height:1.9rem;color:var(--text);transition:background var(--dur-state) var(--ease);border-radius:50%;font-size:1.2rem;line-height:1}.stepper-btn:hover:not(:disabled){background:var(--surface-3)}.stepper-btn:disabled{opacity:.35;cursor:default}.stepper-value{text-align:center;font-variant-numeric:tabular-nums;min-width:3.2rem}.switch{border-radius:var(--radius-pill);background:var(--surface-3);width:46px;height:28px;transition:background var(--dur-state) var(--ease);position:relative}.switch.on{background:var(--accent)}.switch-knob{width:22px;height:22px;transition:transform var(--dur-state) var(--ease-spring);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px}.switch.on .switch-knob{transform:translate(18px)}.settings-select{border-radius:var(--radius-control);background:var(--surface-2);color:var(--text);border:1px solid var(--hairline);cursor:pointer;padding:.5rem .75rem;font-size:.95rem}.settings-select:focus{outline:2px solid var(--accent-bright);outline-offset:1px}.auth-screen{max-width:460px;padding:var(--space-xl) var(--space-edge) calc(var(--tabbar-h) + var(--space-xl));gap:var(--space-md);flex-direction:column;margin:0 auto;display:flex}.auth-title{margin:0}.auth-lead{color:var(--muted);margin:0}.auth-footnote{text-align:center;color:var(--muted-2);margin:0;font-size:.85rem;line-height:1.5}.auth-tabs{align-self:flex-start;gap:.35rem;display:inline-flex}.auth-card{padding:var(--space-lg);gap:var(--space-md);display:grid}.auth-form{gap:var(--space-md);display:grid}.auth-label{color:var(--muted);gap:.35rem;font-size:.9rem;display:grid}.field{border-radius:var(--radius-control);background:var(--surface-2);width:100%;color:var(--text);border:1px solid var(--hairline);padding:.7rem .85rem;font-size:1rem}.field:focus{outline:2px solid var(--accent-bright);outline-offset:1px}.auth-hint{color:var(--muted-2);font-size:.8rem}.auth-hint.ok{color:#5fbf78}.auth-hint.bad{color:var(--danger)}.auth-error{color:var(--danger);margin:0;font-size:.9rem}.auth-links{gap:var(--space-md);flex-wrap:wrap;display:flex}.auth-linkbtn{color:var(--accent-bright);text-underline-offset:2px;background:0 0;font-size:.9rem;text-decoration:underline}.auth-note{color:var(--muted-2);margin:0;font-size:.8rem;line-height:1.5}.auth-actions{gap:var(--space-sm);flex-wrap:wrap;display:flex}.auth-reccode{letter-spacing:.08em;padding:var(--space-md);border:1px dashed var(--hairline);border-radius:var(--radius-card);text-align:center;word-break:break-all;background:var(--surface-2);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:1.1rem}.auth-dash{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.auth-handle{font-size:1.1rem;font-weight:600}.ratings-row{color:var(--muted);text-shadow:0 1px 6px #0000008c;font-weight:500}.settings-key{width:min(280px,52vw)}video::cue{font-size:calc(var(--sub-scale,1) * 100%);background-color:var(--sub-bg,transparent);color:var(--sub-color,#fff);font-family:var(--sub-font,system-ui, sans-serif);text-shadow:var(--sub-shadow,none)}.reorder-ctl{gap:var(--space-xs,.4rem);display:inline-flex}[data-perf=reduced] *,[data-perf=reduced] :before,[data-perf=reduced] :after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.settings-actions{gap:var(--space-sm);padding:var(--space-md) 0;flex-wrap:wrap;display:flex}.ctx-menu{z-index:60;background:var(--surface-2);-webkit-backdrop-filter:blur(20px)saturate(1.4);border:1px solid var(--hairline);min-width:12.5rem;box-shadow:var(--elev-focus);animation:ctx-pop var(--dur-state) var(--ease-spring);transform-origin:0 0;border-radius:.875rem;flex-direction:column;gap:.125rem;padding:.375rem;display:flex;position:fixed}@keyframes ctx-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.ctx-item{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;transition:background var(--dur-state) var(--ease-spring), color var(--dur-state) var(--ease-spring);background:0 0;border:0;border-radius:.6rem;align-items:center;gap:.625rem;padding:.55rem .7rem;font-size:.92rem;display:flex}.ctx-item:hover{background:var(--accent-soft);color:var(--accent-bright);outline:none}.ctx-item:focus-visible{background:var(--accent-soft);color:var(--accent-bright);outline:none}.ctx-item .ico{flex:none;width:1.05rem;height:1.05rem}.player-speed{z-index:3;background:var(--surface-2);border:1px solid var(--hairline);min-width:3.1rem;color:var(--text);font:inherit;font-variant-numeric:tabular-nums;cursor:pointer;transition:background var(--dur-state) var(--ease-spring), color var(--dur-state) var(--ease-spring);border-radius:999px;padding:.4rem .75rem;font-size:.9rem;position:absolute;top:1rem;right:1rem}.player-speed:hover{background:var(--accent-soft);color:var(--accent-bright);outline:none}.player-speed:focus-visible{background:var(--accent-soft);color:var(--accent-bright);outline:none}.qtag{letter-spacing:.02em;background:var(--surface-3);border:1px solid var(--hairline);color:var(--text);border-radius:.4rem;align-items:center;padding:.1rem .42rem;font-size:.66rem;font-weight:600;line-height:1.5;display:inline-flex}.qtag-res{color:var(--text);font-weight:700}.qtag-hdr{color:var(--accent-bright);background:var(--accent-soft);border-color:#0000}.qtag-cached{color:#0f140f;background:#7ad48d;border-color:#0000}.qtag-audio{opacity:.78}.rail-head{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.rail-hide{width:1.6rem;height:1.6rem;color:var(--text);cursor:pointer;opacity:0;transition:opacity var(--dur-state) var(--ease-spring), background var(--dur-state) var(--ease-spring);background:0 0;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:inline-flex}.rail-section:hover .rail-hide{opacity:.65}.rail-hide:focus-visible{opacity:.65}.rail-hide:hover{opacity:1;background:var(--accent-soft);color:var(--accent-bright);outline:none}.rail-hide:focus-visible{opacity:1;background:var(--accent-soft);color:var(--accent-bright);outline:none}.board-tools{justify-content:flex-end;display:flex}.board-unhide{background:var(--surface-2);border:1px solid var(--hairline);color:var(--text);font:inherit;cursor:pointer;transition:background var(--dur-state) var(--ease-spring), color var(--dur-state) var(--ease-spring);border-radius:999px;padding:.35rem .8rem;font-size:.82rem}.board-unhide:hover{background:var(--accent-soft);color:var(--accent-bright);outline:none}.board-unhide:focus-visible{background:var(--accent-soft);color:var(--accent-bright);outline:none}
