/* ================= LIGHT THEME ================= */

html[data-theme="light"] {
  --bg: #f5f6fa;
  --panel: #ffffff;
  --border: #dbe1ea;
  --text: #1c1e21;

  --accent: #2764f5;
  --accent2: #2db16b;

  --radius: 12px;
  --shadow: 0 4px 12px rgba(0,0,0,0.12);

  --nav-height: 60px;
}

/* Блок приветствия (пустой дашборд) — градиент под светлую тему */
html[data-theme="light"] .dashboard-welcome-empty {
  background: linear-gradient(180deg, rgba(39, 100, 245, 0.08) 0%, transparent 50%);
}
