

:root {
  
  --bg-dark: #000F36;         
  --bg-card: #0A1C4E;         

  --text-main: #FFFFFF;
  --text-muted: #93A0C2;      

  --accent: #FE7A01;
  --accent-rgb: 254, 122, 1;
  --accent-light: #FFA24D;
  --accent-bright: #FF9A3D;
  --accent-deep: #C25E00;
  --accent-glow: rgba(var(--accent-rgb), 0.4);

  --danger: #FF6B75;

  --border-color: rgba(var(--accent-rgb), 0.25);
  --border-subtle: rgba(255, 255, 255, 0.12);

  --font-display: 'Bebas Neue', 'Arial Narrow', 'Haettenschweiler', Impact, sans-serif;
  --font-body: 'Outfit', 'Segoe UI', system-ui, sans-serif;

  --shadow-card: 0 18px 45px rgba(0, 0, 0, 0.55);

  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-full: 999px;

  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);

  --tap-min: 44px;
}
