/* 首页专属样式 */
    /* ── 首页标语（电脑版赛程上方） ── */
    .home-slogan-strip {
      display: none;
    }

    /* ── Hero ── */
    .hero {
      padding: 56px 24px 72px;
      max-width: 1360px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 40px;
      align-items: center;
      min-height: calc(100vh - var(--nav-h) - 16px);
      max-height: 920px;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 20px;
      border-radius: 999px;
      border: 1px solid rgba(212, 175, 55, 0.35);
      background: rgba(212, 175, 55, 0.08);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      color: var(--gold-bright);
      margin-bottom: 24px;
    }

    .hero-badge .dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 8px #22c55e;
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.4; }
    }

    .hero h1 {
      margin-bottom: 12px;
      line-height: 1.2;
      text-align: center;
    }

    .hero-slogan {
      display: block;
      font-family: 'Inter', system-ui, sans-serif;
      font-size: clamp(2.35rem, 5.8vw, 4.35rem);
      font-weight: 900;
      line-height: 1.18;
      letter-spacing: 0.04em;
      text-align: center;
      margin-bottom: 4px;
      background: linear-gradient(135deg, #fff 0%, var(--gold-bright) 50%, var(--gold) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.55));
    }

    .hero h1 span:not(.hero-slogan) {
      display: block;
      font-size: 0.42em;
      font-weight: 700;
      letter-spacing: 0.25em;
      color: var(--text-dim);
      -webkit-text-fill-color: var(--text-dim);
      margin-top: 12px;
      text-align: center;
    }

    .hero-sub {
      font-size: clamp(1rem, 2.2vw, 1.22rem);
      color: var(--text-dim);
      letter-spacing: 0.15em;
      margin-bottom: 40px;
      max-width: 560px;
      line-height: 1.7;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
    }

    .hero-actions .btn {
      padding: 16px 40px;
      border-radius: 12px;
      font-size: 1rem;
      letter-spacing: 0.1em;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 14px 32px;
      border-radius: 10px;
      font-size: 0.92rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-decoration: none;
      cursor: pointer;
      border: none;
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--gold-bright), var(--gold), var(--gold-dim));
      color: #0a0800;
      box-shadow: 0 4px 24px rgba(212, 175, 55, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 36px rgba(212, 175, 55, 0.55);
    }

    .btn-ghost {
      background: rgba(255, 255, 255, 0.05);
      color: var(--white);
      border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .btn-ghost:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(212, 175, 55, 0.4);
      transform: translateY(-2px);
    }

    /* Hero 重点比赛卡 */
    .hero-feature {
      padding: 36px 34px;
    }

    .hero-feature-label {
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      color: var(--gold);
      text-transform: uppercase;
      margin-bottom: 22px;
    }

    .hero-feature .hero-matchup {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      gap: 10px;
      margin-bottom: 28px;
    }

    .hero-matchup {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 28px;
    }

    .hero-feature .hero-team {
      width: 100%;
      flex: none;
      text-align: left;
    }

    .hero-feature .hero-team .name {
      width: 100%;
    }

    .hero-feature .team-with-flag {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      column-gap: 10px;
      width: 100%;
      max-width: 100%;
    }

    .hero-feature .elite-flag {
      justify-self: end;
      width: auto;
    }

    .hero-feature .team-code-badge {
      justify-self: center;
      min-width: 40px;
      text-align: center;
    }

    .hero-feature .team-name-text {
      justify-self: start;
      text-align: left;
      white-space: nowrap;
    }

    .hero-team {
      text-align: center;
      flex: 1;
    }

    .hero-team .flag {
      font-size: 3rem;
      margin-bottom: 8px;
      filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
    }

    .hero-team .name {
      font-size: 1.12rem;
      font-weight: 800;
      color: var(--white);
    }

    .hero-team .team-code-badge {
      font-size: 0.72rem;
      padding: 3px 8px;
    }

    .hero-vs {
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-size: 1.35rem;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      text-align: center;
      align-self: center;
      flex-shrink: 0;
      transform: none;
      background: linear-gradient(180deg, #FFE9A0, #F6D36A, #A8892E);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: drop-shadow(0 0 16px rgba(246, 211, 106, 0.45));
    }

    .prob-bars {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .prob-row {
      display: grid;
      grid-template-columns: 56px 1fr 52px;
      align-items: center;
      gap: 12px;
      font-size: 0.92rem;
    }

    .prob-row .label { color: var(--text-dim); font-weight: 600; }

    .prob-track {
      height: 10px;
      background: rgba(0, 0, 0, 0.35);
      border-radius: 5px;
      overflow: hidden;
    }

    .prob-fill {
      height: 100%;
      border-radius: 4px;
      transition: width 1s ease;
    }

    .prob-fill.home { background: linear-gradient(90deg, #1d4ed8, #60a5fa); }
    .prob-fill.draw { background: linear-gradient(90deg, #6b7280, #d1d5db); }
    .prob-fill.away { background: linear-gradient(90deg, #c2410c, #fb923c); }

    .prob-pct { text-align: right; font-weight: 800; font-size: 0.95rem; color: var(--gold-bright); }

    /* ── 数据指挥中心 · 五卡模块 ── */
    .cmd-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
      padding: 0 20px 52px;
      max-width: 1320px;
      margin: 0 auto;
    }

    .cmd-card {
      --enter-delay: calc(var(--i, 0) * 0.1s);
      position: relative;
      min-height: 220px;
      padding: 22px 22px 18px;
      border-radius: 20px;
      cursor: pointer;
      overflow: hidden;
      isolation: isolate;
      background: rgba(10, 15, 10, 0.55);
      border: 1px solid rgba(255, 215, 0, 0.15);
      backdrop-filter: blur(18px) saturate(1.35);
      -webkit-backdrop-filter: blur(18px) saturate(1.35);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 8px 32px rgba(0, 0, 0, 0.35);
      opacity: 0;
      transform: translateY(28px);
      filter: blur(10px);
      transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--enter-delay),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--enter-delay),
        filter 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--enter-delay),
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
      outline: none;
    }

    .cmd-grid.is-visible .cmd-card {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }

    .cmd-card__metal {
      position: absolute;
      top: 0;
      left: 12%;
      right: 12%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.45), rgba(255, 255, 255, 0.25), rgba(255, 215, 0, 0.45), transparent);
      z-index: 2;
      pointer-events: none;
    }

    .cmd-card__shine {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 42%, rgba(200, 164, 93, 0.03) 100%);
      opacity: 0;
      transition: opacity 0.4s ease;
      pointer-events: none;
      z-index: 0;
    }

    .cmd-card:hover,
    .cmd-card:focus-visible {
      transform: translateY(-6px);
      border-color: rgba(255, 215, 0, 0.38);
      background: rgba(14, 22, 14, 0.72);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 1px rgba(255, 215, 0, 0.08),
        0 0 24px rgba(255, 215, 0, 0.12),
        0 16px 40px rgba(0, 0, 0, 0.45);
    }

    .cmd-grid.is-visible .cmd-card:hover {
      transform: translateY(-6px);
    }

    .cmd-card:hover .cmd-card__shine,
    .cmd-card:focus-visible .cmd-card__shine {
      opacity: 1;
    }

    .cmd-card:hover .cmd-mega-num,
    .cmd-card:focus-visible .cmd-mega-num {
      transform: scale(1.06);
      opacity: 0.22;
    }

    .cmd-card__status {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 3;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      color: rgba(200, 164, 93, 0.65);
      text-transform: uppercase;
    }

    .cmd-card__status--live .cmd-dot {
      background: #4ade80;
      box-shadow: 0 0 8px rgba(74, 222, 128, 0.8);
    }

    .cmd-card__status--live.is-active {
      color: #86efac;
    }

    .cmd-card__status--live.is-active .cmd-dot {
      animation: cmd-breathe-green 2s ease-in-out infinite;
    }

    .cmd-card__status--onair .cmd-dot {
      background: #f87171;
      box-shadow: 0 0 8px rgba(248, 113, 113, 0.7);
    }

    .cmd-card__status--onair.is-active {
      color: #fca5a5;
    }

    .cmd-card__status--onair.is-active .cmd-dot {
      animation: cmd-breathe-red 1.6s ease-in-out infinite;
    }

    .cmd-card__status--warn .cmd-dot {
      background: #fbbf24;
    }

    .cmd-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      flex-shrink: 0;
      background: rgba(200, 164, 93, 0.5);
    }

    @keyframes cmd-breathe-green {
      0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 8px rgba(74, 222, 128, 0.8); }
      50% { opacity: 0.45; transform: scale(0.85); box-shadow: 0 0 16px rgba(74, 222, 128, 0.35); }
    }

    @keyframes cmd-breathe-red {
      0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px rgba(248, 113, 113, 0.85); }
      50% { opacity: 0.4; transform: scale(0.82); box-shadow: 0 0 18px rgba(248, 113, 113, 0.35); }
    }

    .cmd-card__icon {
      position: relative;
      z-index: 1;
      width: 40px;
      height: 40px;
      margin-bottom: 16px;
      color: #C8A45D;
    }

    .cmd-card__icon svg {
      width: 100%;
      height: 100%;
      display: block;
      filter: drop-shadow(0 0 8px rgba(200, 164, 93, 0.25));
    }

    .cmd-card__title {
      position: relative;
      z-index: 1;
      font-family: 'Inter', -apple-system, sans-serif;
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      color: rgba(255, 255, 255, 0.96);
      margin-bottom: 12px;
    }

    .cmd-card__desc {
      position: relative;
      z-index: 1;
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .cmd-card__desc li {
      font-family: 'Inter', sans-serif;
      font-size: 0.78rem;
      font-weight: 500;
      color: rgba(156, 184, 168, 0.92);
      letter-spacing: 0.04em;
      padding-left: 10px;
      position: relative;
    }

    .cmd-card__desc li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.55em;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: rgba(200, 164, 93, 0.45);
    }

    .cmd-card__mega {
      position: absolute;
      right: 8px;
      bottom: 0;
      z-index: 0;
      display: flex;
      align-items: baseline;
      gap: 2px;
      pointer-events: none;
      user-select: none;
      line-height: 1;
    }

    .cmd-mega-num {
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-size: clamp(3.2rem, 5vw, 4.2rem);
      font-weight: 800;
      letter-spacing: -0.04em;
      color: rgba(255, 215, 0, 0.15);
      transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
    }

    .cmd-mega-unit {
      font-family: 'Orbitron', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      color: rgba(255, 215, 0, 0.12);
      margin-bottom: 0.35em;
    }

    .cmd-card__mega--label {
      left: 12px;
      right: 12px;
      justify-content: center;
    }

    .cmd-card__mega--label .cmd-mega-label {
      font-family: 'Orbitron', sans-serif;
      font-size: clamp(1.1rem, 2vw, 1.65rem);
      font-weight: 700;
      letter-spacing: 0.12em;
      color: rgba(255, 215, 0, 0.12);
      text-align: center;
      white-space: nowrap;
      max-width: 100%;
    }

    .cmd-card--broadcast:hover .cmd-mega-label {
      color: rgba(248, 113, 113, 0.18);
    }

    @media (prefers-reduced-motion: reduce) {
      .cmd-card {
        opacity: 1;
        transform: none;
        filter: none;
        transition: border-color 0.2s, box-shadow 0.2s;
      }
      .cmd-card__status--live.is-active .cmd-dot,
      .cmd-card__status--onair.is-active .cmd-dot {
        animation: none;
      }
    }

    /* ── Match Center · 共享区块标题 ── */
    .fx-section-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto 28px;
      padding: 0 20px;
    }

    .fx-section-header--split {
      align-items: center;
    }

    .fx-section-header__main {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .fx-section-tag {
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.28em;
      color: #F6D36A;
    }

    .fx-section-gold-line {
      width: 48px;
      height: 1px;
      background: linear-gradient(90deg, #F6D36A, transparent);
    }

    .fx-section-title {
      font-family: 'Inter', system-ui, sans-serif;
      font-size: clamp(1.3rem, 3vw, 1.75rem);
      font-weight: 800;
      letter-spacing: 0.05em;
      color: #F5F7EF;
      background: linear-gradient(135deg, #FFFFFF 0%, #F6D36A 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .fx-section-meta {
      font-size: 0.72rem;
      letter-spacing: 0.16em;
      color: rgba(235, 245, 230, 0.66);
      text-transform: uppercase;
    }

    .fx-standings-badge {
      font-family: 'Orbitron', sans-serif;
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      color: rgba(246, 211, 106, 0.55);
      padding: 6px 12px;
      border: 1px solid rgba(255, 215, 120, 0.14);
      border-radius: 999px;
      background: rgba(5, 18, 10, 0.55);
    }

    /* ── 今日比赛 · Match Prediction Cards ── */
    .fx-fixtures {
      padding: 56px 0 32px;
    }

    .fx-match-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .fx-live-empty {
      grid-column: 1 / -1;
      text-align: center;
      padding: 48px 24px;
      color: rgba(235, 245, 230, 0.72);
      font-size: 0.92rem;
      letter-spacing: 0.04em;
      border: 1px dashed rgba(246, 211, 106, 0.25);
      border-radius: 16px;
      background: rgba(5, 18, 10, 0.45);
    }

    .fx-match-card {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      background: rgba(5, 18, 10, 0.72);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border: 1px solid rgba(255, 215, 120, 0.14);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 20px 50px rgba(0, 0, 0, 0.35);
      cursor: pointer;
      transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
      outline: none;
    }

    .fx-match-card__scanline {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(246, 211, 106, 0.45), transparent);
      z-index: 2;
      pointer-events: none;
    }

    .fx-match-card__pitch {
      position: absolute;
      inset: 0;
      opacity: 0.035;
      background:
        linear-gradient(90deg, transparent 49.5%, rgba(255,255,255,0.4) 49.5%, rgba(255,255,255,0.4) 50.5%, transparent 50.5%),
        radial-gradient(circle at 50% 60%, transparent 55%, rgba(255,255,255,0.25) 55%, rgba(255,255,255,0.25) 56%, transparent 56%);
      pointer-events: none;
    }

    .fx-match-card:hover,
    .fx-match-card:focus-visible {
      transform: translateY(-6px);
      border-color: rgba(246, 211, 106, 0.32);
      background: rgba(8, 28, 16, 0.82);
      box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.1),
        0 0 0 1px rgba(246, 211, 106, 0.08),
        0 28px 64px rgba(0, 0, 0, 0.45);
    }

    .fx-match-card--active {
      border-color: rgba(246, 211, 106, 0.38);
      box-shadow:
        0 0 0 1px rgba(246, 211, 106, 0.12),
        0 0 32px rgba(246, 211, 106, 0.1),
        0 24px 56px rgba(0, 0, 0, 0.4);
    }

    .fx-match-card--urgent {
      border-color: rgba(255, 59, 59, 0.28);
      box-shadow: 0 0 28px rgba(255, 59, 59, 0.08), 0 20px 50px rgba(0, 0, 0, 0.35);
    }

    .fx-match-card__head {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding: 14px 18px;
      border-bottom: 1px solid rgba(255, 215, 120, 0.08);
    }

    .fx-card-meta {
      font-size: 0.72rem;
      letter-spacing: 0.06em;
      color: rgba(235, 245, 230, 0.66);
    }

    .fx-card-live,
    .fx-card-soon {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-family: 'Orbitron', sans-serif;
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      color: #FF3B3B;
    }

    .fx-live-dot,
    .fx-onair-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #FF3B3B;
      box-shadow: 0 0 10px rgba(255, 59, 59, 0.85);
      animation: fx-live-pulse 1.5s ease-in-out infinite;
    }

    @keyframes fx-live-pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.45; transform: scale(0.82); }
    }

    .fx-conf-tag {
      font-family: 'Orbitron', sans-serif;
      font-size: 0.58rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      color: rgba(235, 245, 230, 0.55);
      padding: 4px 10px;
      border-radius: 999px;
      border: 1px solid rgba(255, 215, 120, 0.16);
      background: rgba(255, 215, 120, 0.06);
    }

    .fx-conf-tag strong {
      color: #F6D36A;
      font-weight: 800;
      margin-left: 4px;
    }

    .fx-match-card__duel {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 8px;
      padding: 22px 18px 18px;
    }

    .fx-duel-side {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      min-width: 0;
    }

    .fx-duel-flag {
      font-size: 2.4rem;
      line-height: 1;
      filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.4));
    }

    .fx-duel-flag-img,
    .fx-duel-side .team-flag-img--xl {
      width: 64px;
      height: 44px;
      border-radius: 5px;
      object-fit: cover;
    }

    .fx-duel-code {
      display: block;
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      color: rgba(255, 255, 255, 0.92);
      text-shadow: 0 0 16px rgba(246, 211, 106, 0.2);
      line-height: 1;
      margin-top: 6px;
    }

    .fx-duel-side--home { align-items: flex-end; text-align: right; }
    .fx-duel-side--away { align-items: flex-start; text-align: left; }

    .fx-duel-name {
      font-size: 0.82rem;
      font-weight: 700;
      color: rgba(235, 245, 230, 0.68);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
    }

    .fx-duel-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      min-width: 56px;
    }

    .fx-duel-vs {
      font-family: 'Orbitron', sans-serif;
      font-size: 1.1rem;
      font-weight: 800;
      letter-spacing: 0.16em;
      background: linear-gradient(180deg, #F6D36A, #A8892E);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: drop-shadow(0 0 12px rgba(246, 211, 106, 0.35));
    }

    .fx-duel-line {
      width: 36px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(246, 211, 106, 0.45), transparent);
    }

    .fx-match-card:hover .fx-duel-line {
      background: linear-gradient(90deg, transparent, rgba(246, 211, 106, 0.75), transparent);
    }

    .fx-duel-score {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .fx-duel-num {
      font-family: 'Orbitron', sans-serif;
      font-size: 1.6rem;
      font-weight: 800;
      color: #F6D36A;
    }

    .fx-duel-sep {
      color: rgba(235, 245, 230, 0.45);
      font-weight: 700;
    }

    .fx-match-card__probs {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      padding: 0 16px 14px;
    }

    .fx-prob-pill {
      padding: 10px 10px 8px;
      border-radius: 12px;
      background: rgba(0, 0, 0, 0.22);
      border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .fx-prob-pill__top {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 4px;
      margin-bottom: 2px;
    }

    .fx-prob-pill__en {
      font-family: 'Orbitron', sans-serif;
      font-size: 0.52rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      color: rgba(235, 245, 230, 0.5);
    }

    .fx-prob-pill__val {
      font-family: 'Orbitron', sans-serif;
      font-size: 0.78rem;
      font-weight: 700;
      color: #F5F7EF;
    }

    .fx-prob-pill__cn {
      font-size: 0.62rem;
      color: rgba(235, 245, 230, 0.45);
      margin-bottom: 6px;
    }

    .fx-prob-pill__track {
      height: 3px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.06);
      overflow: hidden;
    }

    .fx-prob-pill__fill {
      display: block;
      height: 100%;
      border-radius: inherit;
      transition: width 0.4s ease;
    }

    .fx-prob-pill.is-gold .fx-prob-pill__fill {
      background: linear-gradient(90deg, #A8892E, #F6D36A);
      box-shadow: 0 0 8px rgba(246, 211, 106, 0.45);
    }

    .fx-prob-pill.is-green .fx-prob-pill__fill {
      background: linear-gradient(90deg, #15803d, #27F59A);
    }

    .fx-prob-pill.is-muted .fx-prob-pill__fill {
      background: rgba(235, 245, 230, 0.25);
    }

    .fx-forecast-panel {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin: 0 16px 14px;
      padding: 12px 16px;
      border-radius: 14px;
      background: rgba(255, 215, 120, 0.08);
      border: 1px solid rgba(255, 215, 120, 0.18);
    }

    .fx-forecast-label {
      font-size: 0.72rem;
      color: rgba(235, 245, 230, 0.55);
      white-space: nowrap;
    }

    .fx-forecast-score {
      font-family: 'Orbitron', sans-serif;
      font-size: 1.45rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      color: #F6D36A;
      text-shadow: 0 0 16px rgba(246, 211, 106, 0.25);
    }

    .fx-forecast-conf {
      font-size: 0.72rem;
      color: rgba(235, 245, 230, 0.55);
      white-space: nowrap;
    }

    .fx-forecast-conf strong {
      color: #F6D36A;
    }

    .fx-match-card__actions {
      position: relative;
      z-index: 1;
      display: flex;
      gap: 10px;
      padding: 0 16px 18px;
    }

    .fx-btn {
      flex: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 11px 12px;
      border-radius: 12px;
      font-size: 0.76rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .fx-btn--outline {
      color: #F6D36A;
      background: rgba(246, 211, 106, 0.06);
      border: 1px solid rgba(246, 211, 106, 0.32);
    }

    .fx-btn--outline:hover {
      background: rgba(246, 211, 106, 0.12);
      box-shadow: 0 0 20px rgba(246, 211, 106, 0.15);
    }

    .fx-btn--onair {
      color: #F5F7EF;
      background: rgba(180, 20, 30, 0.28);
      border: 1px solid rgba(255, 80, 80, 0.35);
    }

    .fx-btn--onair:hover {
      background: rgba(180, 20, 30, 0.38);
      box-shadow: 0 0 20px rgba(255, 59, 59, 0.2);
    }

    .fx-onair-label {
      font-family: 'Orbitron', sans-serif;
      font-size: 0.58rem;
      letter-spacing: 0.12em;
    }

    /* ── AI 预测驾驶舱 ── */
    .fx-prediction {
      padding: 32px 0 56px;
    }

    .fx-panel {
      position: relative;
      max-width: 1200px;
      margin: 0 20px auto;
      padding: 28px 28px 32px;
      border-radius: 28px;
      overflow: hidden;
      background: rgba(5, 18, 10, 0.72);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border: 1px solid rgba(255, 215, 120, 0.14);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 28px 72px rgba(0, 0, 0, 0.4);
    }

    .fx-panel-scanline {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(246, 211, 106, 0.55), transparent);
      z-index: 3;
    }

    .fx-panel-texture {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
      background-size: 28px 28px;
      opacity: 0.4;
      pointer-events: none;
    }

    .fx-panel-hud {
      position: absolute;
      top: 24px;
      right: 24px;
      width: 80px;
      height: 80px;
      border: 1px solid rgba(246, 211, 106, 0.08);
      border-radius: 50%;
      pointer-events: none;
      opacity: 0.35;
    }

    .fx-panel-hud::before {
      content: '';
      position: absolute;
      inset: 12px;
      border: 1px solid rgba(246, 211, 106, 0.12);
      border-radius: 50%;
    }

    .fx-panel-head {
      position: relative;
      z-index: 1;
      margin-bottom: 24px;
      padding-bottom: 18px;
      border-bottom: 1px solid rgba(255, 215, 120, 0.08);
    }

    .fx-panel-tag {
      display: block;
      font-family: 'Orbitron', sans-serif;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      color: #F6D36A;
      margin-bottom: 8px;
    }

    .fx-panel-sub {
      font-size: 0.82rem;
      color: rgba(235, 245, 230, 0.66);
      letter-spacing: 0.04em;
    }

    .fx-forecast-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-bottom: 22px;
    }

    .fx-rank-card {
      padding: 20px 16px;
      border-radius: 18px;
      text-align: center;
      background: rgba(8, 24, 13, 0.68);
      border: 1px solid rgba(168, 137, 46, 0.22);
      transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

    .fx-rank-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    }

    .fx-rank-card--primary {
      border-color: rgba(246, 211, 106, 0.42);
      background: rgba(246, 211, 106, 0.08);
      box-shadow: 0 0 32px rgba(246, 211, 106, 0.08);
    }

    .fx-rank-label {
      display: block;
      font-family: 'Orbitron', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      color: rgba(246, 211, 106, 0.65);
      margin-bottom: 10px;
    }

    .fx-rank-score {
      display: block;
      font-family: 'Orbitron', sans-serif;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      color: #F6D36A;
      margin-bottom: 6px;
    }

    .fx-rank-pct {
      display: block;
      font-family: 'Orbitron', sans-serif;
      font-size: 0.88rem;
      font-weight: 600;
      color: rgba(235, 245, 230, 0.72);
      margin-bottom: 6px;
    }

    .fx-rank-cn {
      font-size: 0.68rem;
      color: rgba(235, 245, 230, 0.45);
    }

    .fx-metrics {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-bottom: 24px;
    }

    .fx-metric-tile {
      padding: 16px 14px;
      border-radius: 16px;
      background: rgba(8, 24, 13, 0.68);
      border: 1px solid rgba(255, 215, 120, 0.1);
      text-align: center;
      transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    }

    .fx-metric-tile:hover {
      border-color: rgba(246, 211, 106, 0.28);
      background: rgba(12, 32, 18, 0.78);
      box-shadow: 0 0 24px rgba(246, 211, 106, 0.08);
    }

    .fx-metric-en {
      display: block;
      font-family: 'Orbitron', sans-serif;
      font-size: 0.52rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      color: rgba(246, 211, 106, 0.55);
      margin-bottom: 8px;
    }

    .fx-metric-val {
      display: block;
      font-family: 'Orbitron', sans-serif;
      font-size: 1.35rem;
      font-weight: 800;
      color: #F5F7EF;
      margin-bottom: 6px;
    }

    .fx-metric-cn {
      font-size: 0.68rem;
      color: rgba(235, 245, 230, 0.55);
    }

    .fx-confidence {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 28px;
      padding-top: 22px;
      border-top: 1px solid rgba(255, 215, 120, 0.1);
    }

    .fx-gauge-ring {
      position: relative;
      width: 120px;
      height: 120px;
    }

    .fx-gauge-ring svg {
      animation: fx-gauge-breathe 3s ease-in-out infinite;
    }

    @keyframes fx-gauge-breathe {
      0%, 100% { filter: drop-shadow(0 0 8px rgba(246, 211, 106, 0.2)); }
      50% { filter: drop-shadow(0 0 16px rgba(246, 211, 106, 0.35)); }
    }

    .fx-gauge-center {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .fx-gauge-num {
      font-family: 'Orbitron', sans-serif;
      font-size: 1.75rem;
      font-weight: 800;
      color: #F6D36A;
      line-height: 1;
    }

    .fx-gauge-label {
      font-family: 'Orbitron', sans-serif;
      font-size: 0.48rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      color: rgba(235, 245, 230, 0.45);
      margin-top: 4px;
    }

    .fx-confidence-copy {
      flex: 1;
      min-width: 0;
    }

    .fx-confidence-match {
      font-size: 1rem;
      font-weight: 800;
      color: #F5F7EF;
      margin-bottom: 8px;
    }

    .fx-vs-code {
      font-family: 'Orbitron', sans-serif;
      font-size: 0.78rem;
      color: #F6D36A;
      letter-spacing: 0.08em;
    }

    .fx-vs-sep {
      margin: 0 0.2em;
      color: rgba(235, 245, 230, 0.4);
      font-weight: 600;
      text-transform: lowercase;
    }

    .fx-confidence-meta {
      font-size: 0.82rem;
      color: rgba(235, 245, 230, 0.66);
      line-height: 1.7;
      margin-bottom: 12px;
    }

    .fx-confidence-meta strong {
      color: #F5F7EF;
    }

    .fx-dir {
      color: #27F59A !important;
    }

    .fx-cta-link {
      display: inline-block;
      font-size: 0.82rem;
      font-weight: 700;
      color: #F6D36A;
      text-decoration: none;
      position: relative;
      padding-bottom: 2px;
    }

    .fx-cta-link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      background: linear-gradient(90deg, #F6D36A, transparent);
      transition: width 0.3s ease;
    }

    .fx-cta-link:hover::after {
      width: 100%;
    }

    /* ── Standings Elite Table ── */
    .fx-standings {
      padding: 0 0 64px;
    }

    .fx-standings-wrap {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      border-radius: 24px;
      overflow: hidden;
      background: rgba(5, 18, 10, 0.72);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border: 1px solid rgba(255, 215, 120, 0.14);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 24px 60px rgba(0, 0, 0, 0.35);
    }

    .fx-standings-scanline {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(246, 211, 106, 0.45), transparent);
      z-index: 2;
    }

    .fx-standings-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .fx-standings-table {
      width: 100%;
      min-width: 640px;
      border-collapse: collapse;
    }

    .fx-standings-table thead {
      background: rgba(168, 137, 46, 0.12);
    }

    .fx-standings-table th {
      padding: 14px 12px;
      text-align: left;
      font-size: 0.82rem;
      font-weight: 700;
      color: rgba(235, 245, 230, 0.85);
      border-bottom: 1px solid rgba(255, 215, 120, 0.12);
      white-space: nowrap;
    }

    .fx-standings-table th em {
      display: block;
      font-style: normal;
      font-family: 'Orbitron', sans-serif;
      font-size: 0.52rem;
      font-weight: 600;
      letter-spacing: 0.16em;
      color: rgba(255, 215, 120, 0.45);
      margin-bottom: 3px;
    }

    .fx-standings-table td {
      padding: 14px 12px;
      font-size: 0.82rem;
      color: rgba(235, 245, 230, 0.68);
      border-bottom: 1px solid rgba(255, 255, 255, 0.04);
      vertical-align: middle;
    }

    .fx-standings-row {
      position: relative;
      transition: background 0.25s ease;
    }

    .fx-standings-row::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      bottom: 8px;
      width: 3px;
      border-radius: 0 2px 2px 0;
      background: transparent;
      transition: background 0.25s ease, box-shadow 0.25s ease;
    }

    .fx-standings-row.is-active::before {
      background: #F6D36A;
      box-shadow: 0 0 12px rgba(246, 211, 106, 0.45);
    }

    .fx-standings-row:hover {
      background: rgba(255, 255, 255, 0.03);
    }

    .fx-standings-row:hover::before {
      background: rgba(246, 211, 106, 0.55);
    }

    .fx-standings-row.is-top {
      background: rgba(246, 211, 106, 0.04);
    }

    .fx-standings-row.is-top .fx-team-name {
      color: #F5F7EF;
    }

    .fx-standings-group {
      font-family: 'Orbitron', sans-serif;
      font-weight: 700;
      color: #A8892E;
    }

    .fx-standings-table td[data-label="TEAM"] .team-with-flag {
      gap: 0.55em;
    }

    .fx-standings-table td[data-label="TEAM"] .team-flag-img--lg {
      width: 48px;
      height: 34px;
    }

    .fx-team-name {
      font-weight: 700;
      color: rgba(235, 245, 230, 0.85);
      vertical-align: middle;
    }

    .fx-standings-pts {
      font-family: 'Orbitron', sans-serif;
      font-size: 0.95rem;
      font-weight: 800;
      color: #F6D36A;
      transition: text-shadow 0.25s ease;
    }

    .fx-standings-row:hover .fx-standings-pts {
      text-shadow: 0 0 12px rgba(246, 211, 106, 0.45);
    }

    .section-anchor {
      position: relative;
      top: -72px;
      height: 0;
      overflow: hidden;
      pointer-events: none;
    }

    @media (max-width: 1100px) {
      .fx-match-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 900px) {
      .fx-match-grid {
        grid-template-columns: 1fr;
      }

      .fx-forecast-grid {
        grid-template-columns: 1fr;
      }

      .fx-metrics {
        grid-template-columns: repeat(2, 1fr);
      }

      .fx-confidence {
        flex-direction: column;
        text-align: center;
      }

      .fx-confidence-copy {
        width: 100%;
      }
    }

    @media (max-width: 768px) {
      .fx-panel {
        padding: 22px 16px;
        margin: 0 12px;
      }

      .fx-standings-wrap {
        margin: 0 12px;
        padding: 0;
      }

      .fx-duel-code {
        font-size: 22px;
      }

      .fx-match-card__probs {
        grid-template-columns: 1fr;
      }

      .fx-metrics {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .fx-gauge-ring svg,
      .fx-live-dot,
      .fx-onair-dot {
        animation: none !important;
      }
    }
    .anim-status-badge {
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      color: rgba(203, 213, 225, 0.9);
    }

    .anim-status-badge.anim-status-idle {
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .anim-status-badge.match-live {
      display: flex;
      align-items: center;
      gap: 6px;
      color: #ef4444;
    }

    /* ── 实时动画直播 ── */
    .anim-live-section {
      padding: 48px 0;
    }

    .anim-live-panel {
      padding: 0;
      overflow: hidden;
    }

    .anim-live-top {
      padding: 18px 22px;
      background: rgba(0, 0, 0, 0.3);
      border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    }

    .anim-live-status {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }

    .anim-minute {
      font-size: 0.82rem;
      font-weight: 800;
      color: var(--gold-bright);
      padding: 3px 10px;
      border-radius: 6px;
      background: rgba(212, 175, 55, 0.12);
      border: 1px solid rgba(212, 175, 55, 0.25);
    }

    .anim-live-scoreboard {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-bottom: 8px;
    }

    .anim-team {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 1;
    }

    .anim-team.home { justify-content: flex-end; }
    .anim-team.away { justify-content: flex-start; }

    .anim-flag { font-size: 1.35rem; display: inline-flex; align-items: center; }
    .anim-name .team-with-flag { justify-content: center; }
    .anim-name .team-flag-img--lg { width: 52px; height: 36px; }
    .anim-flag-img {
      width: 56px;
      height: 38px;
      border-radius: 5px;
      object-fit: cover;
      border: 1px solid rgba(255, 215, 120, 0.22);
      box-shadow: 0 0 14px rgba(246, 211, 106, 0.12);
    }
    .anim-name { font-size: 1rem; font-weight: 800; color: var(--white); }
    .anim-score {
      font-size: 2.2rem;
      font-weight: 900;
      color: var(--gold-bright);
      min-width: 36px;
      text-align: center;
      text-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
      transition: transform 0.2s, color 0.2s;
    }

    .anim-score.score-flash {
      color: #ef4444;
      transform: scale(1.25);
      text-shadow: 0 0 28px rgba(239, 68, 68, 0.7);
      animation: score-pulse 0.6s ease-in-out 2;
    }

    @keyframes score-pulse {
      0%, 100% { transform: scale(1.25); }
      50% { transform: scale(1.45); }
    }

    .anim-vs {
      font-size: 1.5rem;
      font-weight: 900;
      color: var(--text-dim);
    }

    .anim-live-meta {
      text-align: center;
      font-size: 0.72rem;
      color: var(--text-dim);
      letter-spacing: 0.06em;
    }

    .anim-pitch-wrap {
      position: relative;
      background: #0a2e18;
    }

    .anim-pitch-canvas {
      width: 100%;
      min-height: 340px;
      background: radial-gradient(ellipse at 50% 40%, rgba(34, 120, 68, 0.25), #040f0a 80%);
    }

    .anim-broadcast-canvas {
      display: block;
      width: 100%;
      vertical-align: top;
    }

    .anim-pitch-overlay {
      position: absolute;
      top: 12px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      pointer-events: none;
    }

    .anim-hd-badge {
      font-size: 0.62rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      color: var(--gold-bright);
      padding: 3px 8px;
      border-radius: 4px;
      background: rgba(212, 175, 55, 0.15);
      border: 1px solid rgba(212, 175, 55, 0.4);
      box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
    }

    .anim-commentary-btn {
      font-size: 0.62rem;
      font-weight: 700;
      color: #4ade80;
      padding: 3px 10px;
      border-radius: 4px;
      background: rgba(74, 222, 128, 0.12);
      border: 1px solid rgba(74, 222, 128, 0.35);
      cursor: pointer;
    }

    .anim-commentary-btn.muted {
      color: #f87171;
      border-color: rgba(248, 113, 113, 0.35);
      background: rgba(248, 113, 113, 0.1);
    }

    .anim-commentary-bar {
      padding: 8px 16px;
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.75);
      background: rgba(0, 0, 0, 0.35);
      border-top: 1px solid rgba(212, 175, 55, 0.1);
      min-height: 32px;
      letter-spacing: 0.04em;
    }

    .anim-phase {
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      color: var(--gold-bright);
      padding: 4px 14px;
      border-radius: 999px;
      background: rgba(0, 0, 0, 0.55);
      border: 1px solid rgba(212, 175, 55, 0.3);
      animation: phase-pulse 2s ease-in-out infinite;
    }

    @keyframes phase-pulse {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.65; }
    }

    .anim-events-bar {
      display: flex;
      align-items: stretch;
      gap: 0;
      border-top: 1px solid rgba(212, 175, 55, 0.12);
      background: rgba(0, 0, 0, 0.25);
      min-height: 48px;
    }

    .anim-events-label {
      flex-shrink: 0;
      padding: 0 16px;
      display: flex;
      align-items: center;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      color: var(--gold);
      border-right: 1px solid rgba(212, 175, 55, 0.15);
      background: rgba(212, 175, 55, 0.06);
    }

    .anim-events-ticker {
      flex: 1;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      padding: 0 16px;
    }

    .anim-event-item {
      position: absolute;
      left: 16px;
      right: 16px;
      font-size: 0.8rem;
      color: var(--text);
      opacity: 0;
      transform: translateY(8px);
      transition: opacity 0.4s, transform 0.4s;
    }

    .anim-event-item.active {
      opacity: 1;
      transform: translateY(0);
    }

    .anim-event-item .ev-time {
      color: var(--gold-bright);
      font-weight: 800;
      margin-right: 8px;
    }

    .anim-event-item .ev-goal {
      color: #ef4444;
      font-weight: 700;
    }

    /* ── FIFA Match Center · 赛程时间轴 ── */
    .mc-schedule {
      --mc-gold: #F6D36A;
      --mc-gold-dim: #A8892E;
      --mc-green: #27F59A;
      --mc-red: #FF3B3B;
      --mc-card: rgba(8, 24, 13, 0.72);
      --mc-border: rgba(255, 215, 120, 0.14);
      --mc-text: #F5F7EF;
      --mc-text-dim: rgba(235, 245, 230, 0.68);
      position: relative;
      padding: 56px 20px 32px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .mc-schedule-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 28px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 215, 120, 0.08);
    }

    .mc-schedule-header__main {
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-width: 0;
    }

    .mc-schedule-tag {
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.28em;
      color: var(--mc-gold);
      text-transform: uppercase;
    }

    .mc-schedule-gold-line {
      width: 48px;
      height: 1px;
      background: linear-gradient(90deg, var(--mc-gold), transparent);
    }

    .mc-schedule-title {
      font-family: 'Inter', system-ui, sans-serif;
      font-size: clamp(1.35rem, 3vw, 1.85rem);
      font-weight: 800;
      letter-spacing: 0.06em;
      color: var(--mc-text);
      background: linear-gradient(135deg, #FFFFFF 0%, var(--mc-gold) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .mc-schedule-meta {
      font-size: 0.78rem;
      font-weight: 500;
      letter-spacing: 0.14em;
      color: var(--mc-text-dim);
      white-space: nowrap;
    }

    .mc-schedule-toolbar {
      margin-bottom: 18px;
      padding: 14px 18px;
      border-radius: 18px;
      background: rgba(5, 18, 10, 0.72);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border: 1px solid rgba(255, 215, 120, 0.12);
      box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.08),
        0 20px 60px rgba(0, 0, 0, 0.35);
    }

    .mc-schedule-filters {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 4px;
    }

    .mc-filter {
      border: 1px solid rgba(255, 215, 120, 0.18);
      background: rgba(8, 28, 16, 0.55);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      color: var(--mc-text-dim);
      font-family: 'Inter', sans-serif;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      padding: 9px 18px;
      border-radius: 999px;
      cursor: pointer;
      transition:
        color 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.2s ease;
    }

    .mc-filter:hover {
      color: var(--mc-gold);
      border-color: rgba(255, 215, 120, 0.35);
      box-shadow: 0 0 20px rgba(246, 211, 106, 0.12);
    }

    .mc-filter.is-active {
      color: #0a1208;
      border-color: transparent;
      background: linear-gradient(135deg, #F6D36A 0%, #C9A84A 55%, #F6D36A 100%);
      box-shadow: 0 0 24px rgba(246, 211, 106, 0.25);
    }

    .mc-filter-dot {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: rgba(246, 211, 106, 0.35);
      box-shadow: 0 0 8px rgba(246, 211, 106, 0.45);
      animation: mc-dot-breathe 2.4s ease-in-out infinite;
      flex-shrink: 0;
    }

    @keyframes mc-dot-breathe {
      0%, 100% { opacity: 0.45; transform: scale(0.85); }
      50% { opacity: 1; transform: scale(1.15); }
    }

    .mc-schedule-hud {
      display: grid;
      grid-template-columns: 72px 72px 1fr 1.2fr 88px;
      gap: 12px;
      padding: 0 22px 12px;
      margin-bottom: 4px;
    }

    .mc-hud-item {
      font-size: 11px;
      letter-spacing: 0.16em;
      color: rgba(255, 215, 120, 0.45);
      text-transform: uppercase;
    }

    .mc-hud-item em {
      font-style: normal;
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-weight: 600;
      display: block;
      margin-bottom: 2px;
    }

    .mc-schedule-timeline {
      display: flex;
      flex-direction: column;
      gap: 22px;
    }

    .mc-schedule-loading,
    .mc-schedule-empty {
      text-align: center;
      padding: 48px 20px;
      color: var(--mc-text-dim);
      font-size: 0.88rem;
      letter-spacing: 0.06em;
    }

    .mc-load-bar {
      display: block;
      width: 120px;
      height: 2px;
      margin: 0 auto 14px;
      background: linear-gradient(90deg, transparent, var(--mc-gold), transparent);
      animation: mc-scan 1.2s ease-in-out infinite;
    }

    @keyframes mc-scan {
      0%, 100% { opacity: 0.35; transform: scaleX(0.6); }
      50% { opacity: 1; transform: scaleX(1); }
    }

    .mc-day {
      --enter-delay: calc(var(--day-i, 0) * 0.08s);
      position: relative;
      border-radius: 22px;
      overflow: hidden;
      background: var(--mc-card);
      border: 1px solid var(--mc-border);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
      opacity: 0;
      transform: translateY(24px);
      filter: blur(8px);
      transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--enter-delay),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--enter-delay),
        filter 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--enter-delay),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
    }

    .mc-day.is-visible {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }

    .mc-day.is-today {
      border-color: rgba(39, 245, 154, 0.35);
      box-shadow:
        0 0 0 1px rgba(39, 245, 154, 0.12),
        0 0 40px rgba(39, 245, 154, 0.08),
        0 24px 64px rgba(0, 0, 0, 0.35);
    }

    .mc-day-scanline {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(246, 211, 106, 0.55), transparent);
      z-index: 4;
      pointer-events: none;
    }

    .mc-day-texture {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
      background-size: 24px 24px;
      opacity: 0.35;
      pointer-events: none;
      z-index: 0;
    }

    .mc-day-pitch {
      position: absolute;
      inset: 0;
      opacity: 0.04;
      background:
        linear-gradient(90deg, transparent 49.5%, rgba(255,255,255,0.5) 49.5%, rgba(255,255,255,0.5) 50.5%, transparent 50.5%),
        radial-gradient(circle at 50% 55%, transparent 58%, rgba(255,255,255,0.35) 58%, rgba(255,255,255,0.35) 59%, transparent 59%);
      pointer-events: none;
      z-index: 0;
    }

    .mc-day-axis {
      position: absolute;
      left: 18px;
      top: 72px;
      bottom: 18px;
      width: 2px;
      background: linear-gradient(180deg, rgba(246, 211, 106, 0.45), rgba(246, 211, 106, 0.08));
      border-radius: 2px;
      z-index: 1;
      pointer-events: none;
    }

    .mc-day.is-today .mc-day-axis {
      background: linear-gradient(180deg, rgba(39, 245, 154, 0.65), rgba(39, 245, 154, 0.1));
      box-shadow: 0 0 12px rgba(39, 245, 154, 0.25);
    }

    .mc-day-head {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 24px 18px 36px;
      border-bottom: 1px solid rgba(255, 215, 120, 0.08);
    }

    .mc-day-date {
      font-family: 'Inter', system-ui, sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: var(--mc-text);
    }

    .mc-day.is-today .mc-day-date {
      color: var(--mc-green);
    }

    .mc-day-head-right {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .mc-day-count {
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      color: var(--mc-text-dim);
    }

    .mc-day-today {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(39, 245, 154, 0.12);
      border: 1px solid rgba(39, 245, 154, 0.28);
      color: var(--mc-green);
      font-family: 'Orbitron', sans-serif;
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.14em;
    }

    .mc-day-today-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--mc-green);
      box-shadow: 0 0 10px rgba(39, 245, 154, 0.8);
      animation: mc-live-breathe 1.8s ease-in-out infinite;
    }

    .mc-day-matches {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
    }

    .mc-match {
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.04);
      transition: background 0.25s ease;
    }

    a.mc-match {
      display: block;
      text-decoration: none;
      color: inherit;
      cursor: pointer;
    }

    a.mc-match:focus-visible {
      outline: 2px solid rgba(246, 211, 106, 0.75);
      outline-offset: -2px;
    }

    .mc-match:last-child {
      border-bottom: none;
    }

    .mc-match::before {
      content: '';
      position: absolute;
      left: 18px;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: -4px;
      border-radius: 50%;
      background: rgba(246, 211, 106, 0.35);
      box-shadow: 0 0 8px rgba(246, 211, 106, 0.2);
      transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
      z-index: 1;
    }

    .mc-match:hover {
      background: rgba(255, 255, 255, 0.025);
    }

    .mc-match:hover::before {
      background: var(--mc-gold);
      box-shadow: 0 0 14px rgba(246, 211, 106, 0.55);
      transform: scale(1.15);
    }

    .mc-match:hover .mc-team-name {
      transform: scale(1.03);
    }

    .mc-match:hover .mc-vs-line {
      opacity: 1;
      background: linear-gradient(90deg, transparent, rgba(246, 211, 106, 0.55), transparent);
    }

    .mc-match:hover .mc-pin {
      color: var(--mc-gold);
      filter: drop-shadow(0 0 6px rgba(246, 211, 106, 0.45));
    }

    .mc-match-row {
      display: none;
    }

    .mc-match-desktop {
      display: grid;
      grid-template-columns: 72px 72px minmax(0, 1fr) minmax(120px, 1.1fr) 88px;
      gap: 12px;
      align-items: center;
      padding: 16px 22px 16px 36px;
    }

    .mc-match-time {
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: var(--mc-gold);
      font-variant-numeric: tabular-nums;
      white-space: nowrap;
    }

    .mc-match-group {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 44px;
      padding: 5px 10px;
      border-radius: 999px;
      background: rgba(168, 137, 46, 0.18);
      border: 1px solid rgba(246, 211, 106, 0.22);
      color: var(--mc-gold-dim);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      white-space: nowrap;
    }

    .mc-match-center {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(12px, 2vw, 28px);
      min-width: 0;
    }

    .mc-team {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      flex: 1;
    }

    .mc-team-flag {
      font-size: 1.75rem;
      line-height: 1;
      flex-shrink: 0;
      filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.35));
    }

    .mc-team-code { display: none; }

    .mc-team--home {
      justify-content: flex-end;
      text-align: right;
    }

    .mc-team--away {
      justify-content: flex-start;
      text-align: left;
    }

    .mc-team-code {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 34px;
      height: 28px;
      padding: 0 8px;
      border-radius: 6px;
      background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255,255,255,0.12);
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      color: rgba(255, 255, 255, 0.92);
      flex-shrink: 0;
    }

    .mc-team-name {
      font-family: 'Inter', system-ui, sans-serif;
      font-size: 0.95rem;
      font-weight: 800;
      color: var(--mc-text);
      letter-spacing: 0.02em;
      transition: transform 0.25s ease;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .mc-match-vs {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-shrink: 0;
    }

    .mc-vs-text {
      font-family: 'Orbitron', sans-serif;
      font-size: 0.62rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      color: rgba(235, 245, 230, 0.45);
    }

    .mc-vs-line {
      width: 18px;
      height: 1px;
      background: rgba(255, 255, 255, 0.08);
      opacity: 0.6;
      transition: opacity 0.25s ease, background 0.25s ease;
    }

    .mc-match-venue {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      color: var(--mc-text-dim);
      font-size: 0.82rem;
      line-height: 1.35;
    }

    .mc-match-venue span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .mc-pin {
      width: 14px;
      height: 14px;
      flex-shrink: 0;
      color: rgba(235, 245, 230, 0.45);
      transition: color 0.25s ease, filter 0.25s ease;
    }

    .mc-match-status {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      min-width: 64px;
      padding: 5px 10px;
      border-radius: 999px;
      font-family: 'Orbitron', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      white-space: nowrap;
    }

    .mc-status-upcoming {
      background: rgba(235, 245, 230, 0.06);
      border: 1px solid rgba(235, 245, 230, 0.12);
      color: rgba(235, 245, 230, 0.55);
      font-family: 'Inter', sans-serif;
      font-size: 0.72rem;
      letter-spacing: 0.04em;
    }

    .mc-status-live {
      background: rgba(255, 59, 59, 0.12);
      border: 1px solid rgba(255, 59, 59, 0.35);
      color: var(--mc-red);
    }

    .mc-status-final {
      background: rgba(246, 211, 106, 0.1);
      border: 1px solid rgba(246, 211, 106, 0.28);
      color: var(--mc-gold);
    }

    .mc-live-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--mc-red);
      box-shadow: 0 0 10px rgba(255, 59, 59, 0.85);
      animation: mc-live-breathe 1.4s ease-in-out infinite;
    }

    @keyframes mc-live-breathe {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.45; transform: scale(0.82); }
    }

    @media (max-width: 900px) {
      .mc-schedule-hud { display: none; }

      .mc-match-desktop { display: none; }

      .mc-match-row { display: flex; }

      .mc-match-row--meta {
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 12px 14px 8px;
      }

      .mc-match-row--teams {
        padding: 8px 14px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .mc-match-row--venue {
        padding: 0 14px 12px;
      }

      .mc-match-row--meta .mc-match-status {
        margin-left: auto;
      }

      .mc-match-center {
        width: 100%;
        max-width: 100%;
        margin: 0;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 6px;
      }

      .mc-team {
        width: 100%;
        flex: none;
        min-width: 0;
        display: flex;
        justify-content: stretch !important;
        text-align: left !important;
      }

      .mc-team--home,
      .mc-team--away {
        justify-content: stretch !important;
        align-items: stretch !important;
        text-align: left !important;
      }

      .mc-team .team-with-flag {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        column-gap: 8px;
        row-gap: 4px;
        width: 100%;
        max-width: 100%;
        margin: 0;
      }

      .mc-team .elite-flag {
        justify-self: end;
        width: auto;
        padding: 2px;
        box-sizing: border-box;
      }

      .mc-team .team-flag-img--lg {
        width: 36px;
        height: 25px;
        display: block;
      }

      .mc-team .team-code-badge {
        justify-self: center;
        min-width: 40px;
        text-align: center;
        font-size: 0.58rem;
        padding: 2px 5px;
        box-sizing: border-box;
      }

      .mc-team .team-name-text {
        justify-self: start;
        text-align: left;
        font-size: 0.85rem;
        white-space: normal;
        word-break: keep-all;
        overflow: visible;
        text-overflow: unset;
        max-width: 100%;
        line-height: 1.35;
      }

      .mc-match-vs {
        width: auto;
        align-self: center;
        justify-content: center;
        padding: 4px 0;
      }

      .mc-match-vs .mc-vs-line {
        display: none;
      }

      .mc-match-vs .mc-vs-text {
        text-transform: lowercase;
        letter-spacing: 0.14em;
        font-size: 0.72rem;
      }

      .mc-vs-line { width: 28px; }
    }

    @media (max-width: 768px) {
      .mc-schedule-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .mc-schedule-toolbar {
        padding: 12px 14px;
      }

      .mc-filter {
        padding: 8px 14px;
        font-size: 0.72rem;
      }

      .mc-day-head {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 32px;
      }

      .mc-day-axis {
        left: 14px;
      }

      .mc-match::before {
        left: 14px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .mc-day,
      .mc-filter-dot,
      .mc-live-dot,
      .mc-day-today-dot,
      .mc-load-bar {
        animation: none !important;
        transition: none !important;
      }

      .mc-day {
        opacity: 1;
        transform: none;
        filter: none;
      }
    }

    /* ── 响应式 ── */
    @media (max-width: 1024px) {
      .hero { grid-template-columns: 1fr; min-height: auto; max-height: none; }
      .cmd-grid { grid-template-columns: repeat(2, 1fr); }
      .cmd-card--broadcast { grid-column: 1 / -1; max-width: 420px; justify-self: center; width: 100%; }
    }

    @media (max-width: 768px) {
      .anim-live-scoreboard { flex-wrap: wrap; gap: 8px; }
      .anim-team { flex: none; width: 42%; }
      .anim-name { font-size: 0.85rem; }
      .anim-score { font-size: 1.8rem; }
      .cmd-grid { grid-template-columns: 1fr; }
      .cmd-card { min-height: 200px; }
      .cmd-card--broadcast { max-width: none; }
    }

    /* ── Elite Command Center · 全局升级层 ── */
    .cmd-card {
      border-radius: 24px;
      border-color: var(--glass-border);
      background: var(--glass);
    }

    .fx-conf-gauge {
      position: relative;
      width: 44px;
      height: 44px;
      flex-shrink: 0;
    }

    .fx-conf-gauge svg {
      display: block;
    }

    .fx-conf-gauge__num {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Orbitron', sans-serif;
      font-size: 0.72rem;
      font-weight: 800;
      color: #F6D36A;
    }

    .fx-conf-tag { display: none; }

    .fx-live-dot--green {
      background: #27F59A;
      box-shadow: 0 0 10px rgba(39, 245, 154, 0.85);
      animation: fx-today-pulse 2s ease-in-out infinite;
    }

    @keyframes fx-today-pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.45; transform: scale(0.82); }
    }

    .fx-reveal {
      opacity: 0;
      transform: translateY(24px);
      filter: blur(8px);
      transition:
        opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--reveal-i, 0) * 0.08s),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--reveal-i, 0) * 0.08s),
        filter 0.65s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--reveal-i, 0) * 0.08s);
    }

    .fx-reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }

    .fx-match-card:hover {
      transform: translateY(-8px) scale(1.01);
    }

    .fx-forecast-score {
      font-size: clamp(1.6rem, 4vw, 2rem);
      letter-spacing: 0.12em;
    }

    .hero-vs {
      font-family: 'Orbitron', 'Inter', sans-serif;
      font-size: 1.35rem;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      text-align: center;
      align-self: center;
      flex-shrink: 0;
      transform: none;
      background: linear-gradient(180deg, #FFE9A0, #F6D36A, #A8892E);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: drop-shadow(0 0 16px rgba(246, 211, 106, 0.45));
    }

    .hero-team .elite-flag .team-flag-img--lg,
    .hero-team .team-flag-img--xxl {
      width: 76px;
      height: 52px;
    }

    .fx-confidence-match .team-flag-img--lg {
      width: 48px;
      height: 34px;
    }

    .fx-rank-card {
      border-radius: 20px;
      transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .fx-rank-card:hover {
      transform: translateY(-4px) scale(1.02);
      border-color: rgba(246, 211, 106, 0.38);
      box-shadow: 0 0 32px rgba(246, 211, 106, 0.12);
    }

    .fx-standings-table thead {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
      backdrop-filter: blur(12px);
    }

    .fx-standings-table td[data-label="TEAM"] .team-with-flag {
      flex-wrap: wrap;
    }

    .fx-standings-table td[data-label="TEAM"] .team-flag-emoji {
      display: none;
    }

    .mc-day {
      border-radius: 24px;
    }

    .mc-day-live {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(255, 59, 59, 0.12);
      border: 1px solid rgba(255, 59, 59, 0.28);
      color: #FF3B3B;
      font-family: 'Orbitron', sans-serif;
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.14em;
    }

    .mc-day-upcoming {
      display: inline-flex;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(255, 215, 120, 0.06);
      border: 1px solid rgba(255, 215, 120, 0.16);
      color: rgba(235, 245, 230, 0.55);
      font-family: 'Orbitron', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.14em;
    }

    @media (min-width: 769px) {
      .mc-team .team-with-flag {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center;
      }

      .mc-team .team-flag-img--lg {
        width: 56px;
        height: 38px;
      }

      .mc-team--home .team-with-flag { align-items: flex-end; }
      .mc-team--away .team-with-flag { align-items: flex-start; }
    }

    .mc-team-flag { display: none; }
    .mc-team-code { display: none; }

    .anim-flag-img {
      width: 56px;
      height: 38px;
      border-radius: 5px;
      object-fit: cover;
      border: 1px solid rgba(255, 215, 120, 0.22);
      box-shadow: 0 0 14px rgba(246, 211, 106, 0.12);
    }

    @media (max-width: 768px) {
      .section,
      .mc-schedule,
      .fx-fixtures,
      .fx-prediction,
      .fx-standings,
      .cmd-grid,
      .hero {
        max-width: 100%;
        box-sizing: border-box;
      }

      .mc-schedule {
        padding-left: 12px;
        padding-right: 12px;
      }

      .mc-day-axis,
      .mc-match::before {
        display: none;
      }

      .mc-day-head {
        padding-left: 16px;
        padding-right: 16px;
      }

      .mc-match-row--meta {
        padding: 12px 14px 8px;
        flex-wrap: wrap;
        gap: 8px;
      }

      .mc-match-row--teams {
        padding: 8px 14px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .mc-match-row--venue {
        padding: 0 14px 12px;
      }

      .mc-match-center {
        width: 100%;
        max-width: 100%;
        margin: 0;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 6px;
      }

      .mc-team {
        width: 100%;
        flex: none;
        display: flex;
        justify-content: stretch !important;
        text-align: left !important;
      }

      .mc-team .team-with-flag {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        column-gap: 8px;
        row-gap: 4px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        flex-wrap: nowrap;
      }

      .mc-team .elite-flag {
        justify-self: end;
        width: auto;
        padding: 2px;
        box-sizing: border-box;
      }

      .mc-team .team-flag-img--lg {
        width: 36px;
        height: 25px;
        display: block;
      }

      .mc-team .team-code-badge {
        justify-self: center;
        min-width: 40px;
        text-align: center;
        font-size: 0.58rem;
        padding: 2px 5px;
        box-sizing: border-box;
      }

      .mc-team .team-name-text {
        justify-self: start;
        text-align: left;
        font-size: 0.85rem;
        white-space: normal;
        word-break: keep-all;
        overflow: visible;
        text-overflow: unset;
        max-width: 100%;
        line-height: 1.35;
      }

      .mc-match-vs {
        width: auto;
        align-self: center;
        justify-content: center;
        padding: 4px 0;
      }

      .mc-match-vs .mc-vs-line {
        display: none;
      }

      .mc-match-vs .mc-vs-text {
        text-transform: lowercase;
        letter-spacing: 0.14em;
        font-size: 0.72rem;
      }

      .mc-match-venue {
        max-width: 100%;
        font-size: 0.72rem;
      }

      .mc-match-venue span {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
      }

      .fx-match-grid { grid-template-columns: 1fr; }

      .fx-match-card__duel {
        padding-left: 12px;
        padding-right: 12px;
        gap: 6px;
      }

      .fx-duel-side .team-flag-img--xl {
        width: 44px;
        height: 30px;
      }

      .fx-duel-code {
        font-size: 0.82rem;
        margin-top: 4px;
      }

      .fx-duel-name {
        font-size: 0.72rem;
        white-space: normal;
        text-align: center;
        overflow: visible;
        text-overflow: unset;
      }

      .fx-duel-side--home,
      .fx-duel-side--away {
        align-items: center;
        text-align: center;
      }

      .fx-standings-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
      }

      .fx-standings-table { min-width: 640px; }
      .mc-schedule-hud { display: none; }

      .hero-team .team-flag-img--xxl {
        width: 56px;
        height: 38px;
      }

      .hero-matchup {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 10px;
        width: 100%;
      }

      .hero-slogan {
        font-size: clamp(2rem, 7vw, 3.2rem);
        line-height: 1.22;
      }

      .hero-vs {
        font-size: 1.1rem;
        transform: none;
        align-self: center;
      }

      .hero-feature .team-with-flag {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        column-gap: 8px;
        width: 100%;
        max-width: 100%;
        margin: 0;
      }

      .hero-feature .elite-flag {
        justify-self: end;
        width: auto;
      }

      .hero-feature .team-code-badge {
        justify-self: center;
        min-width: 40px;
        text-align: center;
      }

      .hero-feature .team-name-text {
        justify-self: start;
        text-align: left;
        white-space: normal;
        word-break: keep-all;
        line-height: 1.35;
      }

      .hero-team {
        width: 100%;
        display: flex;
        justify-content: stretch;
      }
    }

    /* ── 数据源状态条 ── */
    .data-status-bar {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px 16px;
    }

    .data-status-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px 20px;
      padding: 10px 16px;
      border-radius: 12px;
      background: rgba(8, 18, 32, 0.72);
      border: 1px solid rgba(255, 215, 100, 0.12);
      backdrop-filter: blur(8px);
      font-size: 0.78rem;
      color: var(--text-muted, #94a3b8);
    }

    .data-status-inner--loading {
      opacity: 0.7;
    }

    .data-status-inner--err {
      border-color: rgba(248, 113, 113, 0.35);
    }

    .data-status-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: center;
    }

    .data-status-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      white-space: nowrap;
    }

    .data-status-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #64748b;
    }

    .data-status-pill--ok .data-status-dot {
      background: #22c55e;
      box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
    }

    .data-status-pill--off .data-status-dot {
      background: #ef4444;
    }

    .data-status-pill--wait .data-status-dot {
      background: #eab308;
    }

    .data-status-map {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-width: 180px;
    }

    .data-status-map-label {
      white-space: nowrap;
      font-size: 0.72rem;
      color: var(--gold, #d4af37);
    }

    .data-status-map-track {
      flex: 1;
      min-width: 72px;
      height: 6px;
      border-radius: 3px;
      background: rgba(255, 255, 255, 0.08);
      overflow: hidden;
    }

    .data-status-map-fill {
      display: block;
      height: 100%;
      border-radius: 3px;
      background: linear-gradient(90deg, var(--gold, #d4af37), var(--gold-bright, #ffe08a));
      transition: width 0.4s ease;
    }

    .data-status-map-pct {
      font-size: 0.72rem;
      font-weight: 600;
      color: var(--text, #e2e8f0);
      min-width: 2.5em;
    }

    .data-status-free-tip {
      width: 100%;
      margin: 4px 0 0;
      font-size: 0.68rem;
      color: var(--text-muted, #94a3b8);
      text-align: center;
      line-height: 1.4;
    }

    @media (max-width: 768px) {
      .data-status-bar {
        padding: 0 12px 12px;
      }

      .data-status-inner {
        flex-direction: column;
        align-items: stretch;
      }

      .data-status-map {
        width: 100%;
      }
    }

    /* 电脑版首页：赛程为主 · 导航切换区块 */
    @media (min-width: 769px) {
      .data-status-bar {
        padding-bottom: 8px;
      }

      .home-slogan-strip {
        display: block;
        max-width: 1280px;
        margin: 0 auto;
        padding: 32px 24px 12px;
        text-align: center;
      }

      .home-slogan-strip__text {
        margin: 0;
        font-family: 'Inter', system-ui, sans-serif;
        font-size: clamp(2rem, 3.8vw, 3.5rem);
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0.04em;
        background: linear-gradient(135deg, #fff 0%, var(--gold-bright) 50%, var(--gold) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.55));
      }

      .hero,
      .cmd-grid,
      #today,
      #anim-live,
      #guess,
      #standings {
        display: none !important;
      }

      body[data-home-view="anim-live"] #anim-live,
      body[data-home-view="standings"] #standings,
      body[data-home-view="guess"] #guess,
      body[data-home-view="today"] #today {
        display: block !important;
        max-width: 1280px;
        margin: 0 auto;
        padding: 36px 24px 72px;
        min-height: calc(100vh - var(--nav-h) - 120px);
      }

      body[data-home-view="anim-live"] #schedule,
      body[data-home-view="standings"] #schedule,
      body[data-home-view="guess"] #schedule,
      body[data-home-view="today"] #schedule {
        display: none !important;
      }

      .mc-schedule.section,
      #schedule {
        scroll-margin-top: calc(var(--nav-h) + 16px);
      }

      #today,
      #anim-live,
      #guess,
      #standings {
        scroll-margin-top: calc(var(--nav-h) + 16px);
      }

      .mc-schedule.section {
        max-width: 1280px;
        margin: 0 auto;
        padding: 36px 24px 72px;
        min-height: calc(100vh - var(--nav-h) - 48px);
      }

      .mc-schedule-header {
        margin-bottom: 8px;
      }

      .mc-schedule-hud {
        display: grid;
      }
    }