/* ============================================================
   ADMIZZ × FIFA WORLD CUP 2026
   Tournament Hub Design System
   ============================================================ */

:root {
  --wc-red: #C8102E;
  --wc-red-deep: #A50C24;
  --wc-red-glow: rgba(200, 16, 46, 0.4);
  --wc-bg: #0A0A0A;
  --wc-surface-1: #111111;
  --wc-surface-2: #181818;
  --wc-surface-3: #202020;
  --wc-surface-4: #2A2A2A;
  --wc-text: #FAFAFA;
  --wc-text-soft: rgba(250, 250, 250, 0.72);
  --wc-text-dim: rgba(250, 250, 250, 0.5);
  --wc-text-faint: rgba(250, 250, 250, 0.32);
  --wc-accent: #FFCC00;
  --wc-live: #FF1744;
  --wc-canada: #D80021;
  --wc-usa: #0A3161;
  --wc-mexico: #006847;
  --wc-border: rgba(250, 250, 250, 0.08);
  --wc-border-strong: rgba(250, 250, 250, 0.16);
}

.wc-root {
  background: var(--wc-bg);
  color: var(--wc-text);
  font-family: var(--font-inter), Inter, system-ui, sans-serif;
  font-feature-settings: "cv11", "ss01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wc-display {
  font-family: var(--font-bebas), "Bebas Neue", system-ui, sans-serif;
  letter-spacing: 0.01em;
  line-height: 0.92;
}

.wc-mono {
  font-family: var(--font-mono), "JetBrains Mono", ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
}

.wc-flag-fit {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}

/* ============================================================
   GLASS — premium surface treatment
   ============================================================ */
.wc-glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.018) 100%);
  border: 1px solid var(--wc-border);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 1px 0 rgba(0, 0, 0, 0.4);
}

.wc-glass-strong {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.025) 100%);
  border: 1px solid var(--wc-border-strong);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}

/* ============================================================
   LIVE PULSE — broadcast indicator
   ============================================================ */
@keyframes wc-pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 var(--wc-live); }
  70% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 8px rgba(255, 23, 68, 0); }
  100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 23, 68, 0); }
}

.wc-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wc-live);
  animation: wc-pulse-dot 1.8s ease-out infinite;
  display: inline-block;
}

/* ============================================================
   HERO
   ============================================================ */
.wc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 100px 20px 60px;
  overflow: hidden;
  background: var(--wc-bg);
}

@media (max-width: 720px) {
  .wc-hero { padding: 88px 16px 48px; min-height: 92vh; }
}

.wc-hero-photo {
  position: absolute;
  inset: -20% -5% -5% -5%;
  background-size: cover;
  background-position: center 30%;
  filter: brightness(0.45) saturate(0.85) contrast(1.05);
  z-index: 0;
  will-change: transform;
}

.wc-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(250, 250, 250, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250, 250, 250, 0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  z-index: 1;
  pointer-events: none;
}

.wc-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 0%, rgba(200, 16, 46, 0.18) 0%, transparent 50%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.3) 0%, rgba(10, 10, 10, 0.7) 60%, var(--wc-bg) 100%);
  z-index: 2;
}

.wc-hero-particles {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.wc-particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(255, 204, 0, 0.6);
  border-radius: 50%;
  filter: blur(0.5px);
  animation: wc-float 12s ease-in-out infinite;
}

@keyframes wc-float {
  0%, 100% { transform: translateY(0) translateX(0); opacity: 0.3; }
  50% { transform: translateY(-40px) translateX(20px); opacity: 0.7; }
}

.wc-hero-content {
  position: relative;
  z-index: 4;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

.wc-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid var(--wc-border-strong);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--wc-text);
}

.wc-hero-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wc-accent);
  box-shadow: 0 0 12px var(--wc-accent);
}

.wc-hero-title {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: clamp(48px, 9vw, 140px);
  line-height: 0.9;
  letter-spacing: 0.005em;
  color: var(--wc-text);
  margin: 28px 0 0;
}

.wc-hero-title-accent {
  color: var(--wc-red);
  display: inline-block;
}

.wc-hero-lede {
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  color: var(--wc-text-soft);
  max-width: 560px;
  margin: 32px 0 36px;
}

.wc-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.wc-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--wc-red);
  color: var(--wc-text);
  font-family: var(--font-inter), Inter, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 0 0 var(--wc-red-glow), 0 10px 24px -8px var(--wc-red-glow);
}

.wc-btn-primary:hover {
  background: var(--wc-red-deep);
  transform: translateY(-2px);
  box-shadow: 0 0 28px 4px var(--wc-red-glow), 0 16px 32px -10px rgba(0, 0, 0, 0.5);
}

.wc-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--wc-text);
  font-family: var(--font-inter), Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid var(--wc-border-strong);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.wc-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--wc-text-faint);
  transform: translateY(-2px);
}

.wc-host-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--wc-border);
  flex-wrap: wrap;
}

.wc-host-strip-label {
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wc-text-faint);
  font-weight: 600;
}

.wc-host-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--wc-border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--wc-text-soft);
}

/* ============================================================
   IN-HERO NAV — sits inline inside the hero, centered,
   scrolls with the page (not fixed, not sticky)
   ============================================================ */
.wc-nav {
  display: flex;
  justify-content: center;
  margin: 36px auto 8px;
  width: 100%;
  animation: wc-nav-enter 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes wc-nav-enter {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
  .wc-nav { margin: 28px auto 4px; }
  .wc-nav-inner { max-width: 100%; }
}

.wc-nav-inner {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid var(--wc-border-strong);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.6);
  overflow-x: auto;
  scrollbar-width: none;
}

.wc-nav-inner::-webkit-scrollbar { display: none; }

.wc-nav-link {
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wc-text-soft);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.wc-nav-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--wc-text);
}

.wc-nav-link--predict {
  background: var(--wc-red);
  color: var(--wc-text);
}

.wc-nav-link--predict:hover {
  background: var(--wc-red-deep);
  color: var(--wc-text);
}

/* ============================================================
   SECTION SHELL
   ============================================================ */
.wc-section {
  position: relative;
  padding: 96px 20px;
}

@media (max-width: 720px) {
  .wc-section { padding: 64px 16px; }
}

.wc-section--compact {
  padding: 64px 20px;
}

.wc-section-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.wc-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.wc-section-title-block {
  max-width: 720px;
}

.wc-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--wc-red);
  margin-bottom: 14px;
}

.wc-section-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--wc-red);
}

.wc-section-title {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.92;
  letter-spacing: 0.005em;
  color: var(--wc-text);
  margin: 0;
}

.wc-section-title-accent {
  color: var(--wc-red);
}

