/* ========================================
   spzxw-detail.css - 详情页专属样式
   ======================================== */

/* 详情页内容宽度900px，覆盖base.css的1200px */
.wrap{max-width:900px;margin:0 auto;padding:0 20px;}
.topbar-inner{max-width:900px;}

/* ========== Hero Banner ========== */
.hero-banner{position:relative;border-radius:14px;overflow:hidden;margin-bottom:24px;background:linear-gradient(135deg,#16213e,#1a1a2e);min-height:300px;border:1px solid rgba(255,255,255,.04);}
.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3;}
.hero-overlay{position:relative;padding:36px;display:flex;gap:28px;align-items:flex-end;min-height:300px;background:linear-gradient(0deg,rgba(11,13,23,.95) 0%,rgba(11,13,23,.3) 60%,transparent 100%);}
.hero-poster{width:180px;height:250px;border-radius:10px;overflow:hidden;flex-shrink:0;box-shadow:0 8px 30px rgba(0,0,0,.5);background:#13132a;}
.hero-poster img{width:100%;height:100%;object-fit:cover;}
.hero-info{flex:1;min-width:0;padding-bottom:4px;}
.hero-info .tag{display:inline-block;padding:3px 12px;background:rgba(233,69,96,.2);color:#e94560;border-radius:4px;font-size:12px;font-weight:600;margin-bottom:10px;}
.hero-info h1{font-size:24px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:10px;}
.hero-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:#8a8aa0;margin-bottom:12px;}
.hero-meta .hl{color:#5a5a70;}
.hero-meta .score-big{font-size:22px;font-weight:700;color:#f5c518;line-height:1;}
.hero-meta .score-label{font-size:12px;color:#5a5a70;margin-left:4px;}
.hero-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;}
.hero-tags a{display:inline-block;padding:3px 12px;background:rgba(255,255,255,.06);border-radius:14px;font-size:12px;color:#8a8aa0;transition:all .2s;}
.hero-tags a:hover{background:rgba(233,69,96,.15);color:#e94560;}

/* ========== Player ========== */
.player-section{margin-bottom:24px;background:#0b0d17;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.04);}
.player-section .dplayer-wrap{width:100%;aspect-ratio:16/9;position:relative;}
.player-section .dplayer{width:100%!important;height:100%!important;position:absolute!important;top:0;left:0;}

/* ========== Main Card ========== */
.main-card{background:#1a1a2e;border-radius:14px;padding:28px;border:1px solid rgba(255,255,255,.04);margin-bottom:24px;}

/* ========== Content Body ========== */
.content-body{line-height:1.9;font-size:15px;color:#c0c0d0;}
.content-body .intro-box{padding:16px 20px;background:rgba(255,255,255,.03);border-radius:10px;margin-bottom:20px;border-left:3px solid #e94560;color:#a0a0b0;font-size:14px;}
.content-body .intro-box strong{color:#e0e0e0;}
.content-body p{margin:14px 0;}
.content-body h2{font-size:17px;font-weight:600;color:#fff;margin:28px 0 12px;}
.content-body h2 em{font-style:normal;color:#e94560;}
.content-body figure{margin:20px 0;text-align:center;background:rgba(255,255,255,.02);border-radius:10px;padding:12px;border:1px solid rgba(255,255,255,.04);}
.content-body figure img{max-width:100%;height:auto;border-radius:8px;}
.content-body figcaption{font-size:12px;color:#5a5a70;margin-top:10px;}
.content-body .highlight{padding:16px 20px;background:rgba(245,197,24,.06);border:1px solid rgba(245,197,24,.15);border-radius:8px;margin:18px 0;font-size:14px;color:#d4a514;}
.content-body .highlight strong{color:#f5c518;}
.content-body .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0;padding:16px;background:rgba(255,255,255,.02);border-radius:8px;}
.content-body .info-grid .gi{font-size:13px;color:#8a8aa0;}
.content-body .info-grid .gi strong{color:#d0d0e0;font-weight:500;}

/* ========== Tags Section ========== */
.tag-section{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;}
.tag-section a{display:inline-block;padding:5px 14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:20px;font-size:12px;color:#8a8aa0;transition:all .2s;}
.tag-section a:hover{background:rgba(233,69,96,.12);border-color:rgba(233,69,96,.2);color:#e94560;}

/* ========== Related ========== */
.rel-section{margin-bottom:24px;}
.rel-section h3{font-size:17px;font-weight:600;color:#fff;margin-bottom:16px;}
.rel-section h3 em{font-style:normal;color:#e94560;}
.rel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.rel-card{background:#1a1a2e;border-radius:10px;overflow:hidden;transition:all .25s;border:1px solid rgba(255,255,255,.04);}
.rel-card:hover{transform:translateY(-3px);border-color:rgba(233,69,96,.2);box-shadow:0 8px 24px rgba(0,0,0,.3);}
.rel-card .rc-img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .3s;background:#13132a;}
.rel-card:hover .rc-img{transform:scale(1.06);}
.rel-card .rc-img-wrap{overflow:hidden;}
.rel-card .rc-body{padding:8px 10px 10px;}
.rel-card .rc-body h4{font-size:13px;font-weight:500;color:#d0d0e0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.rel-card .rc-body .rc-meta{font-size:11px;color:#5a5a70;margin-top:2px;}

/* ========== Comments ========== */
.comment-section{margin-bottom:24px;}
.comment-section h3{font-size:17px;font-weight:600;color:#fff;margin-bottom:16px;}
.comment-section h3 em{font-style:normal;color:#e94560;}
.comment-item{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.04);}
.comment-item:last-child{border-bottom:none;}
.comment-head{display:flex;align-items:center;gap:10px;margin-bottom:6px;}
.comment-head img{width:32px;height:32px;border-radius:50%;object-fit:cover;background:#13132a;}
.comment-head .cn{font-size:13px;font-weight:500;color:#d0d0e0;}
.comment-head .ct{font-size:12px;color:#5a5a70;margin-left:auto;}
.comment-text{font-size:14px;color:#a0a0b0;line-height:1.6;margin-left:42px;}

/* ========== 移动端 ========== */
@media(max-width:720px){
    .hero-overlay{flex-direction:column;align-items:flex-start;padding:24px;gap:16px;}
    .hero-poster{width:120px;height:170px;}
    .hero-info h1{font-size:20px;}
    .hero-meta .score-big{font-size:18px;}
    .rel-grid{grid-template-columns:repeat(2,1fr);}
    .main-card{padding:18px;}
    .content-body .info-grid{grid-template-columns:1fr;}
    .hero-banner{min-height:200px;}
    .hero-overlay{min-height:200px;}
}
@media(max-width:480px){
    .hero-poster{width:80px;height:115px;}
    .hero-info h1{font-size:17px;}
    .rel-grid{grid-template-columns:repeat(2,1fr);gap:8px;}
    .main-card{padding:12px;}
    .comment-text{margin-left:0;}
    .hero-banner{min-height:140px;}
    .hero-overlay{min-height:140px;padding:14px;gap:10px;}
    .hero-meta{font-size:12px;gap:6px;}
    .hero-meta .score-big{font-size:15px;}
    .content-body{font-size:14px;}
    .content-body h2{font-size:15px;}
    .content-body .info-grid{padding:8px;gap:6px;}
    .content-body .info-grid .gi{font-size:12px;}
    .rel-grid{gap:6px;}
    .rel-card .rc-body{padding:5px 6px 7px;}
    .rel-card .rc-body h4{font-size:12px;}
    .hero-info .tag{font-size:11px;padding:2px 8px;}
    .hero-tags a{font-size:11px;padding:2px 8px;}
    .tag-section a{font-size:11px;padding:3px 10px;}
    .comment-head img{width:26px;height:26px;}
}
@media(max-width:360px){
    .hero-poster{width:60px;height:85px;border-radius:6px;}
    .hero-info h1{font-size:15px;}
    .rel-grid{grid-template-columns:1fr;}
    .wrap{padding:0 10px;}
    .hero-overlay{padding:10px;gap:8px;}
    .main-card{padding:10px;border-radius:10px;}
    .player-section{border-radius:8px;}
    .hero-banner{border-radius:8px;min-height:110px;}
    .hero-overlay{min-height:110px;}
    .rel-card .rc-body h4{font-size:11px;}
    .comment-text{font-size:13px;}
}

/* ========== game-module (短剧对比模块) ========== */
.game-module{max-width:1180px;margin:0 auto;background:transparent;font-family:'Noto Sans SC',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;line-height:1.7!important;color:#333!important;box-sizing:border-box;position:relative;isolation:isolate}
.game-module .params-container{display:grid!important;grid-template-columns:1fr 1fr!important;gap:20px;padding:10px 0 30px}
.game-module .param-box{display:flex!important;align-items:center;background:#fff!important;border:1px solid #eee!important;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)!important;padding-left:16px!important}
.game-module .param-left{width:120px;height:120px;background-size:cover;background-position:center;flex-shrink:0;border-radius:8px}
.game-module .param-right{padding:20px;flex:1}
.game-module .param-right h3{font-size:20px!important;margin-bottom:12px!important;color:#222!important;margin-top:0}
.game-module .meta-item{display:flex;justify-content:space-between;margin:8px 0;font-size:15px}
.game-module .meta-label{color:#666}
.game-module .meta-value{font-weight:600!important;color:#e74c3c!important}
.game-module .description-box{padding:0 0 35px;font-size:15.5px!important;color:#444!important;text-align:justify}
.game-module .tabs{display:flex!important;background:#f8f9fa!important;border-top:1px solid #eee!important;border-bottom:1px solid #eee!important}
.game-module .tab-item{flex:1;padding:18px;text-align:center;cursor:pointer;font-weight:500;transition:all .3s;color:#666}
.game-module .tab-item.active{background:#fff!important;color:#e74c3c!important;border-bottom:3px solid #e74c3c!important}
.game-module .tab-content{display:none;padding:35px 0}
.game-module .tab-content.active{display:block!important}
.game-module .article-content h2{font-size:22px!important;margin:28px 0 14px!important;color:#2c3e50!important;border-left:4px solid #e74c3c!important;padding-left:16px}
.game-module .article-content p{margin-bottom:18px}
.game-module .comments-splice{margin-top:40px;padding-top:20px;border-top:1px dashed #ddd}
.game-module .comments-splice h3{margin-bottom:18px;color:#222;font-size:18px}
.game-module .comment-splice-item{padding:16px 0;border-bottom:1px solid #f0f0f0;font-size:14.8px}
.game-module .comment-splice-item:last-child{border-bottom:none!important}
.game-module .comment-header{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px;color:#888}
.game-module .comment-author{color:#e74c3c!important;font-weight:500}
@media(max-width:768px){.game-module .params-container{grid-template-columns:1fr!important}}