:root{--bg:#0b0d12;--soft:#11151d;--card:#171c26;--line:rgba(255,255,255,.09);--text:#f4f6fb;--muted:#98a1b3;--accent:#ffb703;--radius:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at 80% -10%,rgba(255,183,3,.12),transparent 28rem),var(--bg);font-family:"Microsoft YaHei","PingFang SC",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}input,button{font:inherit}.container{width:min(1180px,calc(100% - 30px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:rgba(11,13,18,.9);backdrop-filter:blur(14px)}.header-inner{min-height:72px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:800}.brand-mark{width:38px;height:38px;display:grid;place-items:center;color:#17130a;background:var(--accent);border-radius:12px}.main-nav{display:flex;gap:22px;flex:1;color:#ccd2dd}.main-nav a:hover{color:var(--accent)}.header-search{display:flex;width:240px;height:40px;overflow:hidden;border:1px solid var(--line);border-radius:999px}.header-search input{min-width:0;flex:1;padding:0 14px;color:var(--text);border:0;outline:0;background:var(--soft)}.header-search button{padding:0 15px;border:0;background:var(--accent);cursor:pointer}.menu-toggle{display:none}.hero{padding:58px 0 44px}.hero-inner{display:flex;justify-content:space-between;align-items:center;gap:32px;padding:48px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(120deg,rgba(255,183,3,.17),transparent 48%),linear-gradient(145deg,#181e29,#10141b)}.kicker{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.15em}.hero h1{font-size:clamp(36px,6vw,64px);line-height:1.05;margin:10px 0}.hero p{color:var(--muted)}.hero form{display:flex;flex-direction:column;gap:10px;width:340px}.hero input,.hero button{height:50px;padding:0 18px;border-radius:13px}.hero input{color:var(--text);border:1px solid var(--line);background:#0b0f16}.hero button{border:0;background:var(--accent);font-weight:800;cursor:pointer}.section{padding:28px 0 70px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-title h2{margin:3px 0 0;font-size:28px}.section-title a{color:var(--muted)}.vod-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px 14px}.vod-card{min-width:0}.vod-card:hover{transform:translateY(-4px)}.vod-card{transition:.2s}.vod-cover{position:relative;aspect-ratio:2/3;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--card)}.vod-cover img{width:100%;height:100%;object-fit:cover}.vod-card h3{margin:9px 0 0;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vod-card p{margin:0;color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{position:absolute;top:9px;padding:2px 7px;border-radius:999px;font-size:12px}.remarks{left:9px;max-width:68%;overflow:hidden;color:#fff;background:rgba(0,0,0,.65);text-overflow:ellipsis;white-space:nowrap}.score{right:9px;color:#17130a;background:var(--accent)}.page-main{padding-top:32px;padding-bottom:70px}.page-banner{padding:32px 36px;margin-bottom:26px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(120deg,#181e29,#11151d)}.page-banner h1{margin:5px 0;font-size:36px}.page-banner p{margin:0;color:var(--muted)}.breadcrumb{margin-bottom:18px;color:var(--muted);font-size:14px}.breadcrumb strong{color:var(--accent)}.detail-hero{display:grid;grid-template-columns:230px 1fr;gap:30px;padding:26px;border:1px solid var(--line);border-radius:22px;background:var(--soft)}.detail-poster{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:14px}.detail-hero h1{font-size:clamp(28px,5vw,46px);margin:8px 0}.meta{display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--muted);font-size:14px}.detail-hero p{color:#c8cfdd}dl{display:grid;grid-template-columns:60px 1fr;gap:5px 12px}dt{color:var(--muted)}dd{margin:0}.score-text{color:var(--accent);font-weight:800}.panel{margin-top:22px;padding:24px 26px;border:1px solid var(--line);border-radius:18px;background:var(--soft)}.panel h2{margin-top:0}.content{color:#c8cfdd;word-break:break-word}.play-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.play-grid a{padding:9px;text-align:center;border:1px solid var(--line);border-radius:9px;background:var(--card);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.play-grid a:hover{color:#17130a;background:var(--accent)}.player-panel{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--soft)}.player-head{display:flex;justify-content:space-between;align-items:end;padding:20px 22px}.player-head h1{margin:0;font-size:25px}.player-head p{margin:0;color:var(--muted)}.player-box{min-height:420px;display:grid;place-items:center;padding:0 16px;background:#050608}.player-box iframe,.player-box video{width:100%;min-height:520px}.player-list{padding:18px}.pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin-top:30px}.pagination a,.pagination span,.pagination em,.pagination strong{min-width:36px;padding:6px 11px;text-align:center;border:1px solid var(--line);border-radius:8px;background:var(--card)}.pagination .active,.pagination strong,.pagination a:hover{color:#17130a;background:var(--accent)}.site-footer{padding:26px 0;color:var(--muted);border-top:1px solid var(--line);background:#080a0e}.site-footer .container{display:flex;justify-content:space-between}@media(max-width:1000px){.vod-grid{grid-template-columns:repeat(5,1fr)}.play-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.menu-toggle{display:block;margin-left:auto;width:40px;height:40px;color:var(--text);border:1px solid var(--line);border-radius:10px;background:var(--soft)}.main-nav{display:none;order:3;width:100%;flex:0 0 100%;flex-wrap:wrap;padding:10px 0}.main-nav.open{display:flex}.header-inner{flex-wrap:wrap;padding:12px 0}.header-search{width:100%;order:4}.hero-inner{display:block;padding:36px 28px}.hero form{width:100%;margin-top:24px}.vod-grid{grid-template-columns:repeat(4,1fr)}.detail-hero{grid-template-columns:180px 1fr}.player-box iframe,.player-box video{min-height:400px}}@media(max-width:560px){.vod-grid{grid-template-columns:repeat(3,1fr)}.play-grid{grid-template-columns:repeat(3,1fr)}.detail-hero{grid-template-columns:1fr}.detail-poster{max-width:200px}.player-head{display:block}.player-box iframe,.player-box video{min-height:250px}.site-footer .container{display:block}}

/* SimpleV10 player layout fix */
.player-box{display:block !important;padding:0 !important;min-height:0 !important;aspect-ratio:16/9;overflow:hidden}
#playleft{width:100% !important;height:100% !important;min-height:0 !important}
.player-box iframe,.player-box video{display:block !important;width:100% !important;height:100% !important;min-height:0 !important;border:0}