.wc-section-lede {
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--wc-text-soft);
  max-width: 56ch;
  margin: 16px 0 0;
}

.wc-section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wc-text);
  text-decoration: none;
  padding: 10px 16px;
  border: 1px solid var(--wc-border);
  border-radius: 999px;
  transition: border-color 0.2s, background 0.2s;
  white-space: nowrap;
}

.wc-section-link:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--wc-border-strong);
}

/* ============================================================
   PULSE — 4 stat cards
   ============================================================ */
.wc-pulse {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.wc-pulse-card {
  position: relative;
  padding: 28px;
  border-radius: 16px;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s;
}

.wc-pulse-card:hover {
  transform: translateY(-4px);
  border-color: var(--wc-border-strong);
}

.wc-pulse-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(200, 16, 46, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.wc-pulse-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(200, 16, 46, 0.12);
  color: var(--wc-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.wc-pulse-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wc-text-dim);
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.wc-pulse-value {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.005em;
  color: var(--wc-text);
  position: relative;
  z-index: 1;
}

.wc-pulse-meta {
  font-family: var(--font-mono), monospace;
  font-size: 11px;
  color: var(--wc-text-faint);
  margin-top: 8px;
  position: relative;
  z-index: 1;
}

.wc-pulse-progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 14px;
  position: relative;
  z-index: 1;
}

.wc-pulse-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--wc-red) 0%, var(--wc-accent) 100%);
  border-radius: 2px;
  transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ============================================================
   MATCH OF THE DAY — broadcast scoreboard
   ============================================================ */
.wc-motd {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
}

.wc-motd-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.32) saturate(0.85);
  z-index: 0;
}

.wc-motd-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 0%, rgba(10, 10, 10, 0.8) 100%),
    linear-gradient(180deg, transparent 0%, rgba(10, 10, 10, 0.85) 100%);
  z-index: 1;
}

.wc-motd-content {
  position: relative;
  z-index: 2;
  padding: 32px 28px;
}

.wc-motd-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}

.wc-motd-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--wc-text-soft);
}

.wc-motd-meta-divider {
  width: 1px;
  height: 12px;
  background: var(--wc-border-strong);
}

.wc-motd-stage {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

@media (max-width: 720px) {
  .wc-motd-stage {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.wc-motd-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

@media (min-width: 720px) {
  .wc-motd-team--away {
    text-align: center;
  }
}

.wc-motd-flag {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--wc-border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

@media (min-width: 720px) {
  .wc-motd-flag {
    width: 112px;
    height: 112px;
  }
}

.wc-motd-flag img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.wc-motd-team-name {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--wc-text);
}

.wc-motd-form {
  display: flex;
  gap: 4px;
  font-family: var(--font-mono), monospace;
  font-size: 10px;
  font-weight: 700;
}

.wc-motd-form-pill {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wc-text);
}

.wc-motd-form-pill--W { background: rgba(34, 197, 94, 0.8); }
.wc-motd-form-pill--D { background: rgba(250, 250, 250, 0.16); }
.wc-motd-form-pill--L { background: rgba(255, 23, 68, 0.7); }

.wc-motd-rank {
  font-family: var(--font-mono), monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--wc-text-dim);
}

.wc-motd-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.wc-motd-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wc-motd-status--live { background: var(--wc-live); color: white; }
.wc-motd-status--upcoming { background: rgba(255, 255, 255, 0.08); color: var(--wc-text-soft); border: 1px solid var(--wc-border); }
.wc-motd-status--ft { background: var(--wc-surface-3); color: var(--wc-text-dim); }

.wc-motd-score {
  display: flex;
  align-items: center;
  gap: 24px;
}

.wc-motd-score-digit {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: clamp(72px, 10vw, 128px);
  line-height: 0.85;
  color: var(--wc-text);
  font-variant-numeric: tabular-nums;
  min-width: 0.65em;
  text-align: center;
}

.wc-motd-score-divider {
  width: 1px;
  height: 56px;
  background: var(--wc-border-strong);
}

.wc-motd-vs {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: clamp(48px, 7vw, 84px);
  color: var(--wc-text-faint);
  line-height: 0.85;
}

.wc-motd-clock {
  font-family: var(--font-mono), monospace;
  font-size: 14px;
  color: var(--wc-text-soft);
  letter-spacing: 0.05em;
}

.wc-motd-clock-live {
  color: var(--wc-live);
  font-weight: 700;
}

.wc-motd-venue-line {
  text-align: center;
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 13px;
  color: var(--wc-text-dim);
  padding-top: 28px;
  border-top: 1px solid var(--wc-border);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.wc-motd-venue-line strong {
  color: var(--wc-text-soft);
  font-weight: 500;
}

/* ============================================================
   PREDICTION TILES (inside MOTD + dashboard)
   ============================================================ */
.wc-predict-bar {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--wc-border);
}

.wc-predict-bar-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wc-text-dim);
  margin-bottom: 14px;
}

.wc-predict-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

@media (max-width: 600px) {
  .wc-predict-tiles { grid-template-columns: 1fr; }
}

.wc-predict-tile {
  padding: 18px 14px;
  border-radius: 10px;
  background: var(--wc-surface-2);
  border: 1px solid var(--wc-border);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--wc-text);
  font-family: inherit;
}

.wc-predict-tile:hover:not(:disabled) {
  background: var(--wc-surface-3);
  border-color: var(--wc-border-strong);
  transform: translateY(-2px);
}

.wc-predict-tile--selected {
  background: var(--wc-red);
  border-color: var(--wc-red);
  box-shadow: 0 0 24px rgba(200, 16, 46, 0.4);
}

.wc-predict-tile--locked {
  opacity: 0.4;
  cursor: not-allowed;
}

.wc-predict-tile-label {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.wc-predict-tile-out {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--wc-text-dim);
  font-weight: 600;
}

.wc-predict-tile--selected .wc-predict-tile-out {
  color: rgba(255, 255, 255, 0.85);
}

/* ============================================================
   SCHEDULE STRIP
   ============================================================ */
.wc-schedule-day {
  margin-bottom: 36px;
}

.wc-schedule-day-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}

.wc-schedule-day-title {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.wc-schedule-day-count {
  font-family: var(--font-mono), monospace;
  font-size: 12px;
  color: var(--wc-text-dim);
}

.wc-schedule-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
}

.wc-schedule-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  padding: 20px;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  border-radius: 14px;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wc-schedule-card:hover {
  background: var(--wc-surface-2);
  border-color: var(--wc-border-strong);
  transform: translateY(-2px);
}

.wc-schedule-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wc-schedule-card-round {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wc-text-dim);
  font-weight: 600;
}

.wc-schedule-card-time {
  font-family: var(--font-mono), monospace;
  font-size: 12px;
  color: var(--wc-text);
  font-weight: 600;
}

