@charset "utf-8";
/* ============================================================
 * tiyu2 主题 · 浅色体育单页风格
 * 主色：浅灰白底（#f4f5f7 / #ffffff）+ 直播红主导（#ef4444）
 * 定位：单页落地页（show 单页模板）
 * ============================================================ */
:root {
  --red: #ef4444;
  --red-dark: #dc2626;
  --red-soft: rgba(239,68,68,.10);
  --red-line: rgba(239,68,68,.35);
  --orange: #fb923c;
  --gold: #f5b544;
  --blue: #3b82f6;
  --green: #10b981;
  --bg: #f4f5f7;
  --surface: #ffffff;
  --surface-soft: #f7f8fa;
  --text: #1f2937;
  --text-2: #4b5563;
  --muted: #6b7280;
  --muted-2: #9ca3af;
  --line: #e5e7eb;
  --line-2: #eef0f3;
  --foot-bg: #ffffff;
  --foot-tx: #6b7280;
  --radius: 6px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 2px rgba(15,23,42,.06);
  --shadow: 0 2px 8px rgba(15,23,42,.08), 0 1px 3px rgba(15,23,42,.06);
}

* { box-sizing: border-box; }

html {
  overflow-x: hidden;
  max-width: 100%;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  max-width: 100%;
  font-size: 14px;
}

a { color: inherit; text-decoration: none; transition: color .15s; }
a:hover { color: var(--red-dark); }
img { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

.container {
  width: min(1200px, 96%);
  margin: 0 auto;
}

/* ==========================================================
 *  1. 顶部：Logo + 搜索
 * ========================================================== */
.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand .star { color: var(--gold); font-size: 18px; }
.brand .name {
  font-size: 22px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: .5px;
  line-height: 1.1;
}
.brand .en {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 1.5px;
  margin-top: 2px;
}
.header-search {
  flex: 1;
  max-width: 560px;
  display: flex;
  align-items: stretch;
  border: 2px solid var(--red);
  border-radius: 4px;
  overflow: hidden;
  background: var(--surface-soft);
  border-color: var(--line);
}
.header-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 14px;
  font-size: 14px;
  height: 34px;
  color: var(--text);
  background: transparent;
}
.header-search input::placeholder { color: var(--muted-2); }
.header-search button {
  border: 0;
  background: var(--red);
  color: #fff;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s;
}
.header-search button:hover { background: var(--red-dark); }
.mobile-menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  width: 38px;
  height: 34px;
  font-size: 20px;
  color: var(--text);
  cursor: pointer;
}

/* ==========================================================
 *  2. 主导航栏（红色背景）
 * ========================================================== */
.main-nav-bar {
  background: linear-gradient(90deg,#dc2626 0%,#ef4444 50%,#dc2626 100%);
  border-bottom: 1px solid #b91c1c;
  box-shadow: 0 2px 8px rgba(15,23,42,.08);
  position: sticky;
  top: 0;
  z-index: 60;
}
.main-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.main-nav::-webkit-scrollbar { display: none; }
.main-nav a {
  flex: 0 0 auto;
  display: block;
  padding: 0 18px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  transition: background .15s;
}
.main-nav a:hover,
.main-nav a.active {
  background: var(--red-dark);
  color: #fff;
}
.main-nav a.trophy {
  color: #fde68a;
}

/* ==========================================================
 *  3. LIVE 直播横幅
 * ========================================================== */
.live-banner {
  margin-top: 14px;
  background: linear-gradient(90deg, #dc2626 0%, #ef4444 50%, #f97316 100%);
  color: #fff;
  border-radius: var(--radius);
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
}
.live-banner .dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  animation: blink 1.2s infinite;
  flex-shrink: 0;
}
.live-banner .tag {
  background: rgba(255,255,255,.22);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.live-banner .spacer { flex: 1; }
.live-banner .go {
  background: #fff;
  color: var(--red-dark);
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 13px;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .25; }
}

/* ==========================================================
 *  4. H1 焦点大图卡（顶部头条）
 * ========================================================== */
.focus-hero {
  margin-top: 14px;
  background: var(--surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.focus-hero .cover {
  display: block;
  position: relative;
  height: 320px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8eaee 0%, #d7dbe0 50%, #cfd4da 100%);
}
.focus-hero .cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.1) 60%);
}
.focus-hero .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.focus-hero .hero-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
  color: #fff;
}
.focus-hero h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.focus-hero .hero-sub {
  font-size: 14px;
  opacity: .85;
  max-width: 720px;
}
.focus-hero .hero-meta {
  margin-top: 10px;
  display: flex;
  gap: 14px;
  font-size: 12px;
  opacity: .7;
}
.focus-sub-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
}
.focus-sub-grid a {
  display: block;
  background: var(--surface);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  line-height: 1.4;
  transition: all .15s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.focus-sub-grid a:hover {
  background: var(--red-soft);
  color: var(--red-dark);
}

/* ==========================================================
 *  5. 双列赛程（今日赛程 / 未来赛程）
 * ========================================================== */
.schedule-wrap {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.schedule-col {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 14px 18px;
  box-shadow: var(--shadow-sm);
}
.schedule-col h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  padding-bottom: 10px;
  margin-bottom: 4px;
  border-bottom: 2px solid var(--red);
}
.schedule-col h3 .more {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
}
.schedule-col h3 .more:hover { color: var(--red); }
.match-tiny {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--line-2);
  font-size: 13.5px;
}
.match-tiny:last-child { border-bottom: 0; }
.match-tiny .link {
  flex: 1;
  color: var(--text-2);
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.match-tiny .link:hover { color: var(--red); }
.match-tiny .date {
  flex-shrink: 0;
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.match-tiny .tag-live {
  flex-shrink: 0;
  background: #e53e3e;
  color: #fff;
  padding: 2px 8px 2px 14px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  position: relative;
}
.match-tiny .tag-live em {
  position: absolute;
  left: 5px; top: 50%;
  width: 6px; height: 6px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: kbLivePulse 1.2s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(255,255,255,.6);
}
@keyframes kbLivePulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,.55); }
  70%  { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.match-tiny .tag-wait {
  flex-shrink: 0;
  background: rgba(59,130,246,.08);
  color: #2563eb;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid rgba(59,130,246,.3);
}
.match-tiny .tag-done {
  flex-shrink: 0;
  background: rgba(15,23,42,.04);
  color: var(--muted);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid var(--line);
}
.match-tiny .score {
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 13px;
  color: var(--text);
  background: rgba(251,146,60,.12);
  border: 1px solid rgba(251,146,60,.32);
  padding: 1px 9px;
  border-radius: 4px;
  min-width: 42px;
  text-align: center;
}
.match-tiny .score.final {
  background: rgba(15,23,42,.04);
  border-color: var(--line);
  color: var(--text-2);
}

/* ==========================================================
 *  5b. 首页实时赛程 · 整宽赛事行（对齐目标站：状态块|时间|联赛|对阵|胶囊按钮）
 * ========================================================== */
.hm-schedule {
  margin-top: 16px;
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 14px 18px;
  box-shadow: var(--shadow-sm);
}
.hm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--red);
  margin-bottom: 4px;
}
.hm-head h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  margin: 0;
}
.hm-head .hm-more {
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 500;
}
.hm-head .hm-more:hover { color: var(--red); }
.hm-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hm-row {
  display: grid;
  grid-template-columns: 78px 72px 58px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 15px 8px;
  border-bottom: 1px dashed var(--line);
  font-size: 14px;
  background: var(--surface);
}
.hm-row:last-child { border-bottom: 0; }
.hm-row:hover { background: var(--surface-soft); }
.hm-empty {
  padding: 30px;
  text-align: center;
  color: var(--muted);
}
/* 状态块：已结束灰 / 未开始橙 / 直播中红 */
.hm-status { text-align: center; }
.hm-status .js-st {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  min-width: 60px;
  text-align: center;
}
.hm-status .st-fin { background: #9ca3af; }
.hm-status .st-pre { background: #f59e0b; }
.hm-status .st-live {
  background: var(--red);
  position: relative;
  padding-left: 20px;
}
.hm-status .st-live::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: kbBlink 1.1s ease-in-out infinite;
}
@keyframes kbBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}
/* 时间日期两行 */
.hm-time {
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  text-align: center;
}
.hm-time .t { font-weight: 800; color: var(--text); font-size: 18px; }
.hm-time .d { color: var(--muted); font-size: 12.5px; }
/* 联赛列 */
.hm-league {
  color: var(--muted-2);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
/* 对阵：主队名+队徽 | 比分/VS | 队徽+客队名 */
.hm-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
}
.hm-team {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.hm-home { justify-content: flex-end; }
.hm-away { justify-content: flex-start; }
.hm-team .nm {
  font-weight: 700;
  color: var(--text);
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
.hm-team .logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}
.hm-score {
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 78px;
  color: var(--text);
}
.hm-score b { font-weight: 900; }
.hm-score i { font-style: normal; opacity: 0.5; font-weight: 800; }
.hm-score.is-live { color: var(--red); }
.hm-score .vs-txt {
  font-style: normal;
  font-size: 20px;
  font-weight: 900;
  color: var(--muted);
  letter-spacing: 1px;
}
/* 胶囊按钮组 */
.hm-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.hm-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  white-space: nowrap;
  line-height: 1.2;
}
.hm-btns .hm-btn-main {
  background: var(--red);
  color: #fff !important;
}
.hm-btns .hm-btn-main:hover { background: var(--red-dark); }
.hm-btns .hm-btn-main .tri {
  width: 0; height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}
