/* 春秋直播公共皮肤：头尾、首页、赛程行、积分榜、侧栏。页面 body 加 class="skin" */
:root{
  --bg0:#212326; --bg1:#191b1f; --panel:#2a2d32; --panel2:#25282d;
  --line:rgba(255,255,255,.08); --line2:rgba(255,255,255,.14);
  --txt:rgba(255,255,255,.88); --mut:rgba(255,255,255,.58); --dim:rgba(255,255,255,.38);
  --acc:#4aa8ff; --acc2:#6bb8ff;
  --red:#ff4757; --red2:#ff6674; --deep:#b91f30;
  --gold:#ffb020; --cyan:#35c7ff; --green:#2ecc8f; --violet:#b18cff;
  --r:8px; --r2:6px;
  --sh:0 8px 24px rgba(0,0,0,.28);
  --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{display:none}
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}
body.skin .match-trend-svg{
  width:100%!important;height:180px!important;max-width:100%;display:block;fill:none!important
}
body.skin .match-trend-svg *{width:auto!important;height:auto!important;max-width:none;flex-shrink:0}
body.skin .match-trend{
  position:relative;min-height:210px;padding:28px 12px 26px;
  background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:12px
}
body.skin .match-trend-lab{
  position:absolute;left:14px;z-index:2;font-size:12px;font-weight:700;line-height:1
}
body.skin .match-trend-lab.is-home{top:10px;color:#ff7a7a}
body.skin .match-trend-lab.is-away{bottom:10px;color:#6aa8ff}
body.skin .match-trend-mid,
body.skin .match-trend-split{stroke:rgba(255,255,255,.14)!important;stroke-width:1;fill:none!important}
body.skin .match-trend-line{stroke:#f5d76e!important;stroke-width:2.2;fill:none!important}
body.skin .match-trend-mark{fill:#f5d76e!important}
body.skin .match-trend-mark.is-home{fill:#ff7a7a!important}
body.skin .match-trend-mark.is-away{fill:#6aa8ff!important}
.wrap{width:1280px;margin:0 auto;position:relative}
body.skin ::selection{background:rgba(74,168,255,.35)}

/* ===== 顶部 ===== */
.top{position:relative;z-index:50;background:var(--bg1);border-bottom:0;box-shadow:0 2px 12px rgba(0,0,0,.28);overflow:visible}
.top-in{display:flex;align-items:stretch;gap:28px;height:66px;padding:0 4px 0 0}
a.logo{display:flex;align-items:center;gap:10px;flex-shrink:0;position:relative;z-index:5;padding-right:16px;margin-right:0;background:var(--bg1)}
.logo-mark{position:relative;width:auto;height:56px;padding:3px 8px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;
  background:#fff;box-shadow:none;flex-shrink:0;box-sizing:border-box}
.logo-mark img{width:auto;height:50px;max-width:148px;object-fit:contain;object-position:center;display:block}
.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;flex-shrink:0}
.logo-tx b{font-size:22px;font-weight:800;letter-spacing:.4px;color:var(--acc);white-space:nowrap}
.logo-tx b::after{display:none}
.logo-tx i{display:none}

/* 搜索 */
.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(74,168,255,.6);box-shadow:0 0 0 3px rgba(74,168,255,.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:var(--acc);
  color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;transition:.25s}
.go-s:hover{filter:brightness(1.08);box-shadow:0 4px 14px rgba(74,168,255,.35)}

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

/* 主导航（并入顶栏） */
.nav{flex:1;min-width:0;border:0;background:transparent;overflow:visible;position:relative;z-index:60;padding-left:4px}
.nav-in{display:flex;align-items:stretch;justify-content:stretch;height:100%;width:100%;overflow:visible}
.nav-in::-webkit-scrollbar{display:none}
.nav-list{display:flex;list-style:none;height:100%;margin:0;padding:0;justify-content:space-between;flex-wrap:nowrap;gap:0;width:100%;flex:1;min-width:0}
.nav-list>li{position:relative;display:flex;justify-content:center;min-width:0;flex:1 1 0}
.nav-list>li.has-sub{min-width:0}
.nl{display:flex;align-items:center;justify-content:center;gap:5px;padding:0 8px;font-size:15px;color:var(--txt);font-weight:500;transition:.18s;white-space:nowrap;width:100%}
.nl:hover{color:#fff}
.nl-ico{
  width:16px;height:16px;flex-shrink:0;opacity:.9;transition:.18s;
  fill:currentColor;display:block
}
.nl-txt{line-height:1}
.nav-list>li .nl::before{display:none}
.nav-list>li.is-on .nl,.nav-list>li:hover .nl{color:#fff;font-weight:700}
.nav-list>li.is-on .nl-ico,.nav-list>li:hover .nl-ico{opacity:1;filter:brightness(1.15);transform:translateY(-.5px)}
.nav-list>li[data-nav="live"] .nl-ico{color:#ff6674}
.nav-list>li[data-nav="zuqiu"] .nl-ico{color:#2ecc8f}
.nav-list>li[data-nav="lanqiu"] .nl-ico{color:#ff8fb8}
.nav-list>li[data-nav="luxiang"] .nl-ico{color:#57d9ff}
.nav-list>li[data-nav="saishi"] .nl-ico{color:#ffb020}
.nav-list>li[data-nav="qiudui"] .nl-ico{color:#4aa8ff}
.nav-list>li[data-nav="qiuyuan"] .nl-ico{color:#b18cff}
body.skin .nl-ico{width:16px!important;height:16px!important}
.arr{border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:.45;margin-left:2px;flex-shrink:0}
.sub{position:absolute;left:0;top:100%;width:100%;min-width:120px;
  height:auto;max-height:0;background:#373a3d;border:0;border-radius:0 0 4px 4px;padding:0;
  display:flex;flex-direction:column;align-items:stretch;overflow:hidden;z-index:120;
  box-shadow:0 8px 20px rgba(0,0,0,.35);transition:max-height .28s linear;pointer-events:none}
.nav-list>li:hover .sub{max-height:560px;pointer-events:auto}
.sub a{display:flex;align-items:center;justify-content:center;height:46px;padding:0 10px;border-radius:0;
  font-size:16px;color:rgba(255,255,255,.88);white-space:nowrap;text-align:center}
.sub a:hover{background:rgba(255,255,255,.06);color:#fff}

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

/* ===== HERO：左文右图 ===== */
.hero-stage{margin-bottom:18px}
.hero{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:16px;margin-bottom:18px}
.hero-main{position:relative;border-radius:8px;overflow:hidden;height:320px;min-height:320px;background:#16181c;border:0;box-shadow:none}
.hs-view{position:absolute;inset:0}
.hs{position:absolute;inset:0;opacity:0;pointer-events:none;z-index:1;transition:opacity .55s ease;display:block;padding:0}
.hs.on{opacity:1;pointer-events:auto;z-index:2}
.hs-cover{position:absolute;inset:0;z-index:0}
.hs-cover img{position:absolute;right:0;top:0;width:820px;max-width:62%;height:100%;object-fit:cover;display:block}
.hs-cover-empty{background:linear-gradient(90deg,#191b1f 0%,#2a3140 100%)}
.hs-cover::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#16181c 0%,#16181c 38%,rgba(22,24,28,.35) 58%,transparent 78%);pointer-events:none}
.hs-bg{position:absolute;inset:0}
.hs.on .hs-bg{animation:none}
@keyframes ken{from{transform:scale(1.06)}to{transform:scale(1)}}
.hs-veil{display:none}
.hs-label{position:absolute;top:20px;right:24px;z-index:3;font-size:13px;font-weight:700;color:rgba(255,255,255,.88);letter-spacing:1px}
.hs-cap{position:absolute;left:48px;top:50%;transform:translateY(-50%);z-index:3;width:480px;max-width:42%;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.hs-tag{display:none}
.hs h3,.hs-cap h3{position:relative;font-size:26px;font-weight:800;line-height:1.35;max-width:100%;text-shadow:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;opacity:1;transform:none;color:#fff}
.hs.on h3{animation:none}
.hs-meta{display:flex;align-items:center;gap:10px}
.hs-from{font-size:14px;color:rgba(255,255,255,.7)}
.hs-more{position:relative;margin-top:8px;font-size:14px;color:#fff;font-weight:600;letter-spacing:0;opacity:1;display:inline-flex;align-items:center;justify-content:center;
  height:36px;padding:0 22px;border-radius:18px;background:rgba(255,255,255,.16);backdrop-filter:blur(6px)}
.hs.on .hs-more{animation:none}
.hs-more span{display:none}
.hs:hover .hs-more{background:rgba(255,255,255,.28)}
@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:8px;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(--acc);color:#fff}
.h-l{left:14px}.h-r{right:14px}
.hs-dots{position:absolute;left:80px;right:auto;bottom:28px;display:flex;gap:8px;z-index:6}
.hs-dots i{width:18px;height:3px;border-radius:2px;background:rgba(255,255,255,.28);cursor:pointer;transition:.25s}
.hs-dots i.on{width:36px;border-radius:2px;background:var(--acc);box-shadow:none}
.hs-prog{display:none}

.hero-side{display:flex;flex-direction:column;gap:16px;min-width:0}
.focus-card{position:relative;background:var(--panel);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:none}
.focus-card::before{display:none}
.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:800;color:#fff}
.fc-live i{width:8px;height:8px;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:var(--dim)}
.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:#fff;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:40px;border-radius:8px;font-size:15px;font-weight:800;letter-spacing:2px;color:#fff;
  background:var(--acc);box-shadow:none;transition:.2s;display:flex;align-items:center;justify-content:center}
.fc-go:hover{filter:brightness(1.08);transform:none;box-shadow:none}

/* 卡片标题条 */
.card-h{display:flex;align-items:center;gap:14px;padding:0 0 13px;border-bottom:1px solid var(--line);margin-bottom:4px}
.card-h h1,.card-h h2{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:800;flex-shrink:0;margin:0}
.card-h h1>i,.card-h h2>i{width:3px;height:16px;border-radius:2px;background:var(--acc);box-shadow:none}
.card-h h1 em,.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(--acc)}
.card-h.lg{align-items:center;flex-wrap:wrap}
.news-card,.panel{background:var(--panel);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(--acc);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(--acc)}
.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}

/* 首页主体：940 + 40 + 300 */
.home-body{display:grid;grid-template-columns:940px 300px;gap:40px;align-items:start}
.home-main{min-width:0}
.home-aside{position:sticky;top:82px;display:flex;flex-direction:column;gap:16px}

/* 置顶四宫格 */
.pin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}
.pin-card{position:relative;display:block;height:168px;border-radius:8px;overflow:hidden;background:#16181c}
.pin-cover{position:absolute;inset:0;background:#1a1c1f center/cover no-repeat}
.pin-cover-empty{background:linear-gradient(135deg,#1c222c,#2a3140)}
.pin-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.78))}
.pin-badge{position:absolute;top:8px;left:8px;z-index:2;font-size:11px;font-weight:700;color:#fff;background:var(--acc);padding:2px 7px;border-radius:3px}
.pin-card b{position:absolute;left:10px;right:10px;bottom:10px;z-index:2;font-size:13px;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#fff}
.pin-card:hover b{color:#fff}

/* 资讯双列 */
.news-feed{display:grid;grid-template-columns:1fr 1fr;column-gap:24px;background:transparent;border:0}
.feed-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);min-width:0;height:auto}
.feed-item:nth-child(-n+2){padding-top:0}
.feed-th{width:108px;height:81px;border-radius:6px;background:#1a1c1f;flex-shrink:0;overflow:hidden}
.feed-th img{width:100%;height:100%;object-fit:cover;display:block}
.feed-bd{min-width:0;flex:1;display:flex;flex-direction:column;gap:8px;justify-content:center}
.feed-bd b{font-size:15px;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--txt)}
.feed-item:hover .feed-bd b{color:var(--acc)}
.feed-bd em{display:flex;align-items:center;gap:10px;font-style:normal;font-size:12px;color:var(--dim)}
.feed-tag{font-style:normal;color:var(--acc);font-size:12px}
.feed-item:not(.has-img) .feed-bd b{font-size:14px;-webkit-line-clamp:1;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}
.feed-more{display:flex;align-items:center;justify-content:center;gap:6px;margin:8px 0 24px;padding:12px;font-size:14px;color:var(--mut)}
.feed-more:hover{color:var(--acc)}

/* 侧栏推荐比赛 */
.rec-box{padding:14px 16px 8px}
.rec-game{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);min-height:76px}
.rec-game:last-child{border-bottom:0}
.rec-game-basic{width:52px;flex-shrink:0;display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--dim)}
.rec-game-basic em{font-style:normal;white-space:nowrap}
.rec-game-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}
.rec-game-team{display:flex;align-items:center;gap:8px;min-width:0}
.rec-game-team img{width:22px;height:22px;object-fit:contain;border-radius:50%;background:#fff;flex-shrink:0}
.rec-game-team i{font-style:normal;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rec-game-btn{flex-shrink:0;font-size:12px;color:var(--mut);padding:4px 10px;border:1px solid var(--line);border-radius:4px}
.rec-game:hover .rec-game-team i{color:var(--acc)}
.rec-game:hover .rec-game-btn{color:var(--acc);border-color:var(--acc)}

.rail-match{padding:14px 16px 10px}
.rail-m{display:flex;flex-direction:column;gap:6px;padding:10px 0;border-bottom:1px solid var(--line)}
.rail-m:last-child{border-bottom:0}
.rail-m-when{font-size:12px;color:var(--dim)}
.rail-m-vs{display:flex;align-items:center;gap:8px;min-width:0}
.rail-m-vs em{flex:1;font-style:normal;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rail-m-vs em:last-child{text-align:right}
.rail-m-vs b{flex-shrink:0;font-size:13px;color:var(--mut);font-weight:800}
.rail-m.is-live .rail-m-vs b{color:var(--red2)}
.rail-m:hover .rail-m-vs em{color:var(--acc)}

/* ===== 两栏主区（内页） ===== */
.cols{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px;align-items:start}
.col-main{min-width:0}
.col-main .hero-main{margin-bottom:16px}
.col-side{position:sticky;top:82px;display:flex;flex-direction:column;gap:16px}
.col-side > .panel,
.col-side > .skin-block,
.home-aside > .panel,
.home-aside > .skin-block{margin-top:0}
.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:6px;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:var(--acc);border-color:transparent;box-shadow:none}
.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,a.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,.03);border:1px solid var(--line);border-radius:8px;padding:10px 12px;transition:.2s;position:relative;overflow:hidden;
  color:inherit;text-decoration:none;cursor:pointer}
a.mrow:hover,a.mrow:focus{color:inherit;text-decoration:none}
.mrow:hover{background:rgba(255,255,255,.05);border-color:var(--line2);transform:none}
.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(--acc);border-color:rgba(74,168,255,.45);background:rgba(74,168,255,.08)}
.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-card{padding:14px 12px 12px;overflow:hidden}
.st-card .card-h{margin-bottom:0;padding:0 2px 10px;border-bottom:1px solid var(--line)}
.st-card .card-h h2{font-size:15px;font-weight:800;letter-spacing:.2px}
.st-chips{
  display:flex;flex-wrap:nowrap;gap:6px;margin:10px 0 8px;padding:0 0 2px;width:100%;
  overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none
}
.st-chips::-webkit-scrollbar{display:none}
.st-chips .tab{
  flex:0 0 auto;height:28px;padding:0 11px;border-radius:6px;font-size:12px;font-weight:700;
  color:var(--mut);background:rgba(255,255,255,.04);border:1px solid var(--line);line-height:26px
}
.st-chips .tab:hover{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.06)}
.st-chips .tab.on{color:#fff;background:var(--acc);border-color:transparent;box-shadow:0 4px 12px rgba(74,168,255,.28)}
.st-scroll{max-height:470px;overflow:auto;margin-top:2px;padding-right:2px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.16) transparent}
.st-scroll::-webkit-scrollbar{width:4px}
.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{
  position:sticky;top:0;z-index:1;font-size:11px;color:var(--dim);font-weight:600;
  padding:8px 4px 7px;text-align:left;border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(42,45,50,.98),rgba(42,45,50,.92))
}
.st-panel thead th:first-child{width:26px;padding-left:6px}
.st-panel thead th:nth-child(2){width:auto}
.st-panel thead th:nth-child(3){width:70px;text-align:center}
.st-panel thead th:last-child{width:40px;text-align:right;padding-right:6px}
tr.ahead td{
  border:none;padding:10px 6px 5px;font-size:11px;font-weight:700;letter-spacing:.4px;
  color:var(--mut);background:transparent
}
tr.ahead td i{
  display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:6px;
  vertical-align:middle;background:var(--acc)
}
tr.ahead.is-up td{color:#7ddea8}
tr.ahead.is-up td i{background:var(--green);box-shadow:0 0 0 3px rgba(46,204,143,.16)}
tr.ahead.is-mid td{color:#7ecfff}
tr.ahead.is-mid td i{background:var(--cyan);box-shadow:0 0 0 3px rgba(53,199,255,.16)}
tr.ahead.is-down td{color:#ff8f9a}
tr.ahead.is-down td i{background:var(--red2);box-shadow:0 0 0 3px rgba(255,71,87,.16)}
.srow td{
  padding:7px 4px;font-size:12.5px;border-bottom:1px solid rgba(255,255,255,.04);
  transition:background .14s;position:relative
}
.srow td:first-child{padding-left:6px}
.srow td:last-child{padding-right:6px}
.srow:hover td{background:rgba(255,255,255,.045)}
.srow.is-up td:first-child::before,
.srow.is-mid td:first-child::before,
.srow.is-down td:first-child::before{
  content:'';position:absolute;left:0;top:6px;bottom:6px;width:2px;border-radius:2px
}
.srow.is-up td:first-child::before{background:var(--green)}
.srow.is-mid td:first-child::before{background:var(--cyan)}
.srow.is-down td:first-child::before{background:var(--red2)}
.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;width:22px;height:22px;background:#fff;border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,.08)
}
.srow td.tm .mb img{width:78%;height:78%;object-fit:contain;display:block;margin:auto}
.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}
.srow:hover td.tm .tn{color:var(--acc)}
.rk{
  display:inline-grid;place-items:center;width:18px;height:18px;border-radius:5px;
  font-size:10.5px;font-weight:800;color:var(--dim);background:rgba(255,255,255,.05);font-style:normal
}
.rk.r1{color:#1a1408;background:linear-gradient(135deg,#ffe08a,#ffb020)}
.rk.r2{color:#141820;background:linear-gradient(135deg,#e8eef8,#a8b4c8)}
.rk.r3{color:#1a120c;background:linear-gradient(135deg,#f0c29a,#d08a4e)}
.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;white-space:nowrap}
.srow .num b{font-weight:600;color:var(--txt)}
.srow .num i{font-style:normal;color:var(--dim);margin:0 1px;font-weight:400}
.srow .pt{
  font-weight:800;color:#fff;text-align:right;font-variant-numeric:tabular-nums;
  font-size:13px
}
.st-panel .more-btn.slim{
  margin-top:10px;height:34px;border-radius:7px;font-size:12.5px;font-weight:700;
  color:var(--mut);background:rgba(255,255,255,.03);border:1px solid var(--line)
}
.st-panel .more-btn.slim:hover{color:var(--acc);border-color:rgba(74,168,255,.4);background:rgba(74,168,255,.08)}
.mb.sm{font-size:12px}

/* 录像 */
.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;background:#1a1c1f}
.vr-th img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0}
.vr-th::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.45));z-index:1;pointer-events:none}
.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}

/* 标签云（与侧栏热门TAG同色） */
.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}
.tag{font-size:12px;color:var(--acc);padding:5px 11px;border-radius:6px;background:rgba(74,168,255,.12);border:1px solid rgba(74,168,255,.22);transition:.16s}
.tag:hover{color:#fff;border-color:rgba(74,168,255,.45);background:rgba(74,168,255,.22);transform:translateY(-1px)}

/* 页脚 */
.foot{
  margin-top:48px;position:relative;z-index:1;overflow:hidden;
  background:
    radial-gradient(120% 80% at 50% -10%,rgba(74,168,255,.14),transparent 52%),
    linear-gradient(180deg,#1c1f24 0%,var(--bg1) 42%,#15171b 100%);
  border-top:0
}
.foot-edge{
  height:2px;width:100%;
  background:linear-gradient(90deg,transparent 0%,rgba(74,168,255,.15) 18%,var(--acc) 50%,rgba(74,168,255,.15) 82%,transparent 100%);
  opacity:.9
}
.foot-in{
  display:flex;flex-direction:column;align-items:stretch;text-align:left;
  gap:18px;padding:34px 0 26px
}
.foot-top{
  display:flex;align-items:center;justify-content:space-between;gap:20px 28px;flex-wrap:wrap
}
.foot-logo{justify-content:flex-start;gap:12px}
.foot .logo-mark{
  width:auto;height:56px;padding:3px 8px;border-radius:10px;overflow:hidden;
  background:#fff;border:1px solid rgba(255,255,255,.1);
  box-shadow:none;box-sizing:border-box
}
.foot .logo-mark img{width:auto;height:50px;max-width:160px;object-fit:contain;object-position:center}
.foot .logo-tx{display:flex;flex-direction:column;gap:2px;align-items:flex-start}
.foot .logo-tx b{
  font-size:20px;font-weight:800;letter-spacing:.4px;color:#fff;line-height:1.15
}
.foot .logo-tx i{
  font-style:normal;font-size:10px;font-weight:700;letter-spacing:1.6px;
  color:var(--acc);opacity:.9
}
.foot-nav{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px
}
.foot-nav a{
  display:inline-flex;align-items:center;height:30px;padding:0 12px;
  border-radius:8px;font-size:13px;font-weight:650;color:var(--mut);
  background:rgba(255,255,255,.03);border:1px solid var(--line);transition:.18s
}
.foot-nav a:hover{
  color:#fff;border-color:rgba(74,168,255,.4);background:rgba(74,168,255,.12)
}
.foot-slogan{
  margin:0;font-size:13px;color:var(--dim);letter-spacing:.6px;
  padding-left:2px
}
.foot-copy{
  width:100%;max-width:920px;padding:14px 16px;margin:0;
  border:1px solid rgba(255,255,255,.07);border-radius:12px;
  background:rgba(0,0,0,.18)
}
.foot-copy p{font-size:12.5px;color:rgba(197,208,224,.88);line-height:1.85;margin:0 0 10px}
.foot-copy p:last-child{margin-bottom:0}
.foot-copy p:has(a[href*="beian.miit.gov.cn"]){display:none}
.foot-copy .copy{margin-top:6px}
.foot-copy .copy a,.foot-copy a{color:rgba(213,222,236,.92)}
.foot-copy a:hover{color:#fff}
.foot-meta{
  display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;
  padding-top:2px;font-size:12px;color:var(--dim)
}
.foot-year{color:var(--mut)}
.foot-dot{
  width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.28)
}
.foot-icp-link{
  display:inline-flex;align-items:center;gap:6px;color:var(--mut);transition:.16s
}
.foot-icp-link:hover{color:#fff}
.foot-beian-ico{width:16px;height:16px;object-fit:contain;flex-shrink:0;opacity:.9}
.foot-icp{display:none}

@media(max-width:760px){
  .foot-in{padding:26px 0 20px;gap:14px}
  .foot-top{flex-direction:column;align-items:flex-start}
  .foot-nav{justify-content:flex-start}
  .foot-copy{padding:12px 12px}
}

/* 回顶 & toast */
#totop{position:fixed;right:24px;bottom:30px;width:44px;height:44px;border-radius:8px;display:grid;place-items:center;z-index:99;
  background:var(--acc);color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.28);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(1280px,96vw)}}
@media(max-width:1260px){
  body.skin{min-width:0}
  .cols,.hero,.home-body{grid-template-columns:1fr}
  .col-side,.home-aside{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
  .st-card,.tag-card,.rec-box{grid-column:span 1}
  .nav-list .nl{padding:0 12px;font-size:15px}
  .hero-side{grid-template-columns:1fr 1fr;display:grid}
  .news-card{max-height:340px;overflow:auto}
  .news-feed{grid-template-columns:1fr}
  .pin-grid{grid-template-columns:repeat(2,1fr)}
  .hero-main{height:300px;min-height:300px}
  .hs-cap{left:32px;width:auto;max-width:52%}
  .hs-cover img{max-width:70%}
}
@media(max-width:1000px){
  .top-in{gap:10px}
  .logo-mark{width:auto;height:42px;padding:2px 6px}
  .logo-mark img,
  body.skin .logo-mark img{height:38px;max-width:118px}
  .logo-tx b{font-size:18px}
  .logo-tx i{display:none}
  .tools{margin-left:0}
  .nav{order:0;min-width:0;overflow:hidden}
  .nav-in{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .nav-in::-webkit-scrollbar{display:none}
  .nav-list{flex-shrink:0;justify-content:flex-start;width:max-content}
  .hero-side,.col-side,.home-aside{grid-template-columns:1fr;display:grid}
  .home-body,.home-main,.home-aside,.pin-grid,.news-feed,.live-panel,.panel,.live-list{
    min-width:0;max-width:100%;width:100%;box-sizing:border-box
  }
  .foot-in{padding:24px 16px 18px}
  .hero-main{height:180px;min-height:180px}
  .hero-stage{margin-bottom:18px}
  .hs-cap{left:18px;top:50%;transform:translateY(-50%);width:auto;max-width:70%;gap:8px}
  .hs-cap .hs-title{font-size:16px;line-height:1.35;max-width:100%}
  .hs-cap .hs-meta{font-size:12px}
  .hs-cap .hs-from{font-size:12px}
  .hs-cap .hs-more{height:30px;padding:0 14px;font-size:12.5px;margin-top:4px}
  .hs-label{top:12px;right:14px;font-size:11px}
  .hs-dots{left:18px;bottom:14px;gap:6px}
  .hs-dots i{width:14px;height:2px}
  .hs-dots i.on{width:26px}
  .harr{width:30px;height:42px;font-size:20px}
  .h-l{left:8px}.h-r{right:8px}
  .feed-th{width:96px;height:68px}
  .feed-bd b{font-size:14px;overflow-wrap:anywhere;word-break:break-word}
}
@media(max-width:860px){
  .live-list{gap:8px;margin-top:10px}
  .home-aside{display:flex;flex-direction:column;gap:14px}
  .pin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .pin-card{height:140px}
  .mrow,
  body.skin .mrow{
    display:grid;
    grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr);
    grid-template-areas:
      "cat cat act"
      "home sc away";
    gap:8px 6px;
    align-items:center;
    width:100%;
    max-width:100%;
    min-width:0;
    min-height:0;
    padding:10px;
    box-sizing:border-box;
  }
  .m-act,
  body.skin .m-act{min-width:0;max-width:100%}
  .m-cat{
    grid-area:cat;
    flex-direction:row;
    align-items:center;
    gap:8px;
    min-width:0;
  }
  .m-cat b{font-size:12px}
  .m-cat time{font-size:11px}
  .m-h{
    grid-area:home;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    gap:4px;
    text-align:center;
  }
  .m-h .tn{
    margin-left:0!important;
    text-align:center;
    font-size:12px;
    line-height:1.25;
    max-width:100%;
  }
  .m-a{
    grid-area:away;
    flex-direction:column-reverse;
    justify-content:flex-start;
    align-items:center;
    gap:4px;
    text-align:center;
  }
  .m-a .tn{
    margin-right:0!important;
    text-align:center;
    font-size:12px;
    line-height:1.25;
    max-width:100%;
  }
  .sc{
    grid-area:sc;
    width:auto;
    min-width:48px;
    justify-self:center;
    gap:2px;
  }
  .sc .vs,
  .sc > b{font-size:14px}
  .sc.live b{font-size:15px}
  .sc em{font-size:10px}
  .m-act{
    grid-area:act;
    gap:6px;
    justify-content:flex-end;
  }
  .mrow .mb,
  body.skin .mrow .mb{
    width:32px;
    height:32px;
    font-size:12px;
  }
  .m-act .st-live,
  .m-act .st-wait{
    padding:2px 6px;
    font-size:10px;
  }
  .m-act .go,
  body.skin .m-act .go{
    padding:5px 8px;
    font-size:11px;
    border-radius:6px;
  }
  .m-act .go svg{display:none}
}

/* 公共补充：站点 Logo / 队徽图 / 链接按钮 / 粘性顶栏 */
body.skin .logo-mark img{width:auto;height:50px;max-width:148px;object-fit:contain;object-position:center;border-radius:0;display:block}
body.skin a.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,body.skin span.go{color:#fff}
body.skin a.go,body.skin span.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,body.skin a.mrow:hover .go{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:#fff;font-weight:700}
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(--acc)}
.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,.live-hm-panel{display:none}
.live-pane.on,.live-hm-panel.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}
.news-side-live{margin-top:12px}
.news-side-live .rel{padding:11px 12px}
.news-side-live .rel-vs{gap:6px}
.news-side-live .rel-vs .nm{font-size:12.5px}
.news-side-live .rel-vs img{width:20px;height:20px;background:#fff}
.news-side-live .rel-meta em.live{
  background:linear-gradient(135deg,var(--red),var(--deep));
  box-shadow:0 0 0 0 rgba(255,71,87,.45);
  animation:newsSideLivePulse 1.4s ease-in-out infinite
}
@keyframes newsSideLivePulse{
  0%,100%{box-shadow:0 0 0 0 rgba(255,71,87,.4)}
  50%{box-shadow:0 0 0 5px rgba(255,71,87,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 .tai-Ch-news_detail .news-schedule-card{margin:0 0 20px;padding:0}
/* 资讯赛程稿：高端播报对阵卡 */
body.skin .news-schedule-card .nsc{
  --nsc-ink:#071018;
  --nsc-panel:#101820;
  --nsc-gold:#d7b56d;
  --nsc-gold2:#f0d9a0;
  --nsc-line:rgba(215,181,109,.28);
  --c:#4aa8ff;
  display:block;position:relative;overflow:hidden;
  border-radius:18px;padding:0;text-decoration:none;color:#f4f1ea;
  background:
    linear-gradient(180deg, rgba(215,181,109,.12), transparent 28%),
    linear-gradient(135deg, #141c26 0%, #0b1118 48%, #121a22 100%);
  border:1px solid rgba(215,181,109,.34);
  box-shadow:
    0 1px 0 rgba(255,255,255,.05) inset,
    0 18px 40px rgba(0,0,0,.38);
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
body.skin .news-schedule-card .nsc-glow{
  position:absolute;inset:-20% -10% auto;
  height:70%;pointer-events:none;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(215,181,109,.16), transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(56,140,210,.14), transparent 50%);
}
body.skin .news-schedule-card .nsc::after{
  content:'';position:absolute;left:12%;right:12%;bottom:0;height:1px;
  background:linear-gradient(90deg, transparent, rgba(215,181,109,.55), transparent);
  pointer-events:none;
}
body.skin .news-schedule-card .nsc:hover{
  transform:translateY(-2px);
  border-color:rgba(240,217,160,.55);
  box-shadow:
    0 1px 0 rgba(255,255,255,.07) inset,
    0 22px 48px rgba(0,0,0,.45);
}
body.skin .news-schedule-card .nsc.is-live{
  border-color:rgba(255,90,100,.45);
  background:
    linear-gradient(180deg, rgba(255,71,87,.16), transparent 34%),
    linear-gradient(135deg, #1a1216 0%, #0d1016 52%, #15181f 100%);
}
body.skin .news-schedule-card .nsc.is-live .nsc-glow{
  background:
    radial-gradient(ellipse at 30% 20%, rgba(255,71,87,.22), transparent 55%),
    radial-gradient(ellipse at 80% 40%, rgba(215,181,109,.1), transparent 50%);
}
body.skin .news-schedule-card .nsc-inner{position:relative;z-index:1;padding:18px 18px 16px}
body.skin .news-schedule-card .nsc-meta{
  display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px;
}
body.skin .news-schedule-card .nsc-meta-l{
  display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap;
}
body.skin .news-schedule-card .nsc-league{
  display:inline-flex;align-items:center;height:26px;padding:0 12px;
  border-radius:4px;font-size:12px;font-weight:800;letter-spacing:.8px;
  color:#1a1408;background:linear-gradient(135deg, #f2d9a4, #c9a45a);
  box-shadow:0 4px 12px rgba(201,164,90,.28);
}
body.skin .news-schedule-card .nsc-dot{
  width:4px;height:4px;border-radius:50%;background:rgba(215,181,109,.55);flex-shrink:0;
}
body.skin .news-schedule-card .nsc-time{
  font-size:13px;font-weight:600;letter-spacing:.3px;color:rgba(244,241,234,.72);
  font-variant-numeric:tabular-nums;
}
body.skin .news-schedule-card .nsc-badge{
  display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 12px;
  border-radius:4px;font-size:11px;font-weight:800;letter-spacing:1px;
  color:rgba(244,241,234,.78);background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);flex-shrink:0;
}
body.skin .news-schedule-card .nsc-badge.is-wait{
  color:#f0d9a0;border-color:rgba(215,181,109,.35);background:rgba(215,181,109,.08);
}
body.skin .news-schedule-card .nsc-badge.is-live{
  color:#fff;border-color:transparent;background:linear-gradient(135deg,#ff4757,#c22b3a);
}
body.skin .news-schedule-card .nsc-badge.is-end{
  color:rgba(244,241,234,.55);border-color:rgba(255,255,255,.08);
}
body.skin .news-schedule-card .nsc-stage{
  display:grid;grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr);
  align-items:center;gap:8px;padding:8px 4px 6px;
}
body.skin .news-schedule-card .nsc-team{
  display:flex;flex-direction:column;align-items:center;gap:10px;min-width:0;text-align:center;
}
body.skin .news-schedule-card .nsc-crest-ring{
  display:grid;place-items:center;padding:3px;border-radius:50%;
  background:linear-gradient(145deg, rgba(240,217,160,.85), rgba(150,118,55,.35), rgba(240,217,160,.55));
  box-shadow:0 10px 24px rgba(0,0,0,.35);
  transition:transform .22s ease, box-shadow .22s ease;
}
body.skin .news-schedule-card .nsc:hover .nsc-crest-ring{
  transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,.42);
}
body.skin .news-schedule-card .nsc-crest{
  width:68px;height:68px;border-radius:50%;display:grid;place-items:center;overflow:hidden;
  background:radial-gradient(circle at 35% 30%, #fff, #e8eef5 70%, #d5dde8);
  border:2px solid rgba(8,12,18,.35);
}
body.skin .news-schedule-card .nsc-crest img{
  width:74%;height:74%;object-fit:contain;display:block;margin:0!important;border-radius:0;background:transparent;
}
body.skin .news-schedule-card .nsc-crest.is-fallback{
  background:linear-gradient(145deg, #2a3545, #18202c);color:#f0d9a0;font-size:24px;font-weight:900;
}
body.skin .news-schedule-card .nsc-name{
  max-width:100%;margin:0;font-size:16px;font-weight:800;line-height:1.3;letter-spacing:.2px;color:#f7f4ed;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
body.skin .news-schedule-card .nsc-side{
  font-style:normal;font-size:11px;font-weight:700;letter-spacing:2px;color:rgba(215,181,109,.72);text-transform:uppercase;
}
body.skin .news-schedule-card .nsc-mid{display:grid;place-items:center}
body.skin .news-schedule-card .nsc-orb{
  width:96px;min-height:96px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.1), transparent 45%),
    linear-gradient(160deg, rgba(215,181,109,.16), rgba(10,14,20,.9) 55%, rgba(20,28,38,.95));
  border:1px solid rgba(215,181,109,.4);
  box-shadow:
    0 0 0 6px rgba(215,181,109,.06),
    0 12px 28px rgba(0,0,0,.35);
}
body.skin .news-schedule-card .nsc.is-live .nsc-orb{
  border-color:rgba(255,90,100,.45);
  box-shadow:0 0 0 6px rgba(255,71,87,.08), 0 12px 28px rgba(0,0,0,.35);
}
body.skin .news-schedule-card .nsc-vs{
  font-size:22px;font-weight:900;letter-spacing:3px;line-height:1;color:#f0d9a0;
  text-shadow:0 2px 12px rgba(0,0,0,.45);
}
body.skin .news-schedule-card .nsc-score{
  display:inline-flex;align-items:center;gap:2px;font-size:28px;font-weight:900;line-height:1;color:#fff;
  font-variant-numeric:tabular-nums;letter-spacing:.5px;
}
body.skin .news-schedule-card .nsc-score i{font-style:normal;color:rgba(240,217,160,.75);font-size:20px;margin:0 1px}
body.skin .news-schedule-card .nsc-sub{
  font-style:normal;font-size:11px;font-weight:700;letter-spacing:.4px;color:rgba(244,241,234,.55);
  font-variant-numeric:tabular-nums;
}
body.skin .news-schedule-card .nsc.is-live .nsc-sub{color:#ff8a94}
body.skin .news-schedule-card .nsc-cta{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin-top:18px;padding:12px 14px;border-radius:12px;
  background:linear-gradient(90deg, rgba(215,181,109,.12), rgba(215,181,109,.04) 40%, rgba(255,255,255,.03));
  border:1px solid rgba(215,181,109,.22);
}
body.skin .news-schedule-card .nsc-cta-txt{
  font-size:13px;font-weight:600;color:rgba(244,241,234,.62);letter-spacing:.3px;
}
body.skin .news-schedule-card .nsc-cta-btn{
  display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 18px;border-radius:8px;
  font-size:14px;font-weight:800;letter-spacing:.5px;color:#1a1408;
  background:linear-gradient(135deg, #f3dba8, #c9a45a 55%, #b8924a);
  box-shadow:0 8px 18px rgba(201,164,90,.32);
  transition:filter .18s ease, box-shadow .18s ease, transform .18s ease;
}
body.skin .news-schedule-card .nsc-cta-btn svg{width:12px!important;height:12px!important;fill:currentColor}
body.skin .news-schedule-card .nsc:hover .nsc-cta-btn{
  filter:brightness(1.06);transform:translateX(2px);
  box-shadow:0 10px 22px rgba(201,164,90,.4);
}
body.skin .news-schedule-card .nsc.is-live .nsc-cta{
  background:linear-gradient(90deg, rgba(255,71,87,.14), rgba(255,255,255,.03));
  border-color:rgba(255,71,87,.28);
}
body.skin .news-schedule-card .nsc.is-live .nsc-cta-btn{
  color:#fff;background:linear-gradient(135deg, #ff5a68, #c02233);
  box-shadow:0 8px 18px rgba(255,71,87,.35);
}
body.skin .news-schedule-card .nsc.is-end .nsc-cta-btn{
  color:rgba(244,241,234,.8);background:rgba(255,255,255,.1);box-shadow:none;
}
@media(max-width:860px){
  body.skin .news-schedule-card .nsc{border-radius:14px}
  body.skin .news-schedule-card .nsc-inner{padding:14px 12px 12px}
  body.skin .news-schedule-card .nsc-stage{grid-template-columns:minmax(0,1fr) 78px minmax(0,1fr);gap:4px}
  body.skin .news-schedule-card .nsc-crest{width:54px;height:54px}
  body.skin .news-schedule-card .nsc-orb{width:78px;min-height:78px}
  body.skin .news-schedule-card .nsc-name{font-size:13.5px}
  body.skin .news-schedule-card .nsc-vs{font-size:18px;letter-spacing:2px}
  body.skin .news-schedule-card .nsc-score{font-size:22px}
  body.skin .news-schedule-card .nsc-cta{padding:10px 10px;margin-top:14px}
  body.skin .news-schedule-card .nsc-cta-txt{display:none}
  body.skin .news-schedule-card .nsc-cta-btn{width:100%;justify-content:center}
}
body.skin .news-live-signal-title,
body.skin .tai-Ch-news_detail .news-live-signal-title{
  display:flex;align-items:center;margin:0 0 10px;padding:10px 0 0;
  line-height:0;font-size:0;color:transparent
}
body.skin .news-live-signal-title img,
body.skin .tai-Ch-news_detail .news-live-signal-title img{
  width:auto!important;height:28px!important;max-width:none!important;margin:0!important;border-radius:0;display:block;flex-shrink:0;object-fit:contain
}
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 .tai-Ch-news_detail .news-ai-cover,
body.skin .tai-Ch-news_detail .news-dqd-img{
  margin:16px 0;text-align:center
}
body.skin .tai-Ch-news_detail .news-ai-cover img,
body.skin .tai-Ch-news_detail .news-dqd-img img{
  width:100%!important;max-width:100%!important;height:auto!important;border-radius:8px;display:block;margin:0 auto
}
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:1280px;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:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px;align-items:start;margin-bottom:20px}
body.skin .tai-Ch-index_left,body.skin .tai-Ch-news_left{width:auto;min-width:0}
body.skin .tai-Ch-index_right,body.skin .tai-Ch-news_right{width:auto;min-width: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:0 0 14px;background:transparent;border:0;border-radius:0}
body.skin .tai-Ch-crumbs a{color:var(--mut)}
body.skin .tai-Ch-crumbs a:hover{color:var(--acc)}
body.skin .tai-Ch-crumbs a:not(:last-child)::after{content:'/';margin-left:8px;color:var(--dim)}
body.skin .news-detail-crumbs{
  display:block;flex-wrap:unset;align-items:unset;gap:0;padding:0;line-height:1.5;font-size:13px;color:var(--dim)
}
body.skin .news-detail-crumbs a{color:var(--mut);text-decoration:none}
body.skin .news-detail-crumbs a:hover{color:var(--acc)}
body.skin .news-detail-crumbs a::after,
body.skin .news-detail-crumbs a:not(:last-child)::after{content:none!important;margin:0;padding:0}
body.skin .news-detail-crumbs .sep{margin:0 6px;color:var(--dim)}
body.skin .news-detail-crumbs em{font-style:normal;font-weight:400;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:3px;height:16px;margin-top:-8px;border-radius:2px;background:var(--acc)}
body.skin .tai-Ch-index_title h2,body.skin .tai-Ch-index_title h3,body.skin .tai-Ch-index_title span{font-size:16px;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(--acc)}
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:var(--acc);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));column-gap:24px;row-gap:0}
body.skin .tai-Ch-news_list .tai-Ch-item{background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:12px 0}
body.skin .tai-Ch-news_list .tai-Ch-item:hover{border-color:var(--line)}
body.skin .tai-Ch-news_list .tai-Ch-info{display:flex;align-items:center;gap:12px}
body.skin .tai-Ch-news_list .tai-Ch-img{width:108px;height:81px;flex:0 0 108px;overflow:hidden;border-radius:6px;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:600;line-height:1.4;color:var(--txt)}
body.skin .tai-Ch-news_list .tai-Ch-item:hover .tai-Ch-tit{color:var(--acc)}
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(74,168,255,.12);color:var(--acc);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(--acc)}

/* 侧栏文字列表 / 标签 / 图文 */
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{
  position:relative;display:inline-flex;align-items:center;height:26px;padding:0 10px;margin:0;
  border-radius:6px;font-size:12px;font-weight:500;line-height:1;
  background:rgba(74,168,255,.12);color:var(--acc);border:1px solid rgba(74,168,255,.22)
}
body.skin .tai-Ch-tag span,
body.skin .tai-Ch-tag h3{color:inherit;margin:0;font-size:inherit;font-weight:inherit}
body.skin .tai-Ch-tag:hover{color:#fff;background:rgba(74,168,255,.22);border-color:rgba(74,168,255,.45)}
body.skin .tai-Ch-tags a.tai-Ch-tag:after{display:none;content:none;border:0}
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 h3,
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 h3,
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:var(--acc)}
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:var(--acc);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:var(--acc);border-color:transparent}
body.skin #page .pagination li.disabled span{opacity:.45}

/* 联赛聚合页皮肤由 league-hub.css 接管 */
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:#f3f6fb;border-bottom-color:#e1e7ef}
body.skin .team-tab,body.skin .team-hub a.team-tab{color:#526173}
body.skin .team-hub a.team-tab:hover,body.skin .team-tab:hover{color:#b91f30}
body.skin .team-hub a.team-tab.is-on,body.skin .team-tab.is-on{color:#b91f30;font-weight:600}
body.skin .team-tab.is-on:after{background:#b91f30}
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 svg *{width:auto!important;height:auto!important;max-width:none;flex-shrink:0}
body.skin .team-radar-grid,body.skin .team-radar-axis{fill:none!important;stroke:#d8dee8!important;stroke-width:1.2}
body.skin .team-radar-avg{fill:rgba(185,31,48,.06)!important;stroke:#c9a0a4!important;stroke-width:1.8}
body.skin .team-radar-team{fill:rgba(255,71,87,.22)!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:#667085;margin-bottom:2px}
body.skin .team-radar-lab strong{display:block;font-size:18px;font-weight:800;color:#172033;text-shadow:none}
body.skin .team-radar-lab i{display:block;font-style:normal;font-size:11px;font-weight:700;color:#b91f30;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:#667085;font-size:12px;z-index:2}
body.skin .team-radar-legend .is-team:before{background:#ff4757}
body.skin .team-radar-legend .is-avg:before{background:#c9a0a4}
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:#fff1f3;color:#b91f30}
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:16px 0 40px;max-width:100%;overflow-x:clip}
.wl-page .cols{grid-template-columns:minmax(0,1fr) 320px;gap:24px;min-width:0;max-width:100%}
.wl-page .col-main,
.wl-page .col-side{min-width:0;max-width:100%}
.wl-page .col-side{gap:14px;align-self:start;top:82px}
.wl-page .col-side > .panel,
.wl-page .col-side > .skin-block{margin-top:0}
.wl-page .col-side .panel.skin-block{padding:14px 14px 12px}
.wl-page .col-side .card-h{padding-bottom:10px;margin-bottom:2px}
.wl-page .col-side .card-h h2{flex:1;min-width:0;font-size:15px}
.wl-page .col-side .card-h h2 em{display:none}
.wl-hero{padding:0;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg,var(--panel),var(--panel2));border-radius:12px}
.wl-hero-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:0;align-items:stretch}
.wl-cover{
  position:relative;overflow:hidden;isolation:isolate;
  background:#0b0d11;border:0;border-right:1px solid var(--line);min-height:100%
}
.wl-cover::before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(90deg,transparent 55%,rgba(14,16,20,.55) 100%),
    linear-gradient(180deg,rgba(0,0,0,.28) 0%,transparent 28%,rgba(0,0,0,.45) 100%)
}
.wl-cover::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)
}
.wl-cover img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center center;display:block;
  filter:saturate(1.08) contrast(1.05) brightness(.96)
}
.wl-cover-tag{
  position:absolute;top:12px;left:12px;z-index:2;
  display:inline-flex;align-items:center;height:24px;padding:0 10px;
  border-radius:6px;font-size:11px;font-weight:800;letter-spacing:.6px;
  color:#fff;background:rgba(10,12,16,.62);border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(8px);pointer-events:none
}
.wl-body{display:flex;flex-direction:column;min-width:0;padding:18px 20px 16px}
.wl-signal{margin-top:auto;padding-top:12px;border-top:1px solid var(--line)}
.wl-body h1{font-size:22px;font-weight:800;line-height:1.35;color:#fff;margin:0 0 10px;letter-spacing:.2px}
.wl-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}
.wl-meta span{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;font-size:12px;color:var(--mut);background:rgba(255,255,255,.04);border:1px solid var(--line)}
.wl-desc{font-size:13.5px;line-height:1.7;color:var(--mut);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.wl-desc p{margin:0}
.wl-focus{display:flex;align-items:center;gap:10px;margin-top:14px;padding:11px 12px;border-radius:10px;background:rgba(74,168,255,.08);border:1px solid rgba(74,168,255,.22);min-width:0;transition:.18s}
.wl-focus:hover{border-color:rgba(74,168,255,.45);background:rgba(74,168,255,.12)}
.wl-focus i{flex-shrink:0;font-style:normal;font-size:11px;font-weight:800;padding:3px 7px;border-radius:6px;color:#fff;background:var(--acc)}
.wl-focus span{flex:1;min-width:0;font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wl-focus em{flex-shrink:0;font-style:normal;font-size:12px;color:var(--dim);white-space:nowrap}
.wl-tip{margin-top:12px;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.wl-tip strong{display:block;font-size:12px;color:var(--acc);margin-bottom:4px;font-weight:700}
.wl-tip p{font-size:12.5px;line-height:1.6;color:var(--mut);margin:0}
.wl-page .news-live-signal{margin:0;padding:0}
.wl-page .news-live-signal-title{margin:0 0 10px;padding:0;line-height:0;font-size:0;color:transparent}
.wl-page .news-live-signal-title img{width:auto!important;height:28px!important;max-width:none!important;display:block;object-fit:contain}
.wl-page .news-live-signal-btns{padding:0;gap:10px}
.wl-page a.news-live-btn{
  height:40px;line-height:36px;padding:2px 16px;border-radius:20px;font-size:14px;
  background:linear-gradient(135deg,#ffd700,#ff8c00);box-shadow:0 0 10px rgba(255,215,0,.7);
  animation:newsLivePulse 1.2s ease-in-out infinite
}
.wl-page a.news-live-btn:nth-child(2){animation-delay:.28s}
.wl-page a.news-live-btn:nth-child(3){animation-delay:.56s}
.wl-page a.news-live-btn:nth-child(4){animation-delay:.84s}
.wl-page a.news-live-btn:hover{filter:brightness(1.06)}
.wl-page a.news-live-btn:active{transform:scale(.85);animation:none}
.wl-page .news-live-badge{top:-7px;right:-4px}
.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(74,168,255,.45);color:#fff;transform:translateY(-1px)}
.wl-sources a.is-primary{background:linear-gradient(135deg,var(--acc),#2f7fd4);border-color:transparent;color:#fff;box-shadow:0 8px 18px rgba(74,168,255,.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:0;margin:14px 0 16px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--panel)}
.wl-stats button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:12px 10px;border-radius:0;background:transparent;border:0;border-right:1px solid var(--line);transition:.18s}
.wl-stats button:last-child{border-right:0}
.wl-stats button b{font-size:20px;font-weight:800;color:var(--acc);line-height:1;font-variant-numeric:tabular-nums}
.wl-stats button span{font-size:13px;color:var(--mut)}
.wl-stats button:hover{background:rgba(255,255,255,.03)}
.wl-stats button.on{background:rgba(74,168,255,.1)}
.wl-stats button.on b{color:#fff}
.wl-stats button.on span{color:#fff}
/* wl-pane 默认渲染（SEO 友好），非 .on 状态由 JS 控制隐藏 */
.wl-pane{margin-top:0}
.wl-pane.on{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(--acc);margin-bottom:8px}
.wl-faq p{font-size:13px;line-height:1.7;color:var(--mut);margin:0}
.wl-info{display:grid;grid-template-columns:auto 1fr;column-gap:12px;margin-top:4px}
.wl-info li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 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 dt{padding:9px 0;border-bottom:1px solid var(--line);font-size:13px;font-style:normal;color:var(--dim);font-weight:500}
.wl-info dd{padding:9px 0;border-bottom:1px solid var(--line);font-size:13px;color:var(--txt);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0}
.wl-info dt:last-of-type,.wl-info dd:last-of-type{border-bottom: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(74,168,255,.14);color:var(--acc)}
.wl-rec h3{margin:0;flex:1;min-width:0;font-size:13px;font-weight:500;line-height:1.4;color:var(--mut);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wl-rec a:hover h3{color:#fff}
.wl-news{
  list-style:none;margin:10px 0 0;padding:0;
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px
}
.wl-news li{min-width:0}
.wl-news a{
  display:flex;align-items:center;gap:12px;min-width:0;
  padding:8px;border-radius:10px;border:1px solid var(--line);
  background:rgba(255,255,255,.03);transition:border-color .2s,background .2s
}
.wl-news a:hover{border-color:var(--line2);background:rgba(255,255,255,.06)}
.wl-news-cover{
  flex:0 0 108px;width:108px;height:68px;border-radius:8px;overflow:hidden;
  background:rgba(255,255,255,.04)
}
.wl-news-cover img{width:100%;height:100%;object-fit:cover;display:block}
.wl-news-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}
.wl-news-body h3,
.wl-news-body b{
  margin:0;font-size:13.5px;font-weight:600;line-height:1.45;color:var(--txt);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
.wl-news a:hover .wl-news-body h3,
.wl-news a:hover .wl-news-body b{color:#fff}
.wl-news-body em{font-style:normal;font-size:12px;color:var(--dim)}
.wl-page .tai-Ch-detail_new_list{background:transparent;border:0;border-radius:0;padding:0}
.wl-page .tai-Ch-detail_new_list li{display:flex;align-items:flex-start;gap:8px;padding:8px 0;border-bottom:1px solid var(--line)}
.wl-page .tai-Ch-detail_new_list li:last-child{border-bottom:0}
.wl-page .tai-Ch-detail_new_list li span{width:5px;height:5px;margin-top:7px;border-radius:50%;background:var(--acc);flex-shrink:0}
.wl-page .tai-Ch-detail_new_list a{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.45;color:var(--mut)}
.wl-page .tai-Ch-detail_new_list a:hover{color:#fff}
.wl-page .tai-Ch-tags{background:transparent;border:0;padding:4px 0 0;margin:0;gap:8px}
.wl-page .tai-Ch-tag,
.wl-page .tai-Ch-tag span{
  background:rgba(74,168,255,.12);color:var(--acc);border:1px solid rgba(74,168,255,.22)
}
.wl-page .tai-Ch-tag{border-radius:6px;padding:0 10px;margin:0;height:26px}
.wl-page .tai-Ch-tag span{background:transparent;border:0;padding:0}
.wl-page .tai-Ch-tag:hover,
.wl-page .tai-Ch-tag:hover span{color:#fff;background:rgba(74,168,255,.22);border-color:rgba(74,168,255,.45)}
.wl-page .tai-Ch-tag:hover span{background:transparent;border:0}
.wl-page .tai-Ch-tags a.tai-Ch-tag:after{display:none;content:none}
@media(max-width:1100px){
  .wl-page .cols{grid-template-columns:1fr;gap:16px}
  .wl-page .col-main,
  .wl-page .col-side,
  .wl-page .panel,
  .wl-page .wl-hero,
  .wl-page .wl-hero-grid,
  .wl-page .wl-body,
  .wl-page .live-list,
  .wl-page .wl-pane{min-width:0;max-width:100%;width:100%;box-sizing:border-box}
  .wl-hero-grid{grid-template-columns:1fr}
  .wl-cover{
    border-right:0;border-bottom:1px solid var(--line);
    aspect-ratio:16/9;min-height:0;height:auto
  }
  .wl-cover::before{
    background:linear-gradient(180deg,rgba(0,0,0,.22) 0%,transparent 40%,rgba(0,0,0,.35) 100%)
  }
  .wl-body{padding:14px 14px 12px}
  .wl-body h1{font-size:18px;line-height:1.4;overflow-wrap:anywhere;word-break:break-word}
  .wl-desc{-webkit-line-clamp:4}
  .wl-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wl-stats button{
    flex-direction:column;gap:4px;min-height:64px;padding:10px 6px;
    border-right:1px solid var(--line)
  }
  .wl-stats button:nth-child(2n){border-right:0}
  .wl-stats button:nth-child(1),
  .wl-stats button:nth-child(2){border-bottom:1px solid var(--line)}
  .wl-stats button b{font-size:18px}
  .wl-stats button span{font-size:12px}
  .wl-focus{flex-wrap:wrap;gap:8px;padding:10px}
  .wl-focus span{flex:1 1 calc(100% - 52px);white-space:normal;overflow:visible;text-overflow:unset;font-size:13px;line-height:1.35}
  .wl-focus em{width:100%;padding-left:0;white-space:normal;font-size:11px}
  .wl-page .news-live-signal-btns{display:flex;flex-direction:column;align-items:stretch;gap:8px}
  .wl-page a.news-live-btn{width:100%;text-align:center;box-sizing:border-box}
  .wl-page .skin-inter{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .wl-page .skin-inter img{height:72px}
  .wl-news{grid-template-columns:1fr;gap:8px}
  .wl-news-cover{flex:0 0 96px;width:96px;height:60px}
  .wl-page .mrow,
  body.skin.wl-page .mrow{
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
    grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr)!important;
  }
  .wl-page .m-act,
  body.skin.wl-page .m-act{min-width:0;max-width:100%}
  .wl-page .m-act .go,
  body.skin.wl-page .m-act .go{padding:5px 8px;font-size:11px;white-space:nowrap}
  .wl-page .luxiang-cards.is-side .luxiang-cover{flex:0 0 88px;width:88px;height:56px}
  .wl-faq summary{font-size:13px;line-height:1.45;overflow-wrap:anywhere}
  .wl-faq p{font-size:12.5px}
}
@media(max-width:560px){
  .wl-page .page{padding:10px 0 28px}
  .wl-cover{aspect-ratio:16/10}
  .wl-body{padding:12px}
  .wl-body h1{font-size:17px}
  .wl-meta span{height:24px;padding:0 8px;font-size:11px}
  .wl-page .col-side .panel.skin-block{padding:12px}
  .wl-page .skin-inter{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:#212326;
  --bg1:#191b1f;
  --panel:#2a2d32;
  --panel2:#25282d;
  --line:rgba(255,255,255,.08);
  --line2:rgba(255,255,255,.14);
  --txt:rgba(255,255,255,.88);
  --mut:rgba(255,255,255,.58);
  --dim:rgba(255,255,255,.38);
  --acc:#4aa8ff;
  --acc2:#6bb8ff;
  --red:#ff4757;
  --red2:#ff6674;
  --deep:#b91f30;
  --gold:#ffb020;
  --cyan:#35c7ff;
  --green:#2ecc8f;
  --violet:#b18cff;
  --sh:0 8px 24px rgba(0,0,0,.28);
}

html.skin{
  background:var(--bg0);
  color:var(--txt);
}
body.skin{
  background:var(--bg0);
  color:var(--txt);
}
.bg-glow{display:none}

/* 顶部导航 */
body.skin .top{
  background:var(--bg1);
  border-bottom:0;
  box-shadow:0 2px 12px rgba(0,0,0,.28);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
body.skin .logo-tx b{color:var(--acc)}
body.skin .logo-tx i{display:none}
body.skin .srch{
  background:var(--panel2);
  border-color:var(--line2);
}
body.skin .srch:focus-within{
  border-color:rgba(74,168,255,.6);
  box-shadow:0 0 0 3px rgba(74,168,255,.14);
}
body.skin .eng-cur{
  color:var(--mut);
  border-right-color:var(--line);
}
body.skin .eng-cur:hover{color:var(--txt)}
body.skin .eng-list{
  background:var(--panel);
  border-color:var(--line2);
  box-shadow:var(--sh);
}
body.skin .eng-list button{color:var(--txt)}
body.skin .eng-list button:hover{background:rgba(255,255,255,.06)}
body.skin .eng-list button.cur{
  background:rgba(74,168,255,.16);
  color:var(--acc);
}
body.skin .srch input{color:var(--txt)}
body.skin .srch input::placeholder{color:var(--dim)}
body.skin .go-s{
  background:var(--acc);
  box-shadow:none;
}
body.skin .tools button,
body.skin .tools a{
  color:var(--mut);
  background:transparent;
  border-color:var(--line);
}
body.skin .tools button:hover,
body.skin .tools a:hover{
  color:#fff;
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.04);
}
body.skin .nav{
  background:transparent;
  border:0;
}
body.skin .nl{color:var(--txt)}
body.skin .nl:hover{color:#fff}
body.skin .nav-list>li.is-on .nl{color:#fff}
body.skin .sub{
  background:#373a3d;
  border:0;
  box-shadow:none;
}
body.skin .sub a{color:rgba(255,255,255,.88)}
body.skin .sub a:hover{
  background:rgba(255,255,255,.06);
  color:#fff;
}
body.skin .quickbar{
  background:var(--bg1);
  border-top-color:var(--line);
  border-bottom:0;
}
body.skin .qk-grp b{color:var(--dim)}
body.skin .qk{color:var(--mut)}
body.skin .qk:hover{
  color:var(--acc);
  background:transparent;
  box-shadow:none;
}
body.skin .qk-sep{background:var(--line2)}

/* 首屏与内容卡片 */
body.skin .page{margin-top:20px}
body.skin .hero-main{
  background:#16181c;
  height:320px;
  min-height:320px;
  border-color:transparent;
  box-shadow:none;
}
body.skin .hero-main .harr{
  background:rgba(8,12,20,.42);
}
body.skin .hero-main .harr:hover{background:var(--acc)}
body.skin .hs h3{color:#fff}
body.skin .hs-more{color:#fff;background:rgba(255,255,255,.16)}
body.skin .news-card,
body.skin .panel{
  background:var(--panel);
  border-color:var(--line);
  box-shadow:none;
}
body.skin .card-h{
  border-bottom-color:var(--line);
}
body.skin .card-h h1,body.skin .card-h h2{color:var(--txt)}
body.skin .card-h h1>i,body.skin .card-h h2>i{
  background:var(--acc);
  box-shadow:none;
}
body.skin .card-h h2 em{color:var(--dim)}
body.skin .card-h .more{color:var(--mut)}
body.skin .card-h .more:hover{color:var(--acc)}
body.skin .news-card .nw{
  border-bottom-color:var(--line);
}
body.skin .news-card .nw-t{color:var(--txt)}
body.skin .news-card .nw time{color:var(--dim)}
body.skin .news-card .nw:hover .nw-t{color:var(--acc)}
body.skin .focus-card{
  background:var(--panel);
  border-color:var(--line);
  box-shadow:none;
}
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:var(--mut);
  background:rgba(255,255,255,.04);
  border-color:var(--line);
}
body.skin .chips .tab b{
  background:rgba(255,255,255,.1);
  color:var(--mut);
}
body.skin .chips .tab.on{
  color:#fff;
  background:var(--acc);
  box-shadow:none;
}
body.skin .chips .tab.on b{background:rgba(255,255,255,.22);color:#fff}
body.skin .chips .tab:not(.on):hover{
  color:#fff;
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.22);
}

/* 首页热门直播 */
body.skin .live-list{
  gap:10px;
  margin-top:14px;
}
body.skin .mrow{
  min-height:76px;
  padding:12px 14px;
  background:rgba(255,255,255,.03);
  border-color:var(--line);
  box-shadow:none;
}
body.skin .mrow:hover{
  background:rgba(255,255,255,.05);
  border-color:var(--line2);
  box-shadow:none;
}
body.skin .mrow::before{
  width:4px;
  background:var(--c,#94a3b8);
}
body.skin .mrow.is-live{
  background:linear-gradient(90deg,rgba(255,71,87,.12),rgba(255,255,255,.02) 58%);
  border-color:rgba(255,71,87,.4);
}
body.skin .mrow.is-live::after{
  box-shadow:inset 0 0 24px rgba(255,71,87,.06);
}
body.skin .m-cat b{color:var(--c,#ff5c6c)}
body.skin .m-cat time{color:var(--mut)}
body.skin .m-team .tn{color:var(--txt)}
body.skin .mb{
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.22),0 4px 10px rgba(0,0,0,.28);
}
body.skin .mb img{
  background:transparent;
  border:0;
}
body.skin .sc .vs,
body.skin .sc>b{
  color:#fff;
}
body.skin .sc em{color:var(--mut)}
body.skin .sc.live b{color:#fff}
body.skin .sc.live b span{color:var(--mut)}
body.skin .sc.live em{color:var(--red2)}
body.skin .st-live{
  color:#fff;
  background:var(--red);
}
body.skin .st-wait{
  color:var(--mut);
  background:rgba(255,255,255,.07);
  border:0;
}
body.skin a.go,
body.skin .go{
  background:var(--acc);
  box-shadow:none;
}
body.skin .mrow.is-end{opacity:.76}
body.skin .mrow.is-end .go{
  color:var(--mut);
  background:rgba(255,255,255,.08);
  box-shadow:none;
}
body.skin .more-btn{
  color:var(--mut);
  background:rgba(255,255,255,.03);
  border-color:var(--line2);
}
body.skin .more-btn:hover{
  color:var(--acc);
  background:rgba(74,168,255,.08);
  border-color:rgba(74,168,255,.4);
}

/* 右侧积分榜、录像、标签 */
body.skin .st-card,
body.skin .vd-card,
body.skin .tag-card{
  background:var(--panel);
}
body.skin .st-card{
  border:1px solid var(--line);
  box-shadow:none;
}
body.skin .st-scroll{
  overflow-x:hidden;
  scrollbar-color:rgba(255,255,255,.2) transparent;
}
body.skin .st-scroll::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.2);
}
body.skin .st-panel thead th{
  color:var(--dim);
  border-bottom-color:var(--line);
  background:linear-gradient(180deg,rgba(42,45,50,.98),rgba(42,45,50,.92));
}
body.skin tr.ahead td{color:var(--mut)}
body.skin tr.ahead.is-up td{color:#7ddea8}
body.skin tr.ahead.is-mid td{color:#7ecfff}
body.skin tr.ahead.is-down td{color:#ff8f9a}
body.skin .srow td{
  border-bottom-color:var(--line);
}
body.skin .srow:hover td{background:rgba(255,255,255,.04)}
body.skin .rk{
  color:var(--mut);
  background:rgba(255,255,255,.06);
}
body.skin .rk.r1{color:#1a1408;background:linear-gradient(135deg,#ffe08a,#ffb020)}
body.skin .rk.r2{color:#141820;background:linear-gradient(135deg,#e8eef8,#a8b4c8)}
body.skin .rk.r3{color:#1a120c;background:linear-gradient(135deg,#f0c29a,#d08a4e)}
body.skin .srow .num{color:var(--mut)}
body.skin .srow .num b{color:var(--txt)}
body.skin .srow .num i{color:var(--dim)}
body.skin .srow .pt{color:#fff}
body.skin .vr{
  border-bottom-color:var(--line);
}
body.skin .vr:hover{
  background:rgba(255,255,255,.04);
}
body.skin .vr-bd b{color:var(--txt)}
body.skin .vr-bd time{color:var(--dim)}
body.skin .tag,
body.skin .tag-card .tag,
body.skin .tags .tag{
  color:var(--acc);
  background:rgba(74,168,255,.12);
  border:1px solid rgba(74,168,255,.22);
  border-radius:6px;
}
body.skin .tag:hover,
body.skin .tag-card .tag:hover,
body.skin .tags .tag:hover{
  color:#fff;
  background:rgba(74,168,255,.22);
  border-color:rgba(74,168,255,.45);
}

/* 首页其它网格与常见内页卡片 */
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:var(--panel);
  border-color:var(--line);
  box-shadow:none;
}
body.skin .skin-hotgrid a,
body.skin .skin-inter a{
  background:rgba(255,255,255,.03);
  border-color:var(--line);
}
body.skin .skin-hotgrid a:hover,
body.skin .skin-inter a:hover{
  background:rgba(255,255,255,.06);
  border-color:var(--line2);
  box-shadow:none;
}
body.skin .skin-hotgrid span,
body.skin .skin-inter p,
body.skin .tai-Ch-index_video .tai-Ch-img p{
  color:var(--txt);
}
body.skin .tai-Ch-index_title h2,
body.skin .tai-Ch-index_title h3,
body.skin .tai-Ch-index_title span{
  color:var(--txt);
}
body.skin .tai-Ch-index_title a{color:var(--acc)}
body.skin .tai-Ch-crumbs{
  background:transparent;
  border:0;
  color:var(--mut);
}
body.skin .tai-Ch-crumbs a{color:var(--mut)}
body.skin .tai-Ch-saishi_tab{
  background:var(--panel);
  border-color:var(--line);
  box-shadow:none;
}
body.skin .tai-Ch-saishi_item a{
  background:rgba(255,255,255,.04);
  border-color:var(--line);
  color:var(--mut);
}
body.skin .tai-Ch-saishi_item a.on,
body.skin .tai-Ch-saishi_item a:hover{
  background:var(--acc);
  color:#fff;
}
body.skin .tai-Ch-news_detail,
body.skin .tai-Ch-news_detail p{
  color:var(--txt);
}
body.skin .tai-Ch-detail_tags a,
body.skin .tai-Ch-tag,
body.skin .tai-Ch-tag span{
  background:rgba(74,168,255,.12);
  color:var(--acc);
  border:1px solid rgba(74,168,255,.22);
}
body.skin .tai-Ch-tag span{
  background:transparent;
  border:0;
  padding:0;
}
body.skin .tai-Ch-detail_tags a:hover,
body.skin .tai-Ch-tag:hover,
body.skin .tai-Ch-tag:hover span{
  color:#fff;
  background:rgba(74,168,255,.22);
  border-color:rgba(74,168,255,.45);
}
body.skin .tai-Ch-tag:hover span{
  background:transparent;
  border:0;
}
body.skin .tai-Ch-tags a.tai-Ch-tag:after{
  display:none;
  content:none;
  border:0;
}

/* 赛事标题跟全站浅色卡片走 */
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 var(--line);
}
body.skin.match-detail-page .match-tab-media .tab-media-title{
  color:var(--txt)!important;
  font-size:20px;
  font-weight:500;
  padding-left:20px;
  background-image:url("/template/index/images/icon_section_title.svg");
  background-position:left center;
  background-repeat:no-repeat;
  background-size:14px 18px;
}
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{
  border-top:0;
}
body.skin .foot .logo-tx b{color:#fff;text-shadow:none}
body.skin .foot .logo-mark,
body.skin .foot a.logo:hover .logo-mark{background:#fff;box-shadow:none}
body.skin .foot-slogan{color:var(--dim);text-shadow:none}
body.skin .foot-copy p,
body.skin .foot-copy a,
body.skin .foot-meta,
body.skin .foot-icp-link,
body.skin .foot-year{
  color:rgba(192,202,217,.9);
  text-shadow:none
}
body.skin .foot-copy a:hover,
body.skin .foot-icp-link:hover,
body.skin .foot-nav a:hover{color:#fff}
body.skin .foot-copy a{color:var(--mut)}
body.skin .foot-copy a:hover{color:var(--acc)}
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 var(--line);
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-title{
  color:var(--txt)!important;
  font-size:20px;
  font-weight:500;
  padding-left:20px;
  background-image:url("/template/index/images/icon_section_title.svg")!important;
  background-position:left center!important;
  background-repeat:no-repeat!important;
  background-size:14px 18px!important;
}
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 var(--line);
  box-shadow:none;
  color:var(--txt);
  border-radius:14px;
}
body.skin.media-player-page .media-player-aside{
  background:rgba(0,0,0,.18);
  border:1px solid var(--line);
  border-radius:12px;
}
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);border-top-color:var(--line)}
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(--acc)}
body.skin.media-player-page .media-relate-list a{color:var(--txt)}
body.skin.media-player-page .media-relate-thumb{
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius:8px;
}
body.skin.media-player-page .media-player-sources .luxiang-source-list a{
  background:rgba(255,255,255,.04);border-color:var(--line);color:var(--txt)
}
body.skin.media-player-page .media-player-sources .luxiang-source-list a:hover{
  border-color:rgba(74,168,255,.45);color:#fff;background:rgba(74,168,255,.12)
}
body.skin.media-player-page .media-pill-tags a{
  background:rgba(74,168,255,.1);border-color:rgba(74,168,255,.22);color:var(--acc)
}
body.skin.media-player-page .media-pill-tags a:hover{
  background:rgba(74,168,255,.18);border-color:rgba(74,168,255,.4);color:#fff
}
body.skin.media-player-page .media-player-frame{
  border:1px solid var(--line);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)
}
body.skin.media-player-page .media-player-crumbs-inner a:hover{color:var(--acc)}

/* 窄屏：内页双栏改单栏，避免标题被挤成竖排 */
@media(max-width:980px){
  html.skin,body.skin{min-width:0!important;overflow-x:hidden}
  .wrap{width:auto!important;max-width:100%;padding:0 12px;box-sizing:border-box}
  .top-in{height:auto;flex-wrap:wrap;gap:8px;padding:8px 0}
  .nav{order:3;flex:1 1 100%;min-width:0;overflow:hidden}
  .nav-in{justify-content:flex-start;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .nav-in::-webkit-scrollbar{display:none}
  .nav-list{justify-content:flex-start;width:max-content}
  .home-aside{grid-template-columns:1fr!important}
  .home-body,.home-main,.home-aside,.live-panel,.panel,.live-list,.st-card,.vd-card,.tag-card,.rec-box{
    min-width:0;max-width:100%;width:100%;box-sizing:border-box
  }
  .tools{margin-left:auto}
  .quickbar{overflow-x:auto}
  .qb-in{min-width:max-content;padding:0 12px}
  body.skin .tai-Ch-index_conter{width:auto;max-width:100%;margin:12px 10px 28px}
  body.skin .tai-Ch-index_con,body.skin .tai-Ch-news_con{grid-template-columns:1fr;gap:16px}
  body.skin .tai-Ch-index_left,body.skin .tai-Ch-news_left,
  body.skin .tai-Ch-index_right,body.skin .tai-Ch-news_right{width:100%;flex:none}
  body.skin .tai-Ch-news_article,body.skin .tai-Ch-box{padding:16px 14px}
  body.skin .tai-Ch-news_top_cont h1{
    font-size:18px;line-height:1.4;white-space:normal;
    overflow-wrap:anywhere;word-break:break-word
  }
  body.skin .tai-Ch-news_detail,body.skin .tai-Ch-news_detail p{
    overflow-wrap:anywhere;word-break:break-word
  }
  body.skin .tai-Ch-news_detail img,body.skin .tai-Ch-news_detail p img{
    max-width:100%!important;height:auto!important
  }
  body.skin .tai-Ch-news_list,
  body.skin .tai-Ch-detail_wangluo ul,
  body.skin .tai-Ch-index_video,
  body.skin .tai-Ch-index_video.tai-Ch-video_page,
  body.skin .tai-Ch-tuwen_list,
  body.skin .tai-Ch-channel-tuwen{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.skin .tai-Ch-news_detail_page a{display:inline;white-space:normal;overflow-wrap:anywhere}
}
@media(max-width:560px){
  body.skin .tai-Ch-news_list,
  body.skin .tai-Ch-detail_wangluo ul{grid-template-columns:1fr}
  body.skin .tai-Ch-news_list .tai-Ch-info{flex-direction:column}
  body.skin .tai-Ch-news_list .tai-Ch-img{width:100%;flex:none;height:160px}
  .logo-tx i{display:none}
}

/* ===== 内页浅色残留：统一回深色，跟首页同一套 ===== */
body.skin.match-detail-page:not(.media-player-page) .together,
body.skin.match-detail-page:not(.media-player-page) .switching,
body.skin.match-detail-page:not(.media-player-page) .news-live-signal,
body.skin.match-detail-page:not(.media-player-page) .lineup-side,
body.skin.match-detail-page:not(.media-player-page) .tab-news-card,
body.skin.match-detail-page:not(.media-player-page) .media-player-stage-inner{
  background:var(--panel)!important;
  border-color:var(--line)!important;
  box-shadow:none!important;
  color:var(--txt)!important;
}
body.skin.match-detail-page:not(.media-player-page) .together h1,
body.skin.match-detail-page:not(.media-player-page) .news-live-signal-title,
body.skin.match-detail-page:not(.media-player-page) .lineup-head strong,
body.skin.match-detail-page:not(.media-player-page) .lineup-list p,
body.skin.match-detail-page:not(.media-player-page) .tab-news-grid .tab-news-body h4,
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-title,
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li a,
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li a p,
body.skin.match-detail-page:not(.media-player-page) .switching .option_view .item .textInfor p,
body.skin.match-detail-page:not(.media-player-page) .stats-title,
body.skin.match-detail-page:not(.media-player-page) .analysis-title,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-possession .num,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-quick-item .num,
body.skin.match-detail-page:not(.media-player-page) .match-stats .stats-row .val,
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,
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,
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,
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,
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-match .score,
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-meta .time,
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-row-link{
  color:var(--txt)!important;
}
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,
body.skin.match-detail-page:not(.media-player-page) .lineup-head em,
body.skin.match-detail-page:not(.media-player-page) .lineup-head span,
body.skin.match-detail-page:not(.media-player-page) .lineup-list span,
body.skin.match-detail-page:not(.media-player-page) .tab-news-time,
body.skin.match-detail-page:not(.media-player-page) .today-matches-empty,
body.skin.match-detail-page:not(.media-player-page) .stats-empty,
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,
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,
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:var(--mut)!important;
}
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle{
  display:flex;
  flex-wrap:nowrap;
  gap:0;
  height:46px;
  margin:0;
  padding:0;
  overflow:hidden;
  border:1px solid var(--line)!important;
  border-radius:6px;
  background:transparent;
}
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle li{
  flex:1 1 0;
  min-width:0;
  margin:0;
  padding:0;
  border:0;
}
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle li a{
  width:100%;
  height:46px;
  padding:0 6px;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--mut)!important;
  font-size:15px;
  font-weight:500;
  justify-content:center;
  box-shadow:none!important;
}
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle li.on a,
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle .active a,
body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle li a:hover{
  background:rgba(255,255,255,.06)!important;
  color:var(--txt)!important;
  font-weight:600;
}
body.skin.match-detail-page .match-live-title{
  color:var(--txt);
}
body.skin.match-detail-page .match-live-tab.is-on{
  background:rgba(255,255,255,.06);
  color:var(--txt);
}
body.skin.match-detail-page .match-live-row{
  color:var(--txt);
  box-shadow:0 1px 0 0 var(--line);
}
body.skin.match-detail-page .match-live-time,
body.skin.match-detail-page .match-live-imp-basic,
body.skin.match-detail-page .match-live-event em{
  color:var(--mut);
}
body.skin.match-detail-page .match-live-imp-basic{
  background:var(--bg0);
}
body.skin.match-detail-page .match-live-imp-content,
body.skin.match-detail-page .match-live-legend{
  background:rgba(255,255,255,.04);
}
@media(max-width:760px){
  body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle{
    height:auto;
    flex-wrap:wrap;
  }
  body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle li{
    flex:1 1 33.33%;
  }
  body.skin.match-detail-page:not(.media-player-page) .switching .modetoggle li a{
    height:40px;
    font-size:13px;
  }
}
body.skin.match-detail-page:not(.media-player-page) .lineup-side{
  background:var(--panel2)!important;
}
body.skin.match-detail-page:not(.media-player-page) .lineup-list li,
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li,
body.skin.match-detail-page:not(.media-player-page) .tab-news-grid .tab-news-card,
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,
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-row,
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-head{
  border-color:var(--line)!important;
  background:transparent!important;
}
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:rgba(255,71,87,.08)!important;
  border-bottom-color:var(--line)!important;
}
body.skin.match-detail-page:not(.media-player-page) .tab-news-grid .tab-news-cover{
  background:rgba(255,255,255,.06)!important;
}
body.skin.match-detail-page:not(.media-player-page) .match-tab-media .tab-media-list li a .icon{
  background:rgba(255,255,255,.08)!important;
}
body.skin.match-detail-page:not(.media-player-page) .match-analysis .analysis-row.is-link:hover .analysis-row-link{
  background:rgba(255,255,255,.04)!important;
}
body.skin.match-detail-page .player-wrap .team .name,
body.skin.match-detail-page .player-wrap .team .team-name{
  color:#fff!important;
  text-shadow:0 1px 4px rgba(0,0,0,.9);
}
body.skin.match-detail-page .player-wrap .team .role{
  color:rgba(255,255,255,.78)!important;
  text-shadow:0 1px 4px rgba(0,0,0,.9);
}
body.skin.match-detail-page .player-wrap .vs .score,
body.skin.match-detail-page .player-wrap .vs{
  color:#fff!important;
  text-shadow:0 1px 6px rgba(0,0,0,.85);
}
body.skin.media-player-page .media-player-stage-inner,
body.skin.media-player-page .media-player-aside{
  background:var(--panel)!important;
  border-color:var(--line)!important;
  color:var(--txt)!important;
}
body.skin.media-player-page .media-relate-list a{color:var(--txt)!important}
body.skin.media-player-page .media-relate-list a:hover,
body.skin.media-player-page .media-player-nav a:hover{color:var(--acc)!important}
body.skin.media-player-page .media-player-sources .luxiang-source-list a:hover{
  border-color:rgba(74,168,255,.4)!important;
  color:var(--acc)!important;
  background:rgba(74,168,255,.08)!important;
}
body.skin.media-player-page .media-pill-tags a{
  background:rgba(74,168,255,.12)!important;
  border-color:var(--line)!important;
  color:var(--acc)!important;
}
body.skin .card-h .more:hover,
body.skin .nw:hover .nw-t,
body.skin .more-btn:hover{color:var(--acc)}

/* 比赛详情：头图+Tab 通栏，内容与侧栏在下方 */
body.skin.match-detail-page .match-hero{
  padding:0!important;
  overflow:hidden;
  margin:0 0 16px;
}
body.skin.match-detail-page .match-banner-wing,
body.skin.match-detail-page svg.match-banner-wing{
  width:186px!important;
  height:250px!important;
  min-width:186px!important;
  min-height:250px!important;
  fill:none!important;
  flex-shrink:0;
  overflow:visible;
}
body.skin.match-detail-page .match-hero .modetoggle{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:stretch;
  justify-content:flex-start!important;
  gap:4px!important;
  height:50px!important;
  margin:0;
  padding:0 28px!important;
  overflow-x:auto;
  border:0!important;
  border-top:1px solid var(--line)!important;
  border-radius:0!important;
  background:transparent!important;
}
body.skin.match-detail-page .match-hero .modetoggle li{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0;
  height:100%;
  margin:0;
  padding:0;
  border:0!important;
  border-bottom:2px solid transparent;
}
body.skin.match-detail-page .match-hero .modetoggle li a{
  width:auto!important;
  height:100%!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--mut)!important;
  font-size:16px!important;
  font-weight:500!important;
}
body.skin.match-detail-page .match-hero .modetoggle .active{
  border-bottom:0!important;
  box-shadow:inset 0 -2px 0 var(--acc)!important;
}
body.skin.match-detail-page .match-hero .modetoggle .active a,
body.skin.match-detail-page .match-hero .modetoggle li a:hover{
  color:var(--txt)!important;
  background:transparent!important;
  font-weight:600!important;
}
body.skin.match-detail-page .match-body-panel{
  padding:20px 24px 24px;
}
body.skin.match-detail-page .match-banner-signal .news-live-signal{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
body.skin.match-detail-page .match-banner-signal .news-live-signal-title{
  display:none!important;
}
body.skin.match-detail-page .match-banner-signal .news-live-signal-btns{
  padding:0!important;
  justify-content:center;
}
body.skin.match-detail-page .match-banner-signal .match-anim-btn,
body.skin.match-detail-page .match-banner-signal .match-anim-close{
  height:32px!important;
  line-height:32px!important;
  padding:0 16px!important;
  font-size:13px!important;
  border-radius:16px!important;
  color:#fff!important;
}
body.skin.match-detail-page .match-banner-signal a.news-live-btn{
  height:32px!important;
  line-height:32px!important;
  padding:0 14px!important;
  font-size:13px!important;
  border-radius:16px!important;
}
body.skin.match-detail-page .match-preview-title{color:var(--txt)!important}
body.skin.match-detail-page .match-preview-desc{color:var(--mut)!important}
body.skin.match-detail-page .match-preview .analysis-title,
body.skin.match-detail-page .match-preview .analysis-row-link,
body.skin.match-detail-page .match-preview .analysis-match,
body.skin.match-detail-page .match-preview .analysis-match .team,
body.skin.match-detail-page .match-preview .analysis-match .score{
  color:var(--txt)!important;
}
body.skin.match-detail-page .match-preview .analysis-meta,
body.skin.match-detail-page .match-preview .analysis-meta .date,
body.skin.match-detail-page .match-preview .analysis-meta .league,
body.skin.match-detail-page .match-preview .analysis-meta .time{
  color:var(--mut)!important;
}


/* ===== 直播列表页 live-hub：更精致大气 ===== */
body.skin.live-hub-page{
  background:
    radial-gradient(900px 420px at 12% -8%, rgba(74,168,255,.14), transparent 60%),
    radial-gradient(700px 360px at 88% 4%, rgba(255,71,87,.08), transparent 55%),
    var(--bg0);
}
body.skin.live-hub-page .live-hub-page-main{padding-bottom:48px}
body.skin.live-hub-page .live-hub-cols{gap:28px;align-items:start}
body.skin.live-hub-page .skin-crumbs{
  margin:6px 0 14px;padding:0;color:var(--dim);font-size:12.5px
}
body.skin.live-hub-page .skin-crumbs a{color:var(--mut)}
body.skin.live-hub-page .skin-crumbs a:hover{color:var(--acc)}
body.skin.live-hub-page .skin-crumbs span{margin:0 8px;opacity:.5}
body.skin.live-hub-page .skin-crumbs em{color:var(--txt);font-style:normal;font-weight:600}

.live-hub{display:flex;flex-direction:column;gap:16px;min-width:0}
.live-hub-hero{
  position:relative;overflow:hidden;border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(135deg,rgba(42,45,50,.96),rgba(28,31,36,.98) 55%,rgba(34,40,52,.95));
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}
.live-hub-hero-bg{
  position:absolute;inset:0;pointer-events:none;
  background:
    linear-gradient(120deg,rgba(74,168,255,.16),transparent 42%),
    linear-gradient(300deg,rgba(255,71,87,.1),transparent 40%),
    repeating-linear-gradient(-18deg,transparent 0 14px,rgba(255,255,255,.015) 14px 15px);
  opacity:.95;
}
.live-hub-hero-bg::after{
  content:"";position:absolute;right:-40px;top:-60px;width:220px;height:220px;border-radius:50%;
  background:radial-gradient(circle,rgba(74,168,255,.22),transparent 68%);
  filter:blur(4px);
}
.live-hub-hero-in{
  position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;
  gap:20px;padding:22px 24px 20px;flex-wrap:wrap;
}
.live-hub-kicker{
  margin:0 0 8px;font-size:11px;font-weight:800;letter-spacing:2.2px;
  color:rgba(74,168,255,.92);text-transform:uppercase;
}
.live-hub-copy h1{
  margin:0;font-size:28px;font-weight:800;letter-spacing:.4px;line-height:1.2;color:#fff;
  text-shadow:0 2px 16px rgba(0,0,0,.25);
}
.live-hub-desc{
  margin:10px 0 0;max-width:520px;font-size:13.5px;line-height:1.65;color:var(--mut);
}
.live-hub-marks{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.live-hub-mark{
  display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 12px;
  border-radius:999px;font-size:12px;font-weight:700;color:rgba(255,255,255,.86);
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(8px);
}
.live-hub-mark i{
  width:7px;height:7px;border-radius:50%;background:var(--acc);
  box-shadow:0 0 0 3px rgba(74,168,255,.18);
}
.live-hub-mark.is-live i{
  background:var(--red);box-shadow:0 0 0 3px rgba(255,71,87,.2);
  animation:liveHubPulse 1.6s ease-in-out infinite;
}
@keyframes liveHubPulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.25);opacity:.7}
}

body.skin.live-hub-page .live-hub-board{
  padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(45,48,54,.98),rgba(36,39,44,.98));
  box-shadow:0 16px 36px rgba(0,0,0,.22);
  border-radius:14px;
}
body.skin.live-hub-page .live-hub-toolbar{
  margin:0;padding:16px 18px 14px;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.02);
}
body.skin.live-hub-page .live-hub-toolbar h2{
  font-size:16px;font-weight:800;letter-spacing:.2px;
}
body.skin.live-hub-page .live-hub-toolbar h2 em{
  margin-left:8px;font-size:11px;font-style:normal;font-weight:700;
  letter-spacing:1.4px;color:var(--dim);
}
body.skin.live-hub-page .live-hub-seg{
  display:inline-flex;align-items:center;padding:3px;gap:2px;margin-left:auto;
  border-radius:10px;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.08);
}
body.skin.live-hub-page .live-hub-seg .tab{
  height:30px;padding:0 14px;border-radius:8px;border:0;
  font-size:12.5px;font-weight:700;color:var(--mut);
  background:transparent;box-shadow:none;line-height:30px;
}
body.skin.live-hub-page .live-hub-seg .tab:hover{color:#fff;background:rgba(255,255,255,.05)}
body.skin.live-hub-page .live-hub-seg .tab.on{
  color:#fff;background:linear-gradient(135deg,#5bb3ff,#3a8fe6);
  box-shadow:0 6px 14px rgba(74,168,255,.28);
}

body.skin.live-hub-page .live-pane{padding:0 16px 18px}
body.skin.live-hub-page .live-hub-days{
  gap:8px;padding:14px 0 8px;margin:0;
  mask-image:linear-gradient(90deg,transparent,#000 10px,#000 calc(100% - 12px),transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 10px,#000 calc(100% - 12px),transparent);
}
body.skin.live-hub-page .live-hub-days a{
  flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;
  min-width:72px;height:52px;padding:8px 12px;border-radius:11px;
  background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);
  transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;
}
body.skin.live-hub-page .live-hub-days a b{
  font-size:13px;font-weight:800;line-height:1.1;color:inherit;
}
body.skin.live-hub-page .live-hub-days a em{
  font-size:11px;font-weight:600;color:var(--dim);
}
body.skin.live-hub-page .live-hub-days a:not(.on):hover{
  transform:translateY(-1px);color:#fff;
  border-color:rgba(74,168,255,.35);background:rgba(74,168,255,.08);
}
body.skin.live-hub-page .live-hub-days a.on{
  color:#fff;border-color:transparent;
  background:linear-gradient(145deg,#ff616f,#c82336);
  box-shadow:0 10px 20px rgba(255,71,87,.28);
}
body.skin.live-hub-page .live-hub-days a.on em{color:rgba(255,255,255,.82)}

body.skin.live-hub-page .day-head{
  display:flex;align-items:center;gap:10px;margin:18px 0 10px;padding:0 2px;
  font-size:13px;font-weight:700;color:var(--mut);letter-spacing:.2px;
}
body.skin.live-hub-page .day-head::before{
  content:"";width:3px;height:14px;border-radius:2px;
  background:linear-gradient(180deg,var(--acc),rgba(74,168,255,.2));
}
body.skin.live-hub-page .day-head span{color:var(--txt);font-weight:800}
body.skin.live-hub-page .day-head em{
  font-style:normal;font-size:12px;font-weight:600;color:var(--dim);
  padding:2px 8px;border-radius:999px;background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.06);
}
body.skin.live-hub-page .day-head:first-of-type{margin-top:6px}

body.skin.live-hub-page .live-list{gap:10px;margin-top:0}
body.skin.live-hub-page .mrow,
body.skin.live-hub-page .live-hub-board .mrow{
  min-height:82px;padding:14px 16px;border-radius:12px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;
}
body.skin.live-hub-page .mrow:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.05);
  border-color:rgba(74,168,255,.28);
  box-shadow:0 12px 24px rgba(0,0,0,.18);
}
body.skin.live-hub-page .mrow.is-live{
  background:linear-gradient(90deg,rgba(255,71,87,.14),rgba(255,255,255,.03) 52%);
  border-color:rgba(255,71,87,.42);
  box-shadow:0 0 0 1px rgba(255,71,87,.08),0 12px 28px rgba(255,71,87,.08);
}
body.skin.live-hub-page .mrow .go{
  height:34px;padding:0 14px;border-radius:9px;font-weight:800;
  background:linear-gradient(135deg,#5bb3ff,#3a8fe6);
  box-shadow:0 8px 16px rgba(74,168,255,.22);
}
body.skin.live-hub-page .mrow .go:hover{filter:brightness(1.08)}
body.skin.live-hub-page .mrow.is-end .go{
  background:rgba(255,255,255,.08);box-shadow:none;color:var(--mut);
}
body.skin.live-hub-page .st-live{
  letter-spacing:.6px;box-shadow:0 0 0 3px rgba(255,71,87,.15);
}

body.skin.live-hub-page .col-side .panel,
body.skin.live-hub-page .col-side .news-card{
  border-radius:12px;border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

@media(max-width:1000px){
  .live-hub-hero-in{padding:18px 16px 16px;align-items:flex-start}
  .live-hub-copy h1{font-size:22px}
  .live-hub-marks{justify-content:flex-start}
  body.skin.live-hub-page .live-pane{padding:0 12px 14px}
  body.skin.live-hub-page .live-hub-toolbar{padding:14px 12px 12px;flex-wrap:wrap;gap:10px}
}
@media(max-width:560px){
  .live-hub-copy h1{font-size:20px}
  .live-hub-desc{font-size:12.5px}
  body.skin.live-hub-page .live-hub-days a{min-width:64px;height:48px;padding:7px 10px}
  body.skin.live-hub-page .mrow,
  body.skin.live-hub-page .live-hub-board .mrow{padding:12px 10px;min-height:0}
}

/* ===== 首页 SEO 改造新增 ===== */
.home-intro{margin-bottom:10px;padding:0 0 10px;border-bottom:1px solid var(--line)}
.home-intro .card-h.lg{margin-bottom:6px}
.home-intro h1{font-size:28px;font-weight:800;letter-spacing:.5px;color:#fff}
.home-intro .home-title-ico{width:28px;height:28px;object-fit:contain;display:block;flex-shrink:0}
.home-intro .live-intro{margin-top:4px;font-size:13.5px;line-height:1.7;color:var(--mut);max-width:780px}
.home-intro .live-intro p{margin:0}

.league-title{position:relative;display:flex;align-items:center;gap:9px;margin:18px 0 10px;padding:0 0 0 12px;font-size:16px;font-weight:800;color:var(--txt);letter-spacing:.4px}
.league-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:16px;border-radius:2px;background:var(--c,#4aa8ff)}

.preview-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px 16px}
.preview-list li a{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid var(--line);transition:.18s}
.preview-list li a:hover{border-color:var(--line2);background:rgba(255,255,255,.05)}
.pv-cover{width:96px;height:64px;flex:0 0 96px;border-radius:6px;background:#1a1c1f;overflow:hidden}
.pv-cover img{width:100%;height:100%;object-fit:cover;display:block}
.pv-cover-empty{background:linear-gradient(135deg,#1c222c,#2a3140)}
.pv-bd{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}
.pv-bd h3{font-size:14.5px;font-weight:600;line-height:1.45;margin:0;color:var(--txt);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.preview-list li a:hover .pv-bd h3{color:var(--acc)}
.pv-bd em{display:flex;align-items:center;gap:10px;font-style:normal;font-size:12px;color:var(--dim)}
.pv-tag{font-style:normal;color:var(--acc);font-weight:600}

.hs-cap .hs-title{position:relative;font-size:28px;font-weight:800;line-height:1.4;max-width:100%;text-shadow:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;opacity:1;transform:none;color:#fff;margin:0}
.hs-cap .hs-title{font-size:28px;font-weight:800;line-height:1.4;color:#fff;margin:0}
@media(max-width:1000px){
  .hs-cap .hs-title{font-size:20px;max-width:92%}
}

.feed-item .feed-bd h3{font-size:15px;font-weight:600;line-height:1.4;margin:0;color:var(--txt);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.feed-item:hover .feed-bd h3{color:var(--acc)}
.feed-item:not(.has-img) .feed-bd h3{font-size:14px;-webkit-line-clamp:1;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}

@media(max-width:1260px){
  .preview-list{grid-template-columns:1fr}
}
@media(max-width:1000px){
  .home-intro{margin-bottom:8px;padding:0 0 8px}
  .home-intro h1{font-size:22px}
  .home-intro .home-title-ico{width:22px;height:22px}
  .home-intro .live-intro{font-size:13px;line-height:1.65;max-width:none}
  .preview-list li a{padding:9px;gap:10px}
  .pv-cover{width:78px;height:54px;flex:0 0 78px}
  .pv-bd h3{font-size:13.5px}
  .league-title{font-size:15px;margin:14px 0 8px}
  .feed-th{width:96px;height:68px}
  .hero-stage{margin-bottom:12px}
  body.skin .hero-main{height:180px;min-height:180px}
}
@media(max-width:560px){
  .home-intro{padding:0 0 4px;margin-bottom:6px}
  .home-intro .card-h.lg{margin-bottom:4px}
  .home-intro h1{font-size:19px}
  .home-intro .home-title-ico{width:19px;height:19px}
  .home-intro .live-intro{font-size:12.5px;line-height:1.55}
  .preview-list li a{padding:8px;gap:8px}
  .pv-cover{width:68px;height:48px;flex:0 0 68px;border-radius:4px}
  .pv-bd h3{font-size:13px;-webkit-line-clamp:2}
  .pv-bd em{font-size:11px;gap:8px}
  .league-title{font-size:14px;margin:12px 0 6px;padding-left:10px}
  .league-title::before{width:2px;height:14px}
  .feed-th{width:80px;height:60px;border-radius:4px}
  .feed-item{padding:10px 0;gap:10px}
  .feed-item .feed-bd h3{font-size:13px;-webkit-line-clamp:1;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}
  .hero-main,body.skin .hero-main{height:150px;min-height:150px}
  .hero-stage{margin-bottom:10px}
  .hs-cap{left:14px;max-width:75%;gap:6px}
  .hs-cap .hs-title{font-size:14px;line-height:1.3}
  .hs-cap .hs-meta{font-size:11px}
  .hs-cap .hs-from{font-size:11px}
  .hs-cap .hs-more{height:26px;padding:0 12px;font-size:11.5px;margin-top:2px}
  .hs-label{top:8px;right:10px;font-size:10px}
  .hs-dots{left:14px;bottom:10px;gap:5px}
  .hs-dots i{width:12px;height:2px}
  .hs-dots i.on{width:22px}
  .harr{width:28px;height:36px;font-size:18px}
  .h-l{left:6px}.h-r{right:6px}
}