.wc-schedule-card-teams {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wc-schedule-card-team {
  display: grid;
  grid-template-columns: 28px 1fr 24px;
  align-items: center;
  gap: 12px;
}

.wc-schedule-card-flag {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--wc-surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.wc-schedule-card-flag img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.wc-schedule-card-team-name {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  flex: 1;
}

.wc-schedule-card-team-score {
  font-family: var(--font-mono), monospace;
  font-size: 18px;
  font-weight: 700;
  color: var(--wc-text);
  text-align: right;
  min-width: 24px;
}

.wc-schedule-card-venue {
  font-size: 12px;
  color: var(--wc-text-dim);
  border-top: 1px solid var(--wc-border);
  padding-top: 12px;
}

/* ============================================================
   KNOCKOUT BRACKET — premium broadcast layout
   ============================================================ */

/* Trophy beacon at the top of the bracket */
.wc-br-trophy {
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
  padding: 24px 20px;
  max-width: 480px;
}

.wc-br-trophy-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse at center, rgba(255, 204, 0, 0.18) 0%, transparent 65%);
  pointer-events: none;
  animation: wc-br-trophy-pulse 5s ease-in-out infinite;
}

@keyframes wc-br-trophy-pulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}

.wc-br-trophy-icon {
  position: relative;
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 204, 0, 0.18) 0%, rgba(255, 204, 0, 0.05) 100%);
  border: 1px solid rgba(255, 204, 0, 0.45);
  align-items: center;
  justify-content: center;
  color: var(--wc-accent);
  margin-bottom: 14px;
  box-shadow: 0 0 28px rgba(255, 204, 0, 0.25);
}

.wc-br-trophy-label {
  position: relative;
  font-family: var(--font-bebas), sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: var(--wc-text);
}

.wc-br-trophy-venue {
  position: relative;
  font-family: var(--font-mono), monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wc-accent);
  margin-top: 6px;
}

/* Bracket wrapper */
.wc-br-wrapper {
  position: relative;
}

.wc-br-desktop {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
  padding-bottom: 4px;
}

.wc-br-fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--wc-bg) 95%);
  pointer-events: none;
  z-index: 2;
}

.wc-br-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(190px, 1fr));
  gap: 28px;
  min-width: 1100px;
  position: relative;
}

.wc-br-col {
  display: flex;
  flex-direction: column;
}

.wc-br-col-header {
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--wc-border);
}

.wc-br-col-title {
  font-family: var(--font-bebas), sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--wc-text);
}

.wc-br-col-meta {
  font-family: var(--font-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wc-text-faint);
  margin-top: 4px;
}

.wc-br-col-slots {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}

/* Round-specific vertical spacing — gives bracket the iconic feeder-to-parent alignment */
.wc-br-col--r32 .wc-br-col-slots { gap: 10px; }
.wc-br-col--r16 .wc-br-col-slots { justify-content: space-around; gap: 36px; padding: 18px 0; }
.wc-br-col--qf .wc-br-col-slots { justify-content: space-around; gap: 88px; padding: 50px 0; }
.wc-br-col--sf .wc-br-col-slots { justify-content: space-around; gap: 192px; padding: 110px 0; }
.wc-br-col--f .wc-br-col-slots { justify-content: center; padding-top: 240px; }

/* Slots */
.wc-br-slot {
  position: relative;
  background: linear-gradient(180deg, var(--wc-surface-2) 0%, var(--wc-surface-1) 100%);
  border: 1px solid var(--wc-border);
  border-radius: 10px;
  padding: 8px 12px;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.22s, box-shadow 0.22s;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wc-br-slot:hover {
  transform: translateY(-2px);
  border-color: var(--wc-border-strong);
  box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.5);
}

.wc-br-slot--tbd {
  background: rgba(255, 255, 255, 0.015);
}

.wc-br-slot--live {
  border-color: rgba(255, 23, 68, 0.5);
  box-shadow: 0 0 18px rgba(255, 23, 68, 0.18);
}

.wc-br-slot--ft {
  background: linear-gradient(180deg, var(--wc-surface-3) 0%, var(--wc-surface-1) 100%);
}

.wc-br-slot--final {
  background:
    radial-gradient(ellipse at top, rgba(255, 204, 0, 0.16) 0%, transparent 60%),
    linear-gradient(180deg, var(--wc-surface-2) 0%, var(--wc-surface-1) 100%);
  border: 1px solid rgba(255, 204, 0, 0.5);
  box-shadow: 0 0 36px rgba(255, 204, 0, 0.18), 0 16px 40px -16px rgba(0, 0, 0, 0.6);
  padding: 14px 16px;
}

.wc-br-slot--final::before {
  content: "★";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: var(--wc-accent);
  background: var(--wc-bg);
  padding: 0 8px;
  letter-spacing: 0.3em;
}

.wc-br-row {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-family: var(--font-inter), sans-serif;
  font-size: 12px;
  color: var(--wc-text-soft);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.wc-br-row:last-child {
  border-bottom: none;
}

.wc-br-row--winner {
  color: var(--wc-text);
  font-weight: 700;
}

.wc-br-row--winner .wc-br-row-score {
  color: var(--wc-accent);
}

.wc-br-row--loser {
  color: var(--wc-text-faint);
  text-decoration: line-through;
  text-decoration-color: rgba(250, 250, 250, 0.18);
}

.wc-br-row-flag {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--wc-surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.wc-br-row-flag img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.wc-br-row-flag-empty {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.wc-br-row-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.wc-br-slot--tbd .wc-br-row-name {
  font-style: italic;
  color: var(--wc-text-faint);
  font-size: 11px;
}

.wc-br-row-score {
  font-family: var(--font-mono), monospace;
  font-size: 12px;
  font-weight: 700;
  color: var(--wc-text);
  min-width: 14px;
  text-align: right;
}

.wc-br-slot-meta {
  font-family: var(--font-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--wc-text-faint);
  text-align: center;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.wc-br-slot--final .wc-br-slot-meta {
  color: var(--wc-accent);
  border-color: rgba(255, 204, 0, 0.18);
}

.wc-br-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--wc-live);
  font-weight: 700;
}

/* Third place card (desktop) */
.wc-br-third {
  margin: 32px auto 0;
  max-width: 240px;
  padding: 16px;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  border-radius: 12px;
  opacity: 0.78;
}

.wc-br-third .wc-br-col-header {
  margin-bottom: 14px;
}

.wc-br-third .wc-br-col-title {
  font-size: 14px;
}

.wc-br-third .wc-br-col-meta {
  font-size: 8px;
}

/* Mobile tabs */
.wc-br-tabs {
  display: flex;
  gap: 6px;
  margin: 0 0 24px;
  padding: 4px;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  border-radius: 999px;
  overflow-x: auto;
  scrollbar-width: none;
}

.wc-br-tabs::-webkit-scrollbar { display: none; }

.wc-br-tab {
  flex: 1;
  padding: 10px 16px;
  background: transparent;
  border: none;
  border-radius: 999px;
  font-family: var(--font-inter), sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--wc-text-soft);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.wc-br-tab:hover {
  color: var(--wc-text);
}

.wc-br-tab--active {
  background: var(--wc-red);
  color: var(--wc-text);
}

.wc-br-tab--live { position: relative; }
.wc-br-tab-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wc-live);
  margin-left: 6px;
  vertical-align: middle;
  box-shadow: 0 0 8px var(--wc-live);
  animation: wc-br-pulse-dot 1.6s ease-in-out infinite;
}

