.match-card-live{
      border: 1px solid var(--divider);
      border-radius: var(--radius);
      background: var(--card);
      box-shadow: var(--shadow);
      padding: 14px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(17,17,17,.14);
      background: rgba(255,255,255,.75);
      font-weight: 800;
      font-size: 12px;
      color: rgba(17,17,17,.78);
      white-space: nowrap;
    }
    .tag.live{ background: rgba(245,158,11,.10); border-color: rgba(245,158,11,.22); color: rgba(245,158,11,.95); }
    .tag.done{ background: rgba(22,163,74,.10); border-color: rgba(22,163,74,.22); color: rgba(22,163,74,.95); }
    .tag.late{ background: rgba(220,53,69,.10); border-color: rgba(220,53,69,.22); color: rgba(220,53,69,.95); }
    .tag.open{ background: rgba(13,110,253,.10); border-color: rgba(13,110,253,.22); color: rgba(13,110,253,.95); }

    .teamline{
      display:flex;
      align-items:center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 10px;
      border-radius: 14px;
      border: 1px solid rgba(17,17,17,.10);
      background: rgba(17,17,17,.03);
      margin-top: 8px;
    }
    .names{
      display:flex;
      align-items:center;
      gap:10px;
      min-width: 0;
    }
    .names .txt{
      font-weight: 800;
      overflow:hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .player-link{ color: inherit; text-decoration: none; font-weight: 800; }
    .player-link:hover{ color:#0d6efd; text-decoration: underline; }
    .metaRow{
      display:flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 10px;
    }
    .subtle{ color: rgba(17,17,17,.70); font-weight:700; font-size: 13px; }
    .section-title{
      font-weight: 950;
      letter-spacing: -0.02em;
      margin: 18px 0 10px;
    }
    .live-summary-card{
      border:1px solid var(--divider);
      border-radius:18px;
      background:#fff;
      padding:14px;
      box-shadow: var(--shadow);
      height:100%;
    }
    .live-summary-number{
      font-size: 30px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: -.04em;
    }
    .live-summary-label{
      color:rgba(17,17,17,.66);
      font-weight:800;
      font-size:13px;
      margin-top:6px;
    }
    .live-hub-card{
      border:1px solid var(--divider);
      border-radius:22px;
      background:#fff;
      box-shadow: var(--shadow);
      overflow:hidden;
      height:100%;
      transition: transform .15s ease, box-shadow .15s ease;
    }
    .live-hub-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 40px rgba(17,17,17,.10);
    }
    .live-hub-logo{
      height:150px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg, rgba(255,204,51,.12), rgba(22,163,74,.08));
      border-bottom:1px solid rgba(17,17,17,.08);
    }
    .live-hub-logo img{
      max-width:100%;
      max-height:130px;
      object-fit:contain;
    }
    .live-hub-placeholder{
      width:72px;
      height:72px;
      border-radius:24px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(255,204,51,.28);
      font-size:34px;
      box-shadow: inset 0 0 0 1px rgba(17,17,17,.08);
    }
    .live-filter-card{
      border:1px solid var(--divider);
      border-radius:22px;
      background:#fff;
      box-shadow: var(--shadow);
      padding:16px;
      margin-bottom:16px;
    }
    .live-empty{
      border:1px dashed rgba(17,17,17,.18);
      border-radius:22px;
      background:rgba(255,255,255,.72);
      padding:30px;
      text-align:center;
      color:rgba(17,17,17,.70);
      font-weight:700;
    }
    .tv-mode .app-shell{ max-width: 1540px; }
    .tv-mode .no-tv{ display:none !important; }
    .tv-mode .match-card-live{ padding: 18px; }
    .tv-mode .section-title{ font-size: 28px; margin-top: 24px; }
    .tv-mode .teamline{ font-size: 22px; padding: 14px; }
    .tv-mode .tag{ font-size: 14px; padding: 8px 12px; }
