/* ========================================
   Live Template - 直播风格
   ======================================== */

/* Reset & Base */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  background:#0a0a0f;color:#cbd5e1;font-size:14px;line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
a{color:#f87171;text-decoration:none;transition:color .3s}
a:hover{color:#fca5a5}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none;padding:0;margin:0}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* ========== Header ========== */
.live-header{
  position:fixed;top:0;left:0;width:100%;z-index:9999;
  background:rgba(10,10,15,0.95);backdrop-filter:blur(12px);
  border-bottom:2px solid rgba(225,29,72,0.3);
}
.live-header .container{display:flex;align-items:center;justify-content:space-between;height:62px}
.live-header .logo-area{display:flex;align-items:center;flex-shrink:0}
.live-header .logo-area a{display:flex;align-items:center}
.live-header .logo-area img{height:36px;width:auto}
.live-header .logo-area .site-name{color:#f1f5f9;font-size:18px;font-weight:700;margin-left:10px;white-space:nowrap}

/* Nav */
.live-nav{display:flex;align-items:center;gap:2px}
.live-nav>li{position:relative}
.live-nav>li>a{display:block;color:#94a3b8;font-size:14px;padding:8px 14px;border-radius:6px;transition:all .3s;white-space:nowrap;font-weight:500}
.live-nav>li>a:hover,.live-nav>li.active>a{color:#f87171;background:rgba(225,29,72,0.06)}
.live-nav .dropdown{position:relative}
.live-nav .dropdown .dropdown-toggle::after{content:' ▾';font-size:10px;margin-left:3px}
.live-nav .dropdown .dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#1a1a24;min-width:160px;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,0.5);padding:6px 0;z-index:10000;border:1px solid rgba(225,29,72,0.1)}
.live-nav .dropdown:hover .dropdown-menu{display:block}
.live-nav .dropdown .dropdown-menu li a{display:block;padding:10px 18px;color:#94a3b8;font-size:14px;white-space:nowrap;transition:.2s}
.live-nav .dropdown .dropdown-menu li a:hover{color:#f87171;background:rgba(225,29,72,0.04)}

/* CTA */
.live-header .header-cta{display:flex;align-items:center;gap:10px;flex-shrink:0}

/* Buttons */
.lv-btn{display:inline-block;padding:9px 22px;border-radius:6px;font-size:14px;font-weight:600;text-align:center;cursor:pointer;transition:all .3s;border:none;white-space:nowrap}
.lv-btn-red{background:linear-gradient(135deg,#e11d48,#ef4444);color:#fff;box-shadow:0 4px 16px rgba(225,29,72,0.3)}
.lv-btn-red:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(225,29,72,0.45);color:#fff}
.lv-btn-outline{background:transparent;color:#f87171;border:1px solid rgba(225,29,72,0.4)}
.lv-btn-outline:hover{background:rgba(225,29,72,0.1);border-color:#ef4444;color:#fca5a5}
.lv-btn-lg{padding:14px 36px;font-size:16px;border-radius:8px}

/* Mobile Toggle */
.lv-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.lv-menu-toggle span{display:block;width:24px;height:2px;background:#f87171;margin:5px 0;transition:.3s}

/* ========== Hero ========== */
.live-hero{
  position:relative;min-height:560px;overflow:hidden;
  background:linear-gradient(180deg,#0a0a0f 0%,#1a0a0f 40%,#0a0a0f 100%);
  display:flex;align-items:center;
}
.live-hero::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at 30% 50%,rgba(225,29,72,0.12) 0%,transparent 50%),
             radial-gradient(ellipse at 70% 30%,rgba(239,68,68,0.06) 0%,transparent 40%);
}
.live-hero .hero-content{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:100px 24px 80px;display:flex;align-items:center;gap:50px}
.live-hero .hero-text{flex:1}
.live-hero .hero-live{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;border-radius:4px;background:#e11d48;color:#fff;font-size:12px;font-weight:700;margin-bottom:18px;letter-spacing:1px;animation:live-pulse 2s infinite}
.live-hero .hero-live .dot{width:8px;height:8px;background:#fff;border-radius:50%}
@keyframes live-pulse{0%,100%{box-shadow:0 0 0 0 rgba(225,29,72,0.6)}50%{box-shadow:0 0 0 12px rgba(225,29,72,0)}}
.live-hero .hero-content h1{font-size:44px;font-weight:800;color:#fff;margin-bottom:14px;line-height:1.2}
.live-hero .hero-content h1 span{color:#f87171}
.live-hero .hero-content .hero-desc{font-size:16px;color:#94a3b8;margin-bottom:32px;max-width:520px}
.live-hero .hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.live-hero .hero-img{flex-shrink:0}
.live-hero .hero-img img{max-height:240px;width:auto;border-radius:16px;box-shadow:0 20px 60px rgba(225,29,72,0.2);border:2px solid rgba(225,29,72,0.15)}

/* ========== Live Badge Bar ========== */
.live-badge-bar{
  background:linear-gradient(90deg,rgba(225,29,72,0.1),rgba(239,68,68,0.05),rgba(225,29,72,0.1));
  border-top:1px solid rgba(225,29,72,0.15);border-bottom:1px solid rgba(225,29,72,0.15);
  padding:10px 0;overflow:hidden;
}
.live-badge-track{display:flex;gap:30px;animation:badge-scroll 18s linear infinite;width:fit-content}
.live-badge-track:hover{animation-play-state:paused}
.live-badge-item{display:flex;align-items:center;gap:8px;white-space:nowrap;flex-shrink:0;font-size:14px}
.live-badge-item .badge-live{background:#e11d48;color:#fff;padding:2px 8px;border-radius:3px;font-size:11px;font-weight:700}
.live-badge-item .badge-viewers{color:#f87171;font-size:13px}
.live-badge-item .badge-title{color:#cbd5e1}
@keyframes badge-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ========== Section Common ========== */
.lv-section{padding:80px 0}
.lv-section.bg-alt{background:rgba(15,15,20,0.5)}
.lv-section .section-header{text-align:center;margin-bottom:50px}
.lv-section .section-header .section-badge{display:inline-block;padding:5px 14px;border-radius:4px;background:rgba(225,29,72,0.12);color:#f87171;font-size:12px;font-weight:600;margin-bottom:14px}
.lv-section .section-header h2{font-size:34px;font-weight:700;color:#f1f5f9;margin-bottom:10px}
.lv-section .section-header .section-subtitle{font-size:15px;color:#64748b}

/* ========== Channels Grid ========== */
.live-channels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.live-channel-card{background:#15151d;border:1px solid rgba(255,255,255,0.04);border-radius:12px;overflow:hidden;transition:all .3s;cursor:pointer;position:relative}
.live-channel-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(225,29,72,0.1);border-color:rgba(225,29,72,0.2)}
.live-channel-card .ch-thumb{height:160px;overflow:hidden;background:#0d0d14;position:relative}
.live-channel-card .ch-thumb img{width:100%;height:100%;object-fit:cover;transition:.4s}
.live-channel-card:hover .ch-thumb img{transform:scale(1.06)}
.live-channel-card .ch-thumb .ch-live-tag{position:absolute;top:10px;left:10px;background:#e11d48;color:#fff;padding:3px 8px;border-radius:3px;font-size:11px;font-weight:700}
.live-channel-card .ch-info{padding:16px}
.live-channel-card .ch-info h4{font-size:15px;font-weight:600;color:#f1f5f9;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.live-channel-card .ch-info .ch-meta{font-size:12px;color:#64748b}

/* ========== Schedule ========== */
.live-schedule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.live-schedule-item{background:#15151d;border:1px solid rgba(255,255,255,0.04);border-radius:10px;padding:20px 24px;display:flex;align-items:center;gap:18px;transition:.3s}
.live-schedule-item:hover{border-color:rgba(225,29,72,0.15)}
.live-schedule-item .sch-time{flex-shrink:0;text-align:center;min-width:70px}
.live-schedule-item .sch-time .time-num{font-size:22px;font-weight:700;color:#f87171;line-height:1}
.live-schedule-item .sch-time .time-label{font-size:11px;color:#64748b;margin-top:4px}
.live-schedule-item .sch-icon{width:50px;height:50px;border-radius:10px;overflow:hidden;flex-shrink:0}
.live-schedule-item .sch-icon img{width:100%;height:100%;object-fit:cover}
.live-schedule-item .sch-info h4{font-size:15px;font-weight:600;color:#f1f5f9}
.live-schedule-item .sch-info p{font-size:12px;color:#64748b;margin-top:2px}

/* ========== Features ========== */
.lv-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.lv-feature-card{background:#15151d;border:1px solid rgba(255,255,255,0.04);border-radius:14px;padding:34px 26px;text-align:center;transition:.3s}
.lv-feature-card:hover{transform:translateY(-5px);border-color:rgba(225,29,72,0.2);box-shadow:0 10px 30px rgba(225,29,72,0.08)}
.lv-feature-card .f-icon{width:120px;height:120px;margin:0 auto 18px;border-radius:20px;overflow:hidden;background:rgba(225,29,72,0.06)}
.lv-feature-card .f-icon img{width:100%;height:100%;object-fit:cover}
.lv-feature-card h3{font-size:17px;font-weight:700;color:#f1f5f9;margin-bottom:8px}
.lv-feature-card p{font-size:14px;color:#94a3b8;line-height:1.6}

/* ========== News ========== */
.lv-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.lv-news-card{background:#15151d;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,0.03);transition:.3s}
.lv-news-card:hover{transform:translateY(-4px);border-color:rgba(225,29,72,0.1)}
.lv-news-card .news-img{height:160px;overflow:hidden;background:#0d0d14}
.lv-news-card .news-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.lv-news-card:hover .news-img img{transform:scale(1.06)}
.lv-news-card .news-info{padding:16px}
.lv-news-card .news-info h4{font-size:15px;font-weight:600;color:#f1f5f9;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lv-news-card .news-info .news-time{font-size:12px;color:#64748b}

/* ========== Partners ========== */
.lv-partners-wrap{overflow:hidden}
.lv-partners-track{display:flex;animation:lv-partner-scroll 22s linear infinite;width:fit-content;gap:16px}
.lv-partners-track:hover{animation-play-state:paused}
.lv-partner-item{flex-shrink:0;background:#15151d;border-radius:10px;padding:22px 28px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,0.04);min-width:160px;transition:.3s}
.lv-partner-item:hover{border-color:rgba(225,29,72,0.2)}
.lv-partner-item img{height:150px;width:auto;object-fit:contain}
@keyframes lv-partner-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ========== FAQ ========== */
.lv-faq{max-width:800px;margin:0 auto}
.lv-faq-item{background:#15151d;border-radius:10px;margin-bottom:10px;overflow:hidden;border:1px solid rgba(255,255,255,0.03)}
.lv-faq-item .faq-q{padding:16px 22px;font-size:15px;font-weight:600;color:#e2e8f0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:.3s}
.lv-faq-item .faq-q:hover{background:rgba(225,29,72,0.03)}
.lv-faq-item .faq-q::after{content:'+';font-size:18px;color:#f87171;transition:.3s}
.lv-faq-item.open .faq-q::after{content:'−'}
.lv-faq-item .faq-a{padding:0 22px;max-height:0;overflow:hidden;transition:.3s;color:#94a3b8;font-size:14px;line-height:1.7}
.lv-faq-item.open .faq-a{padding:0 22px 16px;max-height:240px}

/* ========== Footer ========== */
.lv-footer{background:#06060a;border-top:1px solid rgba(225,29,72,0.1);padding:50px 0 30px}
.lv-footer .footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,0.04);margin-bottom:30px}
.lv-footer h4{color:#e2e8f0;font-size:16px;margin-bottom:14px}
.lv-footer p,.lv-footer a{color:#64748b;font-size:14px;line-height:1.8}
.lv-footer a:hover{color:#f87171}
.lv-footer .flinks{display:flex;flex-wrap:wrap;gap:8px}
.lv-footer .flinks a{padding:5px 12px;border:1px solid rgba(255,255,255,0.06);border-radius:6px;font-size:13px}
.lv-footer .flinks a:hover{border-color:#e11d48}
.lv-footer .footer-bottom{text-align:center;font-size:13px;color:#475569}
.lv-footer .footer-bottom a{color:#64748b}
.lv-footer .footer-bottom a:hover{color:#f87171}

/* ========== Inner Pages ========== */
.lv-row{display:flex;flex-wrap:wrap;margin:0 -15px}
.lv-main{flex:0 0 66.66%;max-width:66.66%;padding:0 15px}
.lv-side{flex:0 0 33.33%;max-width:33.33%;padding:0 15px}
.lv-card{background:#15151d;border:1px solid rgba(255,255,255,0.03);border-radius:12px;margin-bottom:20px;overflow:hidden}
.lv-card-header{padding:18px 24px;border-bottom:1px solid rgba(255,255,255,0.04)}
.lv-card-header h2,.lv-card-header h3{margin:0;font-size:17px;font-weight:700;color:#e2e8f0}
.lv-card-body{padding:24px}
.lv-breadcrumb{padding:16px 0;font-size:13px;color:#64748b}
.lv-breadcrumb a{color:#94a3b8}
.lv-breadcrumb a:hover{color:#f87171}
.lv-breadcrumb span{margin:0 6px;color:#475569}
.lv-article-item{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,0.03)}
.lv-article-item:last-child{border-bottom:none}
.lv-article-item .art-thumb{flex-shrink:0;width:190px;height:125px;border-radius:8px;overflow:hidden;background:#0d0d14}
.lv-article-item .art-thumb img{width:100%;height:100%;object-fit:cover;transition:.4s}
.lv-article-item .art-thumb:hover img{transform:scale(1.08)}
.lv-article-item .art-info{flex:1;min-width:0}
.lv-article-item .art-info h4{font-size:16px;font-weight:600;margin-bottom:6px}
.lv-article-item .art-info h4 a{color:#e2e8f0}
.lv-article-item .art-info h4 a:hover{color:#f87171}
.lv-article-item .art-info .art-desc{font-size:13px;color:#64748b;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px}
.lv-article-item .art-info .art-meta{font-size:12px;color:#475569}
.lv-list-item{padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.02)}
.lv-list-item:last-child{border-bottom:none}
.lv-list-item a{display:block;color:#cbd5e1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.lv-list-item a:hover{color:#f87171}
.lv-list-item .lt{font-size:12px;color:#475569;margin-top:2px}
.lv-tags{display:flex;flex-wrap:wrap;gap:6px}
.lv-tags a{display:inline-block;padding:5px 12px;background:rgba(225,29,72,0.06);color:#94a3b8;border-radius:6px;font-size:12px;transition:.3s}
.lv-tags a:hover{background:rgba(225,29,72,0.18);color:#f87171}
.lv-pagination{display:flex;justify-content:center;gap:5px;padding:30px 0 10px;flex-wrap:wrap}
.lv-pagination a,.lv-pagination span{display:inline-block;padding:7px 13px;border-radius:6px;background:#15151d;color:#94a3b8;font-size:13px;border:1px solid rgba(255,255,255,0.04);transition:.3s}
.lv-pagination a:hover{background:rgba(225,29,72,0.1);color:#f87171;border-color:rgba(225,29,72,0.2)}
.lv-pagination .active span{background:linear-gradient(135deg,#e11d48,#ef4444);color:#fff;border-color:transparent}
.lv-pagination .disabled span{color:#475569}
.lv-detail{margin-top:80px}
.lv-detail-body{font-size:15px;line-height:1.9;color:#cbd5e1;word-wrap:break-word}
.lv-detail-body img{max-width:100%;border-radius:8px;margin:18px 0}
.lv-detail-body h2,.lv-detail-body h3{margin:28px 0 14px;color:#f1f5f9}
.lv-detail-body p{margin-bottom:14px}
.lv-detail-body a{color:#f87171}
.lv-detail-body blockquote{border-left:3px solid #e11d48;padding:12px 18px;margin:18px 0;background:rgba(225,29,72,0.03);border-radius:0 8px 8px 0;color:#94a3b8}
.lv-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:#64748b;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,0.04);margin-bottom:20px}
.lv-prev-next{display:flex;gap:16px;padding:18px 0;border-top:1px solid rgba(255,255,255,0.04);margin-top:28px}
.lv-prev-next>div{flex:1;min-width:0}
.lv-prev-next .lbl{font-size:12px;color:#475569;margin-bottom:4px}
.lv-prev-next a{color:#cbd5e1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block}
.lv-prev-next a:hover{color:#f87171}
.lv-404{text-align:center;padding:120px 20px;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}
.lv-404 .code{font-size:140px;font-weight:900;background:linear-gradient(135deg,#e11d48,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}
.lv-404 .msg{font-size:18px;color:#94a3b8;margin:18px 0 32px}
.lv-search-header{position:fixed;top:0;left:0;right:0;background:rgba(10,10,15,0.95);z-index:9998;border-bottom:1px solid rgba(225,29,72,0.1);padding:12px 0;backdrop-filter:blur(12px)}
.lv-search-main{padding-top:70px}
.lv-tag-header{display:flex;align-items:center;gap:14px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,0.04)}
.lv-tag-header .tag-icon{width:48px;height:48px;background:rgba(225,29,72,0.08);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#f87171;flex-shrink:0}
.lv-tag-header h2{font-size:19px;margin:0 0 3px;color:#e2e8f0}
.lv-tag-header p{font-size:13px;color:#64748b;margin:0}
.lv-content-body{font-size:15px;line-height:1.8;color:#cbd5e1}

/* ========== Responsive ========== */
@media(max-width:992px){
  .live-header .container{height:54px}
  .lv-menu-toggle{display:block}
  .live-nav{display:none;position:fixed;top:54px;left:0;right:0;bottom:0;background:#0a0a0f;flex-direction:column;padding:20px;overflow-y:auto;z-index:9998}
  .live-nav.open{display:flex}
  .live-nav>li>a{font-size:15px;padding:12px 16px}
  .live-nav .dropdown .dropdown-menu{position:static;background:rgba(255,255,255,0.02);box-shadow:none;border-radius:0;padding-left:20px}
  .live-header .header-cta{display:none}
  .live-hero .hero-content{flex-direction:column;text-align:center;gap:30px}
  .live-hero .hero-content h1{font-size:32px}
  .live-hero .hero-content .hero-desc{max-width:100%}
  .live-hero .hero-img img{max-height:250px}
  .live-channels-grid{grid-template-columns:repeat(2,1fr)}
  .lv-features-grid{grid-template-columns:1fr 1fr}
  .live-schedule-grid{grid-template-columns:1fr}
  .lv-news-grid{grid-template-columns:1fr 1fr}
  .lv-main,.lv-side{flex:0 0 100%;max-width:100%}
  .lv-article-item{flex-direction:column}
  .lv-article-item .art-thumb{width:100%;height:160px}
  .lv-footer .footer-grid{grid-template-columns:1fr}
  .lv-partner-item img{height:100px}
}
@media(max-width:576px){
  .live-hero .hero-content h1{font-size:26px}
  .live-hero .hero-content .hero-desc{font-size:14px}
  .live-channels-grid,.lv-features-grid,.lv-news-grid{grid-template-columns:1fr}
  .lv-section{padding:50px 0}
  .lv-section .section-header h2{font-size:24px}
  .lv-partner-item{padding:14px 18px;min-width:120px}
  .lv-partner-item img{height:80px}
}
.live-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.live-news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,0.04)}.live-news-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.06)}.live-news-card .ln-img{height:120px;overflow:hidden}.live-news-card .ln-img img{width:100%;height:100%;object-fit:cover}.live-news-card .ln-body{padding:14px 16px}.live-news-card .ln-body h4{font-size:14px;font-weight:600;color:#1e293b}.live-news-card .ln-body .ln-date{font-size:11px;color:#94a3b8;margin-top:4px}
.live-faq .fq{background:#fff;border-radius:12px;margin-bottom:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.03)}.live-faq .fq .q{padding:14px 20px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;color:#1e293b}.live-faq .fq .q::after{content:'+'}.live-faq .fq.open .q::after{content:'−'}.live-faq .fq .a{padding:0 20px;max-height:0;overflow:hidden;transition:.3s;color:#64748b}.live-faq .fq.open .a{padding:0 20px 14px;max-height:240px}
@media(max-width:768px){.live-news-grid{grid-template-columns:1fr}}
