/* ========================================
   THEME: PASTEL (Soft Luxury)
   ======================================== */

body.theme-pastel {
  --bg: #fff7f4;
  --card: #fff1eb;

  --text: #3b2f2f;
  --text-light: #6b4f4f;
  --muted: #9a7a7a;

  --primary: #f472b6;
  --secondary: #fb7185;
  --accent: #fda4af;
  --highlight: #fecdd3;

  --success: #34d399;
  --warning: #fbbf24;
  --danger: #fb7185;
  --info: #7dd3fc;

  --border: #fbcfe8;

  --shadow-soft: 0 6px 20px rgba(244,114,182,.25);
  --shadow-strong: 0 18px 50px rgba(244,114,182,.4);

  --gradient-accent: linear-gradient(135deg,#f472b6,#fb7185);

  background: linear-gradient(135deg,#fff1eb,#ffe4e6);
  color: var(--text);
}

/* Cards */
body.theme-pastel .ticket-card,
body.theme-pastel .dash-panel {
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

/* Buttons */
body.theme-pastel .check-btn,
body.theme-pastel .book-btn {
  background: var(--gradient-accent);
  color: #fff;
}

/* Numbers */
body.theme-pastel .num.drawn {
  background: var(--primary);
  color: #fff;
}
