:root{
  --brand:#0b9444;--brand-d:#0a7d3a;--brand-l:#12a850;--accent:#ff5a1f;--live:#e8302f;
  --bg:#eef1f4;--card:#fff;--line:#eaeef1;--soft:#f4f7f9;--text:#1f2937;--muted:#8a93a0;--muted2:#aeb6bf;--blue:#2b7de3;
  --radius:10px;--shadow:0 1px 3px rgba(0,0,0,.06);
}
*{margin:0;padding:0;box-sizing:border-box}
html,body{background:var(--bg)}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--text);font-size:14px;line-height:1.6}
a{color:inherit;text-decoration:none}
img{vertical-align:middle;border:0}
h1,h2,h3,h4{font-weight:700}
.container{max-width:1200px;margin:0 auto;padding:0 14px}
/* ===== header ===== */
.site-header{background:linear-gradient(180deg,var(--brand-l),var(--brand));box-shadow:0 2px 8px rgba(0,0,0,.12);position:sticky;top:0;z-index:100}
.site-header .container{display:flex;align-items:center;height:60px;gap:22px}
.logo{font-size:23px;font-weight:900;color:#fff;white-space:nowrap;letter-spacing:.5px;display:flex;align-items:center;gap:6px}
.logo .dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.28)}
.main-nav{display:flex;align-items:center;gap:2px;flex-wrap:nowrap;overflow:hidden}
.main-nav a{padding:8px 14px;border-radius:20px;color:rgba(255,255,255,.92);font-size:15px;font-weight:600;white-space:nowrap;transition:.15s}
.main-nav a:hover{background:rgba(255,255,255,.16)}
.main-nav a.on{background:#fff;color:var(--brand)}
.nav-toggle{display:none;margin-left:auto;color:#fff;background:rgba(255,255,255,.15);border:0;border-radius:8px;padding:8px 12px;font-size:15px}
/* ===== breadcrumb ===== */
.crumb{font-size:13px;color:var(--muted);padding:12px 0;display:flex;flex-wrap:wrap;align-items:center}
.crumb a{color:var(--muted)}
.crumb a:hover{color:var(--brand)}
.crumb>*:not(:first-child)::before{content:'›';margin:0 8px;color:var(--muted2)}
.crumb>span{color:var(--text)}
/* ===== panel ===== */
.panel{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;margin-bottom:16px}
.panel-h{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-bottom:1px solid var(--line)}
.panel-h h2,.panel-h h3{font-size:16px;display:flex;align-items:center;gap:8px}
.panel-h h2::before,.panel-h h3::before{content:'';width:4px;height:16px;border-radius:2px;background:var(--brand)}
.panel-h .more{font-size:13px;color:var(--muted);font-weight:400}
.panel-h .more:hover{color:var(--brand)}
.sec-title{display:flex;align-items:center;justify-content:center;gap:10px;margin:22px 0 14px;color:var(--brand-d);font-size:19px;font-weight:800}
.sec-title::before,.sec-title::after{content:'////';color:var(--brand-l);opacity:.5;letter-spacing:-2px}
/* ===== hero hot matches ===== */
.hero{position:relative;margin-top:16px}
.hero-track{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-behavior:smooth}
.hero-card{flex:0 0 268px;background:linear-gradient(135deg,#e9fbef,#dff3ff);border-radius:14px;padding:12px 14px;position:relative;border:1px solid #d6ecdd}
.hero-card .hc-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700}
.hero-card .hc-top .lg{color:#fff;background:var(--brand);padding:2px 9px;border-radius:6px}
.hero-card .hc-top .lg.live{background:var(--live)}
.hero-card .hc-top .tm{color:var(--blue)}
.hero-card .hc-body{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;text-align:center;margin-top:14px;gap:6px}
.hero-card .hc-body img{width:42px;height:42px;object-fit:contain}
.hero-card .hc-body .nm{font-size:13px;font-weight:600;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hero-card .hc-score{background:#26323d;color:#fff;border-radius:7px;padding:5px 9px;font-size:17px;font-weight:800;min-width:52px}
/* ===== home 3-col ===== */
.home-grid{display:grid;grid-template-columns:170px minmax(0,1fr) 320px;gap:16px;align-items:start;margin-top:6px}
.side-nav{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;position:sticky;top:74px}
.side-nav a{display:flex;align-items:center;gap:8px;padding:11px 14px;font-size:14px;border-left:3px solid transparent;color:var(--text)}
.side-nav a.head{font-weight:700;color:var(--muted);font-size:12px;padding:12px 14px 6px;pointer-events:none}
.side-nav a:hover{background:var(--soft);border-left-color:var(--brand)}
.side-nav a.on{background:var(--soft);border-left-color:var(--brand);color:var(--brand);font-weight:700}
/* ===== date bar ===== */
.datebar{display:flex;gap:6px;overflow-x:auto;padding:12px 14px;border-bottom:1px solid var(--line)}
.datebar a{flex-shrink:0;text-align:center;padding:6px 12px;border-radius:8px;font-size:12px;color:var(--muted);line-height:1.4;background:var(--soft)}
.datebar a b{display:block;font-size:14px}
.datebar a.on{background:var(--brand);color:#fff}
/* ===== match row ===== */
.mrow{display:grid;grid-template-columns:74px 118px minmax(0,1fr) 78px minmax(0,1fr) 66px;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--line);font-size:14px;transition:.15s}
.mrow:last-child{border-bottom:0}
.mrow:hover{background:var(--soft)}
.mrow .mt{text-align:center}
.mrow .mt .d{font-size:12px;color:var(--muted)}
.mrow .mt .t{font-weight:700}
.mrow .lg{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;overflow:hidden}
.mrow .lg img{width:18px;height:18px;object-fit:contain}
.mrow .lg span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mrow .tm{display:flex;align-items:center;gap:8px;min-width:0}
.mrow .tm.away{justify-content:flex-end;text-align:right}
.mrow .tm img{width:24px;height:24px;object-fit:contain;flex:0 0 24px}
.mrow .tm .nm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}
.mrow .sc{text-align:center;font-size:17px;font-weight:800;color:var(--accent);white-space:nowrap}
.mrow .sc.vs{color:var(--muted2);font-size:13px;font-weight:700}
.mrow .stt{text-align:center;font-size:12px;font-weight:700}
.mrow .stt.live,.mrow .stt.paused{color:var(--live)}
.mrow .stt.finished{color:var(--muted)}
.mrow .stt.scheduled{color:var(--blue)}
.mrow .stt.postponed,.mrow .stt.interrupted{color:var(--accent)}
.empty{text-align:center;color:var(--muted);padding:40px 16px}
/* ===== news ===== */
.news-card{display:flex;gap:11px;padding:12px 14px;border-bottom:1px solid var(--line)}
.news-card:last-child{border-bottom:0}
.news-card .th{width:112px;height:74px;flex:0 0 112px;border-radius:8px;object-fit:cover;background:var(--soft)}
.news-card .nc-b{min-width:0}
.news-card .nc-t{font-size:14px;font-weight:600;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news-card:hover .nc-t{color:var(--brand)}
.news-card .nc-m{font-size:12px;color:var(--muted2);margin-top:6px}
.news-mini a{display:flex;align-items:flex-start;gap:8px;padding:9px 14px;border-bottom:1px solid var(--line);font-size:13px;line-height:1.5}
.news-mini a:last-child{border-bottom:0}
.news-mini a::before{content:'';flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:var(--brand);margin-top:7px}
.news-mini a:hover{color:var(--brand)}
/* ===== tabs ===== */
.tabs{display:flex;gap:8px;padding:12px 14px;border-bottom:1px solid var(--line)}
.tabs a{padding:7px 16px;border-radius:20px;font-size:14px;font-weight:600;color:var(--muted);background:var(--soft)}
.tabs a.on{background:var(--brand);color:#fff}
/* ===== article ===== */
.article{padding:24px}
.article h1{font-size:25px;line-height:1.45;margin-bottom:14px}
.article .a-meta{font-size:13px;color:var(--muted);padding-bottom:14px;border-bottom:1px solid var(--line);margin-bottom:20px}
.article .a-cover{width:100%;max-height:440px;object-fit:cover;border-radius:8px;margin-bottom:20px}
.article .a-body{font-size:16px;line-height:1.95;color:#2a3441}
.article .a-body p{margin:0 0 16px}
.article .a-body img{max-width:100%;height:auto;border-radius:6px;margin:10px 0}
/* ===== two-col (news pages) ===== */
.two-col{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start;margin-top:6px}
/* ===== footer ===== */
.site-footer{background:#20262e;color:#aeb6bf;margin-top:26px;padding:28px 0}
.site-footer .f-links{display:flex;flex-wrap:wrap;gap:8px 18px;margin-bottom:14px}
.site-footer .f-links a{color:#c7cdd4;font-size:13px}
.site-footer .f-links a:hover{color:#fff}
.site-footer p{font-size:12px;line-height:1.9;color:#8a929b}
.site-footer .cp{border-top:1px solid rgba(255,255,255,.08);margin-top:14px;padding-top:14px;font-size:12px;color:#727a83}
/* ===== detail: live pulse / tags / micro-interactions ===== */
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(232,48,47,.5)}70%{box-shadow:0 0 0 6px rgba(232,48,47,0)}100%{box-shadow:0 0 0 0 rgba(232,48,47,0)}}
.mrow .stt.live::before,.mrow .stt.paused::before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--live);animation:pulse 1.4s infinite;margin-right:5px;vertical-align:middle}
.hero-card .lg.live::before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:#fff;margin-right:5px;vertical-align:middle;animation:pulse 1.4s infinite}
.tag{display:inline-block;font-size:11px;font-weight:700;padding:1px 6px;border-radius:4px;margin-right:5px;vertical-align:middle}
.tag.top{background:#ffece8;color:var(--live)}
.tag.rec{background:#e8f6ee;color:var(--brand)}
.hc-lg{text-align:center;font-size:11px;color:var(--muted);margin-top:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hero-card{transition:transform .18s ease,box-shadow .18s ease}
.hero-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(11,148,68,.14)}
.hero{position:relative}
.hero-track::-webkit-scrollbar{height:6px}
.hero-track::-webkit-scrollbar-thumb{background:#c9d6cf;border-radius:3px}
.hero-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.16);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;color:var(--brand);font-size:22px;border:0;line-height:1}
.hero-nav.prev{left:-4px}
.hero-nav.next{right:-4px}
@media(max-width:680px){.hero-nav{display:none}}
#toTop{position:fixed;right:18px;bottom:24px;width:44px;height:44px;border-radius:50%;background:var(--brand);color:#fff;border:0;font-size:20px;box-shadow:0 4px 14px rgba(11,148,68,.4);cursor:pointer;display:none;z-index:60}
#toTop.show{display:block}
/* ===== responsive ===== */
@media(max-width:960px){
  .home-grid{grid-template-columns:minmax(0,1fr)}
  .side-nav{position:static;display:flex;flex-wrap:wrap}
  .side-nav a{border-left:0;border-bottom:2px solid transparent}
  .side-nav a.head{width:100%}
  .two-col{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:680px){
  .site-header .container{height:52px;gap:12px}
  .main-nav{display:none;position:absolute;top:52px;left:0;right:0;background:var(--brand);flex-wrap:wrap;padding:10px;gap:6px}
  .main-nav.open{display:flex}
  .nav-toggle{display:block}
  .mrow{grid-template-columns:56px minmax(0,1fr) 64px minmax(0,1fr);gap:6px;font-size:13px}
  .mrow .lg{display:none}
  .hero-card{flex-basis:230px}
  .news-card .th{width:92px;flex-basis:92px;height:62px}
}

/* ===== 响应式自适应加固（系统统一补丁 v1）===== */
img,video,iframe{max-width:100%;height:auto}
body{overflow-x:clip}
@media(max-width:768px){
  table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}
  .topbar .nav{flex-wrap:wrap!important;overflow-x:auto}
  .header-main-menu{flex-wrap:wrap!important;overflow:visible!important}
}
