/* Canonical portal theme â€” dark cinematic jade.
   Always loaded by base.html so no org falls back to unstyled white.
   A per-org file (/static/theme/<ORG_SLUG>.css) may override these vars. */
:root {
  --jade: #00bf86;
  --jade-light: #00e6a0;
  --jade-dark: #0d9b76;
  --jade-glow: rgba(0, 191, 134, 0.35);
  --jade-glow-soft: rgba(0, 191, 134, 0.12);
  --jade-glow-bright: rgba(0, 230, 160, 0.5);
  --bg: #000;
  --bg-primary: #000000;
  --bg-secondary: #0a0a14;
  --bg-card: #0f0f1a;
  --bg-card-hover: #141421;
  --bg-elevated: #13131f;
  --border: rgba(0, 191, 134, 0.15);
  --border-color: rgba(0, 191, 134, 0.15);
  --border-glow: rgba(0, 191, 134, 0.3);
  --text: #e8e8e8;
  --text-primary: #e8e8e8;
  --text-muted: #8a8a9a;
  --text-secondary: #8a8a9a;
  --danger: #ef4444;
  --font: 'Inter', system-ui, sans-serif;
}