/* ── Active / Next round column emphasis ────────────────── */
.wc-br-col-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.wc-br-col-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  border-radius: 999px;
  font-family: var(--font-inter), sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wc-br-col-pill--live {
  background: rgba(255, 23, 68, 0.16);
  color: var(--wc-live);
  border: 1px solid rgba(255, 23, 68, 0.4);
}

.wc-br-col-pill--next {
  background: rgba(255, 255, 255, 0.05);
  color: var(--wc-text-dim);
  border: 1px solid var(--wc-border);
}

.wc-br-col--active .wc-br-col-header {
  border-bottom-color: rgba(255, 23, 68, 0.4);
}

.wc-br-col--active .wc-br-col-title {
  color: var(--wc-live);
  text-shadow: 0 0 12px rgba(255, 23, 68, 0.35);
}

.wc-br-col--next .wc-br-col-title {
  color: var(--wc-text);
}

@keyframes wc-br-pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

/* ── Connector lines (desktop only) ─────────────────────── */
.wc-br-connectors {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.wc-br-col,
.wc-br-slot { position: relative; z-index: 1; }

.wc-br-connector {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: wc-br-draw 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.wc-br-connector--active {
  stroke: rgba(255, 23, 68, 0.55);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 4px rgba(255, 23, 68, 0.4));
}

@keyframes wc-br-draw {
  to { stroke-dashoffset: 0; }
}

/* ── Hero Final slot — showpiece treatment ──────────────── */
.wc-br-slot--final {
  padding: 22px 18px 16px;
  min-height: 130px;
  background:
    radial-gradient(ellipse at top, rgba(255, 204, 0, 0.22) 0%, transparent 70%),
    linear-gradient(180deg, var(--wc-surface-3) 0%, var(--wc-surface-1) 100%);
  border: 1.5px solid rgba(255, 204, 0, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 204, 0, 0.08) inset,
    0 0 40px rgba(255, 204, 0, 0.22),
    0 18px 50px -16px rgba(0, 0, 0, 0.65);
  animation: wc-br-final-pulse 3.6s ease-in-out infinite;
}

.wc-br-slot--final::before { display: none; }

.wc-br-final-stamp {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: var(--wc-bg);
  border: 1px solid rgba(255, 204, 0, 0.55);
  border-radius: 999px;
  color: var(--wc-accent);
  font-family: var(--font-inter), sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: 0 0 14px rgba(255, 204, 0, 0.28);
}

.wc-br-slot--final .wc-br-row {
  padding: 7px 0;
  font-size: 13px;
}

/* ── Timezone picker ────────────────────────────────────── */
.wc-schedule-tz-slot {
  display: flex;
  align-items: flex-end;
}

.wc-tz {
  position: relative;
  display: inline-block;
}

.wc-tz-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  background: var(--wc-surface-2);
  border: 1px solid var(--wc-border);
  border-radius: 999px;
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 13px;
  color: var(--wc-text);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.wc-tz-button:hover { border-color: var(--wc-border-strong); }

.wc-tz--open .wc-tz-button {
  border-color: var(--wc-red);
  background: var(--wc-surface-3);
}

.wc-tz-globe { font-size: 13px; }

.wc-tz-label { font-weight: 600; }

.wc-tz-abbrev {
  font-family: var(--font-mono), monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 2px 7px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  color: var(--wc-text-dim);
}

.wc-tz-chev {
  color: var(--wc-text-faint);
  transition: transform 0.2s;
}

.wc-tz--open .wc-tz-chev { transform: rotate(180deg); }

.wc-tz-pop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 60;
  width: 260px;
  max-height: 360px;
  overflow-y: auto;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  padding: 6px;
}

.wc-tz-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 13px;
  color: var(--wc-text-soft);
  text-align: left;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.wc-tz-item:hover { background: rgba(255, 255, 255, 0.05); color: var(--wc-text); }

.wc-tz-item--active {
  background: rgba(200, 16, 46, 0.14);
  color: var(--wc-red);
}

.wc-tz-item-label { font-weight: 600; }

.wc-tz-item-meta {
  font-family: var(--font-mono), monospace;
  font-size: 10px;
  color: var(--wc-text-faint);
  letter-spacing: 0.06em;
}

.wc-tz-divider {
  height: 1px;
  background: var(--wc-border);
  margin: 4px 8px;
}

@media (max-width: 600px) {
  .wc-schedule-tz-slot { width: 100%; }
  .wc-tz, .wc-tz-button { width: 100%; }
  .wc-tz-button { justify-content: space-between; }
  .wc-tz-pop { width: 100%; }
}

@keyframes wc-br-final-pulse {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 204, 0, 0.08) inset,
      0 0 40px rgba(255, 204, 0, 0.22),
      0 18px 50px -16px rgba(0, 0, 0, 0.65);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 204, 0, 0.14) inset,
      0 0 56px rgba(255, 204, 0, 0.34),
      0 18px 50px -16px rgba(0, 0, 0, 0.7);
  }
}

.wc-br-mobile {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wc-br-mobile .wc-br-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wc-br-mobile .wc-br-col-slots {
  gap: 10px;
  padding: 0;
}

/* Footer hint */
.wc-bracket-hint {
  display: none;
  text-align: center;
  font-family: var(--font-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wc-text-faint);
  margin-top: 16px;
}

@media (min-width: 901px) and (max-width: 1300px) {
  .wc-bracket-hint { display: block; }
  .wc-bracket-hint::before { content: "← "; color: var(--wc-red); }
  .wc-bracket-hint::after { content: " →"; color: var(--wc-red); }
}

/* ============================================================
   STANDINGS
   ============================================================ */
.wc-standings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.wc-standings-card {
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  border-radius: 14px;
  overflow: hidden;
}

.wc-standings-header {
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--wc-border);
  background: var(--wc-surface-2);
}

