/* Theme 6: Sunset Vibrant - bold gradient energy, distinct from the soft-blue default */
:root {
  --primary: #f5576c;
  --primary-dark: #c2185b;
  --accent: #ffb347;
  --bg-light: #fff5f0;
  --card-bg: rgba(255,255,255,0.9);
  --card-border: #ffe0d1;
  --text: #2d1b12;
  --text-dim: #7a5c4d;
  --shadow: 0 15px 40px rgba(245,87,108,0.15);
}
body::before { background: var(--primary) !important; }
body::after { background: var(--accent) !important; }
.card, .auth-card { border-radius: 24px !important; }
