/* ============================================================
   wnba.css - BleuBlancDunk WNBA
   Identité visuelle BBD avec accent WNBA (orange #FF6900)
   ============================================================ */

:root {
  --wnba-orange:  #FF6900;
  --wnba-dark:    #1a0a00;
  --bbd-blue:     #0055A4;
  --bbd-red:      #EF4135;
  --ink:          #0f172a;
  --muted:        #64748b;
  --border:       #dbe2ea;
  --surface:      #fff;
  --bg:           #f1f5f9;
  --radius:       12px;
  --shadow-sm:    0 1px 3px rgba(0,0,0,.08);
  --shadow-md:    0 4px 16px rgba(0,0,0,.12);
}

/* ── LAYOUT 3 COLONNES (identique au site NBA) ── */
.page-3cols {
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 235px minmax(0,1fr) 235px;
  gap: 16px;
  padding: 0 16px 36px;
}
.center-col { max-width: 1240px; width: 100%; margin: 0 auto; }
.side-card {
  position: sticky;
  top: 18px;
  background: #fff;
  border: 1px solid rgba(148,163,184,.35);
  border-radius: 16px;
  padding: 10px 10px 6px;
  box-shadow: 0 6px 18px rgba(15,23,42,.08);
}
.side-hdr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 6px 12px;
  border-bottom: 1px solid rgba(148,163,184,.18);
  margin-bottom: 6px;
}
.side-hdr strong { font-weight: 400; font-size: 15px; color: #0f172a; }
.side-sub { font-size: 12px; font-weight: 800; color: #64748b; }
.side-standings { padding: 4px 6px 8px; }
.side-row {
  display: grid;
  grid-template-columns: 26px 32px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(148,163,184,.12);
  text-decoration: none;
}
.side-row:last-child { border-bottom: none; }
.side-row:hover { opacity: .88; }
.side-rk { font-size: 13px; color: #64748b; font-variant-numeric: tabular-nums; }
.side-logo { width: 28px; height: 28px; object-fit: contain; }
.side-tri { font-size: 14px; font-weight: 500; letter-spacing: .04em; color: #0f172a; }
.side-wl { font-size: 13px; font-weight: 700; color: #475569; font-variant-numeric: tabular-nums; }
.side-empty { padding: 12px 6px; font-size: 13px; color: #64748b; text-align: center; }
@media (max-width: 1250px) {
  .page-3cols { display: block; max-width: 1120px; }
  .side { display: none; }
}

/* Bouton <- NBA dans le header */
.hv2-nba-switch-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border: 1px solid var(--border, #dbe2ea);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted, #64748b);
  white-space: nowrap;
  transition: background .15s, color .15s;
}
.hv2-nba-switch-btn:hover { background: #f1f5f9; color: var(--primary, #1d4ed8); }

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 15px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ── TOPBAR ── */
.wnba-topbar {
  background: var(--ink);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
}

.wnba-banner { background: #0d1527; padding: 10px 16px; }
.wnba-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wnba-logo-link { display: flex; flex-direction: column; gap: 1px; }
.wnba-logo-text { display: flex; align-items: center; gap: 8px; font-weight: 900; font-size: 18px; }
.wnba-bbd { color: #fff; }
.wnba-badge {
  background: var(--wnba-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 6px;
  letter-spacing: .05em;
}
.wnba-tagline { font-size: 11px; color: rgba(255,255,255,.55); }
.wnba-nba-link {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  border: 1px solid rgba(255,255,255,.2);
  padding: 5px 10px;
  border-radius: 8px;
  transition: background .12s;
}
.wnba-nba-link:hover { background: rgba(255,255,255,.1); color: #fff; }

/* Nav */
.wnba-nav-wrap {
  background: #1e2940;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  max-width: 100%;
}
.wnba-tabs {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.wnba-tabs::-webkit-scrollbar { display: none; }
.wnba-tabs a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px 14px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color .12s, border-color .12s;
}
.wnba-tabs a:hover { color: #fff; }
.wnba-tabs a.active { color: var(--wnba-orange); border-bottom-color: var(--wnba-orange); }
.wnba-tabs .tab-top { font-weight: 700; font-size: 13px; }
.wnba-tabs .tab-sub { font-size: 10px; opacity: .7; }

.wnba-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.wnba-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,.8);
  border-radius: 2px;
}

/* Mobile menu */
.wnba-mobile-menu { display: none; }

/* ── MAIN LAYOUT ── */
.wnba-main { max-width: 1200px; margin: 0 auto; padding: 16px 12px 48px; }
.wnba-layout {
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  gap: 16px;
  align-items: start;
}

/* ── SIDEBARS ── */
.wnba-side-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.wnba-side-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  background: linear-gradient(135deg, #0d1527, #1e2940);
  color: #fff;
}
.wnba-side-hdr strong { font-size: 13px; font-weight: 800; }
.wnba-side-sub { font-size: 11px; opacity: .7; }
.wnba-side-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-bottom: 1px solid var(--border);
  font-size: 12px;
}
.wnba-side-row:last-child { border-bottom: none; }
.wnba-side-rk { width: 16px; color: var(--muted); font-size: 11px; text-align: center; flex-shrink: 0; }
.wnba-side-logo { width: 22px; height: 22px; object-fit: contain; flex-shrink: 0; }
.wnba-side-tri { flex: 1; font-weight: 700; font-size: 12px; }
.wnba-side-wl { color: var(--muted); font-size: 11px; white-space: nowrap; }
.wnba-side-empty { padding: 16px 12px; font-size: 12px; color: var(--muted); text-align: center; }

/* ── CONTENU ── */
.wnba-section { margin-bottom: 28px; }
.wnba-section-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wnba-section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.wnba-empty {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 20px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}

/* ── SCORES DU JOUR ── */
.wnba-scores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.wnba-score-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px;
  box-shadow: var(--shadow-sm);
}
.wnba-score-status {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 8px;
  color: var(--muted);
}
.wnba-score-status.live   { color: #ef4444; }
.wnba-score-status.final  { color: var(--muted); }
.wnba-score-teams { display: flex; flex-direction: column; gap: 6px; }
.wnba-score-team {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wnba-score-team img { width: 28px; height: 28px; object-fit: contain; }
.wnba-score-tri { flex: 1; font-weight: 700; font-size: 13px; }
.wnba-score-pts { font-size: 18px; font-weight: 900; color: var(--muted); }
.wnba-score-pts.winner { color: var(--ink); }
.wnba-score-sep { text-align: center; font-size: 11px; color: var(--muted); margin: -2px 0; padding-left: 36px; }

/* ── CARTES FRANÇAISES ── */
.wnba-fr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}
.wnba-fr-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .15s, transform .12s;
  cursor: pointer;
}
.wnba-fr-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

.wnba-fr-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 8px;
  background: linear-gradient(135deg, #0d1527, #1e2940);
  color: #fff;
}
.wnba-fr-name { font-size: 15px; font-weight: 800; margin-bottom: 3px; }
.wnba-fr-team { display: flex; align-items: center; gap: 5px; font-size: 12px; opacity: .8; }
.wnba-fr-team img { width: 16px; height: 16px; object-fit: contain; }

.wnba-fr-result { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.wnba-wl {
  font-size: 13px;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 6px;
}
.wnba-wl.w { background: #dcfce7; color: #15803d; }
.wnba-wl.l { background: #fee2e2; color: #b91c1c; }
.wnba-matchup { font-size: 11px; opacity: .75; }
.wnba-score   { font-size: 11px; font-weight: 700; }

.wnba-fr-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 10px 14px 12px;
}
.wnba-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 48px;
  flex: 1;
  padding: 4px 2px;
}
.wnba-stat-v { font-size: 17px; font-weight: 900; color: var(--ink); }
.wnba-stat-l { font-size: 10px; color: var(--muted); font-weight: 600; text-transform: uppercase; }
.pm-pos { color: #15803d; }
.pm-neg { color: #b91c1c; }

/* ── FOOTER ── */
.wnba-footer {
  background: var(--ink);
  color: rgba(255,255,255,.5);
  font-size: 12px;
  padding: 20px 16px;
  text-align: center;
  margin-top: 40px;
}
.wnba-footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.wnba-footer a { color: rgba(255,255,255,.7); }
.wnba-footer a:hover { color: #fff; }
.wnba-footer .sep { opacity: .3; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .wnba-layout { grid-template-columns: 1fr; }
  .wnba-side--west { order: 3; }
  .wnba-side--east { order: 4; }
  .wnba-center { order: 1; }
  .wnba-layout .wnba-side { order: 2; }
  .wnba-side--west, .wnba-side--east {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .wnba-side--west .wnba-side-card,
  .wnba-side--east .wnba-side-card { width: 100%; }
}

@media (max-width: 640px) {
  .wnba-banner { padding: 8px 12px; }
  .wnba-logo-text { font-size: 15px; }
  .wnba-burger { display: flex; }
  .wnba-tabs { display: none; }

  .wnba-mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 200;
    pointer-events: none;
  }
  .wnba-mobile-menu.is-open { pointer-events: all; }

  .wnba-mobile-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    opacity: 0;
    transition: opacity .2s;
  }
  .wnba-mobile-menu.is-open .wnba-mobile-backdrop { opacity: 1; }

  .wnba-mobile-panel {
    position: absolute;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: var(--ink);
    transition: right .2s;
    overflow-y: auto;
  }
  .wnba-mobile-menu.is-open .wnba-mobile-panel { right: 0; }

  .wnba-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .wnba-mobile-head button {
    background: none;
    border: none;
    color: rgba(255,255,255,.7);
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
  }
  .wnba-mobile-links { display: flex; flex-direction: column; padding: 8px 0; }
  .wnba-mobile-links a {
    padding: 12px 20px;
    color: rgba(255,255,255,.85);
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .wnba-mobile-links a:hover { background: rgba(255,255,255,.06); }
  .wnba-mm-sep { height: 1px; background: rgba(255,255,255,.15); margin: 8px 0; }

  .wnba-fr-grid { grid-template-columns: 1fr; }
  .wnba-scores-grid { grid-template-columns: 1fr 1fr; }
  .wnba-side--west, .wnba-side--east { grid-template-columns: 1fr; }
}

/* ── PAGE HEADERS ── */
.wnba-page-header { margin-bottom: 24px; }
.wnba-page-header h1 { font-size: 22px; font-weight: 900; color: var(--ink); }
.wnba-page-sub { font-size: 13px; color: var(--muted); margin-top: 4px; }
.wnba-conf-title {
  font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin: 20px 0 10px;
  display: flex; align-items: center; gap: 8px;
}
.wnba-conf-title::after { content:''; flex:1; height:1px; background:var(--border); }

/* ── CARD ── */
.wnba-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.wnba-card-hdr {
  padding: 10px 14px;
  font-size: 13px; font-weight: 800;
  border-bottom: 1px solid var(--border);
  background: #f8fafc;
}

/* ── TEAMS GRID ── */
.wnba-teams-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
  gap: 10px;
  margin-bottom: 8px;
}
.wnba-team-card {
  display: flex; flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .15s, transform .12s;
}
.wnba-team-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.wnba-team-card__head {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
}
.wnba-team-card__seed { font-size: 11px; color: var(--muted); width: 16px; text-align:center; flex-shrink:0; }
.wnba-team-card__logo { width: 48px; height: 48px; object-fit: contain; flex-shrink:0; }
.wnba-team-card__info { flex:1; }
.wnba-team-card__name { font-size: 14px; font-weight: 800; color: var(--ink); }
.wnba-team-card__tri  { font-size: 11px; color: var(--muted); }
.wnba-team-card__record { text-align: right; }
.wnba-team-card__record b { font-size: 15px; font-weight: 900; display:block; }
.wnba-team-card__record .pct { font-size: 11px; color: var(--muted); }
.wnba-team-card__fr {
  padding: 6px 14px 10px;
  font-size: 12px; color: var(--muted);
  border-top: 1px solid var(--border);
  background: #fafbfc;
}

/* ── PLAYERS GRID ── */
.wnba-players-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
  gap: 14px;
}
.wnba-player-card {
  display: flex; flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .15s, transform .12s;
  cursor: pointer;
}
.wnba-player-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.wnba-player-card__thumb {
  position: relative;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #0c1220, #1a2540);
  overflow: hidden;
}
.wnba-player-card__bg {
  position: absolute; inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  opacity: .08;
}
.wnba-player-card__photo {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  height: 100%; width: auto; object-fit: contain;
}
.wnba-player-card__flag {
  position: absolute; top: 8px; left: 8px; font-size: 18px;
}
.wnba-player-card__info { padding: 10px 12px 12px; }
.wnba-player-card__name { font-size: 14px; font-weight: 800; margin-bottom: 4px; }
.wnba-player-card__meta {
  display: flex; align-items: center; gap: 5px;
  font-size: 12px; color: var(--muted); margin-bottom: 8px;
}
.wnba-player-card__meta img { width: 14px; height: 14px; object-fit: contain; }
.wnba-player-card__meta .sep { opacity: .4; }
.wnba-player-card__stats { display: flex; gap: 8px; flex-wrap: wrap; }
.wnba-mini-stat { display:flex; flex-direction:column; align-items:center; min-width:36px; }
.wnba-mini-stat b { font-size: 15px; font-weight: 900; }
.wnba-mini-stat span { font-size: 9px; color: var(--muted); text-transform: uppercase; }
.wnba-mini-stat--gp b { color: var(--muted); font-size: 13px; }
.wnba-player-card__nostats { font-size: 12px; color: var(--muted); }

/* ── PLAYER HERO ── */
.wnba-player-hero {
  position: relative;
  background: linear-gradient(135deg, #0c1220, #1e2940);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 120px;
}
.wnba-player-hero__bg {
  position: absolute; inset: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40%;
  opacity: .07;
}
.wnba-player-hero__inner {
  position: relative; z-index: 1;
  display: flex; align-items: flex-end; gap: 20px;
  padding: 20px 24px;
}
.wnba-player-hero__photo {
  height: 100px; width: auto; object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.5));
  flex-shrink: 0;
}
.wnba-player-hero__name {
  font-size: 24px; font-weight: 900; color: #fff; margin-bottom: 6px;
  display: flex; align-items: center; gap: 10px;
}
.wnba-fr-flag { font-size: 20px; }
.wnba-player-hero__meta {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,.7);
}
.wnba-player-hero__meta img { width: 20px; height: 20px; object-fit:contain; }
.wnba-player-hero__meta .sep { opacity:.4; }

/* ── AVG GRID ── */
.wnba-avg-grid {
  display: flex; flex-wrap: wrap; gap: 0;
  padding: 14px;
}
.wnba-avg-stat {
  display: flex; flex-direction: column; align-items: center;
  min-width: 64px; flex: 1; padding: 6px 4px;
  border-right: 1px solid var(--border);
}
.wnba-avg-stat:last-child { border-right: none; }
.wnba-avg-stat b { font-size: 20px; font-weight: 900; }
.wnba-avg-stat span { font-size: 10px; color: var(--muted); text-transform: uppercase; }

.wnba-season-highs {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  padding: 8px 14px 12px;
  border-top: 1px solid var(--border);
  font-size: 12px;
}
.wnba-sh-label { color: var(--muted); font-weight: 700; }
.wnba-sh-item {
  background: linear-gradient(135deg,#dbeafe,#ede9fe);
  color: #3730a3; border-radius: 6px; padding: 2px 8px;
  font-weight: 800; font-size: 11px;
}

/* ── GAMES TABLE ── */
.wnba-games-wrap { overflow-x: auto; }
.wnba-games-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.wnba-games-table th { padding: 7px 10px; font-size: 11px; font-weight: 700; text-transform:uppercase; color:var(--muted); background:#f8fafc; border-bottom: 1px solid var(--border); white-space:nowrap; }
.wnba-games-table td { padding: 6px 10px; border-bottom: 1px solid var(--border); }
.wnba-games-table tr:last-child td { border-bottom: none; }
.wnba-games-table .num { text-align: right; }
.wnba-games-actions { padding: 10px 14px; }
.wnba-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; background: #f1f5f9; border: 1px solid var(--border);
  border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer;
  font-family: inherit; transition: background .12s;
}
.wnba-btn:hover { background: #e2e8f0; }
.wnba-btn:disabled { opacity:.5; cursor:default; }

/* ── TEAM PAGE ── */
.wnba-team-hero {
  display: flex; align-items: center; gap: 20px;
  background: linear-gradient(135deg,#0c1220,#1e2940);
  border-radius: var(--radius); padding: 20px 24px; margin-bottom: 20px;
}
.wnba-team-hero__logo { width: 72px; height: 72px; object-fit: contain; flex-shrink:0; }
.wnba-team-hero__name { font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 8px; }
.wnba-team-hero__meta { display: flex; align-items: center; gap: 8px; }
.wnba-record-chip {
  background: rgba(255,255,255,.15); color: #fff;
  font-size: 14px; font-weight: 900; padding: 4px 12px; border-radius: 20px;
}
.wnba-conf-badge {
  font-size: 11px; color: rgba(255,255,255,.6);
  border: 1px solid rgba(255,255,255,.2); padding: 3px 10px; border-radius: 20px;
}

.wnba-fr-roster { display: flex; flex-direction: column; }
.wnba-fr-row {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px; border-bottom: 1px solid var(--border);
  transition: background .1s; cursor: pointer;
}
.wnba-fr-row:last-child { border-bottom: none; }
.wnba-fr-row:hover { background: #f8fafc; }
.wnba-fr-row__photo { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink:0; }
.wnba-fr-row__info { flex: 1; }
.wnba-fr-row__name { font-size: 14px; font-weight: 800; }
.wnba-fr-row__pos  { font-size: 12px; color: var(--muted); }
.wnba-fr-row__stats { display: flex; gap: 10px; font-size: 12px; font-weight: 700; }
.wnba-fr-row__stats .muted { color: var(--muted); }

/* ── GENERIC TABLE ── */
.wnba-tbl { width: 100%; border-collapse: collapse; font-size: 13px; }
.wnba-tbl th { padding: 7px 10px; font-size: 11px; font-weight: 700; text-transform:uppercase; color:var(--muted); background:#f8fafc; border-bottom:1px solid var(--border); }
.wnba-tbl td { padding: 7px 10px; border-bottom: 1px solid var(--border); }
.wnba-tbl tr:last-child td { border-bottom: none; }
.wnba-tbl .td-right { text-align: right; }
.wnba-opp-cell { display: flex; align-items: center; gap: 7px; }
.wnba-opp-cell img { width: 20px; height: 20px; object-fit: contain; flex-shrink: 0; }
.wnba-empty-sm { padding: 16px 14px; font-size: 13px; color: var(--muted); }
.badge-wl { display:inline-block; font-size:11px; font-weight:800; padding:2px 7px; border-radius:5px; }
.badge-wl.w { background:#dcfce7; color:#15803d; }
.badge-wl.l { background:#fee2e2; color:#b91c1c; }
.score-sm { font-size:11px; color:var(--muted); }
.mono { font-family: monospace; }
.muted { color: var(--muted); }
.pm-pos { color: #15803d; }
.pm-neg { color: #b91c1c; }

@media (max-width: 640px) {
  .wnba-players-grid { grid-template-columns: repeat(2,1fr); }
  .wnba-avg-stat { min-width: 48px; }
  .wnba-avg-stat b { font-size: 16px; }
  .wnba-player-hero__name { font-size: 18px; }
  .wnba-games-table { min-width: 700px; }
}

/* ── FIX VIGNETTE LOGO (moins sombre que le site NBA) ── */
.wnba-site .hv2-banner-inner::before {
  background:
    radial-gradient(ellipse 55% 100% at 50% 50%, transparent 50%, rgba(15,23,42,.10) 100%),
    linear-gradient(to bottom, rgba(15,23,42,.04) 0%, transparent 40%, rgba(15,23,42,.08) 100%);
}

/* ── MAIN WNBA (dans center-col) ── */
.wnba-main { padding: 12px 0 48px; }

/* ── SCORES STRIP ── */
.wnba-scores-strip {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(15,23,42,.06);
}
.wnba-scores-strip__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.wnba-scores-strip__title {
  font-size: 16px;
  font-weight: 900;
  color: var(--ink);
}
.wnba-scores-strip__meta {
  font-size: 12px;
  color: var(--muted);
}
.wnba-sb-cards {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.wnba-sb-card {
  flex: 0 0 auto;
  min-width: 160px;
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px 12px;
}
.wnba-sb-status {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 2px 7px;
  display: inline-block;
  margin-bottom: 8px;
}
.wnba-sb-status--final    { background: #fee2e2; color: #b91c1c; }
.wnba-sb-status--live     { background: #dcfce7; color: #15803d; }
.wnba-sb-status--upcoming { background: #e0f2fe; color: #0369a1; }
.wnba-sb-matchup { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.wnba-sb-team { display: flex; align-items: center; gap: 5px; }
.wnba-sb-tri { font-weight: 700; color: var(--ink); }
.wnba-sb-pts { font-weight: 900; font-size: 15px; min-width: 20px; color: var(--ink); }
.wnba-sb-pts.win { color: #0055A4; }
.wnba-sb-sep { color: var(--muted); font-size: 11px; }
.wnba-sb-empty {
  text-align: center;
  padding: 16px;
  color: var(--muted);
  font-size: 13px;
}

/* ── CALENDRIER ── */
.wnba-cal-section { margin-top: 24px; }
.wnba-cal-list { display: flex; flex-direction: column; gap: 0; }
.wnba-cal-day-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--muted);
  padding: 10px 16px 4px;
  background: #f8fafc;
  border-top: 1px solid var(--border);
}
.wnba-cal-day-games {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 16px 10px;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.wnba-cal-game {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f1f5f9;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 13px;
}
.wnba-cal-tri { font-weight: 700; color: var(--ink); }
.wnba-cal-at { color: var(--muted); font-size: 11px; }