.hm-btns .hm-btn-alt {
  background: rgba(15,23,42,.03);
  color: var(--text-2) !important;
  border: 1.5px solid var(--line);
}
.hm-btns .hm-btn-alt:hover { border-color: var(--red); color: var(--red) !important; }
.hm-btns .hm-btn-pre {
  background: transparent;
  color: var(--red) !important;
  border: 1.5px solid var(--red);
}
.hm-btns .hm-btn-pre:hover { background: var(--red-soft); }
@media (max-width: 768px) {
  .hm-schedule { padding: 12px 10px; }
  .hm-row {
    grid-template-columns: 58px 54px 1fr auto;
    gap: 6px;
    padding: 12px 4px;
  }
  .hm-league { display: none; }
  .hm-status .js-st { min-width: 0; padding: 4px 7px; font-size: 11.5px; }
  .hm-status .st-live { padding-left: 15px; }
  .hm-status .st-live::before { left: 6px; width: 5px; height: 5px; }
  .hm-time .t { font-size: 14px; }
  .hm-time .d { font-size: 11px; }
  .hm-teams { gap: 6px; }
  .hm-team { gap: 5px; }
  .hm-team .logo { width: 26px; height: 26px; }
  .hm-team .nm { max-width: 84px; font-size: 12.5px; }
  .hm-score { font-size: 16px; min-width: 48px; gap: 4px; }
  .hm-score .vs-txt { font-size: 14px; }
  .hm-btns { gap: 6px; }
  .hm-btns a { padding: 6px 12px; font-size: 12px; }
  .hm-btns .hm-btn-alt { display: none; }
}

/* ==========================================================
 *  6. 资讯板块：左 8 条文字列表 + 右 1 张图文卡
 * ========================================================== */
.news-section {
  margin-top: 16px;
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 16px 18px 10px;
  box-shadow: var(--shadow-sm);
}
.news-section .sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--line-2);
}
.news-section .sec-head h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}
.news-section .sec-head h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--red);
  border-radius: 2px;
}
.news-section .sec-head h3 a:hover { color: var(--red); }
.news-section .sec-head .more {
  color: var(--muted);
  font-size: 13px;
}
.news-section .sec-head .more:hover { color: var(--red); }

