/* Theme — Designer override file
   Edit these variables to re-skin the site.
   styles.css references these via var(--color-*). */

:root {
  --color-bg: #1e2235;
  --color-bg-alt: #252a40;
  --color-surface: #2e3450;
  --color-text: #eaecf4;
  --color-text-secondary: #b4bad0;
  --color-muted: #8890aa;
  --color-border: #3d4460;
  --color-accent: #00d4ff;
  --color-accent-hover: #33dfff;
  --color-accent-text: #1e2235;
  --color-error: #ff6b78;
  --color-error-bg: #3a1f2a;
  --color-success: #00e676;
  --color-success-bg: #1a3828;
  --color-warning: #ffab40;
  --color-warning-bg: #3a2e18;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.25);
}
