/* 春秋直播公共皮肤：头尾、首页、赛程行、积分榜、侧栏。页面 body 加 class="skin" */
:root{
  --bg0:#070b13; --bg1:#0b111d; --panel:#111a2b; --panel2:#0e1626;
  --line:rgba(255,255,255,.07); --line2:rgba(255,255,255,.12);
  --txt:#eef2f9; --mut:#93a3c0; --dim:#5c6d8d;
  --red:#ff4757; --red2:#ff6674; --deep:#b91f30;
  --gold:#ffb020; --cyan:#35c7ff; --green:#2ecc8f; --violet:#b18cff;
  --r:14px; --r2:10px;
  --sh:0 18px 44px rgba(0,0,0,.5);
  --f:'Microsoft YaHei','PingFang SC','Helvetica Neue',Arial,sans-serif;
}
body.skin{margin:0;padding:0;box-sizing:border-box}
body.skin *,body.skin *::before,body.skin *::after{box-sizing:border-box}
body.skin ul,body.skin ol{list-style:none;margin:0;padding:0}
body.skin h1,body.skin h2,body.skin h3,body.skin p{margin:0}
html.skin{background:var(--bg0);color:var(--txt)}
html.skin,body.skin{scroll-behavior:smooth}
body.skin{font-family:var(--f);background:var(--bg0);color:var(--txt);min-width:1180px;overflow-x:hidden}
.bg-glow{position:fixed;inset:0;pointer-events:none;z-index:0;
  background:
    radial-gradient(900px 460px at 82% -12%,rgba(255,71,87,.10),transparent 60%),
    radial-gradient(800px 500px at -8% 22%,rgba(53,199,255,.05),transparent 55%),
    radial-gradient(700px 600px at 50% 118%,rgba(255,71,87,.06),transparent 60%);}
body.skin a{color:inherit;text-decoration:none}
body.skin button{font-family:inherit;border:0;background:none;color:inherit;cursor:pointer}
body.skin svg{width:15px;height:15px;fill:currentColor;flex-shrink:0}
body.skin .team-radar svg{width:100%!important;height:auto!important;max-width:100%;display:block;fill:none!important}
.wrap{width:1320px;margin:0 auto;position:relative}
body.skin ::selection{background:rgba(255,71,87,.4)}

/* ===== 顶部 ===== */
.top{position:relative;z-index:50;background:linear-gradient(180deg,#0c1322,#0a101c);border-bottom:1px solid var(--line);
  box-shadow:0 10px 30px rgba(0,0,0,.35)}
.top-in{display:flex;align-items:stretch;gap:18px;height:58px;padding:0}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.logo-mark{position:relative;width:42px;height:42px;border-radius:12px;overflow:hidden;display:grid;place-items:center;
  background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.10);flex-shrink:0}
.logo-mark i,.logo-mark b{display:none}
.logo-tx{display:flex;flex-direction:column;justify-content:center;line-height:1.15;min-width:0}
.logo-tx b{font-size:18px;font-weight:800;letter-spacing:.2px}
.logo-tx b::after{display:none}
.logo-tx i{font-style:normal;font-size:11px;color:var(--dim);letter-spacing:.4px;margin-top:3px;font-weight:500}

/* 搜索 */
.srch{flex:1;display:flex;align-items:center;height:42px;border-radius:21px;overflow:visible;position:relative;
  background:var(--panel2);border:1px solid var(--line2);max-width:560px}
.srch:focus-within{border-color:rgba(255,71,87,.6);box-shadow:0 0 0 3px rgba(255,71,87,.14)}
.eng{position:relative;flex-shrink:0}
.eng-cur{display:flex;align-items:center;gap:7px;height:40px;padding:0 14px;border-right:1px solid var(--line);font-size:13px;color:var(--mut)}
.eng-cur:hover{color:var(--txt)}
.eng-cur .caret{border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--dim);margin-left:4px}
.dot{width:8px;height:8px;border-radius:50%;display:inline-block}
.eng-list{position:absolute;top:46px;left:0;background:var(--panel);border:1px solid var(--line2);border-radius:12px;padding:6px;min-width:150px;display:none;z-index:90;box-shadow:var(--sh)}
.eng-list.open{display:block}
.eng-list button{width:100%;display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:8px;font-size:13px;color:var(--txt);text-align:left}
.eng-list button:hover{background:rgba(255,255,255,.06)}
.eng-list button.cur{background:rgba(255,71,87,.13);color:var(--red2)}
.srch input{flex:1;border:0;background:none;outline:none;color:var(--txt);font-size:14px;padding:0 8px;min-width:0}
.srch input::placeholder{color:var(--dim)}
.go-s{margin:4px;margin-left:auto;height:34px;padding:0 22px;border-radius:17px;background:linear-gradient(135deg,var(--red),var(--deep));
  color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;transition:.25s}
.go-s:hover{filter:brightness(1.14);box-shadow:0 4px 14px rgba(255,71,87,.35)}

.tools{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}
.tools button,.tools a{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border-radius:9px;font-size:13px;color:var(--mut);
  background:rgba(255,255,255,.03);border:1px solid var(--line);transition:.2s;white-space:nowrap;line-height:1;flex-shrink:0}
