:root{--bg:#f5f7f8;--surface:#fff;--text:#17191c;--muted:#687078;--brand:#e5484d;--brand-dark:#c9363b;--success:#168c72;--border:#e3e7ea;--player:#0d0f12;--shadow:0 8px 24px rgba(23,25,28,.08)}
*{box-sizing:border-box}
html{color-scheme:light;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;font-size:15px;line-height:1.6}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.shell{width:min(1240px,calc(100% - 40px));margin:0 auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}
.header-row{min-height:64px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:9px;font-size:19px;font-weight:750;white-space:nowrap}
.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:6px;background:var(--brand);color:#fff;font-weight:800}
.main-nav{display:flex;align-items:center;gap:22px;min-width:0;overflow-x:auto;white-space:nowrap;scrollbar-width:none}
.main-nav::-webkit-scrollbar{display:none}
.main-nav a{font-weight:600;color:#3d4248}
.main-nav a:hover{color:var(--brand)}
.search-form{margin-left:auto;display:grid;grid-template-columns:minmax(130px,240px) 40px;height:40px;border:1px solid var(--border);background:#f8fafb;border-radius:6px;overflow:hidden;flex:0 1 auto}
.search-form:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgba(229,72,77,.1)}
.search-form input{border:0;outline:0;background:transparent;padding:0 12px;min-width:0}
.search-form button{border:0;border-left:1px solid var(--border);background:#fff;color:var(--text);font-size:22px;cursor:pointer}
.featured-band{background:#eef1f3;border-bottom:1px solid var(--border)}
.featured{min-height:440px;display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:64px;padding:42px 7%;position:relative;overflow:hidden;background-color:#eef1f3;background-image:var(--feature-image);background-repeat:no-repeat;background-position:right center;background-size:58% auto}
.featured::after{content:"";position:absolute;inset:0;background:rgba(238,241,243,.76);pointer-events:none}
.featured-copy,.featured-poster{position:relative;z-index:1}
.featured-copy{max-width:680px}
.eyebrow{display:inline-block;color:var(--brand);font-weight:750;margin-bottom:8px}
.featured h1{font-size:clamp(34px,5vw,58px);line-height:1.12;margin:0 0 18px;letter-spacing:0}
.featured p{font-size:17px;color:#4e555c;max-width:650px;margin:0 0 16px}
.meta,.facts{display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--muted)}
.meta span,.facts span{position:relative}
.meta span+span::before,.facts span+span::before{content:"";position:absolute;left:-10px;top:50%;width:3px;height:3px;border-radius:50%;background:#a0a7ad}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border-radius:6px;font-weight:700;margin-top:22px}
.button.primary{background:var(--brand);color:#fff}
.button.primary:hover{background:var(--brand-dark)}
.featured-poster{width:240px;aspect-ratio:2/3;justify-self:end;box-shadow:var(--shadow);border-radius:6px;overflow:hidden;background:#dfe3e6}
.featured-poster img{width:100%;height:100%;object-fit:cover}
.page-stack{display:grid;gap:34px;padding-top:28px;padding-bottom:46px}
.content-section{min-width:0}
.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:15px;border-bottom:1px solid var(--border);padding-bottom:10px}
.section-heading h2{font-size:22px;line-height:1.3;margin:0;letter-spacing:0}
.section-heading a{color:var(--brand);font-weight:650}
.section-heading span{color:var(--muted);font-size:13px}
.poster-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px 16px}
.poster-card{min-width:0}
.poster-card .poster{display:block;position:relative;aspect-ratio:2/3;border-radius:6px;overflow:hidden;background:#e2e6e9}
.poster-card img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}
.poster-card:hover img{transform:scale(1.025)}
.poster-card .status{position:absolute;right:0;bottom:0;max-width:90%;padding:4px 8px;background:rgba(13,15,18,.82);color:#fff;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.poster-card h2,.poster-card h3{font-size:15px;line-height:1.4;margin:9px 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:0}
.poster-card p{margin:0;color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.poster-grid.compact{grid-template-columns:repeat(6,minmax(0,1fr))}
.upcoming-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.upcoming-list>a{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:6px;padding:10px}
.upcoming-list img{width:54px;aspect-ratio:2/3;object-fit:cover;border-radius:4px}
.upcoming-list span{display:grid;min-width:0}.upcoming-list strong,.upcoming-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upcoming-list small{color:var(--muted)}
.breadcrumb{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden}
.breadcrumb strong{color:var(--text);overflow:hidden;text-overflow:ellipsis}
.list-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.list-header h1{font-size:30px;margin:0;letter-spacing:0}.list-header p{margin:5px 0 0;color:var(--muted)}
.segmented{display:flex;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:#fff}.segmented a{padding:7px 14px;border-right:1px solid var(--border)}.segmented a:last-child{border:0}.segmented a.active{background:var(--text);color:#fff}
.pager{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.pager span,.pager a,.pager strong{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;padding:7px 12px;border:1px solid var(--border);background:#fff;border-radius:5px}.pager strong{border-color:var(--brand);background:var(--brand);color:#fff}.pager a:hover{border-color:var(--brand);color:var(--brand)}
.detail-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;background:#fff;border-top:3px solid var(--brand);padding:24px;border-bottom:1px solid var(--border)}
.detail-poster{aspect-ratio:2/3;border-radius:6px;overflow:hidden;background:#e2e6e9}.detail-poster img{width:100%;height:100%;object-fit:cover}
.detail-main{min-width:0}.title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.title-row h1{font-size:32px;line-height:1.25;margin:0;letter-spacing:0}.title-row p{margin:3px 0 0;color:var(--muted)}.score{color:var(--brand);font-size:28px;font-weight:800}
.detail-main>.facts{margin:12px 0 18px}.metadata{display:grid;grid-template-columns:55px minmax(0,1fr);gap:7px 12px;margin:0}.metadata dt{color:var(--muted)}.metadata dd{margin:0;min-width:0}.intro{margin:18px 0 0;color:#4d545a;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.intro.expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.intro-toggle{border:0;background:transparent;color:var(--brand);font-weight:650;padding:6px 0;cursor:pointer}.intro-toggle[hidden]{display:none}.contextual-related,.play-related{padding-top:4px}.contextual-related{border-top:1px solid var(--border)}
.episode-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:9px}.episode-grid a{display:flex;align-items:center;justify-content:center;height:38px;border:1px solid var(--border);background:#fff;border-radius:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 8px}.episode-grid a:hover{border-color:var(--brand);color:var(--brand)}
.play-page{padding-top:22px;padding-bottom:46px}.watch-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;margin-top:16px;background:var(--player);min-height:0}.watch-column{min-width:0}.player-frame{position:relative;width:100%;aspect-ratio:16/9;background:#050607;display:grid;place-items:center;overflow:hidden}.player-frame video{width:100%;height:100%;background:#050607}.player-loading{position:absolute;left:20px;right:20px;bottom:66px;color:#cfd4d8;text-align:center;pointer-events:none}.play-blocked{text-align:center;color:#fff;padding:28px}.play-blocked strong{font-size:24px}.play-blocked p{color:#c3c8cc;max-width:520px;margin:10px auto}.play-blocked span{color:#7f888f;font-size:13px}
.custom-player-controls{position:absolute;left:0;right:0;bottom:0;z-index:8;min-height:54px;display:flex;align-items:center;gap:9px;padding:9px 12px;background:linear-gradient(transparent,rgba(0,0,0,.9));color:#fff}.custom-player-controls button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:36px;height:36px;padding:0 8px;border:0;border-radius:4px;background:transparent;color:#fff;cursor:pointer}.custom-player-controls button:hover,.custom-player-controls button:focus-visible{background:rgba(255,255,255,.16);outline:0}.player-center-play{position:absolute;z-index:7;display:grid;place-items:center;width:64px;height:64px;padding:0 0 0 4px;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(13,15,18,.72);color:#fff;font-size:28px;cursor:pointer}.player-center-play.is-playing{display:none}.player-time{flex:0 0 auto;min-width:92px;font-size:12px;font-variant-numeric:tabular-nums}.player-seek{min-width:60px;flex:1;accent-color:var(--brand);cursor:pointer}.player-volume{width:78px;flex:0 0 78px;accent-color:var(--brand)}.player-speed{width:64px;height:32px;border:1px solid rgba(255,255,255,.25);border-radius:4px;background:#171b1f;color:#fff}.native-player-fallback{font-size:12px;white-space:nowrap}.player-frame:fullscreen{width:100vw;height:100vh;aspect-ratio:auto}.player-frame:fullscreen video{object-fit:contain}
.line-toolbar{min-height:54px;display:flex;align-items:center;gap:12px;padding:8px 14px;color:#d7dcdf;border-top:1px solid #252a2f}.line-buttons{display:flex;align-items:center;gap:7px;overflow-x:auto}.line-buttons button{height:34px;border:1px solid #394048;background:#1a1e23;color:#d7dcdf;border-radius:5px;padding:0 12px;white-space:nowrap;cursor:pointer}.line-buttons button.active{border-color:var(--brand);background:var(--brand);color:#fff}.player-status{margin-left:auto;color:#8f989f;font-size:12px;white-space:nowrap}.auto-next{display:inline-flex;align-items:center;gap:6px;color:#c5cbd0;font-size:13px;white-space:nowrap;cursor:pointer}.auto-next input{accent-color:var(--brand)}.auto-next:has(input:disabled){color:#737b82;cursor:not-allowed}
.episode-panel{min-width:0;background:#15191d;color:#e6e9eb;border-left:1px solid #282e34;display:grid;grid-template-rows:auto minmax(0,1fr);max-height:calc((1240px - 300px)*.5625 + 55px)}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px;border-bottom:1px solid #282e34}.panel-heading div{display:grid;min-width:0}.panel-heading strong,.panel-heading span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-heading span{color:#8e979e;font-size:12px}.panel-heading a{color:#ef7478;font-size:13px}.episode-scroll{padding:10px;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px}.episode-scroll a{display:flex;align-items:center;justify-content:center;height:36px;background:#20252a;border:1px solid #30363c;border-radius:5px;padding:0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.episode-scroll a.active{background:var(--brand);border-color:var(--brand);color:#fff}
.play-info{display:grid;grid-template-columns:90px minmax(0,1fr);gap:18px;padding:20px;background:#fff;border:1px solid var(--border);border-top:0}.play-info>img{width:90px;aspect-ratio:2/3;object-fit:cover;border-radius:5px}.play-info h1{margin:0;font-size:22px;letter-spacing:0}.play-info h1 small{font-size:14px;color:var(--muted);font-weight:500}.play-info p{margin:7px 0 0;color:#535a61}.play-info .facts{display:flex}
.player-ad[hidden]{display:none!important}.player-ad{position:relative;opacity:0;transition:opacity .2s ease}.player-ad.is-visible{opacity:1}.player-ad img{display:block;width:100%;height:100%;object-fit:contain}.player-ad-close{position:absolute;right:5px;top:5px;z-index:2;width:28px;height:28px;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(13,15,18,.82);color:#fff;font-size:21px;line-height:24px;cursor:pointer}.player-ad-floating{position:absolute;right:14px;bottom:66px;z-index:6;width:min(300px,38%);max-height:120px;background:rgba(13,15,18,.9);box-shadow:0 4px 18px rgba(0,0,0,.35)}.player-ad-floating img{max-height:120px}.player-ad-fixed{display:flex;justify-content:center;max-width:970px;max-height:120px;margin:12px auto;background:#fff}.player-ad-fixed>a,.player-ad-fixed>img{max-height:120px}.player-ad-fixed img{max-height:120px;width:auto;max-width:100%}
.site-footer{border-top:1px solid var(--border);background:#fff;color:var(--muted)}.footer-row{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}
@media(max-width:1020px){.poster-grid,.poster-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.featured{grid-template-columns:minmax(0,1fr) 210px;gap:32px}.featured-poster{width:200px}.watch-layout{grid-template-columns:1fr}.episode-panel{max-height:none;border-left:0;border-top:1px solid #282e34}.episode-scroll{grid-template-columns:repeat(5,minmax(0,1fr));max-height:220px}.upcoming-list{grid-template-columns:repeat(2,minmax(0,1fr))}.episode-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}
@media(max-width:720px){.shell{width:min(100% - 24px,1240px)}.site-header{position:relative}.header-row{min-height:58px;gap:14px;flex-wrap:wrap;padding:10px 0}.brand{font-size:17px}.brand-mark{width:29px;height:29px}.main-nav{order:3;width:100%;gap:18px;padding-top:2px}.search-form{grid-template-columns:minmax(90px,1fr) 38px;height:38px;flex:1}.featured{min-height:360px;grid-template-columns:minmax(0,1fr) 125px;gap:16px;padding:28px 0;background-size:auto 100%}.featured::after{background:rgba(238,241,243,.86)}.featured h1{font-size:32px}.featured p{font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-poster{width:120px}.poster-grid,.poster-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 10px}.poster-card h2,.poster-card h3{font-size:14px}.upcoming-list{grid-template-columns:1fr}.list-header{align-items:flex-start;flex-direction:column}.detail-layout{grid-template-columns:120px minmax(0,1fr);gap:17px;padding:14px}.title-row h1{font-size:24px}.score{font-size:20px}.metadata{grid-template-columns:42px minmax(0,1fr);font-size:13px}.intro{grid-column:1/-1;-webkit-line-clamp:4}.episode-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.watch-layout{margin-left:-12px;margin-right:-12px}.line-toolbar{align-items:flex-start;flex-wrap:wrap}.line-toolbar>strong{width:100%}.player-status{margin-left:0}.episode-scroll{grid-template-columns:repeat(4,minmax(0,1fr))}.play-info{grid-template-columns:70px minmax(0,1fr);padding:14px}.play-info>img{width:70px}.play-info p:last-child{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.footer-row{align-items:flex-start;flex-direction:column;justify-content:center;gap:2px}}
@media(max-width:420px){.poster-grid,.poster-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.featured{grid-template-columns:1fr}.featured-poster{display:none}.episode-grid,.episode-scroll{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-layout{grid-template-columns:100px minmax(0,1fr)}.detail-main>.facts,.metadata{font-size:12px}}
@media(max-width:720px){.custom-player-controls{gap:5px;padding:7px 8px;min-height:48px}.custom-player-controls button{min-width:32px;height:32px;padding:0 5px}.player-center-play{width:54px;height:54px;font-size:24px}.player-time{min-width:68px;font-size:11px}.player-volume,.player-speed{display:none}.native-player-fallback{font-size:11px}.player-loading{bottom:56px}.player-ad-floating{right:8px;bottom:56px;width:min(220px,48%);max-height:90px}.player-ad-floating img{max-height:90px}.player-ad-fixed{margin:10px 0;max-height:90px}.player-ad-fixed>a,.player-ad-fixed>img,.player-ad-fixed img{max-height:90px}.player-ad-close{width:26px;height:26px;font-size:19px}}
.player-frame.native-controls .custom-player-controls,.player-frame.native-controls .player-center-play{display:none}
