/* ============================================
   Theme: Default (Kızıl / Crimson Red)
   ============================================ */
:root {
  --primary: #e63946;
  --primary-hover: #ff4d5a;
  --primary-soft: rgba(230,57,70,0.12);
  --primary-glow: rgba(230,57,70,0.25);
  --success: #2d9f5e;
  --warning: #d4a017;
  --text-link: #6cb4ee;

  --bg-primary: #0a0a1a;
  --bg-secondary: #12122a;
  --bg-tertiary: #1a1a3a;
  --bg-card: #16162e;
  --bg-input: #1e1e3a;
  --border-color: #2a2a4a;
  --border-light: rgba(255,255,255,0.06);

  --text-primary: #e8e8f0;
  --text-secondary: #a0a0b8;
  --text-muted: #707088;
}