.sec-body {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 22px;
}
.sec-list li {
  padding: 8px 0;
  border-bottom: 1px dashed var(--line-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
}
.sec-list li:last-child { border-bottom: 0; }
.sec-list li::before {
  content: '•';
  color: var(--red);
  font-weight: 700;
  margin-right: 8px;
  flex-shrink: 0;
}
.sec-list li a {
  flex: 1;
  color: var(--text-2);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}
.sec-list li a:hover { color: var(--red-dark); }
.sec-list li .d {
  color: var(--muted);
  font-size: 12px;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
/* 列表前 3 条用数字 */
.sec-list li:nth-child(-n+3)::before {
  content: counter(ty-num, decimal-leading-zero);
  counter-increment: ty-num;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  margin-right: 8px;
  font-family: 'Consolas', Monaco, monospace;
}
.sec-list { counter-reset: ty-num; }

.sec-card {
  display: block;
  background: var(--surface-soft);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line-2);
  transition: transform .2s, box-shadow .2s;
  position: relative;
}
.sec-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}
.sec-card .pic {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #e8eaee, #d7dbe0);
  overflow: hidden;
}
.sec-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-card .pic::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.4), transparent 40%);
}
.sec-card .pic .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(220, 38, 38, .9);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 2;
  opacity: 0;
  transition: opacity .2s;
}
.sec-card:hover .pic .play { opacity: 1; }
.sec-card .body {
  padding: 12px 14px 14px;
}
.sec-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec-card:hover h4 { color: var(--red-dark); }
.sec-card .desc {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.sec-card .dt {
  color: var(--muted-2);
  font-size: 12px;
}

/* ==========================================================
 *  7. 底部赛程列表（纯文字链接）
 * ========================================================== */
.bottom-matches {
  margin-top: 16px;
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 14px 18px;
  box-shadow: var(--shadow-sm);
}
.bottom-matches h3 {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 2px solid var(--red);
  display: flex;
  align-items: center;
  gap: 8px;
}
.bottom-matches h3::before {
  content: '📅';
  font-size: 16px;
}
.bottom-matches .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
.bottom-matches .grid a {
  display: block;
  padding: 7px 0;
  font-size: 13.5px;
  color: var(--text-2);
  border-bottom: 1px dashed var(--line-2);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bottom-matches .grid a:hover { color: var(--red-dark); }

/* ==========================================================
 *  8. 页脚
 * ========================================================== */
.site-footer {
  margin-top: 28px;
  background: var(--foot-bg);
  color: var(--foot-tx);
  padding: 26px 0 18px;
  font-size: 13px;
}
.footer-about {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  color: #6b7280;
}
.footer-about a {
  color: var(--red);
  margin: 0 4px;
}
.footer-about a:hover { color: #dc2626; text-decoration: underline; }
.footer-links {
  margin: 14px auto 0;
  max-width: 900px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #6b7280;
}
.footer-links a:hover { color: var(--red); }
.footer-copy {
  margin-top: 16px;
  text-align: center;
  color: #6b7280;
  font-size: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

/* ==========================================================
 *  9. 侧边悬浮
 * ========================================================== */
.fab {
  position: fixed;
  right: 18px;
  bottom: 30px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fab button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text-2);
  font-size: 13px;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: all .15s;
}
.fab button:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

/* ==========================================================
 *  10. 面包屑 & 通用内页
 * ========================================================== */
.breadcrumb-bar {
  padding: 10px 0;
  font-size: 13px;
  color: var(--muted);
}
.breadcrumb-bar a:hover { color: var(--red); }
.breadcrumb-bar .sep { margin: 0 6px; color: var(--muted-2); }

.cl-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  margin-top: 8px;
}
.cl-layout .sidebar { min-width: 0; }
.cl-layout .content { min-width: 0; }

.side-box {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 14px 16px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
}
.side-box h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 2px solid var(--red);
  display: flex;
  align-items: center;
  gap: 8px;
}
.side-box h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: var(--red);
  border-radius: 2px;
}
.side-list li {
  padding: 7px 0;
  border-bottom: 1px dashed var(--line-2);
  font-size: 13.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.side-list li:last-child { border-bottom: 0; }
.side-list li::before {
  content: '▸';
  color: var(--red);
  margin-right: 6px;
}
.side-list li a { color: var(--text-2); }
.side-list li a:hover { color: var(--red); }

/* 文章正文页 */
.article-box {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
  box-shadow: var(--shadow-sm);
}
.article-box h1 {
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.35;
  margin-bottom: 12px;
}
.article-meta {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 12.5px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-2);
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.article-body {
  font-size: 16px;
  line-height: 1.95;
  color: var(--text) !important;
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}
/* 强制正文所有子标签统一用深色主题的白色系，击穿 CMS 富文本里可能内联的 style="color:#333/#666" */
.article-body p,
.article-body div,
.article-body span,
.article-body li,
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6,
.article-body blockquote,
.article-body strong,
.article-body b,
.article-body em {
  color: var(--text) !important;
}
.article-body a { color: var(--red-dark) !important; text-decoration: underline; }
.article-body blockquote {
  margin: 12px 0;
  padding: 10px 14px;
  border-left: 3px solid var(--red);
  background: var(--surface-soft);
  border-radius: 0 6px 6px 0;
  color: var(--text-2) !important;
  font-style: italic;
}
.article-body p { margin-bottom: 14px; }
.article-body img { max-width: 100%; height: auto; border-radius: 4px; margin: 10px auto; }

.article-rel {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line-2);
}
.article-rel h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}
.article-rel ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
}
.article-rel li {
  padding: 4px 0;
  font-size: 13.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-rel li::before {
  content: '•';
  color: var(--red);
  margin-right: 6px;
}
.article-rel li a { color: var(--text-2); }
.article-rel li a:hover { color: var(--red); }

/* 相关文章：缩略图卡片网格 */
.rel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.rel-card {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: var(--surface);
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.rel-card:hover {
  border-color: rgba(239,68,68,.45);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(15,23,42,.12);
}
.rel-pic {
  flex: 0 0 118px;
  width: 118px;
  height: 88px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg-2, #e8eaee);
}
.rel-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rel-bd {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.rel-bd h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--text);
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rel-card:hover .rel-bd h5 { color: var(--red); }
.rel-bd p {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--text-3, #6b7280);
  margin: 0 0 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rel-date {
  margin-top: auto;
  font-size: 12px;
  color: var(--text-3, #6b7280);
}
@media (max-width: 560px) {
  .rel-grid { grid-template-columns: 1fr; }
  .rel-pic { flex-basis: 104px; width: 104px; height: 78px; }
}

/* 侧边栏热门资讯：紧凑缩略图小卡片 */
.side-news {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side-news-item {
  display: flex;
  gap: 10px;
  padding: 8px;
  background: var(--surface-soft);
  border: 1px solid var(--line-2);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color .2s, transform .2s;
}
.side-news-item:hover {
  border-color: rgba(239,68,68,.45);
  transform: translateY(-1px);
}
.sn-pic {
  flex: 0 0 92px;
  width: 92px;
  height: 66px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg);
}
.sn-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sn-bd {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.sn-bd h5 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--text);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side-news-item:hover .sn-bd h5 { color: var(--red); }
.sn-date {
  margin-top: auto;
  padding-top: 5px;
  font-size: 11.5px;
  color: var(--text-3, #6b7280);
}

/* 侧栏标题右侧"更多"链接 */
.side-more {
  float: right;
  font-size: 12.5px;
  font-weight: 400;
  color: var(--text-3, #6b7280);
}
.side-more:hover { color: var(--red); }

/* 侧边栏今日赛程：迷你对阵卡 */
.ty-vc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vc-row {
  display: block;
  padding: 10px 12px;
  background: var(--surface-soft);
  border: 1px solid var(--line-2);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color .2s, transform .2s;
}
.vc-row:hover {
  border-color: rgba(239,68,68,.45);
  transform: translateY(-1px);
}
.vc-teams {
  display: flex;
  align-items: center;
  gap: 6px;
}
.vc-side {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.vc-side.vc-away {
  justify-content: flex-end;
  text-align: right;
}
.vc-logo {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--bg);
}
.vc-name {
  font-style: normal;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vc-vs {
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 700;
  color: var(--red);
  background: rgba(239,68,68,.12);
  border-radius: 5px;
  padding: 2px 5px;
}
.vc-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.vc-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  color: #fff;
  line-height: 1.5;
}
.vc-live { background: var(--red); }
.vc-wait { background: #2563eb; }
.vc-done { background: #4b5563; }
.vc-time { font-size: 12px; color: var(--text-3, #6b7280); }
.vc-score { font-size: 14px; font-weight: 800; color: var(--text); }
.vc-score.is-live { color: var(--red); }

/* 列表页分页 */
.list-wrap {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  box-shadow: var(--shadow-sm);
}
.list-wrap h2 {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 12px;
  margin-bottom: 4px;
  border-bottom: 2px solid var(--red);
  display: flex;
  align-items: center;
  gap: 8px;
}
.list-wrap h2::before {
  content: '';
  width: 5px;
  height: 22px;
  background: var(--red);
  border-radius: 2px;
}
.news-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-2);
}
.news-item:last-of-type { border-bottom: 0; }
.news-item .cover {
  width: 180px;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, #e8eaee, #d7dbe0);
  flex-shrink: 0;
}
.news-item .cover img {
  width: 100%; height: 100%; object-fit: cover;
}
.news-item .ni-body h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}
.news-item .ni-body h3 a:hover { color: var(--red-dark); }
.news-item .ni-body .intro {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.news-item .ni-body .ni-meta {
  display: flex;
  gap: 16px;
  color: var(--muted-2);
  font-size: 12px;
}
.pagebar {
  padding: 20px 0 6px;
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagebar a, .pagebar span {
  display: inline-block;
  min-width: 34px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 13px;
  color: var(--text-2);
  background: var(--surface);
}
.pagebar span.current, .pagebar a:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

/* VS 直播页 */
.vs-header {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 20px 26px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 16px;
}
.vs-title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  text-align: center;
}
.vs-team {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.vs-team.right { flex-direction: row-reverse; }
.vs-team img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--surface-soft);
  padding: 6px;
  border: 1px solid var(--line-2);
}
.vs-team .t-name {
  font-size: 18px;
  font-weight: 700;
}
.vs-center {
  text-align: center;
  padding: 10px 20px;
}
.vs-center .score {
  font-size: 36px;
  font-weight: 900;
  color: var(--red-dark);
  font-variant-numeric: tabular-nums;
  font-family: 'Consolas', Monaco, monospace;
  letter-spacing: 4px;
}
.vs-center .vs-label {
  font-size: 22px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 6px;
}
.vs-center .status {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.vs-center .status.live { background: var(--red-soft); color: var(--red-dark); }
.vs-center .status.fin { background: var(--line-2); color: var(--muted); }
.vs-center .status.pre { background: rgba(59,130,246,.08); color: var(--blue); }
.vs-meta-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line-2);
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
}
.vs-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
  flex-wrap: wrap;
  align-items: center;
}
/* 按钮基础态（被 .primary/.cctv/.gold/.teal 实心渐变覆盖） */
.vs-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
  background: #f7f8fa;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  text-decoration: none;
  transition: all .2s ease;
}
.vs-btns a:hover {
  color: #fff;
  border-color: rgba(239,68,68,.7);
  background: rgba(239,68,68,.12);
  transform: translateY(-2px);
}
/* 主 CTA：红色渐变 + 发光 + 脉冲点 */
.vs-btns a.primary {
  position: relative;
  padding: 13px 44px 13px 38px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  background: linear-gradient(135deg,#ff5a5c 0%,#ef4444 48%,#dc2626 100%);
  border: none;
  border-radius: 999px;
  box-shadow: 0 6px 22px rgba(239,68,68,.45), inset 0 1px 0 rgba(255,255,255,.25);
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
/* 主 CTA + 次按钮：白色脉冲直播灯（四个按钮统一） */
.vs-btns a.primary::before,
.vs-btns a.cctv::before,
.vs-btns a.gold::before,
.vs-btns a.teal::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,.65);
  animation: vsBtnPulse 1.6s ease-out infinite;
}
.vs-btns a.primary:hover {
  color: #fff;
  background: linear-gradient(135deg,#ff6b6d 0%,#f04d4d 48%,#c81e1e 100%);
  box-shadow: 0 10px 30px rgba(239,68,68,.65), inset 0 1px 0 rgba(255,255,255,.3);
  transform: translateY(-2px);
}
/* 次按钮：与主按钮同款实心渐变胶囊 + 同色发光（蓝/金/青），尺寸/字号/字距与主按钮一致 */
.vs-btns a.cctv,
.vs-btns a.gold,
.vs-btns a.teal {
  padding: 13px 44px 13px 38px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  border: none;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.vs-btns a.cctv {
  background: linear-gradient(135deg,#60a5fa 0%,#3b82f6 50%,#1d4ed8 100%);
  box-shadow: 0 6px 22px rgba(59,130,246,.42), inset 0 1px 0 rgba(255,255,255,.25);
}
.vs-btns a.cctv:hover {
  color: #fff;
  background: linear-gradient(135deg,#73b0ff 0%,#4589ff 50%,#1e40af 100%);
  box-shadow: 0 10px 30px rgba(59,130,246,.6), inset 0 1px 0 rgba(255,255,255,.3);
  transform: translateY(-2px);
}
.vs-btns a.gold {
  background: linear-gradient(135deg,#fcd34d 0%,#f59e0b 50%,#d97706 100%);
  box-shadow: 0 6px 22px rgba(245,158,11,.42), inset 0 1px 0 rgba(255,255,255,.25);
}
.vs-btns a.gold:hover {
  color: #fff;
  background: linear-gradient(135deg,#ffdd6b 0%,#f7ab1f 50%,#b45309 100%);
  box-shadow: 0 10px 30px rgba(245,158,11,.6), inset 0 1px 0 rgba(255,255,255,.3);
  transform: translateY(-2px);
}
.vs-btns a.teal {
  background: linear-gradient(135deg,#5eead4 0%,#14b8a6 50%,#0f766e 100%);
  box-shadow: 0 6px 22px rgba(20,184,166,.42), inset 0 1px 0 rgba(255,255,255,.25);
}
.vs-btns a.teal:hover {
  color: #fff;
  background: linear-gradient(135deg,#7ff0dd 0%,#2cc7b5 50%,#115e59 100%);
  box-shadow: 0 10px 30px rgba(20,184,166,.6), inset 0 1px 0 rgba(255,255,255,.3);
  transform: translateY(-2px);
}
@keyframes vsBtnPulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,.65); }
  70%  { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

/* ==========================================================
 *  赛事直播页（双列卡片）专用
 * ========================================================== */
.zhibo-title-bar {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg,#eff6ff 0%,#dbeafe 55%,#eff6ff 100%);
  border-bottom: 1px solid #bfdbfe;
  color: #1e3a8a;
  padding: 14px 22px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  margin: -16px -18px 0;
  gap: 8px;
}
.zhibo-title-bar h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
}
.zhibo-title-bar .more { margin-left: auto; color: #fff; }

.zhibo-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-top: 16px;
}
.zhibo-col { display: flex; flex-direction: column; }
.zh-col-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
}
.zh-col-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: 1px;
}
.zh-gold-line {
  display: block;
  height: 3px;
  flex: 0 0 64px;
  background: linear-gradient(90deg,#ca8a04 0%,#eab308 60%,transparent 100%);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(202,138,4,.08);
}

.zh-card-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zhibo-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 14px 16px;
  box-shadow: var(--shadow-sm);
  transition: all .18s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.zhibo-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 3px 12px rgba(15,23,42,.08);
  transform: translateY(-1px);
}

/* —— 卡片第一行：联赛行 —— */
.zh-league {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12.5px;
}
.zh-league-left { display: flex; align-items: center; gap: 8px; min-width: 0; }
.zh-comp-logo {
  width: 22px; height: 22px; object-fit: contain;
  background: var(--surface-soft); border-radius: 50%;
  border: 1px solid var(--line);
  flex: 0 0 22px;
}
.zh-comp-emoji {
  width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px;
  background: var(--line-2);
  border-radius: 50%;
  flex: 0 0 22px;
}
.zh-comp-name {
  font-weight: 600;
  color: var(--text-2);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  max-width: 220px;
}
.zh-time {
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: .3px;
}

/* —— 卡片第二行：对阵行（主队 | 中间比分/VS | 客队） —— */
.zh-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}
.zh-team {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 600;
  min-width: 0;
}
.zh-team.zh-home { justify-content: flex-start; }
.zh-team.zh-away { justify-content: flex-end; }
.zh-tlogo {
  width: 28px; height: 28px;
  object-fit: contain;
  flex: 0 0 28px;
}
.zh-team.zh-home .zh-tname { order: 2; }
.zh-team.zh-home .zh-tlogo { order: 1; }
.zh-team.zh-away .zh-tname { order: 1; text-align: right; }
.zh-team.zh-away .zh-tlogo { order: 2; }
.zh-tname {
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  color: var(--text);
  flex: 1 1 auto;
  min-width: 0;
}

/* 中间 VS/比分 列 */
.zh-vs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  min-width: 64px;
}
.zh-vs-word {
  font-weight: 900;
  font-size: 16px;
  color: #94a3b8;
  letter-spacing: 3px;
}
.js-score {
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  font-size: 18px;
  line-height: 1;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 4px;
}
.js-score.is-live { color: var(--red-dark); animation: ty-pulse 1.8s ease-in-out infinite; }
.js-score em { font-style: normal; color: var(--muted-2); font-weight: 700; }
@keyframes ty-pulse {
  0%,100% { transform: scale(1); }
  50%     { transform: scale(1.05); }
}
.zh-st-mini {
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 3px;
  background: var(--line-2);
}
.zh-st-mini.muted { color: var(--muted-2); }

/* —— 卡片第三行：双按钮 —— */
.zh-btns {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.btn-status,
.btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  border-radius: 6px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.6;
  cursor: default;
  transition: all .15s ease;
  text-decoration: none !important;
  user-select: none;
  white-space: nowrap;
}
.btn-action { cursor: pointer; }

/* 状态按钮（左） */
.btn-st-live   { background: #1d4ed8; color: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.3); }
.btn-st-done   { background: #6b7280; color: #fff; }
.btn-st-wait   { background: rgba(15,23,42,.04); color: var(--muted); border: 1px solid var(--line); padding: 4px 13px; }

/* 动作按钮（右） */
.btn-ac-gold    { background: #ca8a04; color: #fff !important; border: 1px solid #ca8a04; }
.btn-ac-gold:hover { background: #b45309; border-color: #b45309; }
.btn-ac-outline { background: rgba(15,23,42,.03); color: var(--text-2); border: 1px solid var(--line); }
.btn-ac-outline:hover { background: rgba(15,23,42,.07); color: var(--text); }
.btn-ac-stat    { background: rgba(59,130,246,.08); color: #2563eb !important; border: 1px solid rgba(59,130,246,.3); }
.btn-ac-stat:hover { background: rgba(59,130,246,.16); }

.zh-empty {
  padding: 22px 10px;
  text-align: center;
  color: var(--muted);
  background: var(--surface-soft);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  font-size: 13px;
}
.zh-col-more {
  margin-top: 10px;
  text-align: right;
  font-size: 12.5px;
  color: var(--red-dark);
  font-weight: 600;
}
.zh-col-more:hover { color: var(--red); }

/* ==========================================================
 *  足球直播 / 篮球直播 单列页（与 /s/ 总页同款卡片）
 * ========================================================== */
/* 日期 Tab 栏 */
.cl-date-bar {
  display: flex;
  gap: 8px;
  padding: 16px 0 2px;
  flex-wrap: wrap;
}
.cl-dtab {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
  padding: 7px 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text-2);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s ease;
}
.cl-dtab b {
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 400;
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
}
.cl-dtab:hover { border-color: var(--red-line); color: var(--red-dark); }
.cl-dtab.on {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 3px 10px rgba(239,68,68,.35);
}
.cl-dtab.on b { color: rgba(255,255,255,.85); }

/* 单列卡片栈：全宽舒展，比双列卡更大一号 */
.zh-card-stack-single {
  gap: 14px;
  padding-top: 14px;
}
.zh-card-stack-single .zhibo-card {
  padding: 16px 22px;
  gap: 13px;
}
.zh-card-stack-single .zh-comp-name { max-width: none; font-size: 13px; }
.zh-card-stack-single .zh-team { font-size: 15.5px; }
.zh-card-stack-single .zh-tname { font-size: 15.5px; }
.zh-card-stack-single .zh-tlogo { width: 34px; height: 34px; flex-basis: 34px; }
.zh-card-stack-single .zh-vs { min-width: 92px; }
.zh-card-stack-single .js-score { font-size: 23px; }
.zh-card-stack-single .zh-vs-word { font-size: 18px; }
.zh-card-stack-single .zh-btns { gap: 10px; }
.zh-card-stack-single .btn-status,
.zh-card-stack-single .btn-action {
  padding: 7px 22px;
  font-size: 13px;
  border-radius: 8px;
}

/* 底部足球 ↔ 篮球 互跳条 */
.zh-switch {
  margin-top: 18px;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 14px;
}
.zh-switch a {
  color: var(--red-dark);
  font-weight: 700;
  font-size: 14px;
}
.zh-switch a:hover { color: var(--red); }

/* ==========================================================
 *  响应式
 * ========================================================== */
@media (max-width: 960px) {
  .site-header .inner { padding: 12px 14px; }
  .header-search { display: none; }
  .mobile-menu-btn { display: block; }
  .brand .name { font-size: 18px; }
  .schedule-wrap { grid-template-columns: 1fr; }
  .focus-hero .cover { height: 220px; }
  .focus-hero h1 { font-size: 20px; }
  .focus-sub-grid { grid-template-columns: repeat(2, 1fr); }
  .sec-body { grid-template-columns: 1fr; }
  .sec-card { order: -1; }
  .bottom-matches .grid { grid-template-columns: repeat(2, 1fr); }
  .cl-layout { grid-template-columns: 1fr; }
  .news-item { grid-template-columns: 120px 1fr; gap: 12px; }
  .news-item .cover { width: 120px; }

  /* 赛事直播页移动端改单列 */
  .zhibo-title-bar { margin: -16px -18px 0; padding: 12px 14px; }
  .zhibo-title-bar h2 { font-size: 18px; letter-spacing: 1px; }
  .zhibo-2col { grid-template-columns: 1fr; gap: 22px; }
  .zh-comp-name { max-width: 160px; }
  .zh-teams { grid-template-columns: 1fr auto 1fr; gap: 8px; }
  .zh-tname { font-size: 13px; }
  .zh-btns { justify-content: space-between; }
  .btn-status, .btn-action { padding: 5px 10px; font-size: 12px; flex: 1 1 auto; }

  /* zhibo-card 赛事卡片（足球/篮球直播页 + /s/ 总页）手机端适配 */
  .zh-card-stack-single .zhibo-card { padding: 12px 14px; gap: 11px; }
  .zh-card-stack-single .zh-tlogo { width: 26px; height: 26px; flex-basis: 26px; }
  .zh-card-stack-single .zh-team,
  .zh-card-stack-single .zh-tname { font-size: 13.5px; }
  .zh-card-stack-single .js-score { font-size: 19px; }
  .zh-card-stack-single .zh-vs { min-width: 64px; }
  .zh-card-stack-single .btn-status,
  .zh-card-stack-single .btn-action { padding: 6px 10px; font-size: 12px; }

  /* 日期 Tab：手机端横向滚动，不换行 */
  .cl-date-bar {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }
  #cl-date-bar {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #cl-date-bar::-webkit-scrollbar,
  .cl-date-bar::-webkit-scrollbar { display: none; }

  /* VS 详情页头部：手机端同样保持 主队|比分|客队 左右排列，仅缩小尺寸 */
  .vs-title-row { grid-template-columns: 1fr auto 1fr; gap: 8px; }
  .vs-team { gap: 8px; }
  .vs-team img { width: 44px; height: 44px; }
  .vs-team .t-name { font-size: 14px; }
  .vs-center { padding: 6px 8px; }
  .vs-center .score { font-size: 24px; letter-spacing: 2px; }
  .vs-center .vs-label { font-size: 18px; }
  .article-rel ul { grid-template-columns: 1fr; }
  .fab { right: 10px; bottom: 16px; }
  .fab button { width: 38px; height: 38px; }
}
@media (max-width: 560px) {
  .focus-sub-grid { grid-template-columns: 1fr 1fr; }
  .bottom-matches .grid { grid-template-columns: 1fr; }
  .focus-hero .hero-caption { left: 14px; right: 14px; bottom: 16px; }
  .focus-hero h1 { font-size: 17px; }
  .schedule-col { padding: 12px; }
  .news-section { padding: 12px 14px 6px; }
  .site-header .inner { padding: 10px 12px; }
  .main-nav a { padding: 0 14px; height: 40px; line-height: 40px; font-size: 14px; }
  .article-box { padding: 16px 14px; }
  .article-box h1 { font-size: 19px; }
  .news-item { grid-template-columns: 1fr; }
  .news-item .cover { width: 100%; aspect-ratio: 16/9; }
}

/* ==========================================================
 *  V2 · tiyu1 新布局组件
 *  一体化顶栏 / LIVE滚动播报 / 杂志Hero / 赛程卡片网格 /
 *  资讯流+边栏两栏 / 胶囊标签云
 * ========================================================== */

/* ---------- 1. 一体化浅色顶栏（Logo+导航+搜索 单行） ---------- */
.ty-topbar {
  position: sticky; top: 0; z-index: 60;
  background: linear-gradient(90deg,#ffffff 0%,#fff5f5 50%,#ffffff 100%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(15,23,42,.06);
}
.ty-topbar-inner { display: flex; align-items: center; gap: 20px; padding: 10px 0; }
.ty-topbar .brand { flex-shrink: 0; }
.ty-topbar .brand .name { color: var(--red); }
.ty-nav-wrap { flex: 1 1 auto; min-width: 0; display: flex; justify-content: center; }
.ty-nav-wrap .main-nav { background: transparent; box-shadow: none; padding: 0; border-radius: 0; }
.ty-nav-wrap .main-nav a {
  color: #4b5563; height: 42px; line-height: 42px;
  padding: 0 15px; font-size: 14.5px; border-radius: 6px; margin: 0 1px;
}
.ty-nav-wrap .main-nav a:hover,
.ty-nav-wrap .main-nav a.active {
  background: rgba(239,68,68,.08); color: var(--red);
}
.ty-nav-wrap .main-nav a.trophy { color: var(--gold); }
.ty-search {
  flex: 0 0 230px; max-width: 230px; margin: 0;
  background: rgba(15,23,42,.03);
  border: 1px solid var(--line); border-radius: 999px;
}
.ty-search input { height: 34px; color: var(--text); }
.ty-search input::placeholder { color: var(--muted-2); }
.ty-search button {
  background: var(--red); color: #fff; border-radius: 999px;
  margin: 2px; padding: 0 16px; height: 30px; font-size: 13px; border: 0;
}
.ty-topbar .mobile-menu-btn {
  display: none; flex-shrink: 0;
  background: transparent; border: 1px solid var(--line); color: var(--text);
  border-radius: 6px; width: 38px; height: 34px; font-size: 18px; cursor: pointer;
}

/* ---------- 2. LIVE 滚动播报条 ---------- */
.ty-ticker {
  margin-top: 14px;
  display: flex; align-items: stretch;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
}
.ty-ticker-badge {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px;
  background: var(--red); color: #fff; font-weight: 800; font-size: 13px;
  padding: 0 16px; letter-spacing: 1px;
}
.ty-ticker-badge .dot {
  width: 7px; height: 7px; background: #fff; border-radius: 50%;
  animation: blink 1.2s infinite;
}
.ty-ticker-viewport {
  flex: 1 1 auto; overflow: hidden; position: relative;
  display: flex; align-items: center;
}
.ty-ticker-viewport::before,
.ty-ticker-viewport::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 26px;
  z-index: 2; pointer-events: none;
}
.ty-ticker-viewport::before { left: 0;  background: linear-gradient(90deg, var(--surface), transparent); }
.ty-ticker-viewport::after  { right: 0; background: linear-gradient(-90deg, var(--surface), transparent); }
.ty-ticker-track {
  display: flex; align-items: center; white-space: nowrap;
  will-change: transform; animation: ty-marquee 38s linear infinite;
}
.ty-ticker:hover .ty-ticker-track { animation-play-state: paused; }
.ty-ticker-track a {
  display: inline-flex; align-items: center; gap: 5px;
  color: var(--text-2); font-size: 13.5px; font-weight: 500;
  padding: 0 22px; height: 42px;
  border-right: 1px dashed var(--line-2);
}
.ty-ticker-track a:hover { color: var(--red); }
.ty-ticker-track a em {
  font-style: normal; color: var(--muted-2); font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.ty-ticker-track a .tk-live {
  background: var(--red); color: #fff; font-size: 10px; font-weight: 700;
  padding: 1px 6px; border-radius: 3px; font-style: normal;
}
.ty-ticker-go {
  flex-shrink: 0; display: inline-flex; align-items: center;
  padding: 0 16px; font-size: 13px; font-weight: 600; color: var(--red);
  border-left: 1px solid var(--line);
}
.ty-ticker-go:hover { background: var(--red-soft); }
@keyframes ty-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- 3. 杂志 Hero：左大焦点 + 右 4 图文小卡 ---------- */
.ty-hero {
  margin-top: 14px;
  display: grid; grid-template-columns: 2fr 1fr; gap: 14px;
}
.ty-hero-main {
  position: relative; display: block;
  border-radius: var(--radius-lg); overflow: hidden;
  min-height: 320px; border: 1px solid var(--line);
}
.ty-hero-main img {
  width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;
}
.ty-hero-main::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(5,9,18,.92) 0%, rgba(5,9,18,.35) 55%, rgba(5,9,18,.12) 100%);
}
.ty-hero-cap {
  position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 2; color: #fff;
}
.ty-hero-badge {
  display: inline-block; background: var(--red); color: #fff;
  font-size: 12px; font-weight: 700; padding: 4px 12px;
  border-radius: 999px; margin-bottom: 10px;
}
.ty-hero-cap h1 {
  font-size: 27px; font-weight: 800; line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.ty-hero-sub {
  font-size: 13.5px; color: rgba(255,255,255,.82);
  margin-top: 8px; max-width: 560px;
}
.ty-hero-meta {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-top: 12px; font-size: 12.5px; color: rgba(255,255,255,.7);
}
.ty-hero-btn {
  margin-left: auto; background: var(--red); color: #fff;
  padding: 7px 18px; border-radius: 999px; font-weight: 700; font-size: 13px;
  box-shadow: 0 4px 14px rgba(239,68,68,.4);
}
.ty-hero-main:hover .ty-hero-btn { background: var(--red-dark); }
.ty-hero-side { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.ty-hero-news {
  flex: 1 1 0; display: flex; gap: 12px; align-items: center;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 10px 12px; min-height: 0;
  transition: border-color .15s, transform .15s;
}
.ty-hero-news:hover { border-color: var(--red-line); transform: translateX(3px); }
.ty-hero-news .pic {
  flex: 0 0 96px; width: 96px; height: 64px; border-radius: 6px; overflow: hidden;
  background: linear-gradient(135deg,#e8eaee,#d7dbe0);
}
.ty-hero-news .pic img { width: 100%; height: 100%; object-fit: cover; }
.ty-hero-news .bd { min-width: 0; flex: 1; }
.ty-hero-news h4 {
  margin: 0; font-size: 13.5px; font-weight: 600; color: var(--text); line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ty-hero-news:hover h4 { color: var(--red); }
.ty-hero-news .d { display: block; margin-top: 4px; font-size: 11.5px; color: var(--muted-2); }

/* ---------- 通用板块头 ---------- */
.ty-sec-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 12px; margin-bottom: 14px;
  border-bottom: 2px solid var(--line-2);
}
.ty-sec-head h3 {
  margin: 0; display: flex; align-items: center; gap: 8px;
  font-size: 18px; font-weight: 800; color: var(--text);
}
.ty-sec-head h3::before {
  content: ''; width: 4px; height: 18px; background: var(--red); border-radius: 2px;
}
.ty-sec-head .more { font-size: 13px; color: var(--muted); }
.ty-sec-head .more:hover { color: var(--red); }
.ty-live-flag {
  width: 8px; height: 8px; border-radius: 50%; background: var(--red);
  animation: blink 1.2s infinite; display: inline-block;
}

/* ---------- 4. 实时赛程卡片网格 ---------- */
.ty-mc {
  margin-top: 16px; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 16px 18px;
}
.ty-mc-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
ul.ty-mc-grid > li.hm-row.ty-mc-card {
  display: flex; flex-direction: column; gap: 12px; margin: 0;
  background: var(--surface-soft); border: 1px solid var(--line);
  border-radius: 12px; padding: 14px;
  transition: transform .18s, border-color .18s, box-shadow .18s;
}
ul.ty-mc-grid > li.hm-row.ty-mc-card:hover {
  transform: translateY(-3px); border-color: var(--red-line);
  box-shadow: 0 8px 22px rgba(15,23,42,.1);
}
.ty-mc-top {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.ty-mc-lg {
  font-size: 12px; color: var(--muted); font-weight: 600;
  min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.ty-mc-top .hm-status { flex-shrink: 0; }
.ty-mc-top .js-st { min-width: auto; padding: 3px 10px; font-size: 11.5px; border-radius: 999px; }
.ty-mc-body { gap: 8px; }
.ty-mc-body .hm-team { gap: 7px; }
.ty-mc-body .hm-team .nm { max-width: 96px; font-size: 13.5px; }
.ty-mc-body .hm-team .logo { width: 32px; height: 32px; }
.ty-mc-body .hm-score { min-width: 64px; font-size: 19px; gap: 5px; }
.ty-mc-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding-top: 10px; border-top: 1px dashed var(--line-2);
}
.ty-mc-foot .hm-time {
  text-align: left; line-height: 1.3;
  display: flex; align-items: baseline; gap: 6px;
}
.ty-mc-foot .hm-time .t { font-size: 14px; font-weight: 700; color: var(--text-2); }
.ty-mc-foot .hm-time .d { font-size: 12px; color: var(--muted-2); }
.ty-mc-foot .hm-btns { gap: 6px; }
.ty-mc-foot .hm-btns a { padding: 6px 13px; font-size: 12.5px; border-radius: 999px; }

/* ---------- 5. 主体两栏：左资讯流 + 右边栏 ---------- */
.ty-layout {
  margin-top: 18px;
  display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 18px;
  align-items: start;
}
.ty-feed { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.ty-aside { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.ty-aside .side-box { margin-bottom: 0; }
.ty-mc-grid .hm-empty { grid-column: 1 / -1; }

/* 资讯流图文卡 */
.ty-news {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 16px 18px;
}
.ty-news-list { list-style: none; margin: 0; padding: 0; }
.ty-news-list li { border-bottom: 1px dashed var(--line-2); }
.ty-news-list li:last-child { border-bottom: 0; }
.ty-news-item { display: flex; gap: 16px; padding: 13px 0; align-items: flex-start; }
.ty-news-item .pic {
  position: relative; flex: 0 0 168px; width: 168px; aspect-ratio: 16/10;
  border-radius: 8px; overflow: hidden;
  background: linear-gradient(135deg,#e8eaee,#d7dbe0);
}
.ty-news-item .pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.ty-news-item:hover .pic img { transform: scale(1.05); }
.ty-news-item .pic .play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 36px; height: 36px; line-height: 36px; text-align: center;
  background: rgba(0,0,0,.55); color: #fff; border-radius: 50%; font-size: 13px;
  border: 1.5px solid rgba(255,255,255,.7);
}
.ty-news-item .bd { flex: 1; min-width: 0; }
.ty-news-item h4 {
  margin: 0 0 7px; font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
}
.ty-news-item:hover h4 { color: var(--red); }
.ty-news-item p {
  margin: 0 0 8px; font-size: 13px; color: var(--muted); line-height: 1.7;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ty-news-item .d { font-size: 12px; color: var(--muted-2); }

/* 胶囊标签云 */
.ty-tags {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 16px 18px;
}
.ty-tagcloud { display: flex; flex-wrap: wrap; gap: 9px; }
.ty-tag {
  display: inline-block; padding: 6px 14px; font-size: 13px;
  color: var(--text-2); background: rgba(15,23,42,.04);
  border: 1px solid var(--line); border-radius: 999px;
  transition: all .15s;
}
.ty-tag:hover { color: #fff; background: var(--red); border-color: var(--red); }

/* 边栏：直播入口卡 */
.ty-live-card {
  display: flex; align-items: center; gap: 12px;
  background: linear-gradient(135deg,#7f1d1d 0%,#dc2626 55%,#b91c1c 100%);
  border-radius: var(--radius-lg); padding: 16px 18px; color: #fff;
  box-shadow: 0 6px 18px rgba(220,38,38,.35);
}
.ty-live-ic {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,.18); border: 1.5px solid rgba(255,255,255,.6);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; padding-left: 3px;
}
.ty-live-tx { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.ty-live-tx b { font-size: 16px; font-weight: 800; }
.ty-live-tx em {
  font-style: normal; font-size: 12px; color: rgba(255,255,255,.82);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ty-live-go {
  flex-shrink: 0; background: #fff; color: #b91c1c;
  font-size: 12.5px; font-weight: 700; padding: 6px 12px; border-radius: 999px;
}
.ty-live-card:hover .ty-live-go { background: var(--surface-soft); }

/* 边栏：热门排行榜 */
.ty-rank { list-style: none; margin: 0; padding: 0; counter-reset: ty-rank; }
.ty-rank li { counter-increment: ty-rank; }
.ty-rank li a {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0; font-size: 13.5px; color: var(--text-2);
  border-bottom: 1px dashed var(--line-2);
}
.ty-rank li:last-child a { border-bottom: 0; }
.ty-rank li a::before {
  content: counter(ty-rank, decimal-leading-zero);
  flex-shrink: 0; width: 22px; height: 18px; line-height: 18px; text-align: center;
  font-size: 11px; font-weight: 700; font-family: Consolas, Monaco, monospace;
  border-radius: 4px; background: rgba(15,23,42,.04); color: var(--muted);
}
.ty-rank li:nth-child(-n+3) a::before { background: var(--red); color: #fff; }
.ty-rank li a:hover { color: var(--red); }

/* 边栏：迷你赛程速览 */
.ty-mini-list { display: flex; flex-direction: column; }
.ty-mini-row {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 9px 0; border-bottom: 1px dashed var(--line-2); font-size: 13px;
}
.ty-mini-row:last-child { border-bottom: 0; }
.ty-mini-row .vs {
  color: var(--text-2); font-weight: 500; min-width: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ty-mini-row .vs .rd {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--red); margin-right: 6px; animation: blink 1.2s infinite;
}
.ty-mini-row:hover .vs { color: var(--red); }
.ty-mini-row .rt { flex-shrink: 0; font-variant-numeric: tabular-nums; }
.ty-mini-row .rt em { font-style: normal; color: var(--muted-2); font-size: 12px; }
.ty-mini-row .rt b { color: var(--text-2); font-weight: 700; }
.ty-mini-row .rt b.is-live { color: var(--red); }
.ty-mini-empty { color: var(--muted); font-size: 13px; padding: 8px 0; margin: 0; }

/* 边栏：精彩录像 */
.ty-vod { list-style: none; margin: 0; padding: 0; }
.ty-vod li {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 8px 0; border-bottom: 1px dashed var(--line-2); font-size: 13px;
}
.ty-vod li:last-child { border-bottom: 0; }
.ty-vod li a {
  color: var(--text-2); min-width: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ty-vod li a::before { content: '🎬 '; }
.ty-vod li a:hover { color: var(--red); }
.ty-vod li .d { flex-shrink: 0; color: var(--muted-2); font-size: 12px; }

/* ---------- V2 响应式 ---------- */
@media (min-width: 961px) and (max-width: 1200px) {
  .ty-mc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .ty-topbar-inner { flex-wrap: wrap; gap: 10px; padding: 8px 14px; }
  .ty-search { display: none; }
  .ty-topbar .mobile-menu-btn { display: block; margin-left: auto; }
  .ty-nav-wrap { flex-basis: 100%; width: 100%; order: 5; }
  .ty-nav-wrap .main-nav { display: none; flex-direction: column; }
  .ty-nav-wrap .main-nav a {
    height: 40px; line-height: 40px; padding: 0 10px;
    border-top: 1px solid var(--line); border-radius: 0; margin: 0;
  }
  .ty-ticker-go { display: none; }
  .ty-hero { grid-template-columns: 1fr; }
  .ty-hero-main { min-height: 230px; }
  .ty-hero-cap { left: 16px; right: 16px; bottom: 16px; }
  .ty-hero-cap h1 { font-size: 20px; }
  .ty-hero-news { flex: 0 0 auto; }
  .ty-mc-grid { grid-template-columns: 1fr; }
  /* 覆盖旧 .js-match-row 移动端表格规则：卡片结构保留卡顶与按钮文字 */
  ul.ty-mc-grid > li.hm-row.ty-mc-card { padding: 12px !important; font-size: 13px !important; gap: 10px; }
  ul.ty-mc-grid > li.hm-row.ty-mc-card .ty-mc-top { display: flex !important; }
  ul.ty-mc-grid > li.hm-row.ty-mc-card .ty-mc-foot a {
    font-size: 12.5px !important; padding: 6px 12px !important;
  }
  ul.ty-mc-grid > li.hm-row.ty-mc-card .ty-mc-foot a::before { content: none !important; }
  .ty-layout { grid-template-columns: 1fr; }
  .ty-news-item .pic { flex-basis: 120px; width: 120px; }
  .ty-news-item h4 { font-size: 14.5px; -webkit-line-clamp: 2; }
}
@media (max-width: 560px) {
  .ty-hero-news .pic { flex-basis: 88px; width: 88px; height: 60px; }
  .ty-live-tx em { display: none; }
}
