/* Tema LIGHT – clasă pe <body> .theme-light */
body.theme-light {
  --bg: #f9fafb;
  --bg-elevated: #ffffff;
  --bg-panel: #f3f4f6;
  --txt: #020617;
  --txt-muted: #6b7280;
  --accent: #16a34a;
  --accent-soft: rgba(22,163,74,0.1);
  --accent-alt: #0ea5e9;
  --border-soft: rgba(148,163,184,0.6);
  --card-bg: #ffffff;
  --shadow-soft: 0 18px 35px rgba(15,23,42,0.12);
  background: #f9fafb;
  background-image: none;
}


body.theme-light .site-header {
  background: rgba(249,250,251,0.9);
}
body.theme-light .logo-mark {
  box-shadow: 0 0 12px rgba(14,165,233,0.5);
}
body.theme-light .card {
  background: radial-gradient(circle at top, #ffffff, #f9fafb);
}
body.theme-light .site-footer {
  background: #f3f4f6;
}

/* Tema DARK – default (body fără clasă sau .theme-dark) */
body.theme-dark {
  /* aceeași paletă ca în root */
}





/* ===== modificari ===== */




