:root {
  --wc-purple: #37003c;
  --wc-purple-light: #5a1060;
  --wc-lime: #acdd00;
  --wc-lime-dark: #8ab800;
  --wc-gold: #f5c518;
  --wc-dark: #0d0610;
  --wc-card: rgba(255,255,255,0.06);
  --wc-border: rgba(172,221,0,0.2);
  --wc-glow: rgba(172,221,0,0.35);
  --wc-font: 'Outfit', system-ui, sans-serif;
  --wc-display: 'Bebas Neue', 'Outfit', sans-serif;
  --wc-hero-photo: none;
}

.wc-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0.75rem 5rem;
  font-family: var(--wc-font);
}

.wc-winwin-banner {
  display: block;
  width: 100%;
  margin: 0 0 0.85rem;
  line-height: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  transition: opacity 0.2s ease;
}
.wc-winwin-banner:hover { opacity: 0.92; }
.wc-winwin-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 0;
  background: transparent;
}

/* ── HERO ── */
.wc-hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1rem;
  min-height: 0;
  background: #060a14;
  box-shadow: 0 12px 36px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.08);
}
.wc-hero-sm { min-height: 0; }
.wc-hero-photo {
  position: absolute; inset: 0;
  background: var(--wc-hero-photo) center 35% / cover no-repeat;
  transform: scale(1.02);
}
.wc-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(4,8,18,0.35) 0%, rgba(4,8,18,0.72) 45%, rgba(2,6,14,0.9) 100%),
    linear-gradient(135deg, rgba(0,40,90,0.25) 0%, transparent 55%, rgba(172,221,0,0.08) 100%);
}
.wc-hero-logo {
  display: block;
  width: auto;
  max-height: 44px;
  margin: 0 auto 0.4rem;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.5));
}
.wc-hero-sm .wc-hero-logo {
  max-height: 34px;
  margin-bottom: 0.3rem;
}
.wc-hero-content {
  position: relative; z-index: 2;
  padding: 1rem 1rem 0.9rem;
  text-align: center; color: #fff;
}
.wc-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--wc-lime); margin-bottom: 0.35rem;
  background: rgba(172,221,0,0.12); padding: 0.25rem 0.65rem; border-radius: 999px;
  border: 1px solid var(--wc-border);
}
.wc-hero-title {
  font-family: var(--wc-display);
  font-size: clamp(1.55rem, 5vw, 2.15rem);
  font-weight: 400; letter-spacing: 0.04em; line-height: 1.05;
  margin: 0 0 0.35rem;
  color: var(--wc-lime);
  text-shadow: 0 2px 16px rgba(0,0,0,0.45);
}
.wc-hero-sm .wc-hero-title {
  font-size: clamp(1.35rem, 4.5vw, 1.75rem);
  margin-bottom: 0.2rem;
}
.wc-hero-sm .wc-hero-content { padding: 0.75rem 0.85rem 0.7rem; }
.wc-hero-sm .wc-hero-subtitle {
  font-size: 0.8rem;
  color: var(--wc-lime);
  opacity: 1;
}
.wc-hero-subtitle {
  margin: 0; opacity: 0.92; font-size: 0.82rem; max-width: 480px; margin-inline: auto; line-height: 1.35;
  text-shadow: 0 1px 12px rgba(0,0,0,0.55);
}
.wc-prize-row { display: flex; flex-wrap: wrap; gap: 0.35rem; justify-content: center; margin-top: 0.55rem; }
.wc-prize-chip {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.3rem 0.65rem; border-radius: 999px; font-size: 0.72rem; font-weight: 700;
  background: linear-gradient(135deg, rgba(245,197,24,0.25), rgba(245,197,24,0.1));
  border: 1px solid rgba(245,197,24,0.4); color: var(--wc-gold);
}
.wc-prize-chip i { font-size: 0.75rem; }

/* Countdown */
.wc-countdown {
  display: flex; gap: 0.4rem; justify-content: center; margin-top: 0.65rem;
}
.wc-countdown-item {
  background: rgba(0,0,0,0.35); border: 1px solid var(--wc-border);
  border-radius: 10px; padding: 0.35rem 0.5rem; min-width: 46px;
  backdrop-filter: blur(8px);
}
.wc-countdown-val {
  font-family: var(--wc-display); font-size: 1.25rem; line-height: 1; color: var(--wc-lime);
}
.wc-countdown-lbl { font-size: 0.52rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.6; margin-top: 0.1rem; }
.wc-hero-meta {
  font-size: 0.68rem; opacity: 0.65; margin-top: 0.35rem; margin-bottom: 0; line-height: 1.3;
}
.wc-hero-actions {
  margin-top: 0.55rem; display: flex; gap: 0.4rem; justify-content: center; flex-wrap: wrap;
}

/* Demo banner */
.wc-demo-banner {
  display: flex; align-items: center; gap: 0.75rem;
  background: linear-gradient(90deg, rgba(172,221,0,0.12), rgba(55,0,60,0.3));
  border: 1px solid var(--wc-border); border-radius: 16px;
  padding: 0.85rem 1.1rem; margin-bottom: 1.25rem; font-size: 0.85rem; color: #e2e8f0;
}
.wc-demo-banner i { color: var(--wc-lime); font-size: 1.1rem; flex-shrink: 0; }