.wc-standings-group {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: var(--wc-text);
}

.wc-standings-stage {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wc-text-dim);
  font-weight: 600;
}

/* Grid-based standings — bulletproof column alignment */
.wc-stand {
  display: flex;
  flex-direction: column;
}

.wc-stand-head,
.wc-stand-row {
  display: grid;
  grid-template-columns: 1fr 36px 44px 44px;
  align-items: center;
}

.wc-stand-head {
  padding: 10px 14px;
  border-bottom: 1px solid var(--wc-border);
}

.wc-stand-body {
  display: flex;
  flex-direction: column;
}

.wc-stand-row {
  padding: 11px 14px;
  border-left: 3px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: background 0.15s;
}

.wc-stand-row:last-child {
  border-bottom: none;
}

.wc-stand-row:hover {
  background: rgba(255, 255, 255, 0.02);
}

.wc-stand-row--qualify {
  border-left-color: rgba(34, 197, 94, 0.7);
  background: rgba(34, 197, 94, 0.04);
}

.wc-stand-row--bestthird {
  border-left-color: rgba(255, 204, 0, 0.7);
  background: rgba(255, 204, 0, 0.035);
}

.wc-stand-cell {
  font-family: var(--font-mono), monospace;
  font-size: 12px;
  color: var(--wc-text-soft);
  text-align: center;
  min-width: 0;
}

.wc-stand-cell--num {
  font-variant-numeric: tabular-nums;
}

.wc-stand-cell--pts {
  color: var(--wc-text);
  font-weight: 700;
}

.wc-stand-cell--team {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  font-family: var(--font-inter), Inter, sans-serif;
  color: var(--wc-text);
  font-weight: 500;
  font-size: 13px;
  min-width: 0;
}

.wc-stand-cell--team-h,
.wc-stand-cell--num-h {
  font-family: var(--font-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wc-text-faint);
  font-weight: 600;
}

.wc-stand-cell--team-h {
  text-align: left;
}

.wc-stand-cell--num-h {
  text-align: center;
}

.wc-stand-rank {
  font-family: var(--font-mono), monospace;
  font-size: 11px;
  color: var(--wc-text-faint);
  width: 16px;
  flex-shrink: 0;
  text-align: center;
}

.wc-stand-flag {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--wc-surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--wc-border);
}

.wc-stand-flag img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.wc-stand-name {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ============================================================
   GOLDEN BOOT RACE — featured leader + leaderboard rows
   ============================================================ */
.wc-gb-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 20px;
  align-items: stretch;
}

@media (max-width: 900px) {
  .wc-gb-layout { grid-template-columns: 1fr; }
}

/* ---------- Featured #1 card ---------- */
.wc-gb-featured {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(160deg, #1B1305 0%, #0F0903 100%);
  border: 1px solid rgba(255, 204, 0, 0.22);
  padding: 36px 32px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
}

.wc-gb-featured-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(255, 204, 0, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(200, 16, 46, 0.14) 0%, transparent 60%);
  z-index: 0;
}

.wc-gb-featured-glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.35) 0%, transparent 70%);
  filter: blur(20px);
  z-index: 0;
  animation: wc-gb-glow 6s ease-in-out infinite;
}

@keyframes wc-gb-glow {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.08); }
}

.wc-gb-featured-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.wc-gb-featured-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wc-gb-featured-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255, 204, 0, 0.12);
  border: 1px solid rgba(255, 204, 0, 0.3);
  color: var(--wc-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 999px;
}

.wc-gb-featured-flag {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 204, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.wc-gb-featured-flag img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.wc-gb-featured-rank {
  font-family: var(--font-bebas), sans-serif;
  font-size: clamp(120px, 18vw, 200px);
  line-height: 0.82;
  letter-spacing: -0.01em;
  color: transparent;
  background: linear-gradient(180deg, rgba(255, 204, 0, 0.95) 0%, rgba(212, 168, 0, 0.4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 32px 0 8px;
  text-shadow: 0 0 60px rgba(255, 204, 0, 0.2);
}

.wc-gb-featured-info {
  margin-bottom: auto;
}

.wc-gb-featured-name {
  font-family: var(--font-bebas), sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1;
  color: var(--wc-text);
  letter-spacing: 0.005em;
}

.wc-gb-featured-team {
  font-family: var(--font-mono), monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--wc-text-dim);
  margin-top: 8px;
}

.wc-gb-featured-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 204, 0, 0.18);
}

.wc-gb-featured-goal {
  flex-shrink: 0;
}

.wc-gb-featured-goal-num {
  font-family: var(--font-bebas), sans-serif;
  font-size: clamp(56px, 8vw, 88px);
  line-height: 0.85;
  color: var(--wc-accent);
}

.wc-gb-featured-goal-label {
  font-family: var(--font-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--wc-text-dim);
  margin-top: 6px;
}

.wc-gb-featured-divider {
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
}

.wc-gb-featured-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex: 1;
}

.wc-gb-stat-val {
  font-family: var(--font-bebas), sans-serif;
  font-size: 28px;
  line-height: 1;
  color: var(--wc-text);
}

.wc-gb-stat-lbl {
  font-family: var(--font-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wc-text-faint);
  margin-top: 4px;
}

/* ---------- Leaderboard rows ---------- */
.wc-gb-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wc-gb-row {
  display: grid;
  grid-template-columns: 38px 44px 1fr auto 16px;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  border-radius: 12px;
  transition: all 0.22s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: default;
}

.wc-gb-row:hover {
  background: var(--wc-surface-2);
  border-color: var(--wc-border-strong);
  transform: translateX(2px);
}

.wc-gb-row-rank {
  font-family: var(--font-bebas), sans-serif;
  font-size: 24px;
  line-height: 1;
  color: var(--wc-text-faint);
  letter-spacing: 0.02em;
}

.wc-gb-row-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(200, 16, 46, 0.18) 0%, rgba(200, 16, 46, 0.05) 100%);
  border: 1px solid rgba(200, 16, 46, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-bebas), sans-serif;
  font-size: 16px;
  color: var(--wc-text);
  letter-spacing: 0.03em;
}

.wc-gb-row-info {
  min-width: 0;
}

.wc-gb-row-name {
  font-family: var(--font-inter), sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--wc-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.wc-gb-row-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-family: var(--font-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--wc-text-dim);
}

.wc-gb-row-flag {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--wc-surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.wc-gb-row-flag img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.wc-gb-row-stats {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wc-gb-row-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--wc-text);
  font-weight: 700;
}

.wc-gb-row-stat--muted {
  color: var(--wc-text-dim);
  font-weight: 500;
}

.wc-gb-row-stat-lbl {
  font-family: var(--font-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wc-text-faint);
}

