:root {
  /* Funky Neo-Pop Smart Color Palette */
  --bg: #07080e;
  --panel: #0e111a;
  --panel2: #141824;
  --panel-hover: #1b2030;
  --line: #22293a;
  --line-light: #303a50;

  /* 1. Hot Pink (Primary Brand & Passion) */
  --pink: #ff2e93;
  --pink-light: #ff60ad;
  --pink-glow: rgba(255, 46, 147, 0.4);
  --pink-dark: #2a1120;

  /* 2. Crisp White (Clarity & High-Contrast) */
  --white: #ffffff;
  --text: #ffffff;
  --text-secondary: #d1d7e3;
  --muted: #8e99ac;

  /* 3. Cyber Yellow (Coins, Streaks & Dopamine) */
  --yellow: #ffe600;
  --yellow-glow: rgba(255, 230, 0, 0.45);
  --yellow-dark: #27230b;
  --gold: #ffe600;
  --gold-light: #fffbeb;

  /* 4. Flame Red (Urgency, Hot Drops & 24h Countdown) */
  --red: #ff3838;
  --red-glow: rgba(255, 56, 56, 0.45);
  --red-dark: #291012;
  --flame: #ff3838;

  /* 5. Neon Mint Green (Money, UPI & Unlocked Success) */
  --green: #00f59b;
  --green-glow: rgba(0, 245, 155, 0.4);
  --green-dark: #08251a;
  --success: #00f59b;
  --blue-verified: #38bdf8;

  /* Funky Geometry & Transitions */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 26px;
  --font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --shadow-neon: 0 8px 30px rgba(0, 0, 0, 0.6);
  --transition-fast: 0.15s ease;
  --transition-bouncy: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