.tools button:hover,.tools a:hover{color:#fff;border-color:rgba(255,255,255,.2);transform:translateY(-1px)}
.tools .fav svg{width:15px;height:15px;fill:none;stroke:var(--red2);stroke-width:2}
.tools .qt-now svg{width:15px;height:15px;fill:var(--cyan)}

/* 主导航（并入顶栏） */
.nav{flex:1;min-width:0;border:0;background:transparent}
.nav-in{display:flex;align-items:stretch;justify-content:center;height:100%}
.nav-list{display:flex;list-style:none;height:100%;margin:0;padding:0;justify-content:center;flex-wrap:nowrap}
.nav-list>li{position:relative;display:flex}
.nl{display:flex;align-items:center;gap:4px;padding:0 11px;font-size:14px;color:var(--mut);font-weight:700;transition:.18s;white-space:nowrap}
.nl:hover{color:#fff}
.nav-list>li .nl::before{content:'';position:absolute;left:10px;right:10px;bottom:0;height:2.5px;border-radius:2px 2px 0 0;background:linear-gradient(90deg,var(--red),transparent);opacity:0;transition:.2s}
.nav-list>li:hover .nl::before,.nav-list>li.is-on .nl::before{opacity:1}
.nav-list>li.is-on .nl{color:var(--red2);font-weight:800}
.arr{border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:.55;margin-left:2px}
.sub{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:170px;background:rgba(15,22,37,.98);backdrop-filter:blur(8px);
  border:1px solid var(--line2);border-top:2px solid var(--red);border-radius:0 0 12px 12px;padding:8px;display:none;box-shadow:var(--sh);z-index:80}
.nav-list>li:hover .sub{display:grid;grid-template-columns:1fr 1fr;min-width:300px}
.nav-list>li:nth-child(2):hover .sub{min-width:330px}
.sub a{padding:8px 12px;border-radius:7px;font-size:13px;color:var(--mut);white-space:nowrap}
.sub a:hover{background:rgba(255,71,87,.13);color:var(--red2)}

/* 联赛快切条（居中） */
.quickbar{border-top:1px solid rgba(255,255,255,.05);background:rgba(8,12,21,.7)}
.qb-in{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0 4px;padding:4px 0;white-space:nowrap}
.qk-grp{display:inline-flex;align-items:center;gap:0;flex-wrap:nowrap;justify-content:center}
.qk-grp b{font-size:11px;color:var(--dim);padding:0 6px;letter-spacing:1px}
.qk-sep{width:1px;height:12px;background:var(--line2);margin:0 6px;flex-shrink:0}
.qk{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:14px;font-size:12px;color:var(--mut);transition:.16s;margin:0}
.qk-i{width:6px;height:6px;border-radius:50%;background:var(--c,#ff5c6c);box-shadow:0 0 6px var(--c,#ff5c6c)}
.qk:hover{color:#fff;background:rgba(255,255,255,.05)}
.qk em{font-style:normal}

/* ===== 页面骨架 ===== */
.page{margin-top:16px}
.page>*{position:relative;z-index:1}

/* ===== HERO ===== */
.hero{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:16px;margin-bottom:18px}
.hero-main{position:relative;border-radius:var(--r);overflow:hidden;min-height:360px;background:var(--panel);
  border:1px solid var(--line);box-shadow:var(--sh)}
.hs-view{position:absolute;inset:0}
.hs{position:absolute;inset:0;opacity:0;pointer-events:none;z-index:1;transition:opacity .7s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:34px 36px 60px}
.hs.on{opacity:1;pointer-events:auto;z-index:2}
.hs-bg{position:absolute;inset:-4%}
.hs.on .hs-bg{animation:ken .6s ease}
@keyframes ken{from{transform:scale(1.06)}to{transform:scale(1)}}
.hs-veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,8,14,.02) 30%,rgba(5,8,14,.86) 92%)}
.hs-tag{position:relative;align-self:flex-start;font-size:12px;font-weight:800;letter-spacing:1px;color:#fff;padding:5px 13px;border-radius:5px;
  background:linear-gradient(135deg,var(--red),var(--deep));box-shadow:0 4px 12px rgba(255,71,87,.4);margin-bottom:14px;opacity:0;transform:translateY(14px)}
.hs.on .hs-tag{animation:up .5s .12s forwards}
.hs h3{position:relative;font-size:26px;font-weight:900;line-height:1.4;max-width:86%;text-shadow:0 2px 18px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;opacity:0;transform:translateY(14px)}
.hs.on h3{animation:up .5s .2s forwards}
.hs-more{position:relative;margin-top:16px;font-size:13px;color:var(--red2);font-weight:700;letter-spacing:1px;opacity:0;display:flex;align-items:center;gap:6px}
.hs.on .hs-more{animation:up .5s .3s forwards}
.hs-more span{transition:.2s;display:inline-block}
.hs:hover .hs-more span{transform:translateX(4px)}
@keyframes up{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.harr{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:56px;border-radius:10px;font-size:26px;line-height:1;
  background:rgba(8,12,20,.42);color:#fff;display:grid;place-items:center;backdrop-filter:blur(6px);opacity:0;transition:.22s;z-index:6}
.hero-main:hover .harr{opacity:1}
.harr:hover{background:var(--red);color:#fff}
.h-l{left:14px}.h-r{right:14px}
.hs-dots{position:absolute;right:30px;bottom:26px;display:flex;gap:8px;z-index:6}
.hs-dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;transition:.25s}
.hs-dots i.on{width:24px;border-radius:5px;background:var(--red);box-shadow:0 0 10px rgba(255,71,87,.6)}
.hs-prog{position:absolute;left:0;bottom:0;height:3px;width:100%;background:rgba(255,255,255,.06);z-index:6}
.hs-prog i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--red),var(--red2))}

.hero-side{display:flex;flex-direction:column;gap:16px;min-width:0}
.focus-card{position:relative;background:linear-gradient(150deg,#1a1020,#101a2b 70%);border:1px solid rgba(255,71,87,.35);border-radius:var(--r);overflow:hidden;box-shadow:var(--sh)}
.focus-card::before{content:'';position:absolute;inset:0;background:radial-gradient(400px 200px at 85% 0%,rgba(255,71,87,.2),transparent 60%)}
.fc-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 0}
.fc-live{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:900;color:#fff}
.fc-live i{width:9px;height:9px;border-radius:50%;background:var(--red);animation:blink 1.1s infinite}
@keyframes blink{0%,100%{box-shadow:0 0 0 0 rgba(255,71,87,.6)}50%{box-shadow:0 0 0 7px rgba(255,71,87,0)}}
.fc-head em{font-style:normal;font-size:10px;letter-spacing:2px;color:rgba(255,103,116,.75)}
.fc-body{padding:18px}
.fc-vs{display:flex;align-items:center;gap:10px}
.fc-t{flex:1;display:flex;flex-direction:column;align-items:center;gap:9px;min-width:0}
.fc-t b{font-size:14px;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.mb{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-weight:800;font-size:17px;color:#fff;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.22),0 5px 12px rgba(0,0,0,.35);flex-shrink:0}
.mb.lg2{width:48px;height:48px;font-size:19px}
.fc-mid{display:flex;flex-direction:column;align-items:center;gap:3px;flex-shrink:0}
.fc-sc{font-size:21px;font-weight:900;color:var(--red2);font-variant-numeric:tabular-nums}
.fc-sc i{font-style:normal;margin:0 4px;color:var(--mut)}
.fc-mid em{font-style:normal;font-size:10px;color:var(--dim);letter-spacing:.5px}
.fc-go{margin-top:16px;width:100%;height:42px;border-radius:10px;font-size:15px;font-weight:800;letter-spacing:2px;color:#fff;
  background:linear-gradient(135deg,var(--red),var(--deep));box-shadow:0 8px 20px rgba(255,71,87,.3);transition:.2s}
.fc-go:hover{filter:brightness(1.15);transform:translateY(-1px);box-shadow:0 12px 26px rgba(255,71,87,.45)}

/* 卡片标题条 */
.card-h{display:flex;align-items:center;gap:14px;padding:0 0 13px;border-bottom:1px solid var(--line);margin-bottom:4px}
.card-h h2{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:900;flex-shrink:0}
.card-h h2>i{width:4px;height:17px;border-radius:3px;background:linear-gradient(180deg,var(--red),#ff8a97);box-shadow:0 0 8px rgba(255,71,87,.7)}
.card-h h2 em{font-style:normal;font-size:10px;color:var(--dim);letter-spacing:2px;font-weight:700;margin-left:2px}
.card-h .more{margin-left:auto;font-size:12px;color:var(--mut);flex-shrink:0}
.card-h .more:hover{color:var(--red2)}
.card-h.lg{align-items:center;flex-wrap:wrap}
.news-card,.panel{background:linear-gradient(180deg,var(--panel),#0f1728);border:1px solid var(--line);border-radius:var(--r)}
.news-card{padding:16px 16px 6px}
.news-list{display:flex;flex-direction:column}
.nw{display:flex;align-items:center;gap:9px;padding:9.5px 0;border-bottom:1px dashed rgba(255,255,255,.05);transition:.15s}
.nw:last-child{border-bottom:0}
.nw-dot{width:5px;height:5px;border-radius:50%;background:var(--red);flex-shrink:0;opacity:.9}
.nw-t{flex:1;font-size:13px;color:var(--txt);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.15s}
.nw:hover .nw-t{color:var(--red2)}
.nw time{font-size:11px;color:var(--dim);flex-shrink:0;font-variant-numeric:tabular-nums}
.nw:nth-child(1) .nw-dot,.nw:nth-child(2) .nw-dot{width:15px;height:15px;border-radius:5px;font-size:10px;font-weight:900;color:#fff;display:grid;place-items:center;flex-shrink:0;content:none}
.nw:nth-child(1)::before,.nw:nth-child(2)::before{content:'';position:absolute;margin-left:-15px}
.nw:nth-child(1) .nw-dot,.nw:nth-child(2) .nw-dot{background:transparent;box-shadow:none}

/* ===== 两栏主区 ===== */
.cols{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:16px;align-items:start}
.col-main{min-width:0}
.col-main .hero-main{margin-bottom:16px}
.col-side{position:sticky;top:70px;display:flex;flex-direction:column;gap:16px}
.live-panel{padding:16px}
.chip-scroll{flex:1;min-width:0;overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#000 20px,#000 calc(100% - 30px),transparent)}
.chips{display:flex;gap:7px;overflow-x:auto;padding:2px;scrollbar-width:none}
.chips::-webkit-scrollbar{display:none}
.chips .tab{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:6px 13px;border-radius:9px;font-size:12.5px;font-weight:600;
  color:var(--mut);background:rgba(255,255,255,.04);border:1px solid var(--line);transition:.18s}
.chips .tab b{font-size:10px;background:rgba(255,255,255,.1);padding:1px 6px;border-radius:8px;font-weight:700}
.chips .tab.on{color:#fff;background:linear-gradient(135deg,var(--red),var(--deep));border-color:transparent;box-shadow:0 4px 12px rgba(255,71,87,.28)}
.chips .tab.on b{background:rgba(255,255,255,.22)}
.chips .tab:not(.on):hover{color:#fff;border-color:rgba(255,255,255,.25)}
.chips.mini{position:relative}
.card-h .chips.mini{margin-left:auto}
.st-card .card-h .chips.mini{margin-left:0}

/* 赛程行 */
.live-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}
.mrow{display:grid;grid-template-columns:110px minmax(0,1fr) 78px minmax(0,1fr) 136px;align-items:center;gap:10px;
  background:rgba(255,255,255,.025);border:1px solid var(--line);border-radius:12px;padding:10px 12px;transition:.2s;position:relative;overflow:hidden}
.mrow:hover{background:rgba(255,255,255,.05);border-color:var(--line2);transform:translateY(-1px)}
.mrow::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--c,#2a3a55);opacity:.0;transition:.2s}
.mrow:hover::before{opacity:1}
.mrow.is-live{border-color:rgba(255,71,87,.5);background:linear-gradient(90deg,rgba(255,71,87,.09),rgba(255,255,255,.02) 55%)}
.mrow.is-live::after{content:'';position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 24px rgba(255,71,87,.06)}
.m-cat{display:flex;flex-direction:column;gap:3px;min-width:0}
.m-cat b{font-size:11.5px;color:var(--c,#ff5c6c);font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.m-cat time{font-size:11px;color:var(--mut);font-variant-numeric:tabular-nums;white-space:nowrap}
.m-team{display:flex;align-items:center;gap:8px;min-width:0;width:100%}
.m-team .mb{flex-shrink:0}
.m-team .tn{font-size:13.5px;font-weight:700;color:var(--txt);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.m-h{justify-content:space-between;text-align:right}
.m-h .tn{text-align:right;margin-left:auto}
.m-a{justify-content:space-between;text-align:left}
.m-a .tn{text-align:left;margin-right:auto}
.mb.sm{width:30px;height:30px;font-size:13px}
.sc{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:78px;justify-self:center;text-align:center}
.sc .vs,.sc > b{font-size:15px;color:#fff;font-weight:800;letter-spacing:.5px;line-height:1.2;font-variant-numeric:tabular-nums}
.sc em{font-style:normal;font-size:11px;color:var(--mut);font-variant-numeric:tabular-nums}
.sc.live b{font-size:17px;font-weight:900;color:#fff;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}
.sc.live b span{margin:0 3px;color:var(--mut)}
.pulse{width:7px;height:7px;border-radius:50%;background:var(--red);display:inline-block;animation:blink 1.1s infinite;margin-right:2px;vertical-align:middle}
.sc.live em{color:var(--red2);font-weight:700}
.m-act{display:flex;align-items:center;justify-content:flex-end;gap:9px}
.st-live,.st-wait{font-size:10.5px;font-weight:800;padding:3px 8px;border-radius:5px;flex-shrink:0}
.st-live{color:#fff;background:var(--red);animation:blink 1.6s infinite}
.st-wait{color:var(--mut);background:rgba(255,255,255,.07)}
.go{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:12.5px;font-weight:700;color:#fff;
  background:linear-gradient(135deg,var(--red),#c22b3a);transition:.18s;flex-shrink:0;white-space:nowrap;line-height:1}
body.skin a.go,body.skin .go{color:#fff}
.go svg,body.skin .go svg{width:13px!important;height:13px!important;flex-shrink:0;fill:currentColor}
.go:hover{filter:brightness(1.18);box-shadow:0 5px 14px rgba(255,71,87,.4)}
.more-btn{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;padding:10px;border-radius:10px;font-size:13px;font-weight:700;
  color:var(--mut);background:rgba(255,255,255,.03);border:1px dashed var(--line2);transition:.2s}
.more-btn:hover{color:var(--red2);border-color:rgba(255,71,87,.5);background:rgba(255,71,87,.06)}
.more-btn.slim{margin-top:10px;padding:8px;font-size:12.5px}
.more-btn span{transition:.2s}
.more-btn:hover span{transform:translateX(4px)}

/* 侧栏面板 */
.st-card,.vd-card,.tag-card{padding:15px 15px 14px}
.st-scroll{max-height:470px;overflow:auto;margin-top:4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.16) transparent}
.st-scroll::-webkit-scrollbar{width:5px}
.st-scroll::-webkit-scrollbar-thumb{background:rgba(255,255,255,.16);border-radius:3px}
.st-panel{display:none}
.st-panel.on{display:block;animation:fade .3s}
@keyframes fade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.st-panel table{width:100%;border-collapse:collapse;table-layout:fixed}
.st-panel thead th{font-size:11px;color:var(--dim);font-weight:600;padding:6px 4px;text-align:left;border-bottom:1px solid var(--line)}
.st-panel thead th:first-child{width:28px}
.st-panel thead th:nth-child(2){width:auto}
.st-panel thead th:nth-child(3){width:72px;text-align:center}
.st-panel thead th:last-child{width:44px;text-align:right}
tr.ahead td{border:none;padding:9px 4px 3px;font-size:10px;letter-spacing:1px;color:var(--dim)}
tr.ahead td i{display:inline-block;width:7px;height:7px;border-radius:2px;margin-right:7px;vertical-align:middle}
.srow td{padding:4.6px 4px;font-size:12.5px;border-bottom:1px solid rgba(255,255,255,.04);transition:.14s}
.srow:hover td{background:rgba(255,255,255,.045)}
.srow td.tm{font-weight:600;overflow:hidden;max-width:0}
.srow td.tm .tm-in{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;min-width:0;max-width:100%;box-sizing:border-box;color:inherit}
.srow td.tm .mb{flex-shrink:0}
.srow td.tm .tn{font-style:normal;font-weight:600;min-width:0;flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rk{display:inline-grid;place-items:center;width:17px;height:17px;border-radius:5px;font-size:10.5px;color:var(--dim);background:rgba(255,255,255,.05);font-style:normal}
.rk.hot{color:#0b0f1a;background:linear-gradient(135deg,#ffd25e,#ffb020);font-weight:900}
.srow .num{color:var(--mut);font-variant-numeric:tabular-nums;text-align:center}
.srow .num i{font-style:normal;color:#3a4a6b;margin:0 2px}
.srow .pt{font-weight:900;color:#fff;text-align:right;font-variant-numeric:tabular-nums}
.mb.sm{font-size:12px}
.st-chips{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 8px;padding:0;width:100%}
.st-chips .tab{flex:0 0 auto}
.st-card .card-h{margin-bottom:0;padding-bottom:10px}

/* 录像 */
.vd-panel{display:none}
.vd-panel.on{display:block;animation:fade .3s}
.vr{display:flex;gap:11px;align-items:center;padding:8px 2px;border-bottom:1px dashed rgba(255,255,255,.05);transition:.16s}
.vr:last-child{border-bottom:0}
.vr-th{position:relative;width:96px;height:60px;border-radius:9px;overflow:hidden;flex-shrink:0;display:grid;place-items:center}
.vr-th::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.45))}
.ply{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;position:relative;z-index:2;transition:.2s}
.ply::after{content:'';border-left:9px solid var(--red);border-top:6px solid transparent;border-bottom:6px solid transparent;margin-left:3px}
.vr:hover .ply{transform:scale(1.14)}
.vr-bd{display:flex;flex-direction:column;gap:6px;min-width:0}
.vr-bd b{font-size:12.5px;line-height:1.5;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.vr-bd time{font-size:10.5px;color:var(--dim);font-variant-numeric:tabular-nums}

/* 标签云 */
.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}
.tag{font-size:12px;color:var(--mut);padding:5px 11px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid var(--line);transition:.16s}
.tag:hover{color:var(--red2);border-color:rgba(255,71,87,.5);background:rgba(255,71,87,.08);transform:translateY(-1px)}

/* 页脚 */
.foot{margin-top:40px;position:relative;z-index:1;background:#0b1220;border-top:1px solid rgba(255,255,255,.08)}
.foot::before{content:'';display:block;height:2px;background:linear-gradient(90deg,transparent,var(--red),transparent);opacity:.55}
.foot-in{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:28px 0 22px}
.foot-logo{justify-content:center}
.foot .logo-mark{background:transparent;box-shadow:none}
.foot-slogan{font-size:13px;color:#8b9bb3;letter-spacing:1px}
.foot-copy{width:100%;max-width:920px;padding-top:14px;margin-top:4px;border-top:1px solid rgba(255,255,255,.08)}
.foot-copy p{font-size:12px;color:#7b8aa3;line-height:1.9;margin:0 0 10px}
.foot-copy p:last-child{margin-bottom:0}
.foot-copy .copy{margin-top:6px}
.foot-copy .copy a,.foot-copy a{color:#9aa8bd}
.foot-copy a:hover{color:#fff}

/* 回顶 & toast */
#totop{position:fixed;right:24px;bottom:30px;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;z-index:99;
  background:linear-gradient(135deg,var(--red),var(--deep));color:#fff;box-shadow:0 10px 24px rgba(255,71,87,.4);opacity:0;transform:translateY(16px);pointer-events:none;transition:.25s}
#totop.show{opacity:1;transform:none;pointer-events:auto}
#totop:hover{filter:brightness(1.15)}
#toast{position:fixed;left:50%;bottom:40px;transform:translate(-50%,18px);z-index:200;background:rgba(13,18,30,.96);border:1px solid rgba(255,255,255,.16);
  color:var(--txt);font-size:13px;padding:11px 20px;border-radius:11px;opacity:0;pointer-events:none;transition:.28s;box-shadow:var(--sh);max-width:70vw}
#toast.show{opacity:1;transform:translate(-50%,0)}
#toast b{color:var(--red2)}

@media(max-width:1380px){.wrap{width:min(1320px,96vw)}}
@media(max-width:1260px){
  body.skin{min-width:0}
  .cols,.hero{grid-template-columns:1fr}
  .col-side{position:static;grid-template-columns:1fr;display:grid;grid-template-columns:repeat(2,1fr)}
  .st-card,.tag-card{grid-column:span 1}
  .nav-list .nl{padding:0 9px;font-size:13px}
  .hero-side{grid-template-columns:1fr 1fr;display:grid}
  .news-card{max-height:340px;overflow:auto}
}
@media(max-width:1000px){
  .top-in{gap:10px}
  .logo-tx i{display:none}
  .tools{margin-left:0}
  .nav{order:0}
  .nav-in{overflow-x:auto}
  .nav-list{flex-shrink:0;justify-content:flex-start}
  .quickbar{overflow-x:auto}
  .hero-side,.col-side{grid-template-columns:1fr;display:grid}
  .foot-in{padding:24px 16px 18px}
}

/* 公共补充：站点 Logo / 队徽图 / 链接按钮 / 粘性顶栏 */
body.skin .logo-mark img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}
body.skin .logo:hover .logo-mark{box-shadow:0 3px 10px rgba(15,23,42,.14)}
body.skin .mb img{width:100%;height:100%;object-fit:contain;border-radius:50%;display:block}
body.skin .top{position:sticky;top:0}
body.skin a.go,body.skin a.fc-go{color:#fff}
body.skin a.go{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:12.5px;font-weight:700;background:linear-gradient(135deg,var(--red),#c22b3a);transition:.18s;flex-shrink:0}
body.skin a.go:hover{filter:brightness(1.18);color:#fff}
body.skin a.fc-go{display:flex;align-items:center;justify-content:center;margin-top:16px;width:100%;height:42px;border-radius:10px;font-size:15px;font-weight:800;letter-spacing:2px;background:linear-gradient(135deg,var(--red),var(--deep));box-shadow:0 8px 20px rgba(255,71,87,.3)}
body.skin a.fc-go:hover{filter:brightness(1.15);color:#fff}
body.skin .nav-list>li.is-on .nl{color:var(--red2);font-weight:800}
body.skin .nav-list>li.is-on .nl::before{opacity:1}
body.skin .tools a{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border-radius:9px;font-size:13px;color:var(--mut);background:rgba(255,255,255,.03);border:1px solid var(--line);transition:.2s;white-space:nowrap;line-height:1;flex-shrink:0}
body.skin .tools a:hover{color:#fff;border-color:rgba(255,255,255,.2);transform:translateY(-1px)}
body.skin .tools a svg,body.skin .tools button svg{width:15px!important;height:15px!important;flex-shrink:0}
body.skin a.qlk{display:inline-block}
body.skin .foot-copy a{color:var(--mut)}
body.skin .foot-copy a:hover{color:var(--red2)}
body.skin .tm a{color:inherit;display:inline-flex;align-items:center;gap:6px;max-width:100%}
body.skin .srow td.tm a.tm-in,
body.skin .srow td.tm .tm-in{
  display:flex;
  justify-content:flex-start;
  width:100%;
  min-width:0;
  max-width:100%;
}
.high-panel,.more-panel{display:none}
.high-panel.on,.more-panel.on{display:grid}
.skin-block{margin-top:16px;padding:16px}
.skin-hotgrid{grid-template-columns:repeat(5,1fr);gap:12px;margin-top:12px}
.skin-hotgrid a{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid var(--line);text-align:center;transition:.18s}
.skin-hotgrid a:hover{border-color:var(--line2);transform:translateY(-2px)}
.skin-hotgrid img{width:52px;height:52px;object-fit:contain}
.skin-hotgrid span{font-size:13px;color:var(--txt)}
.skin-inter{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:12px}
.skin-inter a{display:block;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--panel2)}
.skin-inter img{width:100%;height:92px;object-fit:cover;display:block}
.skin-inter p{padding:8px 10px 10px;font-size:12.5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.skin-high{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}
.skin-high a{position:relative;display:block;border-radius:12px;overflow:hidden;border:1px solid var(--line)}
.skin-high img{width:100%;height:110px;object-fit:cover;display:block}
.skin-high p{position:absolute;left:0;right:0;bottom:0;padding:24px 10px 8px;font-size:12.5px;background:linear-gradient(transparent,rgba(0,0,0,.75));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:1000px){
  .skin-hotgrid,.skin-inter,.skin-high{grid-template-columns:repeat(3,1fr)}
}

/* 面包屑 / 直播日历 / 完赛行 */
.skin-crumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 14px;font-size:13px;color:var(--dim)}
.skin-crumbs a{color:var(--mut)}
.skin-crumbs a:hover{color:var(--red2)}
.skin-crumbs em{font-style:normal;color:var(--txt);font-weight:700}
.skin-crumbs span{color:var(--dim);opacity:.7}
.card-h.lg .chips{margin-left:auto}
.live-pane{display:none}
.live-pane.on{display:block;animation:fade .28s}
.day-chips{display:flex;gap:7px;overflow-x:auto;padding:12px 0 4px;scrollbar-width:none}
.day-chips::-webkit-scrollbar{display:none}
.day-chips a{flex-shrink:0;display:inline-flex;align-items:baseline;gap:5px;padding:6px 12px;border-radius:9px;font-size:13px;font-weight:700;color:var(--mut);background:rgba(255,255,255,.04);border:1px solid var(--line)}
.day-chips a em{font-style:normal;font-size:11px;font-weight:600;color:var(--dim)}
.day-chips a.on{color:#fff;background:linear-gradient(135deg,var(--red),var(--deep));border-color:transparent}
.day-chips a.on em{color:rgba(255,255,255,.78)}
.day-chips a:not(.on):hover{color:#fff;border-color:rgba(255,255,255,.25)}
.day-head{margin:16px 0 8px;font-size:13px;color:var(--mut);letter-spacing:.5px}
.day-head:first-of-type{margin-top:8px}
.mrow.is-end{opacity:.78}
.mrow.is-end .go{background:rgba(255,255,255,.1);color:var(--txt)}
.mrow.is-end .st-wait{color:var(--dim)}

/* 详情侧栏相关比赛 */
.rel-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}
.rel{display:block;padding:10px 11px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid var(--line);transition:.16s}
.rel:hover{border-color:var(--line2);background:rgba(255,255,255,.05)}
.rel-meta{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:11px;color:var(--dim)}
.rel-meta time{font-variant-numeric:tabular-nums}
.rel-lg{max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--mut);font-weight:700}
.rel-meta em{margin-left:auto;font-style:normal;font-size:10px;font-weight:800;color:var(--mut);padding:2px 6px;border-radius:4px;background:rgba(255,255,255,.06)}
.rel-meta em.live{color:#fff;background:var(--red)}
.rel-vs{display:flex;align-items:center;gap:7px;min-width:0}
.rel-vs .nm{flex:1;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rel-vs .nm:last-child{text-align:right}
.rel-vs img{width:22px;height:22px;object-fit:contain;border-radius:50%;background:rgba(255,255,255,.06)}
.rel-vs b{font-size:13px;color:var(--red2);font-variant-numeric:tabular-nums;flex-shrink:0}

/* 详情页：覆盖 live-detail 浅色外壳，保留球员/球场卡片 */
body.skin.match-detail-page{color:var(--txt)}
body.skin.match-detail-page .together{
  width:100%;
  padding:18px 18px 16px;
  background:#fff;
  border-color:#e1e7ef;
  box-shadow:0 8px 24px rgba(15,23,42,.06)
}
body.skin.match-detail-page .together h1{margin:0;font-size:24px;font-weight:900;color:var(--txt);text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
body.skin.match-detail-page .together .definite{display:flex;align-items:center;justify-content:center;gap:14px;margin:10px 0 16px}
body.skin.match-detail-page .together .definite .itemize .category{border:1px solid rgba(255,71,87,.4);background:rgba(255,71,87,.12);padding:3px 10px;border-radius:6px;font-size:12px;font-weight:800;color:var(--red2)}
body.skin.match-detail-page .together .definite .tiem_info,body.skin.match-detail-page .together .definite .tiem_info time{font-size:13px;font-weight:600;color:var(--mut)}
body.skin .match-live-signal{margin:12px 0 16px;padding:12px 0 4px;background:transparent;border:0;border-radius:0;box-shadow:none}
body.skin .news-live-signal{margin:12px 0 16px;padding:0}
body.skin .tai-Ch-news_detail .news-live-signal{margin:0 0 16px;padding:0}
body.skin .news-live-signal-title,
body.skin .tai-Ch-news_detail .news-live-signal-title{
  display:flex;align-items:center;gap:6px;margin:0 0 10px;padding:10px 0 0;
  font-size:16px;font-weight:700;line-height:1.4;color:#172033
}
body.skin .news-live-signal-title img,
body.skin .tai-Ch-news_detail .news-live-signal-title img{
  width:20px!important;height:20px!important;max-width:20px!important;margin:0!important;border-radius:0;display:block;flex-shrink:0
}
body.skin .tai-Ch-news_detail .news-dqd-block{
  margin:18px 0 0;padding:16px 0 0;border-top:1px solid rgba(23,32,51,.12)
}
body.skin .tai-Ch-news_detail .news-dqd-crest{
  display:flex;justify-content:center;margin:0 0 14px
}
body.skin .tai-Ch-news_detail .news-dqd-crest img{
  width:88px!important;height:88px!important;max-width:88px!important;max-height:88px!important;
  object-fit:contain;margin:0!important;border-radius:8px;background:#fff
}
body.skin .tai-Ch-news_detail .news-dqd-item + .news-dqd-item{margin-top:16px;padding-top:16px;border-top:1px dashed rgba(23,32,51,.1)}
body.skin .tai-Ch-news_detail .news-dqd-item h2{display:none!important}
body.skin .news-live-signal-btns{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;padding:8px 8px 10px 0}
body.skin a.news-live-btn{
  position:relative;display:inline-block;padding:2px 18px;line-height:43px;height:47px;
  border-radius:22px;font-size:15px;font-weight:700;color:#1a1a1a!important;
  background:linear-gradient(135deg,#ffd700,#ff8c00);box-shadow:0 0 10px rgba(255,215,0,.7);
  text-decoration:none;white-space:nowrap;animation:newsLivePulse 1.2s ease-in-out infinite
}
body.skin a.news-live-btn:nth-child(2){animation-delay:.28s}
body.skin a.news-live-btn:nth-child(3){animation-delay:.56s}
body.skin a.news-live-btn:nth-child(4){animation-delay:.84s}
body.skin a.news-live-btn:hover{color:#1a1a1a!important;filter:brightness(1.06)}
body.skin a.news-live-btn:active{transform:scale(.85);animation:none}
body.skin .news-live-badge{
  position:absolute;top:-8px;right:-6px;background:#ff3333;color:#fff;font-size:10px;font-weight:700;
  padding:1px 6px;border-radius:10px;line-height:1.5;white-space:nowrap;
  box-shadow:0 2px 6px rgba(255,0,0,.4);pointer-events:none;z-index:1
}
@keyframes newsLivePulse{
  0%,100%{transform:scale(1);box-shadow:0 0 10px rgba(255,215,0,.7)}
  50%{transform:scale(1.08);box-shadow:0 0 22px rgba(255,215,0,1);background:linear-gradient(135deg,#ffe066,#ffaa00)}
}
@media (prefers-reduced-motion:reduce){
  body.skin a.news-live-btn{animation:none}
}
body.skin .match-live-signal-title{margin:0 0 10px;font-size:14px;font-weight:800;color:var(--txt)}
body.skin .zhibo_btn{display:flex;flex-wrap:wrap;gap:8px}
body.skin .zhibo_btn a{display:inline-flex;align-items:center;padding:7px 14px;border-radius:8px;font-size:13px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--red),var(--deep))}
body.skin .zhibo_btn a:hover{filter:brightness(1.12);color:#fff}
body.skin.match-detail-page .news-live-signal{margin:12px 0 4px;padding:2px 0 0}
body.skin.match-detail-page .switching{margin-top:14px;padding:16px 4px 4px;background:transparent;box-shadow:none;border-radius:0}
body.skin.match-detail-page .switching .modetoggle{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px;list-style:none;margin:0;padding:0 0 14px;border-bottom:1px solid var(--line)}
body.skin.match-detail-page .switching .modetoggle li{border-bottom:0;width:auto}
body.skin.match-detail-page .switching .modetoggle .active{border-bottom:0}
body.skin.match-detail-page .switching .modetoggle li a{display:inline-flex;padding:7px 14px;border-radius:9px;font-size:13px;font-weight:700;color:#526173;background:#f3f6fb;border:1px solid #e1e7ef}
body.skin.match-detail-page .switching .modetoggle .active a{color:#fff;background:linear-gradient(135deg,var(--red),var(--deep));border-color:transparent}
body.skin.match-detail-page .switching .option_view{margin-top:14px;padding:0;background:transparent;border:0;border-radius:0}
body.skin.match-detail-page .today-matches-empty{color:var(--mut);font-size:13px;padding:18px 0;text-align:center}
body.skin.match-detail-page .today-matches-empty a{color:var(--red2)}
body.skin.match-detail-page .switching .option_view .item .textInfor p{font-size:14px;line-height:1.95;color:#334155;margin:0 0 10px}
body.skin.match-detail-page .switching .option_view .item .textInfor a.assort{color:#ff7a87}
body.skin.match-detail-page .stats-title,body.skin.match-detail-page .analysis-title,body.skin.match-detail-page .tab-media-title{color:var(--txt)!important}
body.skin.match-detail-page .match-tab-media .tab-media-head{border-bottom-color:var(--line)}
body.skin.match-detail-page .tab-media-more{color:var(--mut)}
body.skin.match-detail-page .tab-media-more:hover{color:var(--red2)}
body.skin.match-detail-page .tab-news-card{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:10px;overflow:hidden}
body.skin.match-detail-page .tab-news-body h4{color:var(--txt)!important}
body.skin.match-detail-page .tab-news-time{color:var(--mut)!important}

/* 集锦/录像详情：相关新闻、侧栏赛程深色可读 */
body.skin .content-related{border-top-color:var(--line);margin-top:18px;padding-top:0}
body.skin .content-related .hotnews,
body.skin.luxiang-detail-page .content-related .hotnews,
body.skin.media-player-page .content-related .hotnews{
  background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:none;padding:16px;color:var(--txt)
}
body.skin .content-related .hotnews .aside_title,
body.skin.match-detail-page .aside_title{
  border-bottom:1px solid var(--line);padding:0 0 12px;margin-bottom:14px
}
body.skin .content-related .hotnews .aside_title .topic span,
body.skin .content-related .hotnews .aside_title .topic h2,
body.skin .today-matches .aside-heading,
body.skin .today-matches .aside-heading span,
body.skin.match-detail-page .aside_title .topic span{color:var(--txt)!important;font-weight:800}
body.skin .content-related .hotnews .aside_title .topic p,
body.skin.match-detail-page .aside_title .topic p{color:var(--red2)!important;font-weight:700}
body.skin .content-related .hotnews .aside_title .more,
body.skin.match-detail-page .aside_title .more{color:var(--mut)!important}
body.skin .content-related .hotnews .aside_title .more:hover,
body.skin.match-detail-page .aside_title .more:hover{color:var(--red2)!important}
body.skin.luxiang-detail-page .content-related .tab-news-grid .tab-news-card,
body.skin.media-player-page .content-related .tab-news-grid .tab-news-card{
  background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:10px;padding:10px;box-shadow:none
}
body.skin.luxiang-detail-page .content-related .tab-news-grid .tab-news-body h4,
body.skin.media-player-page .content-related .tab-news-grid .tab-news-body h4,
body.skin .tab-news-body h4{color:var(--txt)!important;height:auto;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
body.skin.luxiang-detail-page .content-related .tab-news-grid .tab-news-time,
body.skin.media-player-page .content-related .tab-news-grid .tab-news-time,
body.skin .tab-news-time{color:var(--mut)!important}
body.skin .content-related .tab-news-grid .tab-news-cover{overflow:hidden;border-radius:8px;background:rgba(255,255,255,.04)}
body.skin .content-related .tab-news-grid .tab-news-cover img{width:100%;height:100%;object-fit:cover;display:block}

body.skin .today-matches,
body.skin .suggestMatch.today-matches{
  background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:16px
}
body.skin .sidebar-day-tab-nav{display:flex;gap:8px;margin:0 0 12px;padding:0;list-style:none;border-bottom:1px solid var(--line)}
body.skin .sidebar-day-tab-nav .sidebar-day-tab{
  flex:1;text-align:center;padding:8px 6px 10px;font-size:13px;font-weight:700;color:var(--mut);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;user-select:none
}
body.skin .sidebar-day-tab-nav .sidebar-day-tab.active{color:#fff;border-bottom-color:var(--red)}
body.skin .sidebar-day-tabs .sidebar-day-panel{display:none}
body.skin .sidebar-day-tabs .sidebar-day-panel.show{display:block}
body.skin .today-matches .today-match-row{
  background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:10px;padding:12px;gap:10px
}
body.skin .today-matches .today-match-link:hover .today-match-row{background:rgba(255,255,255,.06);border-color:var(--line2)}
body.skin .today-matches .match-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
body.skin .today-matches .match-time{color:var(--txt)!important;font-weight:800;font-variant-numeric:tabular-nums}
body.skin .today-matches .match-league{
  max-width:none;background:rgba(255,71,87,.14);color:var(--red2)!important;border-radius:6px;padding:3px 8px;font-size:12px;font-weight:700
}
body.skin .today-matches .match-status{
  margin-left:auto;background:rgba(255,176,32,.16);color:var(--gold)!important;border-radius:6px;padding:3px 8px;font-size:12px;font-weight:700
}
body.skin .today-matches .match-teams{display:flex;align-items:center;gap:8px;min-width:0}
body.skin .today-matches .match-teams .team{display:inline-flex;align-items:center;gap:6px;min-width:0;flex:1}
body.skin .today-matches .match-teams .team.home{justify-content:flex-end;text-align:right}
body.skin .today-matches .match-teams .team.away{justify-content:flex-start;text-align:left}
body.skin .today-matches .match-teams .name{color:var(--txt)!important;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.skin .today-matches .today-match-link:hover .match-teams .name{color:var(--red2)!important}
body.skin .today-matches .match-teams .vs{flex:0 0 auto;color:var(--mut)!important;font-size:12px;font-weight:800}
body.skin .today-matches .match-teams .team img{width:22px;height:22px;object-fit:contain;border-radius:50%;background:rgba(255,255,255,.06);flex-shrink:0}
body.skin .today-matches .vertical{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
body.skin .today-matches .vertical li{margin:0;padding:0}body.skin.match-detail-page .match-stats .stats-table th{background:rgba(255,71,87,.08);color:var(--red2);border-bottom-color:var(--line)}
body.skin.match-detail-page .match-stats .stats-table td,body.skin.match-detail-page .stats-quarters td,body.skin.match-detail-page .stats-quarters th{color:var(--txt);border-bottom-color:var(--line);background:transparent}
body.skin.match-detail-page .match-stats .stats-row .bar{background:rgba(255,255,255,.08)}
body.skin.match-detail-page .match-stats .home-bar{background:linear-gradient(90deg,var(--red),var(--red2))}
body.skin.match-detail-page .match-stats .stats-possession .num,
body.skin.match-detail-page .match-stats .stats-quick-item .num,
body.skin.match-detail-page .match-stats .stats-row .val{color:var(--txt)}
body.skin.match-detail-page .match-stats .stats-possession .label,
body.skin.match-detail-page .match-stats .stats-quick-item .label,
body.skin.match-detail-page .match-stats .stats-row .label{color:var(--mut)}
body.skin.match-detail-page .match-stats .stats-event,
body.skin.match-detail-page .match-stats .stats-live-item{align-items:flex-start;gap:12px;border-bottom-color:var(--line);color:var(--txt)}
body.skin.match-detail-page .match-stats .stats-event .time,
body.skin.match-detail-page .match-stats .stats-live-item .time{flex:0 0 44px;color:var(--red2);font-weight:800;line-height:1.5}
body.skin.match-detail-page .match-stats .stats-event .text,
body.skin.match-detail-page .match-stats .stats-live-item .text,
body.skin.match-detail-page .match-stats .stats-event.is-goal .text,
body.skin.match-detail-page .match-stats .stats-live-item.is-main .text{flex:1;color:var(--txt);line-height:1.55}
body.skin.match-detail-page .match-stats .stats-event.is-card .text{color:var(--gold)}
body.skin.match-detail-page .match-analysis .analysis-row{border-bottom-color:var(--line)}
body.skin.match-detail-page .match-analysis .analysis-row.is-link:hover .analysis-row-link{background:#f8fafc}
body.skin.match-detail-page .match-analysis .analysis-row-link{color:var(--txt)!important}
body.skin.match-detail-page .match-analysis .analysis-meta,
body.skin.match-detail-page .match-analysis .analysis-meta .date,
body.skin.match-detail-page .match-analysis .analysis-meta .league{color:#8a96a8!important}
body.skin.match-detail-page .match-analysis .analysis-meta .time{color:#334155!important;font-weight:700}
body.skin.match-detail-page .match-analysis .analysis-match,
body.skin.match-detail-page .match-analysis .analysis-match .team{color:#172033!important;font-weight:700}
body.skin.match-detail-page .match-analysis .analysis-match .score{color:#172033!important;font-weight:800}
body.skin.match-detail-page .match-analysis .analysis-result.win{background:linear-gradient(135deg,var(--red),var(--deep))}
body.skin.match-detail-page .match-analysis .analysis-result.lose{background:#4b5563}
body.skin.match-detail-page .match-analysis .analysis-result.draw{background:#6b7280}
body.skin.match-detail-page .match-tab-media .tab-media-list li a{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px dashed rgba(255,255,255,.06);color:var(--txt)}
body.skin.match-detail-page .match-tab-media .tab-media-list li a p{flex:1;margin:0}
body.skin.match-detail-page .player-wrap.pq8sp-style{margin:0 0 8px}
@media(max-width:1000px){
  body.skin.match-detail-page .together h1{font-size:18px;white-space:normal}
}

/* ===== 内页公共布局（不再依赖旧 style.css） ===== */
body.skin .mt20{margin-top:20px}
body.skin .mt30{margin-top:30px}
body.skin .mb20{margin-bottom:20px}
body.skin .clear{clear:both}
body.skin .tai-Ch-index_conter{width:1200px;max-width:calc(100% - 24px);margin:20px auto 40px;position:relative;z-index:1}
body.skin .tai-Ch-index_con,body.skin .tai-Ch-news_con{display:flex;align-items:flex-start;gap:20px;margin-bottom:20px}
body.skin .tai-Ch-index_left,body.skin .tai-Ch-news_left{width:830px;min-width:0;flex:1}
body.skin .tai-Ch-index_right,body.skin .tai-Ch-news_right{width:350px;flex-shrink:0}
body.skin .tai-Ch-map-box{margin-bottom:14px}
body.skin .tai-Ch-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;color:var(--dim);padding:10px 14px;background:var(--panel);border:1px solid var(--line);border-radius:var(--r2)}
body.skin .tai-Ch-crumbs a{color:var(--mut)}
body.skin .tai-Ch-crumbs a:hover{color:var(--red2)}
body.skin .tai-Ch-crumbs a:not(:last-child)::after{content:'/';margin-left:8px;color:var(--dim)}
body.skin .tai-Ch-index_title{position:relative;display:flex;justify-content:space-between;align-items:center;padding:4px 0 4px 14px}
body.skin .tai-Ch-index_title::before{content:'';position:absolute;left:0;top:50%;width:4px;height:16px;margin-top:-8px;border-radius:2px;background:linear-gradient(180deg,var(--red),var(--deep))}
body.skin .tai-Ch-index_title h2,body.skin .tai-Ch-index_title h3,body.skin .tai-Ch-index_title span{font-size:18px;font-weight:800;color:var(--txt)}
body.skin .tai-Ch-index_title p{font-size:13px;color:var(--dim);margin-left:12px}
body.skin .tai-Ch-index_title a{font-size:13px;color:var(--mut)}
body.skin .tai-Ch-index_title a:hover{color:var(--red2)}
body.skin .tai-Ch-nothing{text-align:center;padding:60px 20px;color:var(--mut)}
body.skin .tai-Ch-nothing span{display:block;margin-top:10px}

/* 面包屑下的赛事条 / 日期 / 排行 */
body.skin .tai-Ch-saishi_tab{display:flex;align-items:center;gap:10px;padding:10px 14px;margin-top:16px;background:var(--panel);border:1px solid var(--line);border-radius:var(--r2)}
body.skin .tai-Ch-saishi_tab img{height:36px;width:auto;object-fit:contain}
body.skin .tai-Ch-saishi_tab span{font-size:18px;font-weight:800;color:var(--txt);margin-right:auto}
body.skin .tai-Ch-saishi_item{display:flex;flex-wrap:wrap;gap:8px}
body.skin .tai-Ch-saishi_item a{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:8px;font-size:13px;color:var(--mut);background:rgba(255,255,255,.04);border:1px solid var(--line)}
body.skin .tai-Ch-saishi_item a.on,body.skin .tai-Ch-saishi_item a:hover{color:#fff;background:linear-gradient(135deg,var(--red),var(--deep));border-color:transparent}
body.skin .tai-Ch-data_conten{display:flex;gap:8px;margin-top:16px;overflow:auto}
body.skin .tai-Ch-data_conten a{flex:1;min-width:110px;height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;background:var(--panel);border:1px solid var(--line);font-size:13px;color:var(--mut);position:relative}
body.skin .tai-Ch-data_conten a.on,body.skin .tai-Ch-data_conten a:hover{color:var(--txt);border-color:rgba(255,71,87,.45)}
body.skin .tai-Ch-data_conten a.on::after{content:'';position:absolute;left:10px;right:10px;bottom:0;height:3px;border-radius:2px;background:var(--red)}
body.skin .tai-Ch-jf_rnak{margin-top:12px;background:var(--panel);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
body.skin .tai-Ch-jf_rnak .tai-Ch-jfname{padding:12px 16px;font-size:16px;font-weight:800}
body.skin .tai-Ch-rankingt{display:grid;align-items:center;min-height:46px;padding:0 16px;border-top:1px solid var(--line);font-size:13px;color:var(--mut)}
body.skin .tai-Ch-rankingt.tai-Ch-zuqiu{grid-template-columns:5% 23% 9% 9% 9% 9% 9% 9% 9% 9%}
body.skin .tai-Ch-rankingt.tai-Ch-nba{grid-template-columns:6% 26% 17% 17% 17% 17%}
body.skin .tai-Ch-rankingt.tai-Ch-bg{background:rgba(255,255,255,.04);color:var(--dim);font-size:12px}
body.skin .tai-Ch-rankingt .tai-Ch-num{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:4px;background:rgba(255,255,255,.1);color:#fff;font-size:12px}
body.skin .tai-Ch-jf_rnak .tai-Ch-logo{display:flex;align-items:center;gap:8px;color:var(--txt)}
body.skin .tai-Ch-jf_rnak .tai-Ch-logo img{width:22px;height:22px;object-fit:contain}

/* 资讯列表 / 文章 */
body.skin .tai-Ch-news_list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}
body.skin .tai-Ch-news_list .tai-Ch-item{background:var(--panel);border:1px solid var(--line);border-radius:var(--r2);padding:12px}
body.skin .tai-Ch-news_list .tai-Ch-item:hover{border-color:var(--line2)}
body.skin .tai-Ch-news_list .tai-Ch-info{display:flex;align-items:flex-start;gap:12px}
body.skin .tai-Ch-news_list .tai-Ch-img{width:140px;height:80px;flex:0 0 140px;overflow:hidden;border-radius:8px;background:rgba(255,255,255,.04)}
body.skin .tai-Ch-news_list .tai-Ch-img img{width:100%;height:100%;object-fit:cover;display:block}
body.skin .tai-Ch-news_list .tai-Ch-cont{flex:1;min-width:0}
body.skin .tai-Ch-news_list .tai-Ch-tit{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:15px;font-weight:700;line-height:1.45;color:var(--txt)}
body.skin .tai-Ch-news_list .tai-Ch-title span,body.skin .tai-Ch-news_list .tai-Ch-score{display:block;margin-top:6px;font-size:12px;color:var(--dim)}
body.skin .tai-Ch-news_list .tai-Ch-text{display:none}
body.skin .tai-Ch-news_list.is-tags{grid-template-columns:1fr}
body.skin .tai-Ch-news_article,body.skin .tai-Ch-box{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);padding:22px 26px}
body.skin .tai-Ch-news_top_cont{text-align:center;padding:8px 0 20px;border-bottom:1px dashed var(--line)}
body.skin .tai-Ch-news_top_cont h1{font-size:26px;font-weight:900;line-height:1.35;color:var(--txt);margin:0 0 14px}
body.skin .tai-Ch-news_top_cont .tai-Ch-text,body.skin .tai-Ch-news_top_cont .tai-Ch-text span{font-size:13px;color:var(--dim);margin:0 10px}
body.skin .tai-Ch-news_detail{padding:22px 0 8px;font-size:16px;line-height:1.9;color:var(--mut)}
body.skin .tai-Ch-news_detail p{margin:0 0 14px;line-height:1.9;color:var(--mut)}
body.skin .tai-Ch-news_detail h2,body.skin .tai-Ch-news_detail h3{margin:18px 0 12px;font-size:18px;font-weight:800;color:var(--txt);line-height:1.5}
body.skin .tai-Ch-news_detail img{display:block;max-width:100%;height:auto;margin:16px auto;border-radius:8px}
body.skin .tai-Ch-news_detail ul,body.skin .tai-Ch-news_detail ol{list-style:revert;margin:0 0 14px 1.4em;padding:0}
body.skin .tai-Ch-news_detail li{margin:0 0 6px}
body.skin .tai-Ch-detail_tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:16px 0 8px}
body.skin .tai-Ch-detail_tags span{color:var(--dim);font-size:13px}
body.skin .tai-Ch-detail_tags a{display:inline-flex;height:28px;align-items:center;padding:0 10px;border-radius:14px;background:rgba(255,71,87,.12);color:var(--red2);font-size:13px}
body.skin .tai-Ch-news_detail_page{margin:24px 0 8px;padding-top:16px;border-top:1px solid var(--line);font-size:14px;color:var(--mut)}
body.skin .tai-Ch-news_detail_page p{margin:0 0 8px}
body.skin .tai-Ch-news_detail_page a{color:var(--txt)}
body.skin .tai-Ch-news_detail_page a:hover{color:var(--red2)}

/* 侧栏文字列表 / 标签 / 图文 */
body.skin .tai-Ch-detail_new_list{background:var(--panel);border:1px solid var(--line);border-radius:var(--r2);padding:8px 14px 12px}
body.skin .tai-Ch-detail_new_list li{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--line);font-size:14px}
body.skin .tai-Ch-detail_new_list li:last-child{border-bottom:0}
body.skin .tai-Ch-detail_new_list li span{width:5px;height:5px;border-radius:50%;background:var(--red);flex-shrink:0}
body.skin .tai-Ch-detail_new_list a{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--mut)}
body.skin .tai-Ch-detail_new_list a:hover{color:var(--txt)}
body.skin .tai-Ch-tags{display:flex;flex-wrap:wrap;gap:8px;padding:12px;background:var(--panel);border:1px solid var(--line);border-radius:var(--r2);margin-top:12px}
body.skin .tai-Ch-tag{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:6px;background:rgba(255,255,255,.06);color:var(--mut);font-size:12px}
body.skin .tai-Ch-tag:hover{color:#fff;background:rgba(255,71,87,.18)}
body.skin .tai-Ch-index_videopace{background:transparent;padding:0!important}
body.skin .tai-Ch-index_videopace ul.luxiang-cards{display:flex;flex-direction:column;gap:10px;padding:0;margin:0;border:0}
body.skin .luxiang-cards li{margin:0;border:0;line-height:normal}
body.skin .luxiang-cards li a,body.skin .tai-Ch-index_videopace ul.luxiang-cards li a{
  display:flex;align-items:center;gap:12px;padding:10px;background:var(--panel);border:1px solid var(--line);border-radius:10px;color:var(--txt);
  max-width:none;overflow:hidden;text-overflow:unset;white-space:normal;transform:none;box-shadow:none
}
body.skin .luxiang-cards li a:hover{border-color:var(--line2);background:rgba(255,255,255,.04);color:#fff;transform:none;box-shadow:none}
body.skin .luxiang-cover{position:relative;flex:0 0 112px;width:112px;height:68px;border-radius:8px;overflow:hidden;background:rgba(255,255,255,.04);font-size:0;line-height:0}
body.skin .luxiang-cover img{width:100%;height:100%;object-fit:cover;display:block}
body.skin .luxiang-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:0}
body.skin .luxiang-body h4{margin:0;font-size:13.5px;font-weight:650;line-height:1.45;color:var(--txt);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.skin .luxiang-body span{display:block;margin:0;width:auto;height:auto;line-height:1;font-size:12px;color:var(--dim);background:none}
body.skin .luxiang-cards.is-side .luxiang-cover{flex:0 0 96px;width:96px;height:58px}
body.skin .luxiang-cards.is-side .luxiang-body h4{font-size:13px}
body.skin .tai-Ch-index_right .tai-Ch-index_videopace{margin-top:12px}

/* 视频 / 频道 / 专题网格 */
body.skin .tai-Ch-index_label{background:var(--panel);border:1px solid var(--line);border-radius:var(--r2) var(--r2) 0 0;overflow:hidden}
body.skin .tai-Ch-index_label ul{display:flex;flex-wrap:wrap}
body.skin .tai-Ch-index_label li{padding:0 16px;height:44px;line-height:44px;font-size:14px;color:var(--mut);cursor:pointer}
body.skin .tai-Ch-index_label li.on{color:#fff;background:linear-gradient(135deg,var(--red),var(--deep))}
body.skin .tai-Ch-tuwen_list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:14px}
body.skin .tai-Ch-tuwen_list a{display:block;background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:10px 8px 8px;text-align:center}
body.skin .tai-Ch-tuwen_list .tai-Ch-img img{width:auto;max-width:100%;height:64px;object-fit:contain;margin:0 auto;display:block}
body.skin .tai-Ch-tuwen_list .tai-Ch-title{margin-top:8px;font-size:13px;height:36px;line-height:18px;overflow:hidden;color:var(--mut)}
body.skin .tai-Ch-channel-tuwen{grid-template-columns:repeat(5,minmax(0,1fr))}
body.skin .tai-Ch-channel-tuwen .tai-Ch-img{height:90px;border-radius:6px;overflow:hidden;background:rgba(255,255,255,.04)}
body.skin .tai-Ch-channel-tuwen .tai-Ch-img img{width:100%;height:90px;object-fit:cover}
body.skin .tai-Ch-index_video{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}
body.skin .tai-Ch-index_video.tai-Ch-video_page{grid-template-columns:repeat(3,minmax(0,1fr))}
body.skin .tai-Ch-index_video .tai-Ch-img{display:block;position:relative;overflow:hidden;border-radius:10px;background:var(--panel);border:1px solid var(--line)}
body.skin .tai-Ch-index_video .tai-Ch-img img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block}
body.skin .tai-Ch-index_video .tai-Ch-img p{padding:8px 10px 10px;font-size:13px;color:var(--mut);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.skin .tai-Ch-detail_wangluo ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}
body.skin .tai-Ch-detail_wangluo li{background:var(--panel);border:1px solid var(--line);border-radius:10px;overflow:hidden}
body.skin .tai-Ch-detail_wangluo .tai-Ch-img img{width:100%;height:110px;object-fit:cover;display:block}
body.skin .tai-Ch-detail_wangluo .tai-Ch-name{display:block;padding:8px 10px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--mut)}
body.skin .tai-Ch-index_match_list{display:flex;flex-direction:column;gap:8px}
body.skin .tai-Ch-live_con_tab{display:flex;gap:0;margin-top:16px}
body.skin .tai-Ch-live_con_tab a{flex:1;text-align:center;height:40px;line-height:40px;border:1px solid var(--line);color:var(--mut);background:var(--panel)}
body.skin .tai-Ch-live_con_tab a.active,body.skin .tai-Ch-live_con_tab li:first-child a.active{color:#fff;background:linear-gradient(135deg,var(--red),var(--deep));border-color:transparent}

/* 分页 */
body.skin #page{text-align:center;padding:24px 0 8px}
body.skin #page .pagination{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:8px;list-style:none;margin:0;padding:0}
body.skin #page .pagination li a,body.skin #page .pagination li span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:8px;border:1px solid var(--line);background:var(--panel);color:var(--mut);font-size:13px}
body.skin #page .pagination li.active span,body.skin #page .pagination li a:hover{color:#fff;background:linear-gradient(135deg,var(--red),var(--deep));border-color:transparent}
body.skin #page .pagination li.disabled span{opacity:.45}

/* 联赛聚合深色覆盖 */
body.skin .league-hub{background:transparent;color:var(--txt);padding:8px 0 40px}
body.skin .league-hub a{color:var(--txt)}
body.skin .league-hub-crumbs{color:var(--dim)}
body.skin .league-hub-crumbs a{color:var(--mut)}
body.skin .league-hub-crumbs a:hover{color:var(--red2)}
body.skin .league-hub-nav-item,body.skin .league-hub-chips a,body.skin .league-recent-card,body.skin .league-hub-card,body.skin .league-recent-prev,body.skin .league-recent-next{
  background:var(--panel);border:1px solid var(--line);color:var(--txt)
}
body.skin .league-hub-nav-item.is-active,body.skin .league-hub-nav-item:hover{background:linear-gradient(135deg,var(--red),var(--deep));border-color:transparent;color:#fff}
body.skin .league-section-title{color:var(--txt)}
body.skin .league-section-title:before{background:var(--red)}
body.skin .league-recent-card em,body.skin .league-hub-card-name{color:var(--txt)}
body.skin .league-recent-card span{background:rgba(255,71,87,.12);color:var(--red2)}
body.skin .league-hub-card:hover{border-color:rgba(255,71,87,.35);box-shadow:var(--sh)}
body.skin .league-hub-card-info p a{color:var(--mut);margin-right:8px}
body.skin .sclass-tabs{background:rgba(255,255,255,.04);border-radius:8px}
body.skin .sclass-tabs span{color:var(--mut)}
body.skin .sclass-tabs span.is-on{background:linear-gradient(135deg,var(--red),var(--deep));color:#fff}
body.skin .sclass-head,body.skin .sclass-row{color:var(--mut)}
body.skin .sclass-area.is-up{background:rgba(46,204,143,.08)}
body.skin .sclass-area.is-down{background:rgba(255,71,87,.08)}

/* 球队 / 球员资料卡 */
body.skin .team-hub{background:var(--panel);border:1px solid var(--line);color:var(--txt)}
body.skin .team-hub a{color:var(--txt)}
body.skin .team-hub a:hover{color:var(--red2)}
body.skin .team-hero{background:linear-gradient(115deg,#7a1d28 0%,#b91f30 55%,#ff4757 100%)}
body.skin .team-tabs{background:rgba(255,255,255,.04);border-bottom-color:var(--line)}
body.skin .team-tab,body.skin .team-hub a.team-tab{color:var(--mut)}
body.skin .team-hub a.team-tab:hover,body.skin .team-tab:hover{color:#fff}
body.skin .team-hub a.team-tab.is-on,body.skin .team-tab.is-on{color:#fff}
body.skin .team-tab.is-on:after{background:var(--red)}
body.skin .team-sec-title,body.skin .team-best-side-title{color:var(--txt);border-left-color:var(--red)}
body.skin .team-sec-title em,body.skin .league-season,body.skin .league-updated,body.skin .team-best-updated,body.skin .team-empty{color:var(--dim)}
body.skin .team-intro p{color:var(--mut)}
body.skin .team-honor,body.skin .team-roster-item,body.skin .team-basic,body.skin .team-best-metrics{background:rgba(255,255,255,.04);border:1px solid var(--line)}
body.skin .team-honor-hd span,body.skin .team-honor-hd b{color:var(--txt)}
body.skin .team-honor-hd b{color:var(--red2)}
body.skin .team-honor-years em{background:rgba(255,255,255,.06);border:1px solid var(--line);color:var(--mut)}
body.skin .team-injured li,body.skin .team-xfer-item,body.skin .team-news li{border-bottom-color:var(--line)}
body.skin .team-injured strong,body.skin .team-roster-item strong,body.skin .team-best-player strong,body.skin .team-xfer-main strong,body.skin .team-news a{color:var(--txt)}
body.skin .team-injured span,body.skin .team-roster-item em,body.skin .team-best-player em,body.skin .team-xfer-main em,body.skin .team-xfer-main span,body.skin .team-xfer-side i,body.skin .team-basic em{color:var(--mut)}
body.skin .team-basic strong{color:var(--txt)}
body.skin .team-basic i,body.skin .team-xfer-side b{color:var(--red2)}
body.skin .team-roster-item img,body.skin .team-best-player img,body.skin .team-injured img,body.skin .team-xfer-item img{background:rgba(255,255,255,.08)}
body.skin .team-injured-link:hover strong,body.skin .team-hub a.team-roster-item:hover strong,body.skin .team-best-player a:hover strong,body.skin .team-xfer-main a:hover{color:var(--red2)}

/* 雷达图 / 基础数据：深色对比度 + 轴端说明 */
body.skin .team-radar{max-width:440px;width:100%;margin:16px auto 12px;aspect-ratio:1;position:relative;overflow:visible}
body.skin .team-radar svg{width:100%!important;height:auto!important;max-width:100%;display:block;fill:none!important}
body.skin .team-radar-grid,body.skin .team-radar-axis{fill:none!important;stroke:rgba(255,255,255,.35)!important;stroke-width:1.2}
body.skin .team-radar-avg{fill:rgba(255,255,255,.1)!important;stroke:rgba(255,255,255,.55)!important;stroke-width:1.8}
body.skin .team-radar-team{fill:rgba(255,71,87,.32)!important;stroke:#ff4757!important;stroke-width:2.5}
body.skin .team-radar-lab{display:block!important;position:absolute;transform:translate(-50%,-50%);text-align:center;pointer-events:none;white-space:nowrap;z-index:2;line-height:1.25}
body.skin .team-radar-lab b{display:block;font-size:12px;font-weight:600;color:#b8c4da;margin-bottom:2px}
body.skin .team-radar-lab strong{display:block;font-size:18px;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.55)}
body.skin .team-radar-lab i{display:block;font-style:normal;font-size:11px;font-weight:700;color:var(--gold);margin-top:1px}
body.skin .team-radar-legend{position:absolute;left:50%;bottom:4px;transform:translateX(-50%);display:flex;gap:14px;justify-content:center;margin:0;color:var(--mut);font-size:12px;z-index:2}
body.skin .team-radar-legend .is-team:before{background:var(--red)}
body.skin .team-radar-legend .is-avg:before{background:rgba(255,255,255,.45)}
body.skin .team-radar-grid-stats{display:none}
/* 侧栏积分榜：深色底 + 浅色字 */
body.skin .team-side-table{background:var(--panel);border:1px solid var(--line);color:var(--txt)}
body.skin .team-side-table a{color:var(--txt)}
body.skin .team-side-table a:hover{color:var(--red2)}
body.skin .team-table-head,body.skin .team-best-head{color:var(--dim)}
body.skin .team-table-row,body.skin a.team-table-row{color:var(--txt)}
body.skin .team-table-row:hover,body.skin a.team-table-row:hover{background:rgba(255,255,255,.05);color:var(--red2)}
body.skin .team-table-row.is-me,body.skin a.team-table-row.is-me{background:rgba(255,71,87,.16);color:#fff}
body.skin .team-table-row i{color:var(--dim)}
body.skin .team-table-area-name{color:var(--red2)}
body.skin .team-table-area.is-down .team-table-area-name{color:#ff8a95}
body.skin .team-table-more,body.skin a.team-table-more{display:block;margin-top:8px;text-align:center;font-size:13px;color:var(--mut)}
body.skin .team-table-more:hover,body.skin a.team-table-more:hover{color:var(--red2)}
body.skin .team-best-metric{color:var(--mut)}
body.skin .team-best-metric:hover{color:var(--red2)}
body.skin .team-best-metric.is-on,body.skin .team-best-metric.is-on:hover{background:linear-gradient(135deg,var(--red),var(--deep));color:#fff}
body.skin .team-best-row:nth-child(even){background:rgba(255,255,255,.03)}
body.skin .team-best-head span:nth-child(4),body.skin .team-best-row > span:nth-child(4){color:var(--red2)}

/* 播放器详情浅色条 */
body.skin.media-player-page .media-player-crumbs-bar{background:transparent;padding:16px 0 0}
body.skin.media-player-page .media-player-crumbs-inner{color:var(--dim)}
body.skin.media-player-page .media-player-crumbs-inner a{color:var(--mut)}
body.skin.media-player-page .media-player-crumbs-inner a:hover{color:var(--red2)}
body.skin.luxiang-detail-page .together{background:transparent}
body.skin .luxiang-source-list a{background:var(--panel);border-color:var(--line);color:var(--txt)}
body.skin .luxiang-source-list a:hover{border-color:rgba(255,71,87,.45);color:var(--red2);box-shadow:none}

body.skin .tools a.qt-now{display:flex;align-items:center;gap:6px;height:38px;padding:0 13px;border-radius:10px;font-size:13px;color:var(--mut);background:rgba(255,255,255,.03);border:1px solid var(--line)}

/* 网络词详情 hub */
.wl-page .page{padding:18px 0 40px}
.wl-hero{padding:18px;overflow:hidden}
.wl-hero-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:20px;align-items:stretch}
.wl-cover{position:relative;border-radius:12px;overflow:hidden;background:var(--panel2);border:1px solid var(--line);min-height:220px}
.wl-cover img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block}
.wl-cover-cap{position:absolute;left:0;right:0;bottom:0;padding:14px 14px 12px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));display:flex;align-items:flex-end;justify-content:space-between;gap:10px}
.wl-cover-cap b{font-size:14px;font-weight:700;color:#fff;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.wl-cover-cap em{flex-shrink:0;font-style:normal;font-size:12px;color:rgba(255,255,255,.75);white-space:nowrap}
.wl-body{display:flex;flex-direction:column;min-width:0}
.wl-body h1{font-size:24px;font-weight:800;line-height:1.35;color:#fff;margin:0 0 10px}
.wl-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:13px;color:var(--dim);margin-bottom:12px}
.wl-desc{flex:1;font-size:14px;line-height:1.75;color:var(--mut)}
.wl-desc p{margin:0 0 10px}
.wl-desc p:last-child{margin-bottom:0}
.wl-tip{margin-top:12px;padding:12px 14px;border-radius:10px;background:rgba(255,71,87,.08);border-left:3px solid var(--red)}
.wl-tip strong{display:block;font-size:13px;color:var(--red2);margin-bottom:4px}
.wl-tip p{font-size:13px;line-height:1.6;color:var(--mut);margin:0}
.wl-sources{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.wl-sources a{display:inline-flex;align-items:center;justify-content:center;min-width:118px;height:38px;padding:0 14px;border-radius:10px;font-size:13px;font-weight:700;color:var(--txt);background:rgba(255,255,255,.04);border:1px solid var(--line);transition:.18s}
.wl-sources a:hover{border-color:rgba(255,71,87,.45);color:#fff;transform:translateY(-1px)}
.wl-sources a.is-primary{background:linear-gradient(135deg,var(--red),var(--deep));border-color:transparent;color:#fff;box-shadow:0 8px 18px rgba(255,71,87,.28)}
.wl-sources a.is-primary:hover{filter:brightness(1.08);color:#fff}
.wl-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}
.wl-stats button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:78px;padding:12px 8px;border-radius:12px;background:linear-gradient(180deg,var(--panel),#0f1728);border:1px solid var(--line);transition:.18s}
.wl-stats button b{font-size:26px;font-weight:800;color:var(--red2);line-height:1;font-variant-numeric:tabular-nums}
.wl-stats button span{font-size:13px;color:var(--mut)}
.wl-stats button:hover{border-color:var(--line2);transform:translateY(-1px)}
.wl-stats button.on{border-color:rgba(255,71,87,.45);background:linear-gradient(180deg,rgba(255,71,87,.14),rgba(255,71,87,.04));box-shadow:0 10px 24px rgba(255,71,87,.12)}
.wl-stats button.on span{color:#fff}
.wl-pane{display:none;margin-top:0}
.wl-pane.on{display:block;animation:fade .28s}
.wl-empty{padding:28px 12px;text-align:center;color:var(--dim);font-size:14px}
.wl-faq{display:flex;flex-direction:column;gap:10px;margin-top:4px}
.wl-faq details{border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.03);padding:12px 14px}
.wl-faq summary{cursor:pointer;font-size:14px;font-weight:700;color:var(--txt);list-style:none}
.wl-faq summary::-webkit-details-marker{display:none}
.wl-faq details[open] summary{color:var(--red2);margin-bottom:8px}
.wl-faq p{font-size:13px;line-height:1.7;color:var(--mut);margin:0}
.wl-info{display:flex;flex-direction:column;gap:0;margin-top:4px}
.wl-info li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}
.wl-info li:last-child{border-bottom:0}
.wl-info em{font-style:normal;color:var(--dim);flex-shrink:0}
.wl-info span{color:var(--txt);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wl-rec{display:flex;flex-direction:column;gap:2px;margin-top:4px}
.wl-rec a{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);min-width:0}
.wl-rec li:last-child a{border-bottom:0}
.wl-rec i{flex-shrink:0;font-style:normal;font-size:11px;font-weight:700;padding:2px 7px;border-radius:6px;background:rgba(255,71,87,.14);color:var(--red2)}
.wl-rec span{flex:1;min-width:0;font-size:13px;color:var(--mut);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wl-rec a:hover span{color:#fff}
@media(max-width:1100px){
  .wl-hero-grid{grid-template-columns:1fr}
  .wl-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
}

body.skin .tools a.qt-now:hover{color:#fff;border-color:rgba(255,255,255,.2)}

/* 电脑端视觉升级：浅色内容区 + 深色赛事重点 */
:root{
  --bg0:#eef3f8;
  --bg1:#f8fafc;
  --panel:#fff;
  --panel2:#f5f7fb;
  --line:rgba(15,23,42,.10);
  --line2:rgba(15,23,42,.17);
  --txt:#172033;
  --mut:#526173;
  --dim:#8a96a8;
  --red:#f2384f;
  --red2:#e11d48;
  --deep:#a31632;
  --gold:#d97706;
  --cyan:#0891b2;
  --green:#059669;
  --violet:#7c3aed;
  --sh:0 12px 34px rgba(15,23,42,.10);
}

html.skin{
  background:var(--bg0);
  color:var(--txt);
}
body.skin{
  background:linear-gradient(180deg,#f8fafc 0%,#eef3f8 48%,#e7eef6 100%);
  color:var(--txt);
}
.bg-glow{
  background:linear-gradient(180deg,rgba(255,255,255,.56),rgba(224,234,245,.35) 58%,rgba(255,255,255,0));
}

/* 顶部导航 */
body.skin .top{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #e1e7ef;
  box-shadow:0 8px 26px rgba(15,23,42,.08);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
body.skin .logo-tx b{color:#172033}
body.skin .logo-tx i{color:#8a96a8}
body.skin .srch{
  background:#f3f6fb;
  border-color:#dfe6ef;
}
body.skin .srch:focus-within{
  border-color:rgba(225,29,72,.46);
  box-shadow:0 0 0 3px rgba(225,29,72,.10);
}
body.skin .eng-cur{
  color:#526173;
  border-right-color:#e0e6ef;
}
body.skin .eng-cur:hover{color:#172033}
body.skin .eng-list{
  background:#fff;
  border-color:#e1e7ef;
  box-shadow:0 14px 30px rgba(15,23,42,.14);
}
body.skin .eng-list button{color:#334155}
body.skin .eng-list button:hover{background:#f5f7fb}
body.skin .eng-list button.cur{
  background:#fff1f3;
  color:var(--red2);
}
body.skin .srch input{color:#172033}
body.skin .srch input::placeholder{color:#8a96a8}
body.skin .go-s{
  background:linear-gradient(135deg,var(--red),var(--deep));
  box-shadow:0 5px 14px rgba(225,29,72,.22);
}
body.skin .tools button,
body.skin .tools a{
  color:#526173;
  background:#fff;
  border-color:#e0e6ef;
}
body.skin .tools button:hover,
body.skin .tools a:hover{
  color:var(--red2);
  border-color:rgba(225,29,72,.30);
  background:#fff7f8;
}
body.skin .nav{
  background:transparent;
  border:0;
}
body.skin .nl{color:#526173}
body.skin .nl:hover{color:var(--red2)}
body.skin .nav-list>li.is-on .nl{color:var(--red2)}
body.skin .sub{
  background:rgba(255,255,255,.98);
  border-color:#e1e7ef;
  box-shadow:0 16px 34px rgba(15,23,42,.14);
}
body.skin .sub a{color:#526173}
body.skin .sub a:hover{
  background:#fff1f3;
  color:var(--red2);
}
body.skin .quickbar{
  background:#f5f7fb;
  border-top-color:#edf1f6;
  border-bottom:1px solid #e4eaf2;
}
body.skin .qk-grp b{color:#8a96a8}
body.skin .qk{color:#526173}
body.skin .qk:hover{
  color:var(--red2);
  background:#fff;
  box-shadow:0 3px 10px rgba(15,23,42,.06);
}
body.skin .qk-sep{background:#d9e1eb}

/* 首屏与内容卡片 */
body.skin .page{margin-top:18px}
body.skin .hero-main{
  background:#fff;
  border-color:#e1e7ef;
  box-shadow:var(--sh);
}
body.skin .hero-main .harr{
  background:rgba(15,23,42,.46);
}
body.skin .hero-main .harr:hover{background:var(--red)}
body.skin .hs h3{color:#fff}
body.skin .hs-more{color:#ff9aa4}
body.skin .news-card,
body.skin .panel{
  background:#fff;
  border-color:#e1e7ef;
  box-shadow:var(--sh);
}
body.skin .card-h{
  border-bottom-color:#edf1f6;
}
body.skin .card-h h2{color:#172033}
body.skin .card-h h2>i{
  background:linear-gradient(180deg,var(--red),#ff7c8d);
  box-shadow:0 0 8px rgba(225,29,72,.28);
}
body.skin .card-h h2 em{color:#8a96a8}
body.skin .card-h .more{color:#64748b}
body.skin .card-h .more:hover{color:var(--red2)}
body.skin .news-card .nw{
  border-bottom-color:#edf1f6;
}
body.skin .news-card .nw-t{color:#253246}
body.skin .news-card .nw time{color:#8a96a8}
body.skin .news-card .nw:hover .nw-t{color:var(--red2)}
body.skin .focus-card{
  background:linear-gradient(150deg,#17233a,#22375b 68%,#8b1e35);
  border-color:rgba(225,29,72,.38);
  box-shadow:0 14px 30px rgba(15,23,42,.18);
}
body.skin .focus-card .fc-live,
body.skin .focus-card .fc-t b{
  color:#fff;
}
body.skin .focus-card .fc-mid em{
  color:rgba(255,255,255,.66);
}
body.skin .focus-card .fc-sc i{
  color:rgba(255,255,255,.68);
}
body.skin .live-panel{padding:18px}
body.skin .chips .tab{
  color:#526173;
  background:#f3f6fb;
  border-color:#e1e7ef;
}
body.skin .chips .tab b{
  background:#e5eaf2;
  color:#64748b;
}
body.skin .chips .tab.on{
  color:#fff;
  background:linear-gradient(135deg,var(--red),var(--deep));
  box-shadow:0 5px 14px rgba(225,29,72,.22);
}
body.skin .chips .tab.on b{background:rgba(255,255,255,.22);color:#fff}
body.skin .chips .tab:not(.on):hover{
  color:var(--red2);
  background:#fff;
  border-color:rgba(225,29,72,.28);
}

/* 首页热门直播：强化时间、队伍、比分、动作四个层级 */
body.skin .live-list{
  gap:10px;
  margin-top:14px;
}
body.skin .mrow{
  min-height:76px;
  padding:12px 14px;
  background:#fff;
  border-color:#e1e7ef;
  box-shadow:0 6px 18px rgba(15,23,42,.06);
}
body.skin .mrow:hover{
  background:#fbfdff;
  border-color:#cad5e3;
  box-shadow:0 10px 24px rgba(15,23,42,.10);
}
body.skin .mrow::before{
  width:4px;
  background:var(--c,#94a3b8);
}
body.skin .mrow.is-live{
  background:linear-gradient(90deg,#fff3f5,#fff 58%);
  border-color:rgba(225,29,72,.34);
}
body.skin .mrow.is-live::after{
  box-shadow:inset 0 0 24px rgba(225,29,72,.06);
}
body.skin .m-cat b{color:var(--c,#d52b43)}
body.skin .m-cat time{color:#8a96a8}
body.skin .m-team .tn{color:#1f2937}
body.skin .mb{
  box-shadow:inset 0 0 0 2px #fff,0 4px 10px rgba(15,23,42,.10);
}
body.skin .mb img{
  background:#fff;
  border:1px solid #e2e8f0;
}
body.skin .sc .vs,
body.skin .sc>b{
  color:#172033;
}
body.skin .sc em{color:#8a96a8}
body.skin .sc.live b{color:#172033}
body.skin .sc.live b span{color:#8a96a8}
body.skin .sc.live em{color:var(--red2)}
body.skin .st-live{
  color:#fff;
  background:var(--red);
}
body.skin .st-wait{
  color:#64748b;
  background:#f1f5f9;
  border:1px solid #e2e8f0;
}
body.skin a.go,
body.skin .go{
  background:linear-gradient(135deg,var(--red),var(--deep));
  box-shadow:0 5px 12px rgba(225,29,72,.18);
}
body.skin .mrow.is-end{opacity:.76}
body.skin .mrow.is-end .go{
  color:#475569;
  background:#e8edf3;
  box-shadow:none;
}
body.skin .more-btn{
  color:#526173;
  background:#f8fafc;
  border-color:#d8e1eb;
}
body.skin .more-btn:hover{
  color:var(--red2);
  background:#fff4f5;
  border-color:rgba(225,29,72,.30);
}

/* 右侧积分榜、录像、标签 */
body.skin .st-card,
body.skin .vd-card,
body.skin .tag-card{
  background:#fff;
}
body.skin .st-scroll{
  overflow-x:hidden;
  scrollbar-color:rgba(100,116,139,.30) transparent;
}
body.skin .st-scroll::-webkit-scrollbar-thumb{
  background:rgba(100,116,139,.30);
}
body.skin .st-panel thead th{
  color:#8a96a8;
  border-bottom-color:#e7edf4;
}
body.skin tr.ahead td{color:#8a96a8}
body.skin .srow td{
  border-bottom-color:#edf1f6;
}
body.skin .srow:hover td{background:#f8fafc}
body.skin .rk{
  color:#64748b;
  background:#f1f5f9;
}
body.skin .srow .num{color:#64748b}
body.skin .srow .num i{color:#a5afbd}
body.skin .srow .pt{color:#172033}
body.skin .vr{
  border-bottom-color:#e7edf4;
}
body.skin .vr:hover{
  background:#f8fafc;
}
body.skin .vr-bd b{color:#253246}
body.skin .vr-bd time{color:#8a96a8}
body.skin .tag{
  color:#526173;
  background:#f3f6fb;
  border-color:#e1e7ef;
}
body.skin .tag:hover{
  color:var(--red2);
  background:#fff1f3;
  border-color:rgba(225,29,72,.22);
}

/* 首页其它网格与常见内页卡片 */
body.skin .skin-block,
body.skin .tai-Ch-index_conter .panel,
body.skin .tai-Ch-news_article,
body.skin .tai-Ch-box,
body.skin .today-matches,
body.skin .content-related .hotnews,
body.skin .luxiang-source-list a,
body.skin .tai-Ch-detail_new_list,
body.skin .tai-Ch-tags,
body.skin .tai-Ch-index_label,
body.skin .tai-Ch-index_video .tai-Ch-img,
body.skin .tai-Ch-tuwen_list a,
body.skin .tai-Ch-detail_wangluo ul li{
  background:#fff;
  border-color:#e1e7ef;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
body.skin .skin-hotgrid a,
body.skin .skin-inter a{
  background:#f8fafc;
  border-color:#e1e7ef;
}
body.skin .skin-hotgrid a:hover,
body.skin .skin-inter a:hover{
  background:#fff;
  border-color:#cfd9e6;
  box-shadow:0 8px 18px rgba(15,23,42,.08);
}
body.skin .skin-hotgrid span,
body.skin .skin-inter p,
body.skin .tai-Ch-index_video .tai-Ch-img p{
  color:#253246;
}
body.skin .tai-Ch-index_title h2,
body.skin .tai-Ch-index_title h3,
body.skin .tai-Ch-index_title span{
  color:#172033;
}
body.skin .tai-Ch-index_title a{color:var(--red2)}
body.skin .tai-Ch-crumbs{
  background:rgba(255,255,255,.82);
  border-color:#e1e7ef;
  color:#64748b;
}
body.skin .tai-Ch-crumbs a{color:#526173}
body.skin .tai-Ch-saishi_tab{
  background:#fff;
  border-color:#e1e7ef;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
body.skin .tai-Ch-saishi_item a{
  background:#f3f6fb;
  border-color:#e1e7ef;
  color:#64748b;
}
body.skin .tai-Ch-saishi_item a.on,
body.skin .tai-Ch-saishi_item a:hover{
  background:linear-gradient(135deg,var(--red),var(--deep));
  color:#fff;
}
body.skin .tai-Ch-news_detail,
body.skin .tai-Ch-news_detail p{
  color:#334155;
}
body.skin .tai-Ch-detail_tags a,
body.skin .tai-Ch-tag{
  background:#fff1f3;
  color:var(--red2);
}

/* 赛事标题跟全站浅色卡片走 */
body.skin.match-detail-page .together,
body.skin.match-detail-page .together h1{
  color:#172033;
}
body.skin.match-detail-page .together .definite .tiem_info,
body.skin.match-detail-page .together .definite .tiem_info time{
  color:#64748b;
}
body.skin .team-hero,
body.skin .team-hero *{
  color:#fff!important;
}

/* 比赛详情选项卡直接铺在白卡片上，不再套一层灰盒子 */
body.skin.match-detail-page .switching{
  margin-top:14px;
  padding:14px 0 0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
body.skin.match-detail-page .switching .modetoggle{
  justify-content:flex-start;
  gap:8px;
  padding:0 0 12px;
  border-bottom:1px solid #e3eaf2;
}
body.skin.match-detail-page .switching .modetoggle li{
  border:0;
}
body.skin.match-detail-page .switching .modetoggle li a{
  padding:8px 13px;
  border:1px solid #e1e7ef;
  border-radius:8px;
  background:#fff;
  color:#526173;
  font-size:13px;
  font-weight:800;
}
body.skin.match-detail-page .switching .modetoggle li a:hover{
  color:var(--red2);
  border-color:rgba(225,29,72,.24);
  background:#fff7f8;
}
body.skin.match-detail-page .switching .modetoggle .active a{
  color:#fff;
  background:linear-gradient(135deg,var(--red),var(--deep));
  border-color:transparent;
  box-shadow:0 5px 12px rgba(225,29,72,.20);
}
body.skin.match-detail-page .switching .option_view{
  margin-top:14px;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
}
body.skin.match-detail-page .switching .option_view .item .textInfor{
  margin-top:0;
  padding:4px 2px 0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
body.skin.match-detail-page .switching .option_view .item .textInfor p{
  color:#334155;
}
body.skin.match-detail-page .switching .option_view .item .textInfor a.assort{
  color:var(--red2);
}
body.skin.match-detail-page .match-tab-media{
  padding:2px 0 0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
body.skin.match-detail-page .match-tab-media .tab-media-head{
  margin-bottom:14px;
  padding-bottom:11px;
  border-bottom:1px solid #e5ebf2;
}
body.skin.match-detail-page .match-tab-media .tab-media-title{
  color:#172033!important;
  font-size:16px;
  font-weight:900;
}
body.skin.match-detail-page .match-tab-media .tab-media-more{
  color:var(--red2)!important;
  font-weight:800;
}
body.skin.match-detail-page .tab-news-cards.tab-news-grid{
  gap:12px;
  padding:0;
}
body.skin.match-detail-page .tab-news-grid>li{
  display:flex;
  min-width:0;
}
body.skin.match-detail-page .tab-news-grid .tab-news-card{
  display:flex;
  align-items:flex-start;
  width:100%;
  min-height:auto;
  gap:12px;
  padding:8px 0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body.skin.match-detail-page .tab-news-grid .tab-news-card:hover{
  border:0;
  background:transparent;
  box-shadow:none;
}
body.skin.match-detail-page .tab-news-grid .tab-news-cover{
  flex:0 0 132px;
  width:132px;
  height:84px;
  border-radius:7px;
  background:#eef2f7;
}
body.skin.match-detail-page .tab-news-grid .tab-news-body{
  padding:1px 0 0;
}
body.skin.match-detail-page .tab-news-grid .tab-news-body h4{
  color:#1f2937!important;
  font-size:14px;
  font-weight:800;
  line-height:1.5;
}
body.skin.match-detail-page .tab-news-grid .tab-news-card:hover .tab-news-body h4{
  color:var(--red2)!important;
}
body.skin.match-detail-page .tab-news-grid .tab-news-time{
  color:#8a96a8!important;
  font-size:12px;
}
body.skin.match-detail-page .match-tab-media .tab-media-list{
  gap:0;
}
body.skin.match-detail-page .match-tab-media .tab-media-list li{
  border-bottom-color:#e7edf4;
}
body.skin.match-detail-page .match-tab-media .tab-media-list li a{
  color:#334155;
  padding:11px 4px;
}
body.skin.match-detail-page .match-tab-media .tab-media-list li a p{
  color:#334155;
  font-weight:700;
}
body.skin.match-detail-page .match-tab-media .tab-media-list li:hover a p{
  color:var(--red2);
}
body.skin.match-detail-page .match-tab-media .tab-media-list li a .icon{
  background:#dbe4ef;
}
body.skin.match-detail-page .match-tab-media .tab-media-list li:nth-child(1) a .icon{
  background:var(--red);
}
body.skin.match-detail-page .match-tab-media .tab-media-list li:nth-child(2) a .icon{
  background:#f59e0b;
}
body.skin.match-detail-page .match-tab-media .tab-media-list li:nth-child(3) a .icon{
  background:#64748b;
}

/* 页脚保持深色收束，不再堆站内导航 */
body.skin .foot{
  background:#0b1220;
  border-top-color:rgba(255,255,255,.08);
}
body.skin .foot .logo-tx b{color:#fff}
body.skin .foot .logo-mark,
body.skin .foot .logo:hover .logo-mark{background:transparent;box-shadow:none}
body.skin .foot-slogan{color:#8b9bb3}
body.skin .foot-copy p,
body.skin .foot-copy a{
  color:#7b8aa3;
}
body.skin .foot-copy a:hover{color:#fff}
body.skin #toast{color:#eef2f9}

/* 直播比赛详情：跟全站浅色白卡片对齐，球场图保留深色视觉，其余不再套盒。
   仅作用于 live/detail，避免影响录像、频道等 media-player 页面。 */
body.skin.match-detail-page:not(.media-player-page) .together{
  background:#fff;
  border-color:#e1e7ef;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
  color:#172033;
}
body.skin.match-detail-page:not(.media-player-page) .together h1{
  color:#172033;
}
body.skin.match-detail-page:not(.media-player-page) .together .definite .tiem_info,
body.skin.match-detail-page:not(.media-player-page) .together .definite .tiem_info time{
  color:#64748b;
}
body.skin.match-detail-page:not(.media-player-page) .news-live-signal{
  margin:12px 0 4px;
  padding:2px 0 0;
  background:transparent;
  border:0;
  box-shadow:none;
}
body.skin.match-detail-page:not(.media-player-page) .news-live-signal-title{
  color:#172033;
}
body.skin.match-detail-page:not(.media-player-page) .switching{
  margin-top:14px;
  padding:14px 0 0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle{
  justify-content:flex-start;
  gap:8px;
  padding:0 0 12px;
  border-bottom:1px solid #edf1f6;
}
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle li{
  border:0;
}
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle li a{
  padding:8px 13px;
  border:1px solid #e1e7ef;
  border-radius:8px;
  background:#f3f6fb;
  color:#526173;
  font-size:13px;
  font-weight:800;
}
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle li a:hover{
  border-color:rgba(225,29,72,.28);
  background:#fff7f8;
  color:var(--red2);
}
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle .active a{
  color:#fff;
  background:linear-gradient(135deg,var(--red),var(--deep));
  border-color:transparent;
  box-shadow:0 5px 12px rgba(225,29,72,.20);
}
body.skin.match-detail-page:not(.media-player-page) .switching .option_view{
  margin-top:14px;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
}
body.skin.match-detail-page:not(.media-player-page) .switching .option_view .item .textInfor{
  margin-top:0;
  padding:2px 0 0;
  background:transparent;
  border:0;
  box-shadow:none;
}
body.skin.match-detail-page:not(.media-player-page) .switching .option_view .item .textInfor p{
  color:#334155!important;
  font-size:14px;
  line-height:1.95;
}
body.skin.match-detail-page:not(.media-player-page) .switching .option_view .item .textInfor a.assort{
  color:var(--red2);
}
body.skin.match-detail-page:not(.media-player-page) .today-matches-empty{
  color:#64748b;
}

/* 赛况、历史分析：取消内层深色卡片，跟白底正文同一套字色 */
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-section,
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-section{
  margin-bottom:18px;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
}
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-section:last-child,
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-section:last-child{
  margin-bottom:0;
}
body.skin.match-detail-page:not(.media-player-page) .stats-title,
body.skin.match-detail-page:not(.media-player-page) .analysis-title{
  color:#172033!important;
  font-weight:900;
}
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-possession .label,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-quick-item .label,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-row .label{
  color:#64748b;
}
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-table th,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-quarters th{
  background:#fff5f6;
  color:var(--red2);
  border-bottom-color:#edf1f6;
}
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-table td,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-quarters td{
  color:#334155;
  border-bottom-color:#edf1f6;
  background:transparent;
}
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-quarters th{
  color:var(--red2);
  border-bottom-color:#edf1f6;
}
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-table td:first-child,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-table td:last-child,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-quarters td:first-child,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-quarters th:first-child{
  color:#172033;
}
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-table td:nth-child(2),
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-table small{
  color:#64748b;
}
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-event,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-live-item{
  border-bottom-color:#edf1f6;
}
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-event .text,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-live-item .text,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-event.is-goal .text,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-live-item.is-main .text{
  color:#334155;
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-row{
  border-bottom-color:#edf1f6;
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-row.is-link:hover .analysis-row-link{
  background:#f8fafc;
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-row-link{
  color:#172033!important;
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-meta,
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-meta .date,
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-meta .league{
  color:#8a96a8!important;
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-meta .time{
  color:#334155!important;
  font-weight:700;
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-match,
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-match .team{
  color:#172033!important;
  font-weight:700;
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-match .score{
  color:#172033!important;
  font-weight:900;
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-result.win{
  background:linear-gradient(135deg,var(--red),var(--deep));
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-result.lose{
  background:#4b5563;
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-result.draw{
  background:#94a3b8;
}

/* 新闻与录像：直接铺在白卡片上，不再套一层内盒 */
body.skin.match-detail-page:not(.media-player-page) .match-tab-media{
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-head{
  margin-bottom:12px;
  padding-bottom:10px;
  border-bottom:1px solid #edf1f6;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-title{
  color:#172033!important;
  font-size:16px;
  font-weight:900;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-more{
  color:var(--red2)!important;
  font-weight:800;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-more:hover{
  color:var(--deep)!important;
}
body.skin.match-detail-page:not(.media-player-page) .tab-news-grid .tab-news-card{
  background:transparent;
  border:0;
  box-shadow:none;
  padding:8px 0;
}
body.skin.match-detail-page:not(.media-player-page) .tab-news-grid .tab-news-card:hover{
  background:transparent;
  border:0;
  box-shadow:none;
}
body.skin.match-detail-page:not(.media-player-page) .tab-news-grid .tab-news-cover{
  background:#eef2f7;
}
body.skin.match-detail-page:not(.media-player-page) .tab-news-grid .tab-news-body h4{
  color:#1f2937!important;
}
body.skin.match-detail-page:not(.media-player-page) .tab-news-grid .tab-news-card:hover .tab-news-body h4{
  color:var(--red2)!important;
}
body.skin.match-detail-page:not(.media-player-page) .tab-news-grid .tab-news-time{
  color:#8a96a8!important;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li{
  border-bottom-color:#edf1f6;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li a{
  color:#334155;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li a p{
  color:#334155;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li:hover a p{
  color:var(--red2);
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li a .icon{
  background:#dbe4ef;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li:nth-child(1) a .icon{
  background:var(--red);
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li:nth-child(2) a .icon{
  background:#f59e0b;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li:nth-child(3) a .icon{
  background:#64748b;
}

/* 阵容：从深色字色改到浅色卡片可读 */
body.skin.match-detail-page:not(.media-player-page) .lineup-side{
  background:#f8fafc;
  border:1px solid #e1e7ef;
}
body.skin.match-detail-page:not(.media-player-page) .lineup-head strong{
  color:#172033;
}
body.skin.match-detail-page:not(.media-player-page) .lineup-head em,
body.skin.match-detail-page:not(.media-player-page) .lineup-head span{
  color:#64748b;
}
body.skin.match-detail-page:not(.media-player-page) .lineup-side h4{
  color:var(--red2);
}
body.skin.match-detail-page:not(.media-player-page) .lineup-list li{
  border-bottom-color:#edf1f6;
}
body.skin.match-detail-page:not(.media-player-page) .lineup-list b{
  color:var(--gold);
}
body.skin.match-detail-page:not(.media-player-page) .lineup-list p{
  color:#172033;
}
body.skin.match-detail-page:not(.media-player-page) .lineup-list span{
  color:#8a96a8;
}
body.skin.match-detail-page:not(.media-player-page) .stats-empty{
  color:#64748b;
}

/* 录像/集锦/视频/频道播放区：跟浅色白卡片对齐，视频窗保持深色 */
body.skin.media-player-page .media-player-stage,
body.skin.media-player-page .media-player-stage-bleed{
  background:transparent;
  color:var(--txt);
  border:0;
  box-shadow:none;
}
body.skin.media-player-page .media-player-stage-inner{
  background:var(--panel);
  border:1px solid #e1e7ef;
  box-shadow:var(--sh);
  color:var(--txt);
}
body.skin.media-player-page .media-player-aside{
  background:var(--panel2);
  border-color:#e1e7ef;
}
body.skin.media-player-page .media-player-aside h3,
body.skin.media-player-page .media-player-info h1{color:var(--txt)}
body.skin.media-player-page .media-player-desc,
body.skin.media-player-page .media-player-nav{color:var(--mut)}
body.skin.media-player-page .media-player-meta{color:var(--dim)}
body.skin.media-player-page .media-player-nav a{color:var(--txt)}
body.skin.media-player-page .media-player-nav a:hover,
body.skin.media-player-page .media-relate-list a:hover{color:var(--red2)}
body.skin.media-player-page .media-relate-list a{color:#253246}
body.skin.media-player-page .media-player-sources .luxiang-source-list a{
  background:var(--panel);border-color:var(--line);color:var(--txt)
}
body.skin.media-player-page .media-player-sources .luxiang-source-list a:hover{
  border-color:rgba(225,29,72,.35);color:var(--red2);background:#fff7f8
}
body.skin.media-player-page .media-pill-tags a{
  background:#fff1f3;border-color:#e1e7ef;color:var(--red2)
}
