/* ProTV — tokens oficiais extraídos da logo (neon roxo → ciano) */
:root {
  --protv-black: #050505;
  --protv-elevated: #0b0b12;
  --protv-panel: rgba(12, 12, 20, 0.72);
  --protv-text: #ffffff;
  --protv-muted: #a8a8b3;
  --protv-purple: #bf00ff;
  --protv-cyan: #00bfff;
  --protv-gradient: linear-gradient(90deg, #bf00ff, #00bfff);
  --protv-gradient-diag: linear-gradient(135deg, #bf00ff 0%, #6a00ff 45%, #00bfff 100%);

  --bg: var(--protv-black);
  --bg-elevated: var(--protv-elevated);
  --panel: var(--protv-panel);
  --text: var(--protv-text);
  --muted: var(--protv-muted);
  --border: rgba(191, 0, 255, 0.28);
  --glow: 0 0 24px rgba(191, 0, 255, 0.28), 0 0 48px rgba(0, 191, 255, 0.12);

  --team-primary: #bf00ff;
  --team-secondary: #00bfff;
  --team-accent: #ffffff;
  --team-logo: url("../assets/logos/protv-logo.png");
  --team-banner: none;

  --font-display: "Orbitron", sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-mono: "Rajdhani", "Outfit", sans-serif;

  --radius: 16px;
  --header-h: 86px;
  --sidebar-w: 248px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
