:root {
  /* Identidad Bplay: cancha nocturna + neón coral (no copia paleta Betbox) */
  --bp-void: #070b14;
  --bp-ink: #121826;
  --bp-slate: #3d4556;
  --bp-muted: #6b7385;
  --bp-mist: #e8eaef;
  --bp-paper: #f2f0eb;
  --bp-surface: #ffffff;
  --bp-coral: #ff3355;
  --bp-coral-dim: #e02b4a;
  --bp-ice: #38f8d4;
  --bp-ice-dim: #1ec9a8;
  --bp-electric: #6eb5ff;
  --bp-font-display: "Teko", system-ui, sans-serif;
  --bp-font-body: "Outfit", system-ui, sans-serif;
  --bp-radius: 14px;
  --bp-radius-sm: 8px;
  --bp-radius-pill: 999px;
  --bp-shadow: 0 18px 40px rgba(7, 11, 20, 0.14);
  --bp-shadow-glow: 0 0 32px rgba(255, 51, 85, 0.22);
  --bp-container: min(1120px, calc(100% - 2rem));
  --bp-space-xs: 0.35rem;
  --bp-space-sm: 0.65rem;
  --bp-space-md: 1.15rem;
  --bp-space-lg: 1.85rem;
  --bp-space-xl: 3rem;
  --bp-space-2xl: 4.75rem;
  --bp-text: var(--bp-ink);
  --bp-bg: var(--bp-paper);
  --bp-transition: 0.22s ease;
  --bp-ring: #38f8d4;
}
