/* Dark mode theme variables are managed in style.css.
   This file is preserved for theme overrides and future customization. */

[data-theme="dark"] {
  --card-bg: #1c2128;
  --panel-bg: #161b22;
  --text-strong: #e6edf3;
}

[data-theme="light"] {
  --card-bg: #ffffff;
  --panel-bg: #f8fafc;
  --text-strong: #0f172a;
}
