/* theme-dark.css — Dark Theme variables */
:root{
  --bg:#0b1220;
  --card:rgba(255,255,255,0.06);
  --border:rgba(255,255,255,0.12);
  --border_soft:rgba(255,255,255,0.10);
  --text:#e5e7eb;
  --muted:rgba(229,231,235,0.7);
  --accent:#22c55e;
  --accent_border:rgba(34,197,94,.35);
  --danger:#ef4444;
  --shadow:0 18px 45px rgba(0,0,0,.25);
  --radius:18px;
  --radius_in:14px;
  --input_bg:rgba(0,0,0,0.25);
  --btn_bg:rgba(255,255,255,0.08);
}
