/* 24直播网 - 原站风格本地动态版 */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { min-height: 100%; }
body { font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; background: #f5f5f5; color: #333; font-size: 14px; line-height: 1.6; }
a { text-decoration: none; color: #1a73e8; transition: color .2s, background .2s, border-color .2s, box-shadow .2s; }
a:hover { color: #ff6600; }
ul, li { list-style: none; }
img { display: block; max-width: 100%; }
.fl { float: left; }
.fr { float: right; }
.clearfix:after { content: ""; display: block; clear: both; }
.pc-hide { display: block; }
.m-show { display: none; }
.W_1200 { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
main.W_1200 { padding-top: 0; padding-bottom: 0; }

/* 顶部导航 */
.site-header { background: #fff; border-bottom: 2px solid #1a73e8; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.header-logo { flex-shrink: 0; }
.header-logo a { display: block; }
.header-logo img { height: 50px; width: auto; }
.header-nav { flex: 1; margin-left: 30px; }
.header-nav ul { display: flex; align-items: center; height: 70px; gap: 5px; }
.header-nav ul li a { display: block; padding: 0 18px; height: 70px; line-height: 70px; font-size: 16px; color: #333; font-weight: bold; white-space: nowrap; }
.header-nav ul li a:hover,
.header-nav ul li a.is-active { color: #1a73e8; background: #f0f7ff; }

/* 移动端顶部默认隐藏，移动端文件覆盖 */
.m-header { background: #fff; border-bottom: 2px solid #1a73e8; padding: 10px 12px; }
.m-header-logo img { height: 40px; width: auto; }
.m-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.m-nav-link { display: inline-block; padding: 5px 12px; background: #f0f7ff; color: #1a73e8; border-radius: 20px; font-size: 13px; white-space: nowrap; }
.m-nav-link:hover,
.m-nav-link.active { background: #1a73e8; color: #fff; }
.m-bottom-tab { position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; height: 58px; background: #fff; border-top: 1px solid #e8e8e8; box-shadow: 0 -2px 8px rgba(0,0,0,.05); }
.m-bottom-tab a { float: left; width: 33.333%; height: 58px; padding-top: 7px; text-align: center; color: #666; font-size: 12px; }
.m-bottom-tab a.active { color: #1a73e8; }
.m-bottom-tab .tab-icon { display: block; font-size: 18px; line-height: 20px; }

/* 首页 SEO 区 */
.breadcrumb,
.detail-breadcrumb { background: #fff; padding: 12px 20px; margin-top: 10px; border-radius: 4px; font-size: 13px; color: #999; }
.breadcrumb a,
.detail-breadcrumb a { color: #1a73e8; }
.breadcrumb a:hover,
.detail-breadcrumb a:hover { color: #ff6600; }
.site-intro-section { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; border-left: 4px solid #1a73e8; }
.site-intro-title { font-size: 20px; font-weight: bold; color: #333; margin: 0 0 12px 0; line-height: 1.4; }
.site-intro-desc { font-size: 14px; color: #666; line-height: 1.8; margin: 0; }
.seo-nav-section { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; }
.seo-nav-section h2 { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.seo-nav-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.seo-nav-two-col { grid-template-columns: repeat(2, 1fr); gap: 30px; }
.seo-nav-col h3 { font-size: 15px; font-weight: bold; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #eee; }
.seo-nav-col h3 a { color: #333; }
.seo-nav-col h3 a:hover { color: #1a73e8; }
.seo-match-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px 15px; }
.seo-match-list li a { display: block; padding: 3px 6px; border-radius: 3px; color: #555; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.seo-match-list li a:hover { color: #1a73e8; background: #f0f7ff; }

/* 热门直播 */
.hot-live { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; }
.hot-live-title { background: linear-gradient(90deg, #1a73e8, #4a9eff); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; }
.hot-live-title a { color: #fff; font-size: 13px; font-weight: normal; }
.hot-live-list { padding: 0 20px; }
.hot-live-list .match-row { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; color: #333; }
.hot-live-list .match-row:last-child { border-bottom: none; }
.hot-live-list .match-league { width: 100px; font-size: 13px; color: #666; flex-shrink: 0; }
.hot-live-list .match-time { width: 70px; font-size: 14px; font-weight: bold; color: #333; flex-shrink: 0; }
.hot-live-list .match-teams { flex: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 12px; font-size: 15px; text-align: center; min-width: 0; line-height: 1.5; }
.hot-live-list .match-teams .team-unit { display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.hot-live-list .match-teams .team-name { font-weight: bold; color: #333; white-space: normal; overflow: visible; text-overflow: clip; word-break: keep-all; }
.hot-live-list .match-teams .vs { color: #999; }
.hot-live-list .match-status { width: 100px; text-align: right; flex-shrink: 0; }
.hot-live-list .match-status .live { color: #ff4444; font-weight: bold; font-size: 14px; }
.hot-live-list .match-status .upcoming { color: #999; font-size: 14px; }

/* 今日直播与栏目直播列表 */
.today-live { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; }
.today-live-title { background: linear-gradient(90deg, #ff6600, #ff9933); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; }
.today-live-title a { color: #fff; font-size: 13px; font-weight: normal; }
.date-header { background: linear-gradient(90deg, #1a73e8, #4a9eff); color: #fff; padding: 10px 20px; font-size: 15px; font-weight: bold; margin: 0; }
.date-group { margin-bottom: 0; }
.date-group + .date-group { margin-top: 8px; }
.date-group > .match-row:last-child,
.date-group > .match-item:last-child { border-bottom: none; }
.today-live .match-row { display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; color: #333; }
.today-live .match-row:hover { background: #f8f9fa; color: #333; }
.today-live .match-row:last-child { border-bottom: none; }
.today-live .match-league { width: 100px; font-size: 13px; color: #666; flex-shrink: 0; }
.today-live .match-time { width: 70px; font-size: 14px; font-weight: bold; color: #1a73e8; flex-shrink: 0; }
.today-live .match-teams { flex: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 12px; font-size: 15px; text-align: center; min-width: 0; line-height: 1.5; }
.today-live .match-teams .team-unit { display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.today-live .match-teams .team-name { font-weight: bold; color: #333; white-space: normal; overflow: visible; text-overflow: clip; word-break: keep-all; }
.today-live .match-teams .vs { color: #999; }
.today-live .match-status { width: 100px; text-align: right; flex-shrink: 0; }
.today-live .match-status .live { color: #ff4444; font-weight: bold; font-size: 14px; }
.today-live .match-status .upcoming { color: #999; font-size: 14px; }
.match-item { display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; transition: background .2s; }
.match-item:hover { background: #f8f9fa; }
.match-item:last-child { border-bottom: none; }
.match-item .m-time { width: 95px; font-size: 14px; font-weight: bold; color: #1a73e8; flex-shrink: 0; }
.match-item .m-league { width: 120px; font-size: 13px; color: #666; flex-shrink: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.match-item .m-teams { flex: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 10px; min-width: 0; line-height: 1.5; }
.match-item .m-teams .team-name { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: 14px; font-weight: bold; color: #333; white-space: normal; overflow: visible; text-overflow: clip; word-break: keep-all; }
.match-item .m-teams .team-name:hover { color: #1a73e8; }
.match-item .m-teams .vs-text { color: #999; font-size: 13px; flex-shrink: 0; }
.match-item .m-status { width: 100px; text-align: right; flex-shrink: 0; }
.btn-live { display: inline-block; padding: 5px 14px; background: #ff4444; color: #fff; border-radius: 3px; font-size: 13px; text-decoration: none; }
.btn-live:hover { background: #e63333; color: #fff; }
.btn-upcoming { display: inline-block; padding: 5px 14px; background: #eee; color: #666; border-radius: 3px; font-size: 13px; }

/* 录像区 */
.video-section,
.jijin-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; padding: 20px; }
.video-title { background: linear-gradient(90deg, #28a745, #5cb85c); color: #fff; padding: 12px 20px; border-radius: 4px; margin-bottom: 15px; font-size: 18px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; }
.video-title a { color: #fff; font-size: 13px; font-weight: normal; }
.video-list { padding: 0; display: grid; grid-template-columns: 1fr; gap: 10px; }
.video-list li { background: #f8f9fa; border-radius: 4px; padding: 12px 15px; border: 1px solid #eee; transition: all .3s; }
.video-list li:hover { background: #e3f2fd; border-color: #1a73e8; }
.video-list li a { display: block; color: #333; font-size: 14px; line-height: 1.5; white-space: normal; overflow: visible; text-overflow: clip; }
.video-list li a:hover { color: #1a73e8; }
.news-summary { margin-top: 6px; color: #666; font-size: 13px; line-height: 1.6; }

/* 资讯区 */
.news-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; padding: 20px; }
.news-title { font-size: 18px; font-weight: bold; color: #333; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid #1a73e8; }
.news-list { display: flex; flex-direction: column; gap: 15px; }
.news-list li { display: flex; gap: 15px; padding: 15px; background: #fafafa; border-radius: 6px; transition: all .3s; border: 1px solid #eee; }
.news-list li:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.1); border-color: #1a73e8; }
.news-img { flex-shrink: 0; width: 180px; height: 120px; border-radius: 4px; overflow: hidden; background: #eee; }
.news-img img { width: 100%; height: 100%; object-fit: cover; }
.news-info { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.news-info h3 { font-size: 16px; line-height: 1.5; color: #333; font-weight: bold; margin: 0; }
.news-info h3 a { color: #333; }
.news-info h3 a:hover { color: #1a73e8; }
.news-info p { color: #999; font-size: 13px; line-height: 1.6; margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-date { font-size: 13px; color: #999; margin-top: 8px; }

/* 专题区 */
.inter-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; padding: 15px 20px; }
.inter-section .inter-title { font-size: 16px; font-weight: bold; color: #333; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.inter-section ul { display: flex; flex-wrap: wrap; gap: 10px; }
.inter-section ul li { width: auto; }
.inter-section ul li a { display: inline-block; padding: 6px 14px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; max-width: 260px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inter-section ul li a:hover { background: #1a73e8; color: #fff; }
.team-unit { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 0; }
.team-logo-sm { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; background: #f5f5f5; flex-shrink: 0; }
.hot-live-list .match-teams .team-unit,
.today-live .match-teams .team-unit { max-width: 42%; }
.match-item .m-teams .team-unit { max-width: 42%; }
.match-item .m-teams .team-unit span,
.hot-live-list .match-teams .team-unit .team-name,
.today-live .match-teams .team-unit .team-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* 专题合集与专题详情 */
.inter-grid-section { background: #fff; border-radius: 4px; padding: 20px; }
.inter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.inter-grid-card { display: block; border-radius: 6px; overflow: hidden; border: 1px solid #eee; transition: all .3s; background: #fff; }
.inter-grid-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,.1); transform: translateY(-3px); border-color: #1a73e8; }
.inter-grid-img { width: 100%; height: 140px; overflow: hidden; background: #eee; }
.inter-grid-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.inter-grid-card:hover .inter-grid-img img { transform: scale(1.05); }
.inter-grid-title { padding: 10px 12px; font-size: 14px; color: #333; font-weight: bold; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inter-grid-card:hover .inter-grid-title { color: #1a73e8; }
.inter-header { background: #fff; border-radius: 4px; padding: 25px; display: flex; gap: 20px; margin-bottom: 15px; }
.inter-cover { flex-shrink: 0; width: 280px; height: 180px; border-radius: 6px; overflow: hidden; background: #eee; }
.inter-cover img { width: 100%; height: 100%; object-fit: cover; }
.inter-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.inter-info h1 { font-size: 22px; font-weight: bold; color: #333; line-height: 1.4; margin: 0; }
.inter-meta { display: flex; gap: 20px; font-size: 13px; color: #999; }
.inter-desc { font-size: 14px; color: #666; line-height: 1.6; }
.inter-more { display: inline-block; color: #1a73e8; font-size: 14px; font-weight: bold; }
.inter-more:hover { color: #ff6600; }
.inter-matches { background: #fff; border-radius: 4px; padding: 20px; margin-bottom: 15px; }
.section-title { font-size: 18px; font-weight: bold; color: #333; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid #1a73e8; }
.inter-matches .match-list { display: flex; flex-direction: column; gap: 10px; }
.inter-matches .match-row { display: flex; align-items: center; padding: 15px; background: #f8f9fa; border-radius: 6px; border: 1px solid #eee; transition: all .3s; }
.inter-matches .match-row:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.08); border-color: #1a73e8; }
.inter-matches .match-league { width: 160px; flex-shrink: 0; font-size: 14px; color: #1a73e8; font-weight: bold; }
.inter-matches .match-league a { color: #1a73e8; }
.inter-matches .match-league a:hover { color: #ff6600; }
.inter-matches .match-time { font-size: 12px; color: #999; margin-top: 4px; }
.inter-matches .match-teams-row { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; min-width: 0; }
.inter-matches .team-home,
.inter-matches .team-away { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333; font-size: 14px; font-weight: bold; min-width: 0; }
.inter-matches .team-home:hover,
.inter-matches .team-away:hover { color: #1a73e8; }
.inter-matches .team-home img,
.inter-matches .team-away img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; background: #f5f5f5; flex-shrink: 0; }
.inter-matches .team-home span,
.inter-matches .team-away span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 120px; }
.inter-matches .match-score { font-size: 16px; font-weight: bold; color: #333; min-width: 60px; text-align: center; }
.inter-matches .match-score span { color: #ff6600; }
.inter-matches .match-action { width: 100px; flex-shrink: 0; text-align: center; }
.inter-matches .btn-live,
.inter-matches .btn-upcoming { display: inline-block; padding: 6px 14px; border-radius: 4px; font-size: 13px; color: #fff; }
.inter-matches .btn-live { background: #e74c3c; }
.inter-matches .btn-live:hover { background: #c0392b; color: #fff; }
.inter-matches .btn-upcoming { background: #1a73e8; }
.inter-matches .btn-upcoming:hover { background: #1557b0; color: #fff; }

/* 详情页布局 */
.detail-layout { display: flex; gap: 15px; margin-top: 10px; align-items: flex-start; }
.detail-main { flex: 1; min-width: 0; }
.detail-sidebar { width: 300px; flex-shrink: 0; }
.detail-match-card { background: #fff; border-radius: 4px; overflow: hidden; }
.detail-teams { display: flex; align-items: center; justify-content: space-around; padding: 30px 20px; }
.detail-team { text-align: center; flex: 1; min-width: 0; }
.team-logo-lg { width: 80px; height: 80px; border-radius: 50%; display: block; margin: 0 auto 10px; object-fit: cover; background: #f5f5f5; }
.team-name-lg { font-size: 18px; font-weight: bold; color: #333; }
.detail-vs { text-align: center; padding: 0 20px; flex-shrink: 0; }
.vs-score { margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.vs-score .score { font-size: 36px; font-weight: bold; color: #333; }
.vs-score .vs-text { font-size: 20px; color: #999; }
.vs-league { margin-bottom: 5px; }
.vs-league a { color: #1a73e8; font-size: 14px; }
.vs-time { font-size: 14px; color: #666; margin-bottom: 8px; }
.status-live { color: #ff4444; font-weight: bold; font-size: 14px; }
.status-upcoming { color: #ff9933; font-size: 14px; }
.status-ended { color: #999; font-size: 14px; }
.detail-info-box,
.detail-inter-box { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; }
.detail-info-box h3,
.detail-inter-box h3 { font-size: 16px; font-weight: bold; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.detail-info-content p { font-size: 14px; line-height: 2; color: #333; margin-bottom: 6px; }
.detail-info-content a { color: #1a73e8; }
.detail-info-content a:hover { color: #ff6600; }
.detail-info-content .tip { color: #999; font-size: 13px; margin-top: 10px; }
.signal-btns { margin: 8px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.signal-btn { display: inline-block; padding: 6px 16px; background: #6f42c1; color: #fff; border-radius: 3px; font-size: 13px; }
.signal-btn:hover { background: #5a32a3; color: #fff; }
.detail-info-content .signal-btn { color: #fff; font-weight: 700; line-height: 1.7; letter-spacing: .2px; background: #6736d9; text-shadow: 0 1px 1px rgba(0,0,0,.28); box-shadow: 0 2px 5px rgba(103,54,217,.22); }
.detail-info-content .signal-btn:visited { color: #fff; }
.detail-info-content .signal-btn:hover { color: #fff; background: #562bc2; box-shadow: 0 3px 8px rgba(86,43,194,.28); }
.detail-inter-box ul { display: flex; flex-wrap: wrap; gap: 10px; }
.detail-inter-box ul li a { display: inline-block; padding: 6px 14px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; }
.detail-inter-box ul li a:hover { background: #1a73e8; color: #fff; }

/* 文章详情页 */
.detail-article { background: #fff; border-radius: 4px; padding: 25px; }
.article-title { font-size: 22px; font-weight: bold; color: #333; line-height: 1.5; margin: 0 0 15px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid #eee; margin-bottom: 20px; font-size: 13px; color: #999; }
.article-cover { margin-bottom: 20px; }
.article-cover img { width: 100%; border-radius: 4px; }
.article-cover-inline { margin: 18px auto 22px; text-align: center; }
.article-cover-inline img { display: block; max-width: 680px; margin: 0 auto; }
.article-content { font-size: 15px; line-height: 1.9; color: #333; }
.article-content p { margin-bottom: 12px; }
.article-topic-tags,
.article-news-list { margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; }
.article-topic-tags h3,
.article-news-list h3 { font-size: 16px; color: #333; margin-bottom: 15px; }
.article-topic-tags div { display: flex; flex-wrap: wrap; gap: 10px; }
.article-topic-tags a { display: inline-block; padding: 5px 12px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; }
.article-topic-tags a:hover { background: #1a73e8; color: #fff; }
.article-news-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; }
.article-news-items li { padding: 0 0 12px; border-bottom: 1px solid #f5f5f5; font-size: 14px; line-height: 1.5; }
.news-thumb-list .news-thumb-link { display: flex; gap: 10px; color: #333; line-height: 1.5; overflow: hidden; }
.news-thumb-list .news-thumb { flex: 0 0 96px; width: 96px; height: 64px; border-radius: 4px; overflow: hidden; background: #f2f2f2; }
.news-thumb-list .news-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.news-thumb-list .news-thumb-info { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 5px; }
.news-thumb-list .news-thumb-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #333; }
.news-thumb-list .news-thumb-title strong { color: #1a73e8; margin-right: 6px; font-family: Arial, sans-serif; }
.news-thumb-list .news-thumb-meta { font-size: 12px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-thumb-list .news-thumb-link:hover .news-thumb-title { color: #ff6600; }
.article-nav { display: flex; gap: 15px; margin-top: 20px; padding-top: 15px; border-top: 1px solid #eee; }
.article-nav > div { flex: 1; min-width: 0; font-size: 14px; color: #666; }
.article-nav span { color: #666; }
.article-nav a { color: #1a73e8; }
.article-nav a:hover { color: #ff6600; }

/* 侧边栏 */
.sidebar-box { background: #fff; border-radius: 4px; margin-top: 10px; overflow: hidden; }
.sidebar-title { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; background: #f8f9fa; border-bottom: 1px solid #eee; font-size: 15px; font-weight: bold; color: #333; }
.sidebar-title a { font-size: 13px; color: #999; font-weight: normal; }
.sidebar-title a:hover { color: #1a73e8; }
.sidebar-live-list li,
.sidebar-match-list li { padding: 12px 15px; border-bottom: 1px solid #f0f0f0; }
.sidebar-live-list li:last-child,
.sidebar-match-list li:last-child { border-bottom: none; }
.sl-header { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.sl-time { font-size: 12px; color: #999; }
.sl-league { font-size: 12px; color: #1a73e8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sl-teams { font-size: 14px; color: #333; margin-bottom: 8px; line-height: 1.5; }
.sl-btn,
.match-btn { display: inline-block; padding: 4px 12px; background: #ff4444; color: #fff; border-radius: 3px; font-size: 12px; }
.sl-btn:hover,
.match-btn:hover { background: #e63333; color: #fff; }
.sidebar-news-list li,
.sidebar-inter-list li { padding: 10px 15px; border-bottom: 1px solid #f0f0f0; }
.sidebar-news-list li:last-child,
.sidebar-inter-list li:last-child { border-bottom: none; }
.sidebar-news-list li a,
.sidebar-inter-list li a { display: block; font-size: 13px; color: #333; line-height: 1.6; word-wrap: break-word; white-space: normal; }
.sidebar-news-list li a:hover,
.sidebar-inter-list li a:hover { color: #1a73e8; }
.sidebar-news-list li strong { color: #ff6600; margin-right: 5px; }
.sidebar-news-list.news-thumb-list li,
.sidebar-match-list.news-thumb-list li { padding: 10px 12px; }
.sidebar-news-list.news-thumb-list .news-thumb,
.sidebar-match-list.news-thumb-list .news-thumb { flex-basis: 82px; width: 82px; height: 56px; }
.sidebar-news-list.news-thumb-list .news-thumb-title,
.sidebar-match-list.news-thumb-list .news-thumb-title { font-size: 13px; }
.empty-state,
.empty-side { padding: 22px; text-align: center; color: #999; }

/* 404 */
.not-found-page { min-height: 470px; display: flex; align-items: center; justify-content: center; padding: 55px 15px 40px; }
.not-found-card { position: relative; width: 100%; max-width: 760px; padding: 44px 48px; text-align: center; background: radial-gradient(circle at 20% 0%, #eef6ff 0, #fff 42%, #fff 100%); border: 1px solid #e5efff; border-radius: 14px; box-shadow: 0 12px 35px rgba(26,115,232,.12); overflow: hidden; }
.not-found-card:before { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; top: -80px; border-radius: 50%; background: rgba(26,115,232,.10); }
.not-found-card:after { content: ""; position: absolute; width: 120px; height: 120px; left: -45px; bottom: -55px; border-radius: 50%; background: rgba(255,102,0,.10); }
.not-found-badge { position: relative; z-index: 1; width: 112px; height: 112px; line-height: 112px; margin: 0 auto 18px; border-radius: 50%; background: linear-gradient(135deg, #1a73e8, #4a9eff); color: #fff; font-size: 34px; font-weight: 800; letter-spacing: 1px; box-shadow: 0 8px 22px rgba(26,115,232,.28); }
.not-found-card h1 { position: relative; z-index: 1; font-size: 26px; color: #222; margin-bottom: 12px; }
.not-found-desc { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; color: #666; font-size: 15px; line-height: 1.9; }
.not-found-path { position: relative; z-index: 1; display: inline-block; margin-top: 16px; padding: 8px 14px; border-radius: 20px; background: #f5f8ff; color: #888; font-size: 13px; }
.not-found-path span { color: #1a73e8; word-break: break-all; }
.not-found-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.not-found-actions a { min-width: 104px; padding: 9px 18px; border-radius: 22px; background: #f0f7ff; color: #1a73e8; font-weight: 700; border: 1px solid #d8e9ff; }
.not-found-actions a:hover,
.not-found-actions .not-found-primary { background: #1a73e8; color: #fff; border-color: #1a73e8; box-shadow: 0 5px 14px rgba(26,115,232,.22); }
.not-found-actions .not-found-primary:hover { background: #ff6600; border-color: #ff6600; box-shadow: 0 5px 14px rgba(255,102,0,.24); }

/* 分页 */
.pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 5px; padding: 15px 0; }
.pagination li a,
.pagination li span { display: inline-block; min-width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 4px; font-size: 14px; color: #333; background: #f5f5f5; transition: all .3s; }
.pagination li a:hover { background: #1a73e8; color: #fff; }
.pagination li.active span { background: #1a73e8; color: #fff; font-weight: bold; }
.pagination li.disabled span { color: #ccc; background: transparent; }

/* 底部 */
.footer-spacer { height: 10px; }
footer { background: #fff; margin-top: 20px; padding: 30px 0; border-top: 3px solid #1a73e8; }
.footer-nav { text-align: center; margin-bottom: 15px; }
.footer-nav a { margin: 0 10px; color: #333; font-size: 14px; }
.footer-nav a:hover { color: #1a73e8; }
.footer-desc { text-align: center; color: #666; font-size: 13px; line-height: 1.8; margin-bottom: 15px; max-width: 900px; margin-left: auto; margin-right: auto; }
.footer-links { text-align: center; font-size: 13px; color: #999; margin-bottom: 10px; }
.footer-links a { color: #1a73e8; }
.footer-copy { text-align: center; font-size: 12px; color: #bbb; }
.footer-copy a { color: #999; }
#totop { position: fixed; bottom: 50px; right: 30px; width: 44px; height: 44px; background: #1a73e8; color: #fff; text-align: center; line-height: 44px; border-radius: 50%; cursor: pointer; display: block; z-index: 999; font-size: 18px; text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
#totop:hover { background: #ff6600; }

/* 黑金主题覆盖层：保留旧选择器，集中替换视觉变量与版式 */
:root {
  --bg-0: #0b0d10;
  --bg-1: #10141a;
  --panel: #151a22;
  --panel-2: #1b222c;
  --panel-3: #202936;
  --gold: #d4af37;
  --gold-soft: #f0d477;
  --text: #eef2f7;
  --muted: #9aa4b2;
  --muted-2: #697586;
  --live: #ef4444;
  --line: rgba(212,175,55,.24);
  --line-soft: rgba(255,255,255,.09);
  --shadow: 0 18px 44px rgba(0,0,0,.28);
}

html { background: var(--bg-0); }
body.site-body {
  background:
    radial-gradient(circle at 8% -12%, rgba(212,175,55,.12), transparent 31rem),
    radial-gradient(circle at 94% 12%, rgba(61,92,136,.12), transparent 28rem),
    linear-gradient(180deg, var(--bg-0), var(--bg-1) 58%, #0c1016);
  color: var(--text);
  overflow-x: hidden;
}
body.site-body a { color: var(--gold-soft); }
body.site-body a:hover { color: #fff3bd; }
body.site-body .site-shell { min-height: 100vh; position: relative; isolation: isolate; }
body.site-body .site-shell:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
body.site-body .W_1200 { max-width: 1240px; padding-left: 20px; padding-right: 20px; }
body.site-body main.W_1200 { padding-top: 18px; padding-bottom: 26px; }

/* 公共壳层 */
body.site-body .site-header {
  background: rgba(11,13,16,.9);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 26px rgba(0,0,0,.2);
  backdrop-filter: blur(16px);
}
body.site-body .header-inner { min-height: 78px; height: auto; gap: 18px; }
body.site-body .header-logo a { display: inline-flex; align-items: center; }
body.site-body .logo-frame {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(212,175,55,.6);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(212,175,55,.12), rgba(255,255,255,.03));
  box-shadow: 0 0 0 1px rgba(212,175,55,.08), 0 8px 20px rgba(0,0,0,.22);
}
body.site-body .header-logo img { height: 43px; width: auto; filter: drop-shadow(0 2px 8px rgba(212,175,55,.22)); }
body.site-body .header-nav { margin-left: 14px; }
body.site-body .header-nav ul { height: 78px; gap: 3px; }
body.site-body .header-nav ul li a {
  position: relative;
  height: 78px;
  line-height: 78px;
  padding: 0 17px;
  color: var(--muted);
  font-size: 15px;
  letter-spacing: .2px;
  background: transparent;
}
body.site-body .header-nav ul li a:after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 15px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transition: transform .22s ease;
}
body.site-body .header-nav ul li a:hover,
body.site-body .header-nav ul li a.is-active { color: var(--gold-soft); background: rgba(212,175,55,.06); }
body.site-body .header-nav ul li a:hover:after,
body.site-body .header-nav ul li a.is-active:after { transform: scaleX(1); }
body.site-body .site-search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 74px;
  padding: 9px 13px;
  border: 1px solid rgba(212,175,55,.46);
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(212,175,55,.08);
  font-size: 13px;
  white-space: nowrap;
}
body.site-body .site-search-link span:first-child { font-size: 20px; line-height: 1; }
body.site-body .site-search-link:hover { color: #fff; border-color: var(--gold-soft); background: rgba(212,175,55,.18); box-shadow: 0 6px 18px rgba(212,175,55,.14); }
body.site-body .m-header { background: rgba(11,13,16,.96); border-bottom: 1px solid var(--line); }
body.site-body .m-header-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
body.site-body .m-header-logo .logo-frame { padding: 4px 8px; border-radius: 8px; }
body.site-body .m-header-logo img { height: 34px; }
body.site-body .m-header .site-search-link { min-width: 42px; width: 42px; height: 36px; padding: 0; font-size: 20px; }
body.site-body .m-nav-link { color: var(--muted); background: rgba(255,255,255,.05); border: 1px solid var(--line-soft); }
body.site-body .m-nav-link:hover,
body.site-body .m-nav-link.active { color: #16130b; background: var(--gold); border-color: var(--gold); }
body.site-body .m-bottom-tab { background: rgba(15,19,26,.97); border-top: 1px solid var(--line); box-shadow: 0 -12px 28px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
body.site-body .m-bottom-tab a { color: var(--muted); }
body.site-body .m-bottom-tab a.active { color: var(--gold-soft); }

/* 通用层级、面板与标题 */
body.site-body .detail-breadcrumb,
body.site-body .breadcrumb,
body.site-body .site-intro-section,
body.site-body .seo-nav-section,
body.site-body .hot-live,
body.site-body .today-live,
body.site-body .video-section,
body.site-body .jijin-section,
body.site-body .news-section,
body.site-body .inter-section,
body.site-body .inter-grid-section,
body.site-body .detail-match-card,
body.site-body .detail-info-box,
body.site-body .detail-inter-box,
body.site-body .detail-article,
body.site-body .inter-header,
body.site-body .inter-matches,
body.site-body .sidebar-box,
body.site-body .not-found-card,
body.site-body .pagination-wrap,
body.site-body .topic-pagination {
  background: linear-gradient(145deg, rgba(27,34,44,.97), rgba(17,22,29,.97));
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
body.site-body .detail-breadcrumb,
body.site-body .breadcrumb { padding: 12px 18px; color: var(--muted-2); }
body.site-body .detail-breadcrumb a,
body.site-body .breadcrumb a { color: var(--gold-soft); }
body.site-body .site-intro-section { position: relative; padding: 24px 26px; border-left: 3px solid var(--gold); overflow: hidden; }
body.site-body .site-intro-section:after { content: ""; position: absolute; right: -70px; top: -90px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,.16), transparent 67%); pointer-events: none; }
body.site-body .site-intro-title,
body.site-body .article-title,
body.site-body .inter-info h1 { color: var(--text); }
body.site-body .site-intro-title { font-size: 28px; letter-spacing: .3px; margin-bottom: 8px; }
body.site-body .site-intro-desc { color: var(--muted); max-width: 780px; }
body.site-body .seo-nav-section h2,
body.site-body .news-title,
body.site-body .inter-section .inter-title,
body.site-body .section-title,
body.site-body .detail-info-box h3,
body.site-body .detail-inter-box h3,
body.site-body .sidebar-title,
body.site-body .video-title,
body.site-body .today-live-title,
body.site-body .hot-live-title {
  color: var(--text);
  border-color: var(--gold);
}
body.site-body .seo-nav-section h2,
body.site-body .news-title,
body.site-body .inter-section .inter-title,
body.site-body .section-title { position: relative; }
body.site-body .seo-nav-section h2:before,
body.site-body .news-title:before,
body.site-body .inter-section .inter-title:before,
body.site-body .section-title:before { content: ""; display: inline-block; width: 5px; height: 18px; margin-right: 9px; vertical-align: -2px; border-radius: 3px; background: var(--gold); }
body.site-body .seo-nav-col h3 { border-color: var(--line-soft); }
body.site-body .seo-nav-col h3 a,
body.site-body .seo-match-list li a { color: var(--text); }
body.site-body .seo-match-list li a:hover { color: var(--gold-soft); background: rgba(212,175,55,.08); }

/* 首页焦点区与组件通用 hooks */
body.site-body .page-hero { margin-top: 12px; }
body.site-body .section-panel { padding: 18px; }
body.site-body .blackgold-grid { display: grid; gap: 18px; }
body.site-body .detail-layout.blackgold-grid { display: flex; }
body.site-body .home-focus { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 18px; padding: 26px; overflow: hidden; background: linear-gradient(135deg, rgba(35,42,52,.98), rgba(16,21,28,.98)); border: 1px solid rgba(212,175,55,.34); border-radius: 16px; box-shadow: var(--shadow); }
body.site-body .home-focus-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; }
body.site-body .home-focus-kicker { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 2px; }
body.site-body .home-focus-title { margin-top: 9px; font-size: clamp(26px, 4vw, 44px); line-height: 1.15; letter-spacing: .4px; color: var(--text); }
body.site-body .home-focus-title em { color: var(--gold-soft); font-style: normal; }
body.site-body .home-focus-desc { max-width: 590px; margin-top: 11px; color: var(--muted); line-height: 1.8; }
body.site-body .home-focus-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
body.site-body .gold-action,
body.site-body .home-focus-actions a { display: inline-flex; align-items: center; justify-content: center; padding: 9px 16px; border: 1px solid var(--gold); border-radius: 8px; background: var(--gold); color: #17140b !important; font-weight: 800; }
body.site-body .gold-action:hover,
body.site-body .home-focus-actions a:hover { color: #0c0c0b !important; background: var(--gold-soft); box-shadow: 0 8px 18px rgba(212,175,55,.18); }
body.site-body .ghost-action,
body.site-body .home-focus-actions a.ghost-action { background: transparent; color: var(--gold-soft) !important; }
body.site-body .home-focus-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; max-width: 560px; }
body.site-body .home-focus-stat { padding: 10px 12px; border: 1px solid var(--line-soft); border-radius: 9px; background: rgba(255,255,255,.035); }
body.site-body .home-focus-stat strong { display: block; color: var(--gold-soft); font: 700 22px/1 Arial, sans-serif; }
body.site-body .home-focus-stat span { display: block; margin-top: 5px; color: var(--muted-2); font-size: 12px; }
body.site-body .home-focus-match { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid rgba(212,175,55,.38); border-radius: 13px; background: radial-gradient(circle at 50% 0, rgba(212,175,55,.18), transparent 58%), rgba(8,10,13,.46); }
body.site-body .home-focus-match .match-label { color: var(--gold); font-size: 11px; letter-spacing: 1.5px; }
body.site-body .home-focus-match h3 { margin-top: 9px; color: var(--text); font-size: 20px; line-height: 1.35; }
body.site-body .home-focus-match .match-meta { margin-top: 8px; color: var(--muted); font-size: 13px; }
body.site-body .live-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
body.site-body .live-filter a { display: inline-flex; align-items: center; padding: 6px 12px; border: 1px solid var(--line-soft); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.035); font-size: 12px; }
body.site-body .live-filter a:hover,
body.site-body .live-filter a.active { color: #17140b; background: var(--gold); border-color: var(--gold); }
body.site-body .hot-live,
body.site-body .today-live,
body.site-body .news-section,
body.site-body .inter-section { overflow: hidden; }
body.site-body .hot-live-title,
body.site-body .today-live-title { padding: 15px 20px; background: linear-gradient(90deg, rgba(212,175,55,.22), rgba(212,175,55,.04)); border-bottom: 1px solid var(--line); }
body.site-body .today-live-title { background: linear-gradient(90deg, rgba(212,175,55,.18), rgba(239,68,68,.04)); }
body.site-body .hot-live-title a,
body.site-body .today-live-title a { color: var(--gold-soft); }
body.site-body .hot-live-list,
body.site-body .today-live > .date-group { padding-left: 18px; padding-right: 18px; }
body.site-body .hot-live-list .match-row,
body.site-body .today-live .match-row,
body.site-body .match-item { color: var(--text); border-color: var(--line-soft); }
body.site-body .hot-live-list .match-row:hover,
body.site-body .today-live .match-row:hover,
body.site-body .match-item:hover { background: rgba(212,175,55,.055); }
body.site-body .hot-live-list .match-league,
body.site-body .today-live .match-league,
body.site-body .match-item .m-league { color: var(--muted); }
body.site-body .hot-live-list .match-time,
body.site-body .today-live .match-time,
body.site-body .match-item .m-time { color: var(--gold-soft); }
body.site-body .hot-live-list .match-teams .team-name,
body.site-body .today-live .match-teams .team-name,
body.site-body .match-item .m-teams .team-name { color: var(--text); }
body.site-body .hot-live-list .match-teams .vs,
body.site-body .today-live .match-teams .vs,
body.site-body .match-item .m-teams .vs-text { color: var(--muted-2); }
body.site-body .date-header { margin: 10px 0 0; padding: 9px 14px; border-left: 3px solid var(--gold); border-radius: 7px; background: rgba(212,175,55,.09); color: var(--gold-soft); }
body.site-body .date-group + .date-group { margin-top: 12px; }
body.site-body .match-status .live,
body.site-body .status-live,
body.site-body .m-status .btn-live { color: #ff8b8b; }
body.site-body .match-status .upcoming,
body.site-body .status-upcoming { color: var(--gold-soft); }
body.site-body .status-ended { color: var(--muted-2); }
body.site-body .btn-live,
body.site-body .sl-btn,
body.site-body .match-btn { background: var(--live); border: 1px solid rgba(255,255,255,.1); }
body.site-body .btn-live:hover,
body.site-body .sl-btn:hover,
body.site-body .match-btn:hover { background: #ff6565; }
body.site-body .btn-upcoming { background: rgba(212,175,55,.12); color: var(--gold-soft); border: 1px solid rgba(212,175,55,.34); }
body.site-body .btn-upcoming:hover { background: rgba(212,175,55,.22); color: #fff3bd; }
body.site-body .blackgold-grid.home-content-grid { grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); margin-top: 18px; }
body.site-body .home-content-grid .news-section,
body.site-body .home-content-grid .inter-section { margin-top: 0; }

/* 资讯、专题、赛事和搜索 */
body.site-body .news-section { padding: 20px; }
body.site-body .news-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
body.site-body .news-list li { min-width: 0; padding: 12px; background: rgba(255,255,255,.035); border: 1px solid var(--line-soft); border-radius: 11px; }
body.site-body .news-list li:hover { background: rgba(212,175,55,.06); border-color: rgba(212,175,55,.42); box-shadow: 0 10px 22px rgba(0,0,0,.18); }
body.site-body .news-list li.news-featured { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr); gap: 17px; padding: 14px; }
body.site-body .news-list li.news-featured .news-img { width: 100%; height: 190px; }
body.site-body .news-img { width: 150px; height: 98px; border-radius: 8px; background: #0d1117; }
body.site-body .news-info h3,
body.site-body .news-info h3 a { color: var(--text); }
body.site-body .news-info h3 a:hover { color: var(--gold-soft); }
body.site-body .news-info p { color: var(--muted); }
body.site-body .news-date { color: var(--muted-2); }
body.site-body .inter-section { padding: 18px 20px; }
body.site-body .inter-section ul li a,
body.site-body .detail-inter-box ul li a,
body.site-body .article-topic-tags a { color: var(--gold-soft); background: rgba(212,175,55,.08); border: 1px solid rgba(212,175,55,.24); }
body.site-body .inter-section ul li a:hover,
body.site-body .detail-inter-box ul li a:hover,
body.site-body .article-topic-tags a:hover { color: #15120a; background: var(--gold); }
body.site-body .inter-grid-section { padding: 20px; }
body.site-body .inter-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
body.site-body .inter-grid-card { background: rgba(255,255,255,.035); border-color: var(--line-soft); }
body.site-body .inter-grid-card:hover { border-color: rgba(212,175,55,.5); box-shadow: 0 12px 24px rgba(0,0,0,.24); }
body.site-body .inter-grid-img { background: #0d1117; }
body.site-body .inter-grid-title { color: var(--text); }
body.site-body .inter-grid-card:hover .inter-grid-title { color: var(--gold-soft); }
body.site-body .inter-header { padding: 22px; }
body.site-body .inter-cover { background: #0d1117; border-radius: 10px; }
body.site-body .inter-info h1 { font-size: 28px; }
body.site-body .inter-meta,
body.site-body .inter-desc { color: var(--muted); }
body.site-body .inter-more { color: var(--gold-soft); }
body.site-body .inter-matches { padding: 20px; }
body.site-body .inter-matches .match-row { background: rgba(255,255,255,.035); border-color: var(--line-soft); }
body.site-body .inter-matches .match-row:hover { background: rgba(212,175,55,.06); border-color: rgba(212,175,55,.42); }
body.site-body .inter-matches .match-league,
body.site-body .inter-matches .match-league a { color: var(--gold-soft); }
body.site-body .inter-matches .team-home,
body.site-body .inter-matches .team-away { color: var(--text); }
body.site-body .inter-matches .match-score { color: var(--text); }
body.site-body .inter-matches .match-score span { color: var(--gold-soft); }
body.site-body .news-featured { position: relative; }
body.site-body .article-reading-panel { background: linear-gradient(145deg, rgba(27,34,44,.97), rgba(17,22,29,.97)); border: 1px solid var(--line-soft); border-radius: 14px; padding: 26px; box-shadow: var(--shadow); }
body.site-body .article-reading-panel .article-title { font-size: clamp(24px, 3vw, 34px); }
body.site-body .article-meta { border-color: var(--line-soft); color: var(--muted); }
body.site-body .article-content { color: #dce2ea; font-size: 16px; line-height: 2; }
body.site-body .article-content p { margin-bottom: 16px; }
body.site-body .article-content h2,
body.site-body .article-content h3,
body.site-body .article-content h4 { color: var(--gold-soft); }
body.site-body .article-content a { color: var(--gold-soft); }
body.site-body .article-cover-inline img { border-radius: 10px; border: 1px solid var(--line-soft); }
body.site-body .article-topic-tags,
body.site-body .article-news-list,
body.site-body .article-nav { border-color: var(--line-soft); }
body.site-body .article-topic-tags h3,
body.site-body .article-news-list h3 { color: var(--text); }
body.site-body .article-nav > div,
body.site-body .article-nav span { color: var(--muted); }
body.site-body .article-nav a { color: var(--gold-soft); }
body.site-body .competition-table { padding: 20px; background: linear-gradient(145deg, rgba(27,34,44,.97), rgba(17,22,29,.97)); border: 1px solid var(--line-soft); border-radius: 14px; box-shadow: var(--shadow); }
body.site-body .competition-table .seo-nav-col { background: rgba(255,255,255,.03); border: 1px solid var(--line-soft); border-radius: 10px; padding: 12px; }
body.site-body .search-bar { display: flex; gap: 10px; align-items: center; margin: 12px 0 16px; }
body.site-body .search-bar input { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid rgba(212,175,55,.34); border-radius: 9px; color: var(--text); background: rgba(0,0,0,.22); outline: none; }
body.site-body .search-bar input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.12); }
body.site-body .search-bar button { padding: 11px 17px; border: 1px solid var(--gold); border-radius: 9px; color: #17140b; background: var(--gold); font-weight: 800; cursor: pointer; }
body.site-body .search-bar button:hover { background: var(--gold-soft); }
body.site-body .topic-featured { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 20px; align-items: stretch; margin-bottom: 16px; padding: 20px; background: linear-gradient(135deg, rgba(212,175,55,.12), rgba(255,255,255,.03)); border: 1px solid rgba(212,175,55,.3); border-radius: 14px; }
body.site-body .topic-featured .inter-cover { width: 100%; height: 220px; }

/* 直播详情和侧栏 */
body.site-body .match-hero { background: radial-gradient(circle at 50% 0, rgba(212,175,55,.16), transparent 62%), linear-gradient(145deg, rgba(27,34,44,.98), rgba(15,19,25,.98)); border: 1px solid rgba(212,175,55,.34); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
body.site-body .match-hero .detail-title { padding: 20px 24px 0; color: var(--text); }
body.site-body .match-hero .detail-teams { padding: 32px 24px 36px; }
body.site-body .team-logo-lg { border: 1px solid rgba(212,175,55,.24); background: #0d1117; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
body.site-body .team-name-lg { color: var(--text); }
body.site-body .vs-score .score { color: var(--gold-soft); }
body.site-body .vs-score .vs-text,
body.site-body .vs-time { color: var(--muted); }
body.site-body .vs-league a { color: var(--gold-soft); }
body.site-body .detail-info-box,
body.site-body .detail-inter-box { padding: 22px; }
body.site-body .detail-info-content p { color: #d9e0e9; }
body.site-body .detail-info-content .tip { color: var(--muted); }
body.site-body .detail-info-content a { color: var(--gold-soft); }
body.site-body .signal-btn { color: #17140b !important; background: var(--gold); border: 1px solid var(--gold-soft); border-radius: 8px; box-shadow: 0 5px 14px rgba(212,175,55,.14); }
body.site-body .signal-btn:hover { color: #0d0c08 !important; background: var(--gold-soft); }
body.site-body .sidebar-box { background: linear-gradient(145deg, rgba(27,34,44,.97), rgba(17,22,29,.97)); }
body.site-body .sidebar-title { padding: 14px 16px; background: rgba(212,175,55,.07); border-color: var(--line); }
body.site-body .sidebar-title a { color: var(--gold-soft); }
body.site-body .sidebar-live-list li,
body.site-body .sidebar-match-list li,
body.site-body .sidebar-news-list li,
body.site-body .sidebar-inter-list li { border-color: var(--line-soft); }
body.site-body .sl-time,
body.site-body .news-thumb-list .news-thumb-meta { color: var(--muted-2); }
body.site-body .sl-league,
body.site-body .sidebar-news-list li a,
body.site-body .sidebar-inter-list li a,
body.site-body .news-thumb-list .news-thumb-title { color: var(--text); }
body.site-body .sl-teams { color: var(--text); }
body.site-body .sidebar-news-list li a:hover,
body.site-body .sidebar-inter-list li a:hover,
body.site-body .news-thumb-list .news-thumb-link:hover .news-thumb-title { color: var(--gold-soft); }
body.site-body .news-thumb-list .news-thumb-title strong { color: var(--gold); }
body.site-body .empty-state,
body.site-body .empty-side { color: var(--muted); }

/* 空白白底内联样式的安全覆盖 */
body.site-body main .detail-main > div[style*="background:#fff"],
body.site-body main .detail-main > div[style*="background: #fff"] { background: var(--panel) !important; border: 1px solid var(--line-soft); border-radius: 14px; box-shadow: var(--shadow); }

/* 分页与页脚 */
body.site-body .pagination-wrap,
body.site-body .topic-pagination { padding: 8px 18px; margin-top: 14px; }
body.site-body .pagination li a,
body.site-body .pagination li span { color: var(--muted); background: rgba(255,255,255,.05); border: 1px solid var(--line-soft); }
body.site-body .pagination li a:hover,
body.site-body .pagination li.active span { color: #17140b; background: var(--gold); border-color: var(--gold); }
body.site-body .pagination li.disabled span { color: var(--muted-2); background: transparent; }
body.site-body footer.site-footer { margin-top: 0; padding: 34px 0 40px; background: rgba(8,11,15,.88); border-top: 1px solid var(--line); }
body.site-body .footer-heading { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--muted-2); }
body.site-body .footer-kicker { color: var(--gold-soft); font-size: 16px; font-weight: 800; letter-spacing: .5px; }
body.site-body .footer-rule { width: 42px; height: 1px; background: var(--gold); opacity: .7; }
body.site-body .footer-label { font-size: 10px; letter-spacing: 1.8px; }
body.site-body .footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-bottom: 18px; }
body.site-body .footer-nav a { margin: 0; color: var(--muted); }
body.site-body .footer-nav a:hover { color: var(--gold-soft); }
body.site-body .footer-desc { max-width: 820px; color: var(--muted); }
body.site-body .footer-links { color: var(--muted-2); }
body.site-body .footer-links a,
body.site-body .footer-copy a,
body.site-body .footer-icp a { color: var(--gold-soft); }
body.site-body .footer-copy { color: var(--muted-2); line-height: 1.8; }
body.site-body #totop { right: 26px; bottom: 66px; background: var(--gold); color: #17140b; box-shadow: 0 8px 20px rgba(0,0,0,.28); }
body.site-body #totop:hover { background: var(--gold-soft); }

/* 键盘焦点 */
body.site-body a:focus-visible,
body.site-body button:focus-visible,
body.site-body input:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 2px; }
