@charset "utf-8";
/* ============================================================
 * tiyu1 主题 · 深蓝暗黑体育直播风格
 * 主色：暗黑深蓝底�?0a1120 / #121c30�? 直播红强调（#ef4444�? * 布局�? 大板块（每板块左列表+右大图卡�? 双赛程列 + LIVE横幅
 * ============================================================ */
:root {
  --red: #ef4444;
  --red-dark: #f87171;
  --red-soft: rgba(239,68,68,.13);
  --red-line: rgba(239,68,68,.32);
  --orange: #fb923c;
  --gold: #f5b544;
  --blue: #60a5fa;
  --green: #34d399;
  --bg: #0a1120;
  --surface: #121c30;
  --surface-soft: #0d1626;
  --text: #e6edf7;
  --text-2: #aeb9cc;
  --muted: #8593ab;
  --muted-2: #5f6d85;
  --line: #24324d;
  --line-2: #1a2438;
  --foot-bg: #060b16;
  --foot-tx: #93a1b8;
  --radius: 6px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.4);
  --shadow: 0 2px 8px rgba(0,0,0,.45), 0 1px 3px rgba(0,0,0,.4);
}

* { 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,li { 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,#16233f 0%,#1b2f57 50%,#13203a 100%);
  border-bottom: 1px solid #24324d;
  box-shadow: 0 2px 8px rgba(0,0,0,.45);
  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, #1f2937 0%, #374151 50%, #111827 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(96,165,250,.14);
  color: #93c5fd;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid rgba(96,165,250,.35);
}
.match-tiny .tag-done {
  flex-shrink: 0;
  background: rgba(255,255,255,.07);
  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(255,255,255,.07);
  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(255,255,255,.06);
  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, #374151, #111827);
  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: #9ca3af;
}
.footer-about a {
  color: #fca5a5;
  margin: 0 4px;
}
.footer-about a:hover { color: #fecaca; 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: #fca5a5; }
.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); }

/* 列表页分�?*/
.list-wrap {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  box-shadow: var(--shadow-sm);
	margin-top: 10px;
}
.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, #374151, #111827);
  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 li.active a, .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(96,165,250,.14); 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: 10px;
  justify-content: center;
  margin-top: 14px;
  flex-wrap: wrap;
}
.vs-btns a {
  padding: 8px 24px;
  background: var(--red);
  color: #fff !important;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
  transition: background .15s;
}
.vs-btns a:hover { background: var(--red-dark); }
.vs-btns a.alt {
  background: transparent;
  color: var(--red) !important;
  border: 1px solid var(--red);
}
.vs-btns a.alt:hover { background: var(--red-soft); color: var(--red-dark) !important; }

/* ==========================================================
 *  赛事直播页（双列卡片）专�? * ========================================================== */
.zhibo-title-bar {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg,#14203a 0%,#1d3461 55%,#14203a 100%);
  border-bottom: 1px solid rgba(96,165,250,.25);
  color: #fff;
  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: #3a4d72;
  box-shadow: 0 3px 12px rgba(0,0,0,.5);
  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(255,255,255,.07); 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(255,255,255,.06); color: var(--text-2); border: 1px solid var(--line); }
.btn-ac-outline:hover { background: rgba(255,255,255,.12); color: var(--text); }
.btn-ac-stat    { background: rgba(96,165,250,.14); color: #93c5fd !important; border: 1px solid rgba(96,165,250,.35); }
.btn-ac-stat:hover { background: rgba(96,165,250,.24); }

.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,#0d1626 0%,#16264a 50%,#0d1626 100%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.ty-topbar-inner { display: flex; align-items: center; gap: 20px; padding: 10px 0; }
.ty-topbar .brand { flex-shrink: 0; }
.ty-topbar .brand .name { color: #fff; }
.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: #c9d6ec; 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,.18); color: #fff;
}
.ty-nav-wrap .main-nav a.trophy { color: var(--gold); }
.ty-search {
  flex: 0 0 230px; max-width: 230px; margin: 0;
  background: rgba(255,255,255,.06);
  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,#1b2942,#0d1626);
}
.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);
  min-width: 10%;
}
.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(0,0,0,.45);
}
.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,#1b2942,#0d1626);
}
.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(255,255,255,.05);
  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(255,255,255,.07); 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; }
.mini-nav{background:#f5b544;color: #000;padding: 5px 15px;border-radius: 5px;}

/* ---------- 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; }
}
.site-container {
  width: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.jzt-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.jzt-sub-menu li a {
  padding: 10px 15px;
  font-size: 13px;
}
}
.jzt-sub-menu li a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}