:root{--bg:#1a1f26;--bg-1:#1b1f26;--bg-2:#22272e;--bg-3:#2b3035;--bg-4:#30353b;--fg:#f4f6f8;--fg-muted:#9aa3ad;--fg-mute:#9aa3ad;--fg-dim:#5a6169;--accent:#eb2b58;--accent-2:#ff3d68;--border:#2a3038;--shadow:0 8px 24px #00000073;--radius-sm:4px;--radius:6px;--radius-lg:10px;--header-h:56px;--sidebar-w:320px;--t-fast:.12s;--t-med:.22s;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.45}img{max-width:100%;display:block}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}a{color:inherit;text-decoration:none}input,select,textarea{font:inherit;color:inherit}.container{max-width:none;margin:0;padding:0 20px}@media (width<=720px){.container{padding:0 12px}}.hdr{z-index:50;height:var(--header-h);background:var(--bg-1);border-bottom:1px solid var(--border);position:sticky;top:0}.hdr-inner{align-items:center;gap:28px;max-width:none;height:100%;margin:0;padding:0 20px;display:flex}.hdr-tabs{align-items:center;gap:24px;height:100%;display:flex}.hdr-tab{height:100%;color:var(--fg-muted);letter-spacing:.06em;text-transform:uppercase;border-bottom:2px solid #0000;align-items:center;padding:0 2px;font-size:.82rem;font-weight:600;transition:color .12s,border-color .12s;display:inline-flex}.hdr-tab:hover{color:var(--fg)}.hdr-tab.is-active{color:var(--accent);border-bottom-color:var(--accent)}.hdr-spacer{flex:1}.search{align-items:center;display:flex}.search-input{background:var(--bg-2);border:1px solid var(--border);color:var(--fg);font:inherit;border-radius:999px;width:240px;padding:7px 14px;font-size:.9rem;transition:border-color .12s,width .16s,background .12s}.search-input::placeholder{color:var(--fg-mute)}.search-input:focus{border-color:var(--accent);background:var(--bg-3);outline:none}@media (width<=720px){.search-input{width:140px}.hdr-inner{gap:12px;padding:0 12px}.hdr-tab{padding:6px 8px;font-size:.9rem}}.view{padding:8px 0 48px}.view-title{letter-spacing:.06em;text-transform:uppercase;margin:0 0 12px;font-size:1.05rem;font-weight:800}.view-stub{color:var(--fg-dim);margin:0}.view-stub code{background:var(--bg-2);border-radius:6px;padding:1px 6px;font-size:.9em}.card{scroll-snap-align:start;width:124px;color:inherit;flex:none;text-decoration:none;transition:transform .16s;display:block}.card:hover{transform:translateY(-2px)}.card-poster{aspect-ratio:2/3;border-radius:var(--radius-sm);background:var(--bg-3);width:100%;box-shadow:var(--shadow);position:relative;overflow:hidden}.card-poster img{object-fit:cover;width:100%;height:100%;transition:transform .22s}.card:hover .card-poster img{transform:scale(1.04)}.card-poster-empty{background:linear-gradient(135deg, var(--bg-3), var(--bg-4));position:absolute;inset:0}.grid .card-meta{display:none}.card-meta{padding:8px 2px 0}.card-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:500;overflow:hidden}.card-sub{color:var(--fg-mute);margin-top:2px;font-size:.8rem}@media (width<=720px){.card{width:104px}}.row{margin:24px 0 8px}.row-head{align-items:center;gap:16px;margin:0 0 12px;display:flex}.row-title{letter-spacing:.06em;text-transform:uppercase;color:var(--fg);margin:0;font-size:.95rem;font-weight:800}.row-explore{color:var(--fg-muted);margin-left:auto;font-size:1.4rem;line-height:1;transition:color .12s}.row-explore:hover{color:var(--fg)}.row-track{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--bg-3) transparent;gap:14px;padding-bottom:14px;scroll-padding-left:0;display:flex;overflow-x:auto}.row-track::-webkit-scrollbar{height:8px}.row-track::-webkit-scrollbar-track{background:0 0}.row-track::-webkit-scrollbar-thumb{background:var(--bg-3);border-radius:4px}.row-loading,.row-empty{color:var(--fg-mute);padding:24px 0}.spinner{border:2px solid var(--bg-3);border-top-color:var(--accent);border-radius:50%;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.errorbox{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:12px;margin:12px 0;padding:14px 16px;display:flex}.errorbox-msg{color:var(--fg-dim);flex:1}.errorbox-btn{background:var(--bg-3);border:1px solid var(--border);color:var(--fg);border-radius:var(--radius);padding:6px 12px;font-size:.9rem;transition:background .12s}.errorbox-btn:hover{background:var(--accent);border-color:var(--accent)}.continue-row{margin-top:8px}.cw-card{position:relative}.cw-link{color:inherit;text-decoration:none;display:block}.cw-progress{background:#ffffff2e;border-radius:2px;height:4px;position:absolute;bottom:8px;left:8px;right:8px;overflow:hidden}.cw-progress-bar{background:var(--accent);height:100%}.cw-forget{width:26px;height:26px;color:var(--fg);opacity:0;background:#0009;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;transition:opacity .12s;display:flex;position:absolute;top:8px;right:8px}.cw-card:hover .cw-forget{opacity:1}.cw-forget:hover{background:var(--accent)}.chan-card{width:124px;color:inherit;scroll-snap-align:start;flex:none;text-decoration:none;display:block}.chan-card-art{justify-content:center;align-items:center;height:72px;display:flex;overflow:hidden}.chan-card-rank{letter-spacing:-.04em;color:#0000;-webkit-text-stroke:1.5px var(--fg-dim);flex:none;font-size:4rem;font-weight:800;line-height:1}.chan-card-logo,.chan-card-badge{border-radius:50%;flex:none;width:56px;height:56px;margin-left:-10px}.chan-card-logo{object-fit:contain;background:var(--bg-3)}.chan-card-badge{background:var(--bg-3);border:1px solid var(--border);color:var(--fg-muted);letter-spacing:.02em;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.chan-card-name{color:var(--fg-muted);text-align:center;white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:.82rem;overflow:hidden}.chan-card:hover .chan-card-name{color:var(--fg)}.chan-card:hover .chan-card-rank{-webkit-text-stroke-color:var(--fg-muted)}.home-hero{align-items:flex-end;height:480px;margin:-8px 0 8px;display:flex;position:relative;overflow:hidden}.home-hero-empty{background:linear-gradient(180deg, var(--bg-3), var(--bg))}.home-hero-bg{z-index:0;position:absolute;inset:0}.home-hero-bg img{object-fit:cover;object-position:center 20%;width:100%;height:100%;animation:.6s hero-fade}@keyframes hero-fade{0%{opacity:.4}to{opacity:1}}.home-hero-fade{background:linear-gradient(#1a1f2600 0%,#1a1f2673 55%,#1a1f26 100%),linear-gradient(90deg,#1a1f26e6 0%,#1a1f2659 45%,#1a1f2600 100%);position:absolute;inset:0}.home-hero-body{z-index:1;width:100%;max-width:none;padding-bottom:44px;position:relative}.home-hero-meta{color:var(--fg-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:700}.home-hero-title{letter-spacing:-.02em;text-shadow:0 2px 16px #00000080;margin:0 0 12px;font-size:clamp(2rem,4.2vw,2.9rem);font-weight:800;line-height:1.05}.home-hero-desc{color:#d7dce2;-webkit-line-clamp:3;text-shadow:0 1px 8px #00000080;-webkit-box-orient:vertical;max-width:520px;margin:0 0 20px;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.home-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.home-hero-dots{z-index:1;gap:6px;display:flex;position:absolute;bottom:20px;left:20px}.home-hero-dot{background:#ffffff47;border-radius:2px;width:28px;height:3px;transition:background .16s}.home-hero-dot:hover{background:#ffffff80}.home-hero-dot.is-active{background:var(--fg)}@media (width<=720px){.home-hero{height:380px}.home-hero-desc{-webkit-line-clamp:2}}.browse-head{margin:8px 0 12px}.browse-head .view-title{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.fbar{gap:8px;display:flex}.fseg{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);flex:1;align-items:center;transition:border-color .12s,background .12s;display:flex;position:relative}.fseg:hover{background:var(--bg-4)}.fseg:focus-within{border-color:var(--accent)}.fseg-icon{color:var(--fg-muted);flex:none;padding-left:12px;font-size:.8rem;line-height:1}.fseg-select{appearance:none;color:var(--fg);font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;flex:1;padding:10px 14px 10px 10px;font-size:.82rem;font-weight:600}.fseg-select:focus{outline:none}.fseg-select option{text-transform:none;background:var(--bg-2);color:var(--fg)}.fseg.is-disabled{opacity:.5}.fseg.is-disabled .fseg-select{cursor:not-allowed}@media (width<=720px){.fbar{flex-wrap:wrap}.fseg{flex:45%}}.grid{grid-template-columns:repeat(auto-fill,124px);justify-content:center;gap:14px;margin:8px 0;display:grid}@media (width<=720px){.grid{grid-template-columns:repeat(auto-fill,104px);gap:12px}}.browse-foot{flex-direction:column;align-items:center;gap:8px;padding:24px 0;display:flex}.sentinel{width:100%;height:1px}.view-loading{justify-content:center;padding:64px 0;display:flex}.view-search .home-hero{margin-bottom:16px}.searchbox{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:center;gap:10px;margin:4px 0 14px;padding:0 16px;transition:border-color .12s,background .12s;display:flex}.searchbox:focus-within{border-color:var(--accent);background:var(--bg-4)}.searchbox-icon{color:var(--fg-muted);flex:none;font-size:1.4rem;line-height:1}.searchbox-input{min-width:0;color:var(--fg);font:inherit;background:0 0;border:0;flex:1;padding:16px 0;font-size:1.05rem}.searchbox-input::placeholder{color:var(--fg-muted)}.searchbox-input:focus{outline:none}.searchbox-input::-webkit-search-cancel-button{-webkit-appearance:none}.searchbox-clear{width:30px;height:30px;color:var(--fg-muted);background:0 0;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:1.3rem;line-height:1;transition:background .12s,color .12s;display:flex}.searchbox-clear:hover{background:var(--bg-2);color:var(--fg)}.recent-chips{flex-wrap:wrap;gap:8px;margin:0 0 8px;display:flex}.recent-chip{background:var(--bg-4);border:1px solid var(--border);border-radius:999px;align-items:center;transition:border-color .12s;display:inline-flex;overflow:hidden}.recent-chip.is-active{border-color:var(--accent)}.recent-chip:hover{border-color:var(--fg-dim)}.recent-chip-label{color:var(--fg-muted);font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;padding:6px 6px 6px 14px;font-size:.8rem;font-weight:600}.recent-chip:hover .recent-chip-label,.recent-chip.is-active .recent-chip-label{color:var(--fg)}.recent-chip-x{color:var(--fg-dim);cursor:pointer;background:0 0;border:0;padding:6px 12px 6px 4px;font-size:1rem;line-height:1;transition:color .12s}.recent-chip-x:hover{color:var(--accent)}.search-results,.search-discovery{margin-top:8px}.hero{align-items:flex-end;min-height:56vh;margin:-8px -20px 0;display:flex;position:relative;overflow:hidden}.hero-compact{min-height:42vh}.hero-play{z-index:1;width:52px;height:52px;color:var(--fg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff24;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:background .12s,transform .12s;display:flex;position:absolute;bottom:28px;right:28px}.hero-play:hover{background:var(--accent);border-color:var(--accent);transform:scale(1.06)}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;width:100%;height:100%}.hero-bg-fade{background:linear-gradient(#1a1f2600 0%,#1a1f268c 55%,#1a1f26 100%),linear-gradient(90deg,#1a1f26d9 0%,#1a1f2633 45%,#1a1f261a 100%);position:absolute;inset:0}.hero-body{z-index:1;width:100%;max-width:760px;padding:48px 20px 32px;position:relative}.hero-title{letter-spacing:-.02em;text-shadow:0 2px 12px #0006;margin:0 0 10px;font-size:clamp(1.8rem,4vw,3rem);font-weight:800}.hero-meta{color:var(--fg-muted);letter-spacing:.08em;text-transform:uppercase;order:-1;margin:0 0 10px;font-size:.78rem;font-weight:600}.hero-desc{max-width:560px;color:var(--fg-muted);margin:0 0 18px;font-size:.95rem;line-height:1.5}.movie-play{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.btn-primary,.btn-secondary{border-radius:var(--radius);align-items:center;gap:8px;padding:10px 22px;font-size:.95rem;font-weight:700;transition:background .12s,border-color .12s;display:inline-flex}.btn-primary{background:var(--fg);color:#14171c}.btn-primary:hover{background:#fff}.btn-secondary{color:var(--fg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff38}.btn-secondary:hover{background:#fff3}.detail-tabs{border-bottom:1px solid var(--border);gap:28px;margin:8px 0 4px;display:flex}.detail-tab{color:var(--fg-muted);letter-spacing:.06em;text-transform:uppercase;background:0 0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 2px;font-size:.82rem;font-weight:700;transition:color .12s,border-color .12s}.detail-tab:hover{color:var(--fg)}.detail-tab.is-active{color:var(--accent);border-bottom-color:var(--accent)}.detail-panel{padding:18px 0 8px}.item-info{max-width:820px}.info-facts{grid-template-columns:140px 1fr;gap:8px 20px;margin:0 0 8px;display:grid}.info-fact{display:contents}.info-fact-label{color:var(--fg-dim);letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;font-weight:600}.info-fact-value{color:var(--fg);margin:0;font-size:.92rem}.info-subhead{letter-spacing:.06em;text-transform:uppercase;margin:24px 0 12px;font-size:.85rem;font-weight:800}.info-videos{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.info-video-link{color:var(--fg);align-items:center;gap:10px;font-size:.92rem;display:inline-flex}.info-video-play{background:var(--bg-4);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.7rem;transition:background .12s;display:inline-flex}.info-video-link:hover .info-video-play{background:var(--accent)}.sep{flex-direction:column;gap:16px;margin:32px 0;display:flex}.sep-season{color:var(--fg-dim);align-items:center;gap:10px;font-size:.95rem;display:inline-flex}.sep-season select{background:var(--bg-2);color:var(--fg);border:1px solid var(--border);border-radius:var(--radius);font:inherit;padding:8px 12px}.sep-eps{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.sep-ep{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.sep-ep.is-open{background:var(--bg-2)}.sep-ep-head{text-align:left;align-items:flex-start;gap:16px;width:100%;padding:12px;display:flex}.sep-ep-thumb{aspect-ratio:16/9;border-radius:var(--radius-sm);background:var(--bg-3);flex:none;width:168px;position:relative;overflow:hidden}.sep-ep-thumb img{object-fit:cover;width:100%;height:100%}.sep-ep-thumb-empty{background:linear-gradient(135deg, var(--bg-3), var(--bg-4));position:absolute;inset:0}.sep-ep-num{min-width:20px;color:var(--fg);font-variant-numeric:tabular-nums;text-align:center;background:#000000a6;border-radius:4px;padding:1px 5px;font-size:.78rem;font-weight:700;position:absolute;top:6px;left:6px}.sep-ep-text{flex-direction:column;flex:1;gap:4px;min-width:0;padding-top:2px;display:flex}.sep-ep-name{color:var(--fg);letter-spacing:.04em;text-transform:uppercase;font-size:.92rem;font-weight:700}.sep-ep.is-open .sep-ep-name{color:var(--accent)}.sep-ep-date{color:var(--fg-mute);font-size:.8rem}.sep-ep-desc{color:var(--fg-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:2px 0 0;font-size:.88rem;line-height:1.45;display:-webkit-box;overflow:hidden}.sep-ep-caret{color:var(--fg-mute);flex:none;padding-top:2px}.sep-ep-body{padding:0 12px 12px 196px}@media (width<=720px){.sep-ep-thumb{width:120px}.sep-ep-desc{-webkit-line-clamp:2}.sep-ep-body{padding-left:12px}}.links{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.link-row{border:0;border-bottom:1px solid var(--border);color:inherit;background:0 0;border-radius:0;align-items:center;gap:12px;padding:11px 8px;text-decoration:none;transition:background .12s;display:flex}.link-row:hover{background:var(--bg-2)}.link-icon{border-radius:6px;width:26px;height:26px}.link-name{color:var(--fg);flex:1;font-size:.95rem}.link-lang{color:var(--fg-muted);letter-spacing:.04em;font-size:1.1rem;line-height:1}.link-play{background:var(--bg-4);width:34px;height:30px;color:var(--fg);border-radius:var(--radius);justify-content:center;align-items:center;font-size:.8rem;transition:background .12s;display:inline-flex}.link-row:hover .link-play{background:var(--accent)}.live-layout{height:calc(100vh - var(--header-h) - 48px);grid-template-columns:1fr 360px;gap:24px;min-height:480px;transition:grid-template-columns .24s;display:grid}.live-layout.is-idle{grid-template-columns:1fr 0}.live-layout.is-idle .sidebar{opacity:0;pointer-events:none;transition:opacity .24s}.live-layout .sidebar{opacity:1;transition:opacity .24s}.live-player-wrap{flex-direction:column;gap:12px;min-width:0;display:flex;position:relative}.player-live{border-radius:var(--radius-lg);background:#000;flex:1;min-height:0;overflow:hidden}.live-loading,.live-empty{background:var(--bg-1);color:var(--fg-mute);border-radius:var(--radius-lg);flex:1;justify-content:center;align-items:center;display:flex}.live-now{align-items:baseline;gap:12px;padding:0 4px;display:flex}.live-now-name{margin:0;font-size:1.1rem;font-weight:600}.live-now-country{color:var(--fg-mute);font-size:.85rem}.sidebar{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.sidebar-controls{border-bottom:1px solid var(--border);background:var(--bg-1);flex-direction:column;gap:8px;padding:12px;display:flex}.sidebar-search{background:var(--bg-2);border:1px solid var(--border);color:var(--fg);border-radius:var(--radius);font:inherit;width:100%;padding:8px 12px;font-size:.95rem}.sidebar-search:focus{border-color:var(--accent);outline:none}.sidebar-filters{gap:8px;display:flex}.sidebar-select{background:var(--bg-2);border:1px solid var(--border);color:var(--fg);border-radius:var(--radius);font:inherit;flex:1;padding:6px 8px;font-size:.85rem}.channels{scrollbar-width:thin;scrollbar-color:var(--bg-3) transparent;flex:1;margin:0;padding:6px;list-style:none;overflow-y:auto}.channels::-webkit-scrollbar{width:8px}.channels::-webkit-scrollbar-thumb{background:var(--bg-3);border-radius:4px}.channel{margin:2px 0}.channel-btn{border-radius:var(--radius);text-align:left;width:100%;color:var(--fg);align-items:center;gap:10px;padding:8px 10px;transition:background .12s;display:flex}.channel-btn:hover{background:var(--bg-2)}.channel.is-active .channel-btn{background:var(--bg-3);box-shadow:inset 3px 0 0 var(--accent)}.channel-logo{object-fit:contain;background:var(--bg-2);border-radius:6px;flex-shrink:0;width:32px;height:32px}.channel-logo-empty{background:linear-gradient(135deg, var(--bg-2), var(--bg-3))}.channel-name{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.92rem;overflow:hidden}.channel-country{color:var(--fg-mute);background:var(--bg-2);letter-spacing:.04em;border-radius:4px;padding:2px 6px;font-size:.72rem}.channel-loading,.channel-empty{color:var(--fg-mute);text-align:center;padding:16px 10px;font-size:.9rem}@media (width<=960px){.live-layout{grid-template-columns:1fr;height:auto}.sidebar{max-height:50vh}.player-live{aspect-ratio:16/9}}.view-live-list{margin-left:-20px;margin-right:-20px;padding-top:12px;padding-left:4px;padding-right:4px}.live-search{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);align-items:center;margin:0 0 8px;display:flex;position:relative}.live-search:focus-within{border-color:var(--accent)}.live-search-icon{color:var(--fg-muted);padding-left:14px;font-size:.95rem}.live-search-input{color:var(--fg);font:inherit;background:0 0;border:0;flex:1;padding:11px 14px;font-size:.95rem}.live-search-input::placeholder{color:var(--fg-muted)}.live-search-input:focus{outline:none}.live-fbar{margin:0 0 8px}.chan-list{margin:0;padding:0;list-style:none}.chan-row{text-align:left;width:100%;color:var(--fg);align-items:center;gap:18px;padding:14px 8px;transition:background .12s;display:flex}.chan-row:hover{background:var(--bg-2)}.chan-foot{justify-content:center;padding:18px 0;display:flex}.lc-chan-foot{color:var(--fg-dim);justify-content:center;padding:12px 0;font-size:13px;display:flex}.chan-num{text-align:right;min-width:24px;color:var(--fg-dim);font-variant-numeric:tabular-nums;flex:none;font-size:.95rem}.chan-name{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:1rem;overflow:hidden}.chan-country{color:var(--fg-muted);letter-spacing:.04em;flex:none;font-size:.78rem}.watch-layout{height:calc(100vh - var(--header-h) - 48px);flex-direction:column;gap:16px;min-height:480px;display:flex}.watch-head{align-items:center;gap:16px;display:flex}.watch-back{background:var(--bg-2);border:1px solid var(--border);color:var(--fg);border-radius:var(--radius);padding:8px 14px;font-size:.9rem;transition:background .12s}.watch-back:hover{background:var(--bg-3)}.watch-title{margin:0;font-size:1.15rem;font-weight:600}.watch-stage{flex:1;min-height:0;display:flex}.player-frame{border-radius:var(--radius-lg);flex:1;min-width:0;display:flex;position:relative;overflow:hidden}.player-watch{flex:1}.player-error{z-index:1;text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex;position:absolute;inset:0}.player-error-title{color:var(--fg);margin:0;font-size:1.05rem}.player-error-reload{pointer-events:auto;color:var(--fg);border-radius:var(--radius);background:#ffffff29;border:1px solid #ffffff3d;padding:6px 18px;font-size:.95rem;transition:background .12s}.player-error-reload:hover{background:#ffffff42}.player-error-detail{max-width:520px;color:var(--fg-muted);margin:0;font-size:.9rem;line-height:1.5}.view-watch-live{z-index:100;background:#000;padding:0;position:fixed;inset:0}.view-watch-live.is-hidden-cursor{cursor:none}.player-live-full,.player-live-full .player,.player-live-full .player-video{width:100%;height:100%;position:absolute;inset:0}.player-live-full .player-video{object-fit:contain;background:#000}.live-resolving{background:#000;place-items:center;display:grid;position:absolute;inset:0}.lc{z-index:2;pointer-events:none;opacity:0;transition:opacity .2s;position:absolute;inset:0}.lc.is-visible{opacity:1}.lc.is-visible .lc-bar,.lc.is-visible .lc-panel,.lc.is-visible .lc-backdrop{pointer-events:auto}.lc-backdrop{z-index:1;background:0 0;position:absolute;inset:0}.lc-bar{z-index:2;background:linear-gradient(#0000 0%,#000000d9 100%);align-items:center;gap:16px;padding:22px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.lc-id{align-items:center;gap:14px;min-width:0;display:flex}.lc-badge{border-radius:var(--radius);width:44px;height:44px;color:var(--fg);letter-spacing:.02em;background:#ffffff1a;border:1px solid #ffffff40;flex:none;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.lc-name{color:#fff;text-shadow:0 2px 8px #0009;white-space:nowrap;text-overflow:ellipsis;font-size:1.6rem;font-weight:700;overflow:hidden}.lc-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.lc-btn{color:#fff;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;line-height:1;transition:background .12s,color .12s,transform .12s;display:flex}.lc-btn:hover{background:#ffffff26;transform:scale(1.05)}.lc-btn.is-on,.lc-btn.is-fav{color:var(--accent)}.lc-btn.is-fav svg{fill:currentColor}.lc-panel{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-left:1px solid var(--border);background:#101318f5;flex-direction:column;width:380px;max-width:90vw;transition:transform .24s;display:flex;position:absolute;top:0;bottom:0;right:0;transform:translate(100%)}.lc-panel.is-open{transform:translate(0)}.lc-panel-head{justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.lc-panel-title{margin:0;font-size:1.3rem;font-weight:700}.lc-panel-close{width:34px;height:34px;color:var(--fg);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:background .12s;display:flex}.lc-panel-close:hover{background:#ffffff2e}.lc-panel-search,.lc-panel-fbar{margin:0 16px 8px}.lc-chan-list{scrollbar-width:thin;scrollbar-color:var(--bg-3) transparent;flex:1;margin:0;padding:4px 8px 16px;list-style:none;overflow-y:auto}.lc-chan-list::-webkit-scrollbar{width:8px}.lc-chan-list::-webkit-scrollbar-thumb{background:var(--bg-3);border-radius:4px}.lc-chan{border-radius:var(--radius);text-align:left;width:100%;color:var(--fg);align-items:center;gap:14px;padding:12px;transition:background .12s;display:flex}.lc-chan:hover{background:#ffffff0f}.lc-chan.is-active{box-shadow:inset 3px 0 0 var(--accent);background:#eb2b5824}.lc-chan.is-active .lc-chan-num,.lc-chan.is-active .lc-chan-name{color:var(--accent)}.lc-chan-num{text-align:right;min-width:22px;color:var(--fg-dim);font-variant-numeric:tabular-nums;flex:none}.lc-chan-name{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.lc-chan-fav{color:var(--accent);font-size:.85rem}@media (width<=720px){.lc-name{font-size:1.2rem}.lc-btn{width:36px;height:36px;font-size:1.05rem}}.player{border-radius:var(--radius-lg);background:#000;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.player-video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.player-external{background:var(--bg-1);min-height:240px;color:var(--fg-dim);justify-content:center;align-items:center}.player-external-msg{text-align:center;flex-direction:column;gap:12px;padding:24px;display:flex}.player-external-msg .btn-primary{align-self:center}.app{min-height:100%}
