/* ============================================================
   THEME: SABKA — palette from sabka.pro
   Light: cream neutrals + medium green accent
   Dark: near-black surfaces + neon green #4AFFA4
   ============================================================ */

:root {
  --bg: #F0EDE4;
  --surface-2: #E8E5DD;
  --border: #D6D2C6;
  --grid: #E5E2D8;
  --accent: #25965E;
  --accent-tint: rgba(37, 150, 94, 0.10);
  --accent-strong: #1B7247;
}

[data-theme="dark"] {
  --bg: #0F1011;
  --surface: #191A1D;
  --surface-2: #222326;
  --ink: #F2F2F2;
  --ink-2: #D6D6D8;
  --muted: #929295;
  --faint: #5D5E63;
  --border: #313236;
  --border-strong: #47484D;
  --grid: #17181A;
  --accent: #4AFFA4;
  --accent-tint: rgba(74, 255, 164, 0.12);
  --accent-strong: #6BFFB4;
  --ok: #35D586;
  --ok-tint: rgba(53, 213, 134, 0.14);
}
