/* ===== HELENA THEME — Fairy-tale & Warm ===== */
body.theme-helena {
  background: linear-gradient(160deg, #fdf2f8 0%, #fef9ee 100%);
  color: #4a1942;
  font-family: system-ui, sans-serif;
}

body.theme-helena .login-box h1 { color: #9d174d; font-family: Georgia, serif; }
body.theme-helena .login-box input:focus { border-color: #f9a8d4; outline: none; }
body.theme-helena .login-box .btn-primary { background: #f59e0b; color: white; }

body.theme-helena .topbar { background: linear-gradient(90deg, #9d174d, #d946ef); color: white; }
body.theme-helena .topbar .logout-btn { color: white; opacity: 0.85; }

body.theme-helena .card {
  border: 1.5px solid #f9a8d4;
  box-shadow: 0 2px 10px rgba(217,70,239,0.08);
}
/* Savings card */
body.theme-helena .card.savings { border-color: #f9a8d4; background: #fff0f9; }
/* Common card */
body.theme-helena .card.common  { border-color: #a7f3d0; background: #f0fdf4; }

body.theme-helena .label  { color: #9d174d; font-family: Georgia, serif; }
body.theme-helena .amount { color: #92400e; font-family: Georgia, serif; font-weight: 800; }

body.theme-helena .btn-primary   { background: #f59e0b; color: white; border-radius: 20px; }
body.theme-helena .btn-secondary { color: #d946ef; border-color: #f0abfc; border-radius: 20px; }

body.theme-helena .interest-bar { background: #fdf2f8; color: #9d174d; }
body.theme-helena .card.common .interest-bar { background: #ecfdf5; color: #065f46; }