.wc-gb-row-arrow {
  color: var(--wc-text-faint);
  transition: transform 0.22s, color 0.22s;
}

.wc-gb-row:hover .wc-gb-row-arrow {
  color: var(--wc-text);
  transform: translateX(2px);
}

/* ============================================================
   PREDICTION CENTER
   ============================================================ */
.wc-pc-dashboard {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

@media (max-width: 900px) {
  .wc-pc-dashboard { grid-template-columns: 1fr; }
}

.wc-pc-panel {
  padding: 24px;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  border-radius: 16px;
}

.wc-pc-panel-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wc-text-dim);
  font-weight: 600;
  margin-bottom: 18px;
}

.wc-pc-ring {
  display: flex;
  align-items: center;
  gap: 24px;
}

.wc-pc-ring-svg {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  transform: rotate(-90deg);
}

.wc-pc-ring-bg { stroke: var(--wc-border-strong); }
.wc-pc-ring-fg { stroke: var(--wc-red); transition: stroke-dashoffset 1s cubic-bezier(0.22, 1, 0.36, 1); }

.wc-pc-ring-info {
  flex: 1;
}

.wc-pc-ring-value {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: 56px;
  line-height: 1;
  color: var(--wc-text);
}

.wc-pc-ring-label {
  font-size: 12px;
  color: var(--wc-text-dim);
  margin-top: 4px;
}

.wc-pc-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--wc-border);
}

.wc-pc-stat-row:last-child { border-bottom: none; }

.wc-pc-stat-label {
  font-size: 13px;
  color: var(--wc-text-soft);
}

.wc-pc-stat-value {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: 24px;
  color: var(--wc-text);
}

.wc-pc-stat-value--accent { color: var(--wc-accent); }

.wc-pc-history {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wc-pc-history-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--wc-surface-2);
  border-radius: 8px;
  font-size: 13px;
}

.wc-pc-history-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

.wc-pc-history-mark--won { background: rgba(34, 197, 94, 0.2); color: #4ADE80; }
.wc-pc-history-mark--lost { background: rgba(255, 23, 68, 0.2); color: #FF6B81; }
.wc-pc-history-mark--pending { background: rgba(255, 204, 0, 0.15); color: var(--wc-accent); }

.wc-pc-history-text {
  flex: 1;
  color: var(--wc-text-soft);
}

.wc-pc-history-text strong { color: var(--wc-text); font-weight: 600; }

.wc-pc-achievements {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.wc-pc-badge {
  padding: 10px 14px;
  background: var(--wc-surface-2);
  border: 1px solid var(--wc-border);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: var(--wc-text-soft);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wc-pc-badge--unlocked {
  background: linear-gradient(180deg, rgba(255, 204, 0, 0.12) 0%, rgba(255, 204, 0, 0.04) 100%);
  border-color: rgba(255, 204, 0, 0.3);
  color: var(--wc-accent);
}

.wc-pc-empty {
  text-align: center;
  padding: 24px 12px;
  color: var(--wc-text-dim);
  font-size: 13px;
}

.wc-pc-next-flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--wc-surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--wc-border);
}

/* ============================================================
   FORM
   ============================================================ */
.wc-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding: 24px;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  border-radius: 14px;
}

.wc-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 600px) {
  .wc-form-row { grid-template-columns: 1fr; }
}

.wc-input,
.wc-select {
  width: 100%;
  padding: 14px 16px;
  background: var(--wc-surface-2);
  border: 1px solid var(--wc-border);
  border-radius: 8px;
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 14px;
  color: var(--wc-text);
  transition: border-color 0.2s, background 0.2s;
}

.wc-input:focus,
.wc-select:focus {
  outline: none;
  border-color: var(--wc-red);
  background: var(--wc-surface-3);
}

.wc-input::placeholder { color: var(--wc-text-faint); }

.wc-submit {
  width: 100%;
  padding: 16px;
  background: var(--wc-red);
  color: var(--wc-text);
  font-family: var(--font-inter), Inter, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 24px -8px var(--wc-red-glow);
}

.wc-submit:hover:not(:disabled) {
  background: var(--wc-red-deep);
  transform: translateY(-1px);
  box-shadow: 0 0 28px 4px var(--wc-red-glow), 0 16px 32px -10px rgba(0, 0, 0, 0.5);
}

.wc-submit:disabled { opacity: 0.6; cursor: not-allowed; }

.wc-form-note {
  font-size: 11px;
  color: var(--wc-text-faint);
  text-align: center;
}

/* ── Field with label ────────────────────────────────────── */
.wc-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.wc-field-label {
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.wc-field-required {
  margin-left: 4px;
  color: var(--wc-gold, #FFCC00);
}

/* ── Phone combobox ─────────────────────────────────────── */
.wc-phone {
  position: relative;
  display: flex;
  width: 100%;
  background: var(--wc-surface-2);
  border: 1px solid var(--wc-border);
  border-radius: 8px;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.wc-phone:focus-within,
.wc-phone--open {
  border-color: var(--wc-red);
  background: var(--wc-surface-3);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.16);
}

.wc-phone-dial {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.04);
  border: none;
  border-right: 1px solid var(--wc-border);
  border-radius: 8px 0 0 8px;
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--wc-text);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  outline: none;
  transition: color 0.2s, background 0.2s;
}

.wc-phone-dial:hover,
.wc-phone--open .wc-phone-dial {
  color: var(--wc-red);
}

.wc-phone-dial-label {
  display: inline-block;
}

.wc-phone-dial-chev {
  transition: transform 0.2s;
  color: var(--wc-text-faint);
}

.wc-phone--open .wc-phone-dial-chev {
  transform: rotate(180deg);
  color: var(--wc-red);
}

.wc-phone-input {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-inter), Inter, sans-serif;
  font-size: 14px;
  color: var(--wc-text);
}

.wc-phone-input::placeholder { color: var(--wc-text-faint); }

.wc-phone-pop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 60;
  width: 100%;
  min-width: 280px;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

@media (min-width: 600px) {
  .wc-phone-pop { width: 320px; }
}

.wc-phone-pop-search {
  padding: 10px;
  border-bottom: 1px solid var(--wc-border);
}

.wc-input--search {
  padding: 10px 12px;
  font-size: 13px;
}

.wc-phone-pop-list {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  max-height: 260px;
  overflow-y: auto;
}

.wc-phone-pop-empty {
  padding: 14px 16px;
  font-size: 13px;
  color: var(--wc-text-faint);
}

.wc-phone-pop-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.wc-phone-pop-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.wc-phone-pop-item.is-active {
  background: rgba(200, 16, 46, 0.14);
  color: var(--wc-red);
}

