:root {
  --bg:#0f1115; --panel:#1a1d24; --panel-hover:#20242c; --hover-text:#e6e8eb;
  --footer-bg:#1a1d24; --border:#2a2e38; --text:#e6e8eb; --muted:#8b919c;
  --accent:#5b8def; --accent-soft:rgba(91,141,239,0.15);
  --green:#4caf6d; --red:#e0615a; --btn:#5b8def; --btn-text:#ffffff;
  --input-bg:#0d0f13; --radius:10px;
}
:root.light {
  --bg:#f5f6f8; --panel:#ffffff; --panel-hover:#f0f1f4; --hover-text:#1a1d24;
  --footer-bg:#ffffff; --border:#e0e2e8; --text:#1a1d24; --muted:#6b7280;
  --accent:#3b6fd4; --accent-soft:rgba(59,111,212,0.12);
  --green:#2e7d52; --red:#c0392b; --btn:#3b6fd4; --btn-text:#ffffff;
  --input-bg:#ffffff; --radius:10px;
}