/* Nav */
.wc-nav {
  display: flex; gap: 0.4rem; margin-bottom: 1.25rem;
  background: linear-gradient(135deg, rgba(55,0,60,0.07), rgba(55,0,60,0.03));
  padding: 0.35rem; border-radius: 16px;
  border: 1px solid rgba(55,0,60,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.wc-nav-link {
  flex: 1; text-align: center; padding: 0.65rem 0.5rem; border-radius: 12px;
  color: #64748b; text-decoration: none; font-weight: 700; font-size: 0.8rem;
  transition: all 0.25s; display: flex; align-items: center; justify-content: center; gap: 0.35rem;
  border: 1px solid transparent;
}
.wc-nav-link i { color: var(--wc-purple); opacity: 0.55; transition: all 0.25s; }
.wc-nav-link:hover {
  color: var(--wc-purple); text-decoration: none;
  background: rgba(55,0,60,0.06); border-color: rgba(55,0,60,0.1);
}
.wc-nav-link:hover i { opacity: 1; color: var(--wc-purple); }
.wc-nav-link.active {
  background: linear-gradient(135deg, var(--wc-purple), var(--wc-purple-light));
  color: var(--wc-lime);
  border-color: rgba(172,221,0,0.35);
  box-shadow: 0 4px 18px rgba(55,0,60,0.28), inset 0 1px 0 rgba(255,255,255,0.12);
}
.wc-nav-link.active i { color: var(--wc-lime); opacity: 1; }

/* Stats panel — flex cards (reliable layout) */
.wc-stats-panel {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.wc-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.wc-stats-row-hero .wc-stats-card {
  flex: 1 1 calc(50% - 0.33rem);
  min-width: 0;
}
.wc-stats-row-hero .wc-stats-card:only-child {
  flex: 1 1 100%;
}
.wc-stats-row-metrics .wc-stats-card {
  flex: 1 1 calc(33.333% - 0.44rem);
  min-width: 5.5rem;
}
.wc-stats-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 1rem 0.65rem 0.85rem;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #e8edf3;
  box-shadow: 0 4px 18px rgba(55,0,60,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wc-stats-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(55,0,60,0.1);
}
.wc-stats-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 0.15rem;
}
.wc-stats-card-icon-sm {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  font-size: 0.82rem;
  margin-bottom: 0.05rem;
}
.wc-stats-card-num {
  font-family: var(--wc-display);
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}
.wc-stats-card-num-sm { font-size: 1.75rem; }
.wc-stats-card-lbl {
  font-size: 0.68rem;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

/* Points hero card */
.wc-stats-card-points {
  background: linear-gradient(145deg, #37003c 0%, #5a1060 100%);
  border-color: rgba(172,221,0,0.2);
  box-shadow: 0 8px 28px rgba(55,0,60,0.25);
}
.wc-stats-card-points .wc-stats-card-icon {
  background: rgba(172,221,0,0.18);
  color: #acdd00;
}
.wc-stats-card-points .wc-stats-card-num {
  color: #acdd00;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.wc-stats-card-points .wc-stats-card-lbl { color: rgba(255,255,255,0.75); }

/* Rank card */
.wc-stats-card-rank {
  background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
  border-color: rgba(245,197,24,0.35);
  box-shadow: 0 6px 20px rgba(245,197,24,0.15);
}
.wc-stats-card-rank .wc-stats-card-icon {
  background: rgba(245,197,24,0.3);
  color: #b45309;
}
.wc-stats-card-rank .wc-stats-card-num { color: #92400e; }
.wc-stats-card-rank .wc-stats-card-lbl { color: #a16207; }

/* Metric cards */
.wc-stats-card-metric {
  background: #fff;
  padding: 0.85rem 0.45rem 0.75rem;
}
.wc-stats-card-metric:nth-child(1) .wc-stats-card-icon { background: rgba(172,221,0,0.14); color: #8ab800; }
.wc-stats-card-metric:nth-child(1) .wc-stats-card-num { color: #8ab800; }
.wc-stats-card-metric:nth-child(2) .wc-stats-card-icon { background: rgba(55,0,60,0.08); color: #37003c; }
.wc-stats-card-metric:nth-child(2) .wc-stats-card-num { color: #37003c; }
.wc-stats-card-metric:nth-child(3) .wc-stats-card-icon { background: rgba(245,197,24,0.18); color: #b45309; }
.wc-stats-card-metric:nth-child(3) .wc-stats-card-num { color: #37003c; }

/* Progress bar card */
.wc-stats-progress {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 16px;
  padding: 0.9rem 1rem;
  box-shadow: 0 4px 18px rgba(55,0,60,0.05);
}
.wc-stats-progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}
.wc-stats-progress-label {
  font-size: 0.78rem;
  font-weight: 800;
  color: #475569;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.wc-stats-progress-label i { color: #37003c; opacity: 0.7; font-size: 0.72rem; }
.wc-stats-progress-nums {
  font-size: 0.78rem;
  font-weight: 700;
  color: #94a3b8;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.wc-stats-progress-nums .wc-progress-pct { color: #37003c; font-family: var(--wc-display); font-size: 0.95rem; }
.wc-stats-progress-bar {
  height: 10px;
  border-radius: 999px;
  background: #eef2f6;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.wc-stats-progress-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #acdd00, #8ab800);
  transition: width 0.5s ease;
  min-width: 0;
}

.wc-streak-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.15rem;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  color: #c2410c;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.55rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(251, 146, 60, 0.35);
  box-shadow: 0 2px 10px rgba(251, 146, 60, 0.12);
}
.wc-streak-badge i {
  color: #ea580c;
  animation: wc-streak-flicker 1.8s ease-in-out infinite;
}
@keyframes wc-streak-flicker {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.12); opacity: 0.85; }
}

/* Points legend */
.wc-points-legend {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin-bottom: 1.25rem;
}
.wc-pt-card {
  text-align: center; padding: 0.75rem; border-radius: 14px;
  background: #fff; border: 1px solid #f1f5f9;
  transition: transform 0.2s, box-shadow 0.2s;
}
.wc-pt-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(55,0,60,0.08); }
.wc-pt-val { font-family: var(--wc-display); font-size: 2rem; line-height: 1; }
.wc-pt-val.exact { color: var(--wc-lime-dark); }
.wc-pt-val.diff { color: var(--wc-purple); }
.wc-pt-val.outcome { color: var(--wc-gold); }
.wc-pt-lbl { font-size: 0.72rem; color: #64748b; margin-top: 0.2rem; line-height: 1.25; }

/* Top 5 podium mini */
.wc-podium-mini {
  display: flex; align-items: flex-end; justify-content: center; gap: 0.5rem;
  margin-bottom: 1.25rem; padding: 1rem; background: #fff; border-radius: 20px;
  box-shadow: 0 4px 24px rgba(55,0,60,0.08);
}
.wc-podium-slot {
  flex: 1; max-width: 120px; text-align: center; border-radius: 14px 14px 8px 8px;
  padding: 0.75rem 0.5rem 0.5rem; position: relative;
}
.wc-podium-slot.rank-1 { background: linear-gradient(180deg, #fef9c3, #fde68a); order: 2; padding-top: 1.5rem; }
.wc-podium-slot.rank-2 { background: linear-gradient(180deg, #f1f5f9, #e2e8f0); order: 1; }
.wc-podium-slot.rank-3 { background: linear-gradient(180deg, #ffedd5, #fed7aa); order: 3; }
.wc-podium-medal { font-size: 1.25rem; margin-bottom: 0.25rem; }
.wc-podium-name { font-size: 0.72rem; font-weight: 700; color: #1e293b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wc-podium-pts { font-family: var(--wc-display); font-size: 1.25rem; color: var(--wc-purple); }

/* Bonus */
.wc-bonus-card {
  background: linear-gradient(135deg, rgba(55,0,60,0.04), rgba(172,221,0,0.06));
  border: 1px solid var(--wc-border); border-radius: 20px;
  padding: 1.25rem; margin-bottom: 1.25rem;
}
.wc-bonus-card h3 { font-size: 1rem; font-weight: 800; color: var(--wc-lime-dark); margin: 0 0 0.35rem; }
.wc-bonus-hint { font-size: 0.8rem; color: #64748b; margin-bottom: 1rem; }
.wc-bonus-card label { font-size: 0.8rem; font-weight: 600; color: #475569; }
.wc-bonus-locked {
  background: linear-gradient(135deg, rgba(172,221,0,0.08), rgba(55,0,60,0.04));
  border: 2px solid var(--wc-border); border-radius: 16px; padding: 1rem;
}
.wc-bonus-locked-empty { text-align: center; color: #94a3b8; }
.wc-bonus-locked-empty p { margin: 0; font-size: 0.82rem; }
.wc-bonus-locked-value { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem; }
.wc-bonus-locked-crest { width: 40px; height: 40px; object-fit: contain; }
.wc-bonus-locked-fallback { font-size: 1.75rem; }
.wc-bonus-locked-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--wc-purple); color: var(--wc-lime);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; flex-shrink: 0;
}
.wc-bonus-locked-name { font-weight: 800; font-size: 1rem; color: var(--wc-purple); display: block; }
.wc-bonus-locked-sub { font-size: 0.75rem; color: #94a3b8; }
.wc-bonus-locked-badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  background: rgba(55,0,60,0.08); color: var(--wc-purple); font-size: 0.7rem; font-weight: 800;
  padding: 0.2rem 0.55rem; border-radius: 999px;
}
.wc-bonus-locked-hint { margin: 0.5rem 0 0; font-size: 0.75rem; color: #94a3b8; }

.wc-dash-compact { padding: 1rem; margin-bottom: 1rem; }
.wc-mine-filters { margin-bottom: 1.25rem; display: flex; gap: 0.4rem; flex-wrap: wrap; }
.wc-filter-count {
  display: inline-flex; min-width: 1.25rem; height: 1.25rem; align-items: center; justify-content: center;
  background: rgba(55,0,60,0.08); border-radius: 999px; font-size: 0.65rem; margin-left: 0.25rem; padding: 0 0.35rem;
}
.wc-filter-btn.active .wc-filter-count { background: rgba(172,221,0,0.25); color: var(--wc-purple); }
.wc-match-locked-hint { margin: 0.5rem 0 0; font-size: 0.8rem; color: #94a3b8; }

/* Mine page */
.wc-page-mine { max-width: 880px; }
.wc-mine-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.6rem; margin-bottom: 1.25rem;
}
@media (max-width: 600px) { .wc-mine-stats { grid-template-columns: repeat(2, 1fr); } }
.wc-mine-stat {
  background: #fff; border-radius: 16px; padding: 0.85rem 0.5rem; text-align: center;
  border: 1px solid #f1f5f9; box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  display: flex; flex-direction: column; align-items: center; gap: 0.25rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.wc-mine-stat:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(55,0,60,0.08); }
.wc-mine-stat-accent {
  background: linear-gradient(145deg, var(--wc-purple), var(--wc-purple-light)); border-color: transparent;
}
.wc-mine-stat-accent .wc-mine-stat-val { color: var(--wc-lime); }
.wc-mine-stat-accent .wc-mine-stat-lbl { color: rgba(255,255,255,0.7); }
.wc-mine-stat-accent .wc-mine-stat-icon { background: rgba(172,221,0,0.2); color: var(--wc-lime); }
.wc-mine-stat-icon {
  width: 2rem; height: 2rem; border-radius: 10px;
  background: rgba(55,0,60,0.06); color: var(--wc-purple);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; margin-bottom: 0.15rem;
}
.wc-mine-stat-val {
  display: block; font-family: var(--wc-display); font-size: 1.6rem; line-height: 1;
  color: var(--wc-purple);
}
.wc-mine-stat-lbl { font-size: 0.68rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.04em; }

.wc-mine-section { margin-bottom: 2.25rem; }
.wc-mine-section-head {
  margin-bottom: 1.15rem; padding: 0.95rem 1.05rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(55,0,60,0.05) 0%, rgba(172,221,0,0.07) 100%);
  border: 1px solid rgba(55,0,60,0.1);
  border-left: 4px solid var(--wc-purple);
  box-shadow: 0 4px 20px rgba(55,0,60,0.06);
  position: relative; overflow: hidden;
}
.wc-mine-section-head::after {
  content: ''; position: absolute; top: -30px; right: -20px;
  width: 110px; height: 110px; border-radius: 50%;
  background: radial-gradient(circle, rgba(172,221,0,0.18) 0%, transparent 68%);
  pointer-events: none;
}
.wc-mine-section-head h2 {
  font-family: var(--wc-display); font-size: 1.4rem; letter-spacing: 0.07em;
  color: var(--wc-purple); margin: 0 0 0.25rem;
  display: flex; align-items: center; gap: 0.55rem;
  position: relative; z-index: 1;
}
.wc-mine-section-head h2 i {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; border-radius: 10px; flex-shrink: 0;
  font-size: 0.82rem; color: var(--wc-lime);
  background: linear-gradient(145deg, var(--wc-purple), var(--wc-purple-light));
  box-shadow: 0 3px 10px rgba(55,0,60,0.22);
}
.wc-mine-section-head p {
  margin: 0; font-size: 0.8rem; color: #64748b;
  position: relative; z-index: 1; padding-left: 2.55rem;
}

.wc-mine-date-group { margin-bottom: 1.35rem; }
.wc-mine-date-label {
  display: flex; align-items: center; gap: 0.65rem;
  margin: 0 0 0.75rem; padding: 0;
  font-family: var(--wc-display); font-size: 1.05rem; font-weight: 400;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--wc-purple); line-height: 1.2;
}
.wc-mine-date-label::before,
.wc-mine-date-label::after {
  content: ''; flex: 1; height: 2px; border-radius: 999px;
}
.wc-mine-date-label::before {
  max-width: 1.25rem;
  background: linear-gradient(90deg, var(--wc-purple), rgba(55,0,60,0.2));
}
.wc-mine-date-label::after {
  background: linear-gradient(90deg, rgba(55,0,60,0.12), transparent);
}
.wc-mine-grid { display: flex; flex-direction: column; gap: 0.7rem; }
.wc-mine-grid .wc-match { margin-bottom: 0; }

.wc-mine-card {
  background: #fff; border-radius: 20px; padding: 1rem 1.1rem;
  border: 1px solid #f1f5f9; box-shadow: 0 2px 14px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.wc-mine-card-editable { border-color: rgba(172,221,0,0.35); background: linear-gradient(180deg, rgba(172,221,0,0.04), #fff 40%); }
.wc-mine-card-done { border-left: 4px solid #22c55e; }
.wc-mine-card-live { border-left: 4px solid #ef4444; }

.wc-mine-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.5rem; margin-bottom: 0.85rem; }
.wc-mine-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem; }
.wc-mine-card-date { font-size: 0.75rem; font-weight: 600; color: #64748b; }
.wc-mine-card-group {
  font-size: 0.65rem; font-weight: 800; padding: 0.15rem 0.5rem; border-radius: 999px;
  background: rgba(55,0,60,0.06); color: var(--wc-purple);
}
.wc-mine-card-status { display: flex; flex-wrap: wrap; gap: 0.35rem; justify-content: flex-end; }
.wc-mine-pts {
  font-size: 0.7rem; font-weight: 800; padding: 0.2rem 0.55rem; border-radius: 999px;
}
.wc-mine-pts-exact { background: #dcfce7; color: #166534; }
.wc-mine-pts-good { background: #dbeafe; color: #1e40af; }
.wc-mine-pts-ok { background: #fef9c3; color: #854d0e; }
.wc-mine-pts-zero { background: #f1f5f9; color: #94a3b8; }
.wc-mine-edit-tag {
  font-size: 0.65rem; font-weight: 700; padding: 0.2rem 0.5rem; border-radius: 999px;
  background: rgba(172,221,0,0.15); color: #4d7c0f;
}
.wc-mine-edit-tag-locked { background: #f1f5f9; color: #94a3b8; }

.wc-mine-card-teams {
  display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 0.75rem;
}
.wc-mine-team { display: flex; align-items: center; gap: 0.55rem; min-width: 0; }
.wc-mine-team-away { justify-content: flex-end; flex-direction: row-reverse; }
.wc-mine-crest { width: 36px; height: 36px; object-fit: contain; flex-shrink: 0; }
.wc-mine-crest-fallback { font-size: 1.5rem; flex-shrink: 0; }
.wc-mine-team-name {
  font-weight: 700; font-size: 0.88rem; color: #1e293b; line-height: 1.2;
  min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.wc-mine-scores { display: flex; flex-direction: column; align-items: center; gap: 0.35rem; min-width: 7rem; }
.wc-mine-score-inputs { display: flex; align-items: center; gap: 0.45rem; }
.wc-mine-input { width: 2.65rem !important; font-size: 1.3rem !important; padding: 0.3rem 0.2rem !important; }
.wc-mine-score-sep { font-family: var(--wc-display); font-size: 1.25rem; color: #cbd5e1; }
.wc-mine-score-display .wc-mine-pred,
.wc-mine-score-actual span:first-child {
  font-family: var(--wc-display); font-size: 1.5rem; color: var(--wc-purple); line-height: 1;
}
.wc-mine-score-actual span:first-child { color: #22c55e; }
.wc-mine-pred-lbl {
  display: block; font-size: 0.6rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: #94a3b8; text-align: center;
}

.wc-mine-card-actions {
  margin-top: 0.85rem; padding-top: 0.85rem; border-top: 1px solid #f1f5f9;
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
}
.wc-mine-quick-picks { margin-top: 0; }
.wc-mine-save { margin-top: 0; width: 100%; max-width: 220px; justify-content: center; padding: 0.55rem 1rem; }
.wc-bonus-card .form-control {
  border-radius: 12px; border: 2px solid #e2e8f0; font-weight: 600;
  transition: border-color 0.2s;
}
.wc-bonus-card .form-control:focus { border-color: var(--wc-lime); box-shadow: 0 0 0 3px rgba(172,221,0,0.2); }

.wc-team-picker {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 0.5rem;
  max-height: 220px; overflow-y: auto; padding: 0.25rem; margin-bottom: 0.5rem;
  border: 1px solid #e2e8f0; border-radius: 14px; background: #fafafa;
}
.wc-team-picker-compact { max-height: 140px; }
.wc-team-chip {
  display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
  padding: 0.5rem 0.35rem; border: 2px solid transparent; border-radius: 12px;
  background: #fff; cursor: pointer; transition: all 0.2s; text-align: center;
}
.wc-team-chip:hover { border-color: var(--wc-border); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(55,0,60,0.08); }
.wc-team-chip.selected { border-color: var(--wc-lime); background: rgba(172,221,0,0.1); box-shadow: 0 0 0 2px rgba(172,221,0,0.25); }
.wc-team-chip.hidden { display: none; }
.wc-team-chip-crest { width: 36px; height: 36px; object-fit: contain; }
.wc-team-chip-sm .wc-team-chip-crest { width: 28px; height: 28px; }
.wc-team-chip-fallback { font-size: 1.5rem; line-height: 36px; }
.wc-team-chip-name { font-size: 0.65rem; font-weight: 700; color: #334155; line-height: 1.2; }

.wc-player-picker {
  max-height: 200px; overflow-y: auto; border: 1px solid #e2e8f0; border-radius: 14px;
  background: #fff; padding: 0.5rem; margin-top: 0.5rem;
}
.wc-player-picker-hint { font-size: 0.8rem; color: #94a3b8; text-align: center; margin: 1rem 0; }
.wc-player-chip {
  display: flex; align-items: center; gap: 0.65rem; width: 100%;
  padding: 0.45rem 0.6rem; border: 2px solid transparent; border-radius: 10px;
  background: transparent; cursor: pointer; text-align: left; transition: all 0.15s;
}
.wc-player-chip:hover { background: #f8fafc; }
.wc-player-chip.selected { background: rgba(172,221,0,0.12); border-color: var(--wc-lime); }
.wc-player-avatar {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--wc-purple), var(--wc-purple-light));
  color: var(--wc-lime); font-weight: 800; font-size: 0.75rem;
  display: flex; align-items: center; justify-content: center; letter-spacing: -0.02em;
}
.wc-player-meta { flex: 1; min-width: 0; }
.wc-player-name { font-size: 0.85rem; font-weight: 700; color: #1e293b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wc-player-pos { font-size: 0.7rem; color: #94a3b8; }

/* Schedule navigation */
.wc-schedule-nav {
  margin-bottom: 1rem;
  background: linear-gradient(165deg, #fff 0%, #fafbfd 100%);
  border-radius: 18px;
  padding: 0.9rem;
  border: 1px solid rgba(55,0,60,0.08);
  box-shadow: 0 4px 20px rgba(55,0,60,0.06);
}
.wc-stage-tabs {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
  padding: 0.35rem;
  background: linear-gradient(135deg, rgba(55,0,60,0.06), rgba(55,0,60,0.02));
  border-radius: 14px;
  border: 1px solid rgba(55,0,60,0.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.wc-stage-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.55rem 0.35rem;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  font-weight: 700;
  font-size: 0.72rem;
  line-height: 1.15;
  color: #64748b;
  cursor: pointer;
  transition: all 0.22s ease;
}
.wc-stage-tab i {
  font-size: 0.9rem;
  color: var(--wc-purple);
  opacity: 0.45;
  transition: all 0.22s ease;
}
.wc-stage-tab:hover {
  color: var(--wc-purple);
  background: rgba(55,0,60,0.05);
  border-color: rgba(55,0,60,0.08);
}
.wc-stage-tab:hover i { opacity: 0.85; }
.wc-stage-tab.active {
  background: linear-gradient(135deg, var(--wc-purple), var(--wc-purple-light));
  color: var(--wc-lime);
  border-color: rgba(172,221,0,0.35);
  box-shadow: 0 4px 16px rgba(55,0,60,0.25), inset 0 1px 0 rgba(255,255,255,0.12);
}
.wc-stage-tab.active i { color: var(--wc-lime); opacity: 1; }
.wc-filter-block {
  margin-bottom: 0.85rem;
  padding: 0.65rem 0.7rem;
  border-radius: 14px;
  background: rgba(55,0,60,0.02);
  border: 1px solid rgba(55,0,60,0.06);
}
.wc-filter-block:last-child { margin-bottom: 0; }
.wc-filter-block-lbl {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--wc-purple);
  margin-bottom: 0.55rem;
  opacity: 0.75;
}
.wc-filter-block-lbl::before {
  content: '';
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--wc-lime);
  box-shadow: 0 0 6px var(--wc-glow);
  flex-shrink: 0;
}
.wc-letter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(2.4rem, 1fr));
  gap: 0.4rem;
  max-width: 100%;
}
.wc-letter-btn {
  aspect-ratio: 1;
  min-height: 2.4rem;
  padding: 0;
  border: 1.5px solid rgba(55,0,60,0.1);
  border-radius: 11px;
  background: #fff;
  font-family: var(--wc-display);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--wc-purple);
  cursor: pointer;
  transition: all 0.18s ease;
  box-shadow: 0 1px 3px rgba(15,23,42,0.04);
}
.wc-letter-btn:first-child {
  grid-column: 1 / -1;
  aspect-ratio: auto;
  min-height: 2.15rem;
  font-family: var(--wc-font);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 10px;
  color: #64748b;
}
.wc-letter-btn:hover {
  border-color: rgba(172,221,0,0.45);
  color: var(--wc-purple);
  background: rgba(172,221,0,0.06);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(55,0,60,0.08);
}
.wc-letter-btn.active {
  border-color: rgba(172,221,0,0.5);
  background: linear-gradient(145deg, var(--wc-purple), var(--wc-purple-light));
  color: var(--wc-lime);
  box-shadow: 0 4px 14px rgba(55,0,60,0.22), inset 0 1px 0 rgba(255,255,255,0.1);
  transform: translateY(-1px);
}
.wc-ko-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 0.55rem;
}
.wc-ko-btn {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem;
  border: 1.5px solid rgba(55,0,60,0.12);
  border-radius: 14px;
  background: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--wc-purple);
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(55,0,60,0.05);
  text-align: left;
}
.wc-ko-btn-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}
.wc-ko-btn-playoff .wc-ko-btn-icon {
  background: linear-gradient(145deg, rgba(55,0,60,0.08), rgba(172,221,0,0.12));
  color: var(--wc-purple);
  border: 1px solid rgba(55,0,60,0.1);
}
.wc-ko-btn-final .wc-ko-btn-icon {
  background: linear-gradient(145deg, rgba(245,197,24,0.2), rgba(245,197,24,0.08));
  color: #b45309;
  border: 1px solid rgba(245,197,24,0.35);
}
.wc-ko-btn-text {
  font-family: var(--wc-display);
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.wc-ko-btn:hover {
  border-color: rgba(172,221,0,0.4);
  background: rgba(172,221,0,0.04);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(55,0,60,0.1);
}
.wc-ko-btn-playoff.active {
  border-color: rgba(172,221,0,0.45);
  background: linear-gradient(135deg, var(--wc-purple), var(--wc-purple-light));
  color: var(--wc-lime);
  box-shadow: 0 6px 20px rgba(55,0,60,0.28), inset 0 1px 0 rgba(255,255,255,0.1);
}
.wc-ko-btn-playoff.active .wc-ko-btn-icon {
  background: rgba(172,221,0,0.2);
  color: var(--wc-lime);
  border-color: rgba(172,221,0,0.35);
}
.wc-ko-btn-final.active {
  border-color: rgba(245,197,24,0.55);
  background: linear-gradient(135deg, #3d0040, var(--wc-purple));
  color: var(--wc-gold);
  box-shadow: 0 6px 20px rgba(55,0,60,0.28), inset 0 1px 0 rgba(245,197,24,0.15);
}
.wc-ko-btn-final.active .wc-ko-btn-icon {
  background: rgba(245,197,24,0.22);
  color: var(--wc-gold);
  border-color: rgba(245,197,24,0.4);
}

/* Group filters (mine page etc.) */
.wc-filters {
  display: flex; gap: 0.4rem; flex-wrap: wrap;
  padding: 0.35rem;
  background: linear-gradient(135deg, rgba(55,0,60,0.05), rgba(55,0,60,0.02));
  border-radius: 14px;
  border: 1px solid rgba(55,0,60,0.07);
}
.wc-filter-btn {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1.5px solid rgba(55,0,60,0.1);
  background: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(15,23,42,0.04);
}
.wc-filter-btn:hover {
  border-color: rgba(172,221,0,0.4);
  color: var(--wc-purple);
  background: rgba(172,221,0,0.06);
}
.wc-filter-btn.active {
  border-color: rgba(172,221,0,0.45);
  background: linear-gradient(135deg, var(--wc-purple), var(--wc-purple-light));
  color: var(--wc-lime);
  box-shadow: 0 3px 14px rgba(55,0,60,0.22);
}

/* Match cards */
.wc-group { margin-bottom: 1rem; content-visibility: auto; contain-intrinsic-size: auto 200px; }
.wc-group-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8edf3;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.wc-group-card-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f6;
}
.wc-group-badge {
  width: 2.25rem; height: 2.25rem;
  border-radius: 8px;
  background: var(--wc-purple);
  color: var(--wc-lime);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--wc-display);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.wc-group-badge-letter { font-size: 1.5rem; }
.wc-group-badge i { font-size: 1rem; }
.wc-group-card-info { min-width: 0; flex: 1; }
.wc-group-card-info .wc-group-title {
  margin-bottom: 0.1rem;
  font-size: 1.1rem;
}
.wc-group-card-info .wc-group-title::after { display: none; }
.wc-group-count {
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
}
.wc-group-matches {
  padding: 0.65rem 0.75rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.wc-group-matches .wc-match { margin-bottom: 0; }
.wc-nearby-section {
  margin-bottom: 1.25rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(172, 221, 0, 0.35);
  box-shadow: 0 4px 20px rgba(55, 0, 60, 0.06);
  overflow: hidden;
}
.wc-nearby-section .wc-group-card-head {
  background: linear-gradient(135deg, rgba(172,221,0,0.12) 0%, rgba(55,0,60,0.04) 100%);
  border-bottom: 1px solid rgba(172,221,0,0.2);
  padding: 0.85rem 1rem;
  margin-bottom: 0;
}
.wc-nearby-section .wc-group-badge {
  background: linear-gradient(145deg, var(--wc-lime-dark), var(--wc-lime));
  color: var(--wc-purple);
  border-color: rgba(172,221,0,0.4);
}
.wc-nearby-section .wc-group-matches {
  padding: 0.65rem 0.75rem 0.75rem;
  background: linear-gradient(180deg, rgba(172,221,0,0.03) 0%, #fff 30%);
}
.wc-nearby-section .wc-group-title {
  margin-bottom: 0.1rem;
  font-size: 1.1rem;
}
.wc-nearby-section .wc-group-title::after { display: none; }
.wc-nearby-section .wc-match:last-child { margin-bottom: 0; }
.wc-schedule-panel {
  padding: 0.85rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #f4f6f9 0%, #fafbfd 100%);
  border: 1px solid #e2e8f0;
  margin-bottom: 1rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
.wc-schedule-panel .wc-group-title {
  font-size: 1.1rem;
  margin-bottom: 0.55rem;
}
.wc-schedule-toggle {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  width: 100%; padding: 0.75rem 1rem; margin-bottom: 1rem;
  border: 2px dashed var(--wc-border); border-radius: 14px;
  background: #fff; color: var(--wc-purple); font-weight: 700; font-size: 0.85rem;
  cursor: pointer; transition: all 0.15s;
}
.wc-schedule-toggle:hover { background: rgba(172,221,0,0.06); border-color: var(--wc-lime); }
.wc-schedule-panel[hidden] { display: none !important; }
.wc-group-title {
  font-family: var(--wc-display); font-size: 1.25rem; letter-spacing: 0.08em;
  color: var(--wc-purple); margin-bottom: 0.85rem;
  display: flex; align-items: center; gap: 0.55rem;
}
.wc-group-title i {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.75rem; height: 1.75rem; border-radius: 8px; flex-shrink: 0;
  font-size: 0.75rem; color: var(--wc-lime);
  background: linear-gradient(145deg, var(--wc-purple), var(--wc-purple-light));
}
.wc-group-title::after {
  content: ''; flex: 1; height: 2px; border-radius: 999px;
  background: linear-gradient(90deg, rgba(55,0,60,0.22), rgba(172,221,0,0.35), transparent);
}

.wc-match {
  background: #fff; border-radius: 16px; padding: 0;
  margin-bottom: 0.7rem; border: 1px solid #e8edf3;
  box-shadow: 0 2px 10px rgba(55, 0, 60, 0.05);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  overflow: hidden;
}
.wc-match img {
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.wc-match-spotlight, .wc-match-no-collapse { padding: 1rem 1.1rem; }
.wc-match:hover:not(.wc-match-locked):not(.wc-match-future) { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(55,0,60,0.1); border-color: var(--wc-border); }
.wc-match-future {
  opacity: 1;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px dashed #d8e0ea;
  box-shadow: none;
}
.wc-match-future .wc-match-summary:hover { background: rgba(148, 163, 184, 0.06); }
.wc-match-future .wc-team-logo-wrap-sm {
  opacity: 0.72;
  filter: grayscale(0.25);
}
.wc-match-future .wc-match-summary .wc-team-name { color: #64748b; }
.wc-match-future .wc-summary-vs { color: #cbd5e1; }
.wc-match-predicted { border-left: 4px solid var(--wc-lime); }
.wc-match-finished { border-left: 4px solid #22c55e; opacity: 0.85; }
.wc-match-locked { opacity: 0.65; }
.wc-match-live { border-left: 4px solid #ef4444; animation: wc-live-pulse 2s infinite; }
@keyframes wc-live-pulse { 0%,100%{box-shadow:0 0 0 0 rgba(239,68,68,0)} 50%{box-shadow:0 0 0 4px rgba(239,68,68,0.15)} }

.wc-match-summary {
  display: block; width: 100%; padding: 0.7rem 0.85rem; border: none; background: transparent;
  text-align: left; cursor: pointer; position: relative; transition: background 0.15s;
}
.wc-match-summary:hover { background: rgba(172,221,0,0.04); }
.wc-match-summary-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.5rem; }
.wc-match-summary-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem 1.25rem;
  padding-right: 1.5rem;
}
.wc-match-summary-score {
  text-align: center; min-width: 4rem;
  padding: 0.35rem 0.6rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #eef2f6;
}
.wc-summary-score-val {
  font-family: var(--wc-display); font-size: 1.35rem; color: var(--wc-purple);
  display: block; line-height: 1;
}
.wc-summary-score-lbl { font-size: 0.6rem; color: #94a3b8; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.wc-summary-vs { font-size: 0.75rem; font-weight: 800; color: #cbd5e1; text-transform: uppercase; }
.wc-match-chevron {
  position: absolute; right: 0.85rem; top: 50%; transform: translateY(-50%);
  color: #94a3b8; font-size: 0.75rem; transition: transform 0.25s;
}
.wc-match-expanded .wc-match-chevron { transform: translateY(-50%) rotate(180deg); }
.wc-match-details {
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
  padding: 0 1rem;
}
.wc-match-expanded .wc-match-details {
  max-height: 1200px; opacity: 1; padding: 0 1rem 1rem;
  border-top: 1px solid #f1f5f9;
}
.wc-match-no-collapse .wc-match-details {
  max-height: none; opacity: 1; padding: 0; border-top: none; overflow: visible;
}
/* Crowd block: only when match expanded or spotlight */
.wc-match-collapsed > .wc-crowd { display: none; }
.wc-match-has-crowd > .wc-crowd {
  margin: 0 0.65rem 0.55rem;
}
.wc-match-no-collapse.wc-match-has-crowd > .wc-crowd {
  margin: 0.4rem 0 0.55rem;
}
.wc-match-expanded > .wc-crowd {
  margin: 0 0.65rem 0.55rem;
  border-top: none;
  padding-top: 0;
}
.wc-badge-crowd {
  background: linear-gradient(135deg, rgba(55, 0, 60, 0.08), rgba(172, 221, 0, 0.14));
  color: var(--wc-purple);
  font-size: 0.58rem;
  font-weight: 800;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(172, 221, 0, 0.35);
  white-space: nowrap;
}
.wc-badge-crowd i { color: var(--wc-lime-dark); font-size: 0.52rem; margin-right: 0.1rem; }
.wc-team-logo-wrap-sm {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #f8fafc);
  border: 1px solid #e8edf2;
  box-shadow: 0 2px 6px rgba(15,23,42,0.06);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wc-team-logo-wrap-sm .wc-team-logo {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px;
  max-height: 22px;
  object-fit: contain;
  display: block;
}
.wc-match-summary .wc-team-name { font-size: 0.8rem; min-width: 0; font-weight: 700; color: #1e293b; }
.wc-match-summary .wc-team { min-width: 0; }
.wc-match-summary .wc-team-home { justify-content: flex-start; }
.wc-match-summary .wc-team-away {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/* ── Crowd wisdom ── */
.wc-crowd {
  display: block;
  margin: 0;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f3 100%);
  border: 1px solid #e2e8f0;
  font-family: 'Outfit', system-ui, sans-serif;
}
.wc-crowd-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}
.wc-crowd-top-label {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #37003c;
}
.wc-crowd-top-label i {
  color: #8ab800;
  font-size: 0.55rem;
}
.wc-crowd-top-count {
  font-size: 0.58rem;
  font-weight: 600;
  color: #94a3b8;
  white-space: nowrap;
}
.wc-crowd-main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.wc-crowd-pct {
  flex-shrink: 0;
  min-width: 2.35rem;
  height: 2.35rem;
  padding: 0 0.25rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #37003c;
  background: #fff;
  border: 1.5px solid rgba(55, 0, 60, 0.15);
  box-shadow: 0 1px 4px rgba(55, 0, 60, 0.05);
}
.wc-crowd-pct--away {
  color: #5a7a00;
  border-color: rgba(172, 221, 0, 0.45);
  background: rgba(172, 221, 0, 0.08);
}
.wc-crowd-pct--draw {
  color: #64748b;
  border-color: rgba(148, 163, 184, 0.4);
}
.wc-crowd-info {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.wc-crowd-info-sub {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
  line-height: 1.15;
}
.wc-crowd-info-pick {
  font-size: 0.74rem;
  font-weight: 600;
  color: #475569;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wc-crowd-info-pick strong {
  color: #1e293b;
  font-weight: 800;
}
.wc-crowd-bar {
  display: flex;
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: #e2e8f0;
}
.wc-crowd-seg {
  display: block;
  height: 100%;
  min-width: 2px;
}
.wc-crowd-seg-home { background: linear-gradient(90deg, #37003c, #5a1060); }
.wc-crowd-seg-draw { background: #94a3b8; }
.wc-crowd-seg-away { background: linear-gradient(90deg, #8ab800, #acdd00); }

.wc-match-future-msg, .wc-match-result-msg {
  text-align: center; padding: 1rem 0.5rem; color: #64748b; font-size: 0.85rem;
}
.wc-match-future-msg i, .wc-match-result-msg { color: #94a3b8; margin-bottom: 0.35rem; }
.wc-match-future-msg p { margin: 0.35rem 0 0; line-height: 1.45; }
.wc-match-result-score {
  font-family: var(--wc-display); font-size: 1.8rem; color: var(--wc-purple);
  display: block; margin-bottom: 0.35rem;
}
.wc-match-result-pred { display: block; font-size: 0.78rem; color: #94a3b8; margin-top: 0.35rem; }
.wc-badge-open {
  background: rgba(172,221,0,0.2); color: #4d7c0f; font-size: 0.6rem; font-weight: 800;
  padding: 0.15rem 0.45rem; border-radius: 999px;
}
.wc-badge-future {
  background: #f1f5f9; color: #94a3b8; font-size: 0.6rem; font-weight: 800;
  padding: 0.15rem 0.45rem; border-radius: 999px;
}
.wc-window-hint {
  display: flex; align-items: flex-start; gap: 0.65rem;
  padding: 0.75rem 0.9rem; margin-bottom: 1rem; border-radius: 14px;
  background: linear-gradient(135deg, rgba(55, 0, 60, 0.04), rgba(172, 221, 0, 0.06));
  border: 1px solid rgba(55, 0, 60, 0.08);
  font-size: 0.8rem; color: #64748b; line-height: 1.45;
}
.wc-window-hint-icon {
  flex-shrink: 0; width: 1.65rem; height: 1.65rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(55, 0, 60, 0.08); color: var(--wc-purple); font-size: 0.75rem;
}
.wc-window-hint p { margin: 0; }
.wc-btn-sm { padding: 0.4rem 1rem; font-size: 0.78rem; display: inline-block; margin-top: 0.5rem; }

.wc-match-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; }
.wc-match-date { font-size: 0.75rem; color: #94a3b8; font-weight: 600; }
.wc-match-venue { font-size: 0.7rem; color: #cbd5e1; }
.wc-match-badges { display: flex; gap: 0.4rem; align-items: center; }
.wc-badge-live { background: #ef4444; color: #fff; font-size: 0.65rem; font-weight: 800; padding: 0.15rem 0.5rem; border-radius: 4px; animation: wc-blink 1.5s infinite; }
@keyframes wc-blink { 0%,100%{opacity:1} 50%{opacity:0.6} }
.wc-badge-pts { background: #dcfce7; color: #166534; font-size: 0.7rem; font-weight: 800; padding: 0.2rem 0.55rem; border-radius: 999px; }
.wc-badge-ft { font-family: var(--wc-display); font-size: 1.1rem; color: var(--wc-purple); }

.wc-match-body { display: flex; flex-direction: column; gap: 0.75rem; }
.wc-match-faceoff {
  display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center; gap: 0.75rem 1.35rem;
}
.wc-match-actions {
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
}

.wc-team { display: flex; align-items: center; gap: 0.6rem; min-width: 0; }
.wc-team-away {
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.wc-team-logo-wrap {
  width: 44px; height: 44px; border-radius: 50%; background: #f8fafc;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid #f1f5f9; overflow: hidden; flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.wc-team-logo {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px;
  max-height: 32px;
  object-fit: contain;
  display: block;
}
.wc-team-name {
  font-weight: 700; font-size: 0.9rem; color: #1e293b;
  min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.wc-score-block {
  text-align: center; min-width: auto;
  margin: 0 0.25rem;
  padding: 0.2rem 0.3rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #eef2f6;
}
.wc-score-inputs { display: flex; align-items: center; justify-content: center; gap: 0.3rem; }
.wc-score-input {
  width: 2.65rem; text-align: center; border: 1.5px solid #e2e8f0; border-radius: 10px;
  padding: 0.3rem 0.2rem; font-family: var(--wc-display); font-size: 1.3rem; line-height: 1;
  color: var(--wc-purple); background: #fff; transition: all 0.2s;
  -moz-appearance: textfield;
}
.wc-score-input::-webkit-outer-spin-button,
.wc-score-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.wc-score-input:focus { border-color: var(--wc-lime); outline: none; box-shadow: 0 0 0 2px rgba(172,221,0,0.2); background: #fff; }
.wc-score-input:disabled { background: #f8fafc; color: #94a3b8; }
.wc-score-input.has-value { border-color: var(--wc-lime); background: rgba(172,221,0,0.06); }
.wc-score-sep { font-family: var(--wc-display); font-size: 1.25rem; color: #cbd5e1; line-height: 1; }

.wc-quick-picks { display: flex; gap: 0.3rem; justify-content: center; flex-wrap: wrap; margin-top: 0.5rem; }
.wc-quick-pick {
  padding: 0.2rem 0.5rem; border-radius: 8px; border: 1px solid #e2e8f0;
  background: #fff; font-size: 0.7rem; font-weight: 700; color: #64748b;
  cursor: pointer; transition: all 0.15s;
}
.wc-quick-pick:hover { border-color: var(--wc-lime); color: var(--wc-purple); background: rgba(172,221,0,0.08); }

.wc-match-save {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  margin-top: 0.65rem; padding: 0.45rem 1.1rem; border: none; border-radius: 12px;
  background: linear-gradient(135deg, var(--wc-lime), var(--wc-lime-dark));
  color: var(--wc-purple); font-weight: 800; font-size: 0.78rem; cursor: pointer;
  transition: transform 0.15s, opacity 0.15s, box-shadow 0.15s;
}
.wc-match-save:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(172,221,0,0.35); }
.wc-match-save:disabled { opacity: 0.45; cursor: not-allowed; }

.wc-badge-next {
  background: linear-gradient(135deg, var(--wc-purple), var(--wc-purple-light));
  color: var(--wc-lime); font-size: 0.65rem; font-weight: 800;
  padding: 0.2rem 0.55rem; border-radius: 999px; letter-spacing: 0.04em;
}
.wc-badge-saved {
  background: rgba(172,221,0,0.15); color: #4d7c0f; font-size: 0.65rem; font-weight: 800;
  padding: 0.2rem 0.55rem; border-radius: 999px;
}

.wc-spotlight {
  margin-bottom: 1.25rem; padding: 1rem; border-radius: 22px;
  background: linear-gradient(145deg, rgba(55,0,60,0.04), rgba(172,221,0,0.08));
  border: 2px solid var(--wc-border);
  box-shadow: 0 8px 32px rgba(55,0,60,0.08);
}
.wc-spotlight-done {
  text-align: center; padding: 1.5rem;
  background: linear-gradient(135deg, rgba(172,221,0,0.12), rgba(55,0,60,0.06));
}
.wc-spotlight-header { margin-bottom: 0.75rem; }
.wc-spotlight-header h2 {
  font-family: var(--wc-display); font-size: 1.4rem; letter-spacing: 0.06em;
  color: var(--wc-lime-dark); margin: 0 0 0.35rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.wc-spotlight-header p { margin: 0; font-size: 0.82rem; color: #64748b; }
.wc-match-spotlight {
  border: 2px solid var(--wc-lime); box-shadow: 0 8px 28px rgba(172,221,0,0.2);
  margin-bottom: 0;
}
.wc-match-highlight { animation: wc-highlight 2s ease-out; }
@keyframes wc-highlight {
  0%, 30% { box-shadow: 0 0 0 4px rgba(172,221,0,0.5); }
  100% { box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
}

.wc-toast {
  position: fixed; bottom: 1.25rem; left: 50%; transform: translateX(-50%) translateY(20px);
  z-index: 200; padding: 0.75rem 1.25rem; border-radius: 14px; font-weight: 700; font-size: 0.85rem;
  opacity: 0; transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
.wc-toast.visible { opacity: 1; transform: translateX(-50%) translateY(0); }
.wc-toast-success { background: var(--wc-purple); color: var(--wc-lime); border: 1px solid var(--wc-border); }
.wc-toast-error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

/* CTA */
.wc-cta-card {
  background: linear-gradient(135deg, var(--wc-purple), var(--wc-purple-light));
  border-radius: 20px; padding: 2.5rem 1.5rem; text-align: center; margin-bottom: 1.25rem; color: #fff;
}
.wc-cta-card p { opacity: 0.85; margin-bottom: 1rem; }
.wc-cta-icon { font-size: 2.5rem; color: var(--wc-lime); margin-bottom: 0.75rem; }

/* Save bar */
.wc-save-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  padding: 0.85rem 1rem; background: rgba(13,6,16,0.92);
  backdrop-filter: blur(12px); border-top: 1px solid var(--wc-border);
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  transform: translateY(100%); transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
.wc-save-bar.visible { transform: translateY(0); }
.wc-save-bar-info { font-size: 0.8rem; color: #94a3b8; }
.wc-save-bar-info strong { color: var(--wc-lime); }

/* Buttons */
.wc-btn-primary {
  background: linear-gradient(135deg, var(--wc-lime), var(--wc-lime-dark));
  color: var(--wc-purple); border: none; border-radius: 14px;
  font-weight: 800; padding: 0.7rem 1.75rem; font-size: 0.9rem;
  box-shadow: 0 4px 20px rgba(172,221,0,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.wc-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(172,221,0,0.45); color: var(--wc-purple); }
.wc-btn-primary:disabled { opacity: 0.5; transform: none; box-shadow: none; }
.wc-btn-outline {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.3);
  border-radius: 14px; font-weight: 700; padding: 0.6rem 1.25rem; font-size: 0.85rem;
  transition: all 0.2s;
}
.wc-btn-outline:hover { border-color: var(--wc-lime); color: var(--wc-lime); }
.wc-btn-share { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; border-radius: 10px; padding: 0.38rem 0.75rem; font-size: 0.72rem; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.wc-hero-actions .wc-btn-outline { padding: 0.38rem 0.75rem; font-size: 0.72rem; border-radius: 10px; }
.wc-btn-share:hover { background: rgba(172,221,0,0.15); border-color: var(--wc-lime); color: var(--wc-lime); }

.wc-alert { border-radius: 14px; border: none; }
.wc-empty-state {
  text-align: center; padding: 4rem 1.5rem;
  background: #fff; border-radius: 24px; box-shadow: 0 4px 24px rgba(55,0,60,0.08);
}
.wc-empty-icon { font-size: 4rem; margin-bottom: 1rem; }
.wc-empty-title { font-family: var(--wc-display); font-size: 2rem; color: var(--wc-lime-dark); letter-spacing: 0.05em; }

/* Leaderboard */
.wc-leaderboard-wrap { background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 4px 24px rgba(55,0,60,0.08); }
.wc-podium-full {
  display: flex; align-items: flex-end; justify-content: center; gap: 0.75rem;
  padding: 2rem 1rem 1rem; background: linear-gradient(180deg, var(--wc-dark), var(--wc-purple));
}
.wc-podium-full .wc-podium-slot { max-width: 140px; }
.wc-podium-full .wc-podium-name { color: #1e293b; }
.wc-leaderboard { margin: 0; }
.wc-leaderboard table { margin: 0; }
.wc-leaderboard th { background: #f8fafc; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: #94a3b8; border: none; padding: 0.85rem 1rem; }
.wc-leaderboard td { padding: 0.85rem 1rem; border-color: #f8fafc; vertical-align: middle; }
.wc-row-me { background: rgba(172,221,0,0.08) !important; }
.wc-row-me td:first-child { box-shadow: inset 3px 0 0 var(--wc-lime); }
.wc-medal {
  display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center;
  border-radius: 50%; font-weight: 800; color: #fff; font-size: 0.85rem;
}
.wc-medal-1 { background: linear-gradient(135deg, #fbbf24, #f59e0b); box-shadow: 0 2px 8px rgba(251,191,36,0.4); }
.wc-medal-2 { background: linear-gradient(135deg, #94a3b8, #64748b); }
.wc-medal-3 { background: linear-gradient(135deg, #d97706, #b45309); }
.wc-my-rank {
  background: linear-gradient(90deg, rgba(55,0,60,0.06), rgba(172,221,0,0.08));
  border-radius: 16px; padding: 1rem 1.25rem; margin-bottom: 1.25rem;
  font-size: 0.95rem; border: 1px solid var(--wc-border);
}

/* Rules */
.wc-rules-card { background: #fff; border-radius: 24px; padding: 1.75rem; box-shadow: 0 4px 24px rgba(55,0,60,0.08); }
.wc-rules-card h3 { font-family: var(--wc-display); font-size: 1.3rem; letter-spacing: 0.05em; color: var(--wc-lime-dark); margin: 1.75rem 0 0.75rem; }
.wc-rules-card h3:first-child { margin-top: 0; }
.wc-rules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-bottom: 1.5rem; }
@media (max-width: 600px) { .wc-rules-grid { grid-template-columns: 1fr; } }
.wc-rules-prize {
  background: linear-gradient(135deg, rgba(245,197,24,0.12), rgba(172,221,0,0.08));
  border-radius: 16px; padding: 1.25rem; margin-bottom: 1rem; border: 1px solid rgba(245,197,24,0.3);
}
.wc-rules-list { padding-left: 0; list-style: none; }
.wc-rules-list li { padding: 0.5rem 0 0.5rem 1.5rem; position: relative; color: #475569; }
.wc-rules-list li::before { content: '⚽'; position: absolute; left: 0; font-size: 0.75rem; }
.wc-rules-custom { color: #475569; line-height: 1.7; }

/* Confetti canvas */
#wc-confetti { position: fixed; inset: 0; pointer-events: none; z-index: 9999; }

/* Mobile — wider layout, less side padding */
@media (max-width: 768px) {
  .home-main-content .container-fluid.container-application {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0.5rem !important;
  }
  .home-main-content .container-fluid.container-application > .main-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
  }

  .wc-page {
    max-width: none;
    width: 100%;
    padding: 0 0.4rem 4rem;
  }
  .wc-page-mine { max-width: none; }

  .wc-winwin-banner { margin-bottom: 0.65rem; }

  .wc-hero {
    border-radius: 14px;
    margin-bottom: 0.75rem;
  }
  .wc-hero-photo { background-position: center 30%; }
  .wc-hero-content { padding: 0.85rem 0.65rem 0.75rem; }
  .wc-hero-logo { max-height: 38px; margin-bottom: 0.3rem; }
  .wc-hero-sm .wc-hero-logo { max-height: 30px; }
  .wc-hero-sm .wc-hero-content { padding: 0.65rem 0.6rem 0.6rem; }
  .wc-hero-subtitle { max-width: none; font-size: 0.78rem; padding: 0; }

  .wc-nav {
    padding: 0.2rem;
    gap: 0.18rem;
    border-radius: 12px;
    margin-bottom: 0.65rem;
  }
  .wc-nav-link {
    font-size: 0.58rem;
    padding: 0.42rem 0.12rem;
    gap: 0.15rem;
    border-radius: 9px;
    flex-direction: column;
    line-height: 1.1;
  }
  .wc-nav-link i { font-size: 0.85rem; }

  .wc-points-legend {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.28rem;
    margin-bottom: 0.65rem;
  }
  .wc-pt-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.28rem;
    padding: 0.38rem 0.32rem;
    border-radius: 10px;
    text-align: left;
  }
  .wc-pt-val {
    font-size: 1.15rem;
    flex-shrink: 0;
    min-width: 1.1rem;
    text-align: center;
  }
  .wc-pt-lbl {
    font-size: 0.52rem;
    margin-top: 0;
    line-height: 1.15;
    min-width: 0;
  }

  .wc-prize-row { gap: 0.3rem; margin-top: 0.45rem; }
  .wc-prize-chip {
    font-size: 0.68rem;
    padding: 0.28rem 0.55rem;
    text-align: center;
    line-height: 1.25;
  }

  .wc-countdown { gap: 0.3rem; margin-top: 0.5rem; }
  .wc-countdown-item { min-width: 42px; padding: 0.3rem 0.4rem; border-radius: 9px; }
  .wc-countdown-val { font-size: 1.1rem; }

  .wc-stats-panel { gap: 0.5rem; margin-bottom: 1rem; }
  .wc-stats-row { gap: 0.5rem; }
  .wc-stats-row-hero .wc-stats-card { flex: 1 1 calc(50% - 0.25rem); padding: 0.85rem 0.5rem 0.75rem; }
  .wc-stats-row-metrics .wc-stats-card { flex: 1 1 calc(33.333% - 0.34rem); min-width: 0; padding: 0.7rem 0.35rem 0.65rem; }
  .wc-stats-card-num { font-size: 2rem; }
  .wc-stats-card-num-sm { font-size: 1.45rem; }
  .wc-stats-card-lbl { font-size: 0.58rem; }
  .wc-stats-card-icon { width: 2.1rem; height: 2.1rem; font-size: 0.88rem; }
  .wc-stats-card-icon-sm { width: 1.75rem; height: 1.75rem; font-size: 0.72rem; }
  .wc-stats-progress { padding: 0.75rem 0.85rem; }
  .wc-stats-progress-label { font-size: 0.72rem; }
  .wc-stats-progress-nums { font-size: 0.72rem; }
  .wc-streak-badge { font-size: 0.7rem; padding: 0.45rem 0.75rem; }

  .wc-stage-tabs { padding: 0.25rem; gap: 0.25rem; }
  .wc-stage-tab { font-size: 0.58rem; padding: 0.45rem 0.2rem; gap: 0.18rem; border-radius: 9px; }
  .wc-stage-tab i { font-size: 0.82rem; }
  .wc-schedule-nav { padding: 0.65rem; border-radius: 14px; }
  .wc-filter-block { padding: 0.55rem 0.6rem; }
  .wc-letter-grid { grid-template-columns: repeat(6, 1fr); gap: 0.3rem; }
  .wc-letter-btn { min-height: 2.1rem; font-size: 0.9rem; border-radius: 9px; }
  .wc-ko-row { grid-template-columns: 1fr; gap: 0.45rem; }
  .wc-ko-btn { padding: 0.6rem 0.75rem; font-size: 0.75rem; }
  .wc-ko-btn-icon { width: 1.9rem; height: 1.9rem; font-size: 0.78rem; }
  .wc-ko-btn-text { font-size: 0.95rem; }
  .wc-mine-filters { padding: 0.25rem; gap: 0.3rem; }
  .wc-filter-btn { font-size: 0.68rem; padding: 0.4rem 0.7rem; }
  .wc-group-card-head { padding: 0.7rem 0.75rem; gap: 0.65rem; }
  .wc-group-badge { width: 2.35rem; height: 2.35rem; font-size: 1.15rem; border-radius: 10px; }
  .wc-group-matches { padding: 0.5rem 0.55rem 0.6rem; }

  .wc-window-hint {
    padding: 0.6rem 0.7rem;
    margin-bottom: 0.75rem;
    border-radius: 12px;
    font-size: 0.72rem;
    gap: 0.5rem;
  }
  .wc-window-hint-icon {
    width: 1.45rem;
    height: 1.45rem;
    font-size: 0.68rem;
  }

  .wc-nearby-section {
    padding: 0.7rem 0.6rem 0.6rem;
    border-radius: 16px;
    margin-bottom: 0.85rem;
  }
  .wc-nearby-section .wc-group-title {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }

  .wc-schedule-panel {
    padding: 0.65rem 0.6rem 0.4rem;
    border-radius: 16px;
    margin-bottom: 0.85rem;
  }
  .wc-schedule-panel .wc-group { margin-bottom: 0.85rem; }
  .wc-schedule-panel .wc-group-title { font-size: 0.95rem; }

  .wc-bonus-card,
  .wc-rules-card,
  .wc-cta-card,
  .wc-my-rank,
  .wc-demo-banner,
  .wc-spotlight {
    padding: 0.85rem;
    border-radius: 16px;
  }
  .wc-spotlight-header h2 { font-size: 1.05rem; }
  .wc-spotlight-header p { font-size: 0.72rem; line-height: 1.35; }

  /* Match cards — polished mobile ticket layout */
  .wc-match {
    margin-bottom: 0.55rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #fafbfd 100%);
    border: 1px solid #e8edf3;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
  }
  .wc-match-predicted {
    border-left: none;
    box-shadow: inset 3px 0 0 var(--wc-lime), 0 2px 10px rgba(172, 221, 0, 0.1);
  }
  .wc-match-finished {
    border-left: none;
    box-shadow: inset 3px 0 0 #22c55e, 0 2px 10px rgba(34, 197, 94, 0.08);
  }
  .wc-match-live {
    border-left: none;
    box-shadow: inset 3px 0 0 #ef4444, 0 2px 12px rgba(239, 68, 68, 0.12);
  }
  .wc-match-expanded {
    border-color: rgba(172, 221, 0, 0.45);
    box-shadow: 0 6px 22px rgba(55, 0, 60, 0.08);
  }
  .wc-match-spotlight,
  .wc-match-no-collapse {
    padding: 0.75rem 0.7rem;
  }
  .wc-match-summary {
    padding: 0.65rem 0.7rem 0.7rem;
  }
  .wc-match-summary-top {
    margin-bottom: 0.55rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid #f1f5f9;
  }
  .wc-match-date {
    font-size: 0.68rem;
    color: #64748b;
    background: #f8fafc;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    border: 1px solid #eef2f6;
  }
  .wc-match-badges { gap: 0.25rem; }
  .wc-badge-open,
  .wc-badge-future,
  .wc-badge-saved,
  .wc-badge-pts,
  .wc-badge-next {
    font-size: 0.58rem;
    padding: 0.14rem 0.4rem;
  }

  .wc-match-summary-teams {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.45rem;
    padding-right: 0;
    align-items: center;
  }
  .wc-match-summary .wc-team {
    flex-direction: column;
    align-items: center;
    gap: 0.28rem;
    text-align: center;
  }
  .wc-match-summary .wc-team-home,
  .wc-match-summary .wc-team-away {
    justify-content: flex-start;
    flex-direction: column;
  }
  .wc-team-logo-wrap-sm {
    width: 34px;
    height: 34px;
    border: 1.5px solid #e8edf2;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.07);
  }
  .wc-team-logo-wrap-sm .wc-team-logo { width: 22px; height: 22px; }
  .wc-match-summary .wc-team-name {
    font-size: 0.62rem;
    line-height: 1.15;
    font-weight: 700;
    color: #334155;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-width: 100%;
  }

  .wc-match-summary-score {
    min-width: 3.1rem;
    padding: 0.35rem 0.45rem;
    border-radius: 12px;
    background: linear-gradient(145deg, #f8fafc, #f1f5f9);
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
  }
  .wc-summary-score-val {
    font-size: 1.15rem;
    color: var(--wc-purple);
    letter-spacing: 0.02em;
  }
  .wc-summary-score-lbl {
    font-size: 0.48rem;
    margin-top: 0.12rem;
    color: #94a3b8;
  }
  .wc-summary-vs {
    font-size: 0.62rem;
    font-weight: 800;
    color: #cbd5e1;
    letter-spacing: 0.06em;
  }

  .wc-match-chevron {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    margin: 0.45rem auto 0;
    transform: none;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e8edf2;
    color: #94a3b8;
    font-size: 0.6rem;
  }
  .wc-match-summary {
    display: flex;
    flex-direction: column;
  }
  .wc-match-expanded .wc-match-chevron {
    transform: rotate(180deg);
    background: rgba(172, 221, 0, 0.12);
    border-color: rgba(172, 221, 0, 0.35);
    color: #4d7c0f;
  }

  .wc-match-top {
    margin-bottom: 0.55rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid #f1f5f9;
  }

  .wc-match-body { gap: 0.55rem; }
  .wc-match-faceoff {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.4rem;
    align-items: start;
    padding: 0.1rem 0;
  }
  .wc-match-actions {
    gap: 0.45rem;
    padding-top: 0.45rem;
    border-top: 1px dashed #e8edf2;
  }
  .wc-match-faceoff .wc-team {
    flex-direction: column;
    align-items: center;
    gap: 0.28rem;
    text-align: center;
  }
  .wc-match-faceoff .wc-team-away {
    flex-direction: column;
    justify-content: flex-start;
  }
  .wc-match-faceoff .wc-team-logo-wrap {
    width: 36px;
    height: 36px;
    border: 1.5px solid #e8edf2;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.07);
    background: linear-gradient(145deg, #fff, #f8fafc);
  }
  .wc-match-faceoff .wc-team-logo { width: 24px; height: 24px; }
  .wc-match-faceoff .wc-team-name {
    font-size: 0.6rem;
    line-height: 1.15;
    font-weight: 700;
    color: #334155;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }

  .wc-match-faceoff .wc-score-block {
    min-width: 0;
    max-width: none;
    padding: 0.28rem 0.25rem;
    border-radius: 11px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.85);
    align-self: center;
  }
  .wc-score-inputs {
    gap: 0.22rem;
    padding: 0;
  }
  .wc-score-input {
    width: 2.1rem;
    font-size: 1.1rem;
    padding: 0.25rem 0.1rem;
    border-radius: 9px;
    border-width: 1.5px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  }
  .wc-score-input.has-value {
    border-color: var(--wc-lime);
    background: rgba(172, 221, 0, 0.08);
    box-shadow: 0 0 0 2px rgba(172, 221, 0, 0.15);
  }
  .wc-score-sep { font-size: 1rem; color: #cbd5e1; }

  .wc-match-actions .wc-quick-picks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.28rem;
    margin-top: 0;
    width: 100%;
  }
  .wc-quick-pick {
    font-size: 0.62rem;
    padding: 0.28rem 0.15rem;
    border-radius: 8px;
    border-color: #e2e8f0;
    background: #fff;
    text-align: center;
  }
  .wc-quick-pick:active {
    border-color: var(--wc-lime);
    background: rgba(172, 221, 0, 0.12);
    color: var(--wc-purple);
  }

  .wc-match-actions .wc-match-save {
    display: flex;
    width: 100%;
    margin-top: 0;
    padding: 0.48rem 0.65rem;
    font-size: 0.7rem;
    border-radius: 11px;
    box-shadow: 0 3px 12px rgba(172, 221, 0, 0.28);
  }

  .wc-match-details { padding: 0 0.7rem; }
  .wc-match-expanded .wc-match-details {
    padding: 0 0.7rem 0.75rem;
    border-top: 1px solid #f1f5f9;
    background: linear-gradient(180deg, rgba(248,250,252,0.5) 0%, transparent 100%);
  }
  .wc-match-future-msg,
  .wc-match-result-msg {
    padding: 0.75rem 0.35rem;
    font-size: 0.78rem;
  }
  .wc-match-result-score { font-size: 1.45rem; }

  .wc-match.wc-match-future {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px dashed #d0dae6;
    box-shadow: none;
  }
  .wc-match.wc-match-future .wc-match-summary-score {
    background: rgba(255, 255, 255, 0.6);
    border-color: #e2e8f0;
  }
  .wc-nearby-section .wc-match:not(.wc-match-future) {
    border-color: #e2e8f0;
  }

  .wc-group { margin-bottom: 1.1rem; }
  .wc-group-title {
    font-size: 1.05rem;
    margin-bottom: 0.55rem;
  }
  .wc-spotlight {
    padding: 0.75rem;
    border-radius: 16px;
    margin-bottom: 0.85rem;
  }
  .wc-match-spotlight {
    border-width: 1.5px;
    box-shadow: 0 4px 18px rgba(172, 221, 0, 0.15);
  }

  .wc-mine-card { padding: 0.65rem 0.6rem; border-radius: 14px; }
  .wc-mine-card-head { margin-bottom: 0.45rem; }
  .wc-mine-card-teams {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.3rem;
  }
  .wc-mine-team { gap: 0.28rem; }
  .wc-mine-team-away { justify-content: flex-end; flex-direction: row-reverse; }
  .wc-mine-crest { width: 24px; height: 24px; }
  .wc-mine-crest-fallback { font-size: 1rem; }
  .wc-mine-team-name { font-size: 0.64rem; }
  .wc-mine-scores { min-width: 4.2rem; gap: 0.15rem; }
  .wc-mine-input { width: 2rem !important; font-size: 1.05rem !important; padding: 0.22rem 0.08rem !important; }
  .wc-mine-score-sep { font-size: 0.95rem; }
  .wc-mine-score-display .wc-mine-pred,
  .wc-mine-score-actual span:first-child { font-size: 1.05rem; }
  .wc-mine-pred-lbl { font-size: 0.5rem; }
  .wc-mine-card-actions { margin-top: 0.55rem; padding-top: 0.55rem; gap: 0.45rem; }
  .wc-mine-stat { padding: 0.7rem 0.35rem; }
  .wc-mine-section-head { padding: 0.8rem 0.85rem; border-radius: 14px; }
  .wc-mine-section-head h2 { font-size: 1.15rem; }
  .wc-mine-section-head h2 i { width: 1.65rem; height: 1.65rem; font-size: 0.72rem; border-radius: 8px; }
  .wc-mine-section-head p { font-size: 0.72rem; padding-left: 2.2rem; }
  .wc-mine-date-label { font-size: 0.88rem; gap: 0.45rem; }
  .wc-mine-date-label::before { max-width: 0.75rem; }

  .wc-leaderboard th,
  .wc-leaderboard td { padding: 0.65rem 0.5rem; }
  .wc-leaderboard th { font-size: 0.65rem; }
  .wc-leaderboard td strong { font-size: 1.05rem; }

  .wc-rules-card { padding: 1.1rem 0.85rem; }
  .wc-rules-prize { padding: 0.85rem; }

  .wc-save-bar {
    left: 0.4rem;
    right: 0.4rem;
    padding: 0.75rem 0.85rem;
    border-radius: 16px 16px 0 0;
  }
}

@media (max-width: 380px) {
  .wc-page { padding: 0 0.25rem 4rem; }
  .wc-nav-link { font-size: 0.52rem; padding: 0.38rem 0.08rem; }
  .wc-nav-link i { font-size: 0.78rem; }
  .wc-pt-card { padding: 0.32rem 0.25rem; gap: 0.22rem; }
  .wc-pt-val { font-size: 1.05rem; min-width: 1rem; }
  .wc-pt-lbl { font-size: 0.48rem; }
  .wc-countdown-item { min-width: 44px; padding: 0.45rem 0.35rem; }
  .wc-countdown-val { font-size: 1.3rem; }
}

/* ── Achievements ── */
.wc-achievements {
  margin-bottom: 1rem;
  padding: 0.85rem 0.9rem 0.95rem;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, #f8faf5 100%);
  border: 1px solid rgba(172, 221, 0, 0.22);
  box-shadow: 0 4px 18px rgba(55, 0, 60, 0.06);
}
.wc-achievements-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}
.wc-achievements-head-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.wc-achievements-title {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--wc-purple);
}
.wc-achievements-title i { color: var(--wc-gold); margin-right: 0.3rem; }
.wc-achievements-sub {
  font-size: 0.68rem;
  color: #64748b;
  line-height: 1.3;
}
.wc-achievements-count {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--wc-purple);
  background: rgba(55, 0, 60, 0.06);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(55, 0, 60, 0.08);
}
.wc-achievements-progress {
  height: 5px;
  border-radius: 999px;
  background: #eef2f6;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.wc-achievements-progress-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wc-lime), var(--wc-gold));
  transition: width 0.4s ease;
}
.wc-achievements-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.45rem;
}
.wc-achievement-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.25rem 0.5rem;
  border-radius: 12px;
  border: 1px solid #e8edf3;
  background: #fff;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.wc-achievement-card.is-unlocked {
  border-color: rgba(172, 221, 0, 0.4);
  background: linear-gradient(180deg, rgba(172, 221, 0, 0.12) 0%, #fff 70%);
  box-shadow: 0 2px 10px rgba(172, 221, 0, 0.12);
}
.wc-achievement-card.is-unlocked:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(172, 221, 0, 0.18);
}
.wc-achievement-card.is-locked {
  opacity: 0.72;
  background: #f8fafc;
}
.wc-achievement-icon {
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  background: linear-gradient(145deg, rgba(55, 0, 60, 0.08), rgba(55, 0, 60, 0.04));
  color: var(--wc-purple);
}
.wc-achievement-card.is-unlocked .wc-achievement-icon {
  background: linear-gradient(145deg, var(--wc-lime), var(--wc-lime-dark));
  color: var(--wc-purple);
  box-shadow: 0 2px 8px rgba(172, 221, 0, 0.35);
}
.wc-achievement-card.is-locked .wc-achievement-icon {
  color: #94a3b8;
  background: #eef2f6;
}
.wc-achievement-lock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  font-size: 0.55rem;
  color: #94a3b8;
}
.wc-achievement-label {
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.2;
  color: #475569;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wc-achievement-card.is-unlocked .wc-achievement-label { color: #365314; }
@media (max-width: 640px) {
  .wc-achievements-grid { grid-template-columns: repeat(3, 1fr); gap: 0.4rem; }
  .wc-achievement-icon { width: 1.85rem; height: 1.85rem; font-size: 0.75rem; }
  .wc-achievement-label { font-size: 0.55rem; }
}
@media (max-width: 380px) {
  .wc-achievements-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Bonus teaser (guests) ── */
.wc-bonus-teaser {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(245, 197, 24, 0.1), rgba(55, 0, 60, 0.04));
  border: 1px solid rgba(245, 197, 24, 0.3);
}
.wc-bonus-teaser-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: linear-gradient(145deg, #f5c518, #eab308);
  color: #37003c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.wc-bonus-teaser-copy { flex: 1; min-width: 0; }
.wc-bonus-teaser-copy strong {
  display: block;
  font-size: 0.85rem;
  color: #37003c;
  margin-bottom: 0.15rem;
}
.wc-bonus-teaser-copy p {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.35;
}
.wc-bonus-teaser-pts {
  font-size: 0.65rem;
  font-weight: 700;
  color: #94a3b8;
}
.wc-bonus-teaser-btn {
  flex-shrink: 0;
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  background: #37003c;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none !important;
}
.wc-bonus-teaser-btn:hover { color: #acdd00; text-decoration: none !important; }

/* ── Live score in card ── */
.wc-summary-score-lbl-live {
  color: #ef4444 !important;
  font-weight: 800;
  animation: wc-live-pulse-text 2s infinite;
}
@keyframes wc-live-pulse-text {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}
.wc-match-live-msg .wc-badge-live { margin-bottom: 0.35rem; }
.wc-live-score { color: #ef4444 !important; }