.wc-phone-pop-item-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.wc-phone-pop-item-flag {
  font-size: 18px;
  flex-shrink: 0;
}

.wc-phone-pop-item-country {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wc-phone-pop-item-dial {
  font-family: var(--font-mono), monospace;
  font-size: 12px;
  font-weight: 700;
  color: var(--wc-text-faint);
  flex-shrink: 0;
}

.wc-phone-pop-item.is-active .wc-phone-pop-item-dial {
  color: var(--wc-red);
}

/* ============================================================
   TICKER
   ============================================================ */
.wc-ticker {
  margin-top: 40px;
  padding: 14px 0;
  border-top: 1px solid var(--wc-border);
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.wc-ticker-label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: var(--wc-live);
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}

.wc-ticker-mask {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 32px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 32px), transparent 100%);
}

.wc-ticker-track {
  display: flex;
  gap: 48px;
  animation: wc-ticker 60s linear infinite;
  white-space: nowrap;
  font-family: var(--font-mono), monospace;
  font-size: 13px;
  color: var(--wc-text-soft);
}

.wc-ticker-track strong {
  color: var(--wc-text);
  font-weight: 700;
}

@keyframes wc-ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   ADMIZZ SECTION
   ============================================================ */
.wc-admizz {
  position: relative;
  padding: 110px 20px;
  overflow: hidden;
  background: var(--wc-bg);
}

@media (max-width: 720px) {
  .wc-admizz { padding: 72px 16px; }
}

.wc-admizz-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.32) saturate(0.85);
  z-index: 0;
}

.wc-admizz-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--wc-bg) 0%, rgba(10, 10, 10, 0.4) 30%, rgba(10, 10, 10, 0.85) 80%, var(--wc-bg) 100%);
  z-index: 1;
}

.wc-admizz-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.wc-admizz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wc-red);
  font-weight: 600;
  margin-bottom: 20px;
}

.wc-admizz-eyebrow::before, .wc-admizz-eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--wc-red);
}

.wc-admizz-title {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--wc-text);
  margin: 0 0 24px;
}

.wc-admizz-title-accent { color: var(--wc-accent); }

.wc-admizz-text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--wc-text-soft);
  max-width: 60ch;
  margin: 0 auto 36px;
}

.wc-admizz-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px auto;
  max-width: 640px;
}

@media (max-width: 600px) {
  .wc-admizz-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}

.wc-admizz-stat {
  text-align: center;
  padding: 24px 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--wc-border);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.wc-admizz-stat-num {
  font-family: var(--font-bebas), "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  color: var(--wc-accent);
}

.wc-admizz-stat-label {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--wc-text-dim);
  margin-top: 8px;
  font-weight: 600;
}

/* ============================================================
   PREDICTION MODAL
   ============================================================ */
.wc-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: wc-modal-overlay-in 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes wc-modal-overlay-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.wc-modal {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  background: linear-gradient(180deg, var(--wc-surface-2) 0%, var(--wc-surface-1) 100%);
  border: 1px solid var(--wc-border-strong);
  border-radius: 20px;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.02);
  animation: wc-modal-in 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes wc-modal-in {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 600px) {
  .wc-modal-overlay {
    align-items: flex-end;
    padding: 0;
  }
  .wc-modal {
    max-width: 100%;
    max-height: 92vh;
    border-radius: 24px 24px 0 0;
    animation: wc-modal-in-mobile 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  @keyframes wc-modal-in-mobile {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }
}

.wc-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--wc-border);
  color: var(--wc-text-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  z-index: 2;
}

.wc-modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--wc-text);
}

.wc-modal-header {
  padding: 28px 28px 24px;
  border-bottom: 1px solid var(--wc-border);
}

.wc-modal-eyebrow {
  font-family: var(--font-inter), sans-serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--wc-red);
  display: inline-block;
  margin-bottom: 14px;
}

.wc-modal-pick {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wc-modal-pick-flag {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--wc-surface-3);
  border: 1.5px solid var(--wc-border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.wc-modal-pick-flag--draw {
  font-family: var(--font-bebas), sans-serif;
  font-size: 22px;
  color: var(--wc-text);
}

.wc-modal-pick-flag img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.wc-modal-pick-label {
  font-family: var(--font-bebas), sans-serif;
  font-size: 24px;
  line-height: 1;
  color: var(--wc-text);
  letter-spacing: 0.01em;
}

.wc-modal-pick-match {
  font-family: var(--font-mono), monospace;
  font-size: 11px;
  color: var(--wc-text-dim);
  margin-top: 6px;
  letter-spacing: 0.05em;
}

.wc-modal-body {
  padding: 24px 28px 28px;
}

.wc-modal-intro {
  font-size: 13px;
  line-height: 1.55;
  color: var(--wc-text-soft);
  margin: 0 0 18px;
}

.wc-modal-form {
  display: grid;
  gap: 12px;
}

.wc-modal-success {
  padding: 48px 28px;
  text-align: center;
}

.wc-modal-success-mark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--wc-red);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  animation: wc-mark-pop 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes wc-mark-pop {
  0% { transform: scale(0.4); opacity: 0; }
  60% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}

.wc-modal-success-title {
  font-family: var(--font-bebas), sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--wc-text);
  margin: 0 0 10px;
}

.wc-modal-success-text {
  font-size: 14px;
  line-height: 1.55;
  color: var(--wc-text-soft);
  max-width: 38ch;
  margin: 0 auto 24px;
}

/* Prediction Center spotlight header + tiles wrap */
.wc-pc-spotlight-header {
  margin: 40px 0 20px;
  text-align: center;
}

.wc-pc-spotlight-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--wc-red);
  font-weight: 600;
}

.wc-pc-spotlight-title {
  font-family: var(--font-bebas), sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  color: var(--wc-text);
  letter-spacing: 0.01em;
  margin: 12px 0 0;
}

.wc-pc-tiles-wrap {
  margin-top: 20px;
  padding: 24px;
  background: var(--wc-surface-1);
  border: 1px solid var(--wc-border);
  border-radius: 14px;
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   STANDINGS — STICKY GROUP NAV
   ============================================================ */
.wc-standings-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 30;
  margin: 0 -20px 24px;
  padding: 0 20px;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.96) 0%,
    rgba(17, 17, 17, 0.92) 100%
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--wc-border);
}

.wc-standings-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.wc-standings-nav-label {
  font-family: var(--font-inter), sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--wc-text-faint);
  flex-shrink: 0;
}

.wc-standings-nav-letters {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  flex: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.wc-standings-nav-letters::-webkit-scrollbar { display: none; }

.wc-standings-nav-btn {
  flex-shrink: 0;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  background: var(--wc-surface-2);
  border: 1px solid var(--wc-border);
  border-radius: 8px;
  font-family: var(--font-bebas), sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: var(--wc-text-soft);
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s, transform 0.18s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wc-standings-nav-btn:hover {
  background: var(--wc-surface-3);
  color: var(--wc-text);
  border-color: var(--wc-border-strong);
}

.wc-standings-nav-btn--active {
  background: var(--wc-red);
  border-color: var(--wc-red);
  color: #fff;
  box-shadow: 0 0 16px rgba(200, 16, 46, 0.32);
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .wc-standings-nav-wrap {
    margin: 0 -16px 18px;
    padding: 0 16px;
  }
  .wc-standings-nav {
    gap: 10px;
    padding: 10px 0;
  }
  .wc-standings-nav-label { font-size: 9px; letter-spacing: 0.18em; }
  .wc-standings-nav-btn {
    min-width: 32px;
    height: 32px;
    font-size: 14px;
    padding: 0 8px;
  }
}

/* ============================================================
   MOBILE POLISH PASS
   Refinements for phones (≤720px). Targeted overrides only.
   ============================================================ */

@media (max-width: 720px) {
  /* Prevent any rogue horizontal overflow at the page root */
  .wc-root { overflow-x: hidden; }

  /* Section headers — title block + tz picker stack cleanly */
  .wc-section-header {
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }
  .wc-section-title-block { max-width: 100%; }
  .wc-section-title { font-size: clamp(36px, 11vw, 56px); }
  .wc-section-lede { font-size: 14.5px; line-height: 1.55; }
  .wc-schedule-tz-slot {
    width: 100%;
    align-items: stretch;
  }

  /* Hero — tighten title + buttons + host strip on phones */
  .wc-hero { padding: 96px 18px 56px; }
  .wc-hero-title { font-size: clamp(44px, 13.5vw, 72px); margin-top: 22px; }
  .wc-hero-lede { font-size: 15px; margin: 24px 0 28px; line-height: 1.55; }
  .wc-hero-ctas { gap: 10px; }
  .wc-btn-primary,
  .wc-btn-ghost {
    padding: 14px 22px;
    font-size: 13px;
    min-height: 48px;
  }
  .wc-host-strip {
    gap: 8px;
    margin-top: 32px;
    padding-top: 22px;
  }
  .wc-host-strip-label { font-size: 10px; }
  .wc-host-strip-label[style*="auto"] {
    width: 100%;
    margin-left: 0 !important;
    padding-top: 6px;
    order: 99;
  }
  .wc-host-badge { font-size: 11px; padding: 5px 10px; }

  /* Pulse — 2×2 grid on phones (better visual scan than 1-col list) */
  .wc-pulse { grid-template-columns: 1fr 1fr; gap: 12px; }
  .wc-pulse-card { padding: 18px 16px; }
  .wc-pulse-value { font-size: 38px; }
  .wc-pulse-icon { width: 32px; height: 32px; margin-bottom: 14px; }
  .wc-pulse-label { font-size: 9.5px; margin-bottom: 6px; }
  .wc-pulse-meta { font-size: 10px; }

  /* MOTD — gap + score sizing on tiny screens */
  .wc-motd-content { padding: 24px 18px; }
  .wc-motd-meta { font-size: 10px; }
  .wc-motd-form { gap: 3px; }
  .wc-motd-form-pill { width: 14px; height: 14px; font-size: 9px; }
  .wc-motd-flag { width: 84px; height: 84px; }
  .wc-motd-team-name { font-size: clamp(22px, 5.8vw, 30px); }

  /* Schedule — day header stacks; horizontal strip stays */
  .wc-schedule-day-header { gap: 8px; }
  .wc-schedule-day-title { font-size: 26px; }
  .wc-schedule-day-count { font-size: 10px; }

  /* Standings — horizontal swipe-snap strip with peek of next group */
  .wc-standings-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 14px;
    padding: 4px 0 16px;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .wc-standings-grid::-webkit-scrollbar { display: none; }
  .wc-standings-card {
    flex: 0 0 88%;
    min-width: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    border-radius: 12px;
  }
  .wc-stand-row { font-size: 12px; }

  /* Bracket — already pill-tabbed; trophy beacon scales */
  .wc-br-trophy-label { font-size: 16px; }
  .wc-br-trophy-venue { font-size: 10px; letter-spacing: 0.18em; }

  /* Golden Boot — featured card height frees up on phones */
  .wc-gb-featured { min-height: 0; padding: 28px 22px; }

  /* Prediction Center — smaller ring, tighter panels */
  .wc-pc-dashboard { gap: 12px; margin-bottom: 24px; }
  .wc-pc-panel { padding: 18px 16px; border-radius: 14px; }
  .wc-pc-ring-svg { width: 96px; height: 96px; }
  .wc-pc-ring-value { font-size: 42px; }
  .wc-pc-stat-value { font-size: 20px; }
  .wc-pc-history-item { padding: 10px 12px; font-size: 12.5px; }
  .wc-pc-badge { padding: 8px 11px; font-size: 10.5px; }

  /* Admizz Story — section + stats */
  .wc-admizz-text { font-size: 15.5px; }
  .wc-admizz-stats { gap: 10px; margin: 32px auto; }
  .wc-admizz-stat { padding: 18px 8px; }

  /* Prediction modal — inputs 16px font kills iOS focus-zoom */
  .wc-input,
  .wc-select,
  .wc-phone-input,
  .wc-phone-pop-search input {
    font-size: 16px;
  }
  .wc-input--search { font-size: 14px; }
  .wc-submit { min-height: 50px; }

  /* Timezone picker — full-width pill below the title block */
  .wc-tz-button { padding: 12px 16px; min-height: 46px; }

  /* Tournament Pulse section — eyebrow tighter */
  .wc-section-eyebrow { font-size: 10px; margin-bottom: 12px; }
}

/* Very narrow phones — extra tightening */
@media (max-width: 420px) {
  .wc-section { padding: 56px 14px; }
  .wc-hero { padding: 88px 14px 48px; }
  .wc-hero-title { font-size: clamp(40px, 13vw, 60px); }

  /* Pulse falls back to single column on tiny screens */
  .wc-pulse { grid-template-columns: 1fr; }
  .wc-pulse-value { font-size: 44px; }

  /* Hero CTAs go full width — easier thumb reach */
  .wc-hero-ctas { flex-direction: column; align-items: stretch; }
  .wc-btn-primary,
  .wc-btn-ghost {
    justify-content: center;
    width: 100%;
  }

  /* Schedule cards — slightly narrower min */
  .wc-schedule-card { min-width: 230px; }

  /* MOTD score digits don't run off */
  .wc-motd-score-digit { font-size: clamp(48px, 14vw, 72px); }
}
