/* =========================================================
   KAOKAB5GC – Theme & Design Tokens
   ========================================================= */

:root {
  --bg: #0b0f14;
  --panel: #0e1621;
  --panel-dark: #0b0f14;
  --border: #1f2a37;
  --border-soft: rgba(255,255,255,0.06);

  --text: #e6edf3;
  --muted: #9fb0c3;

  --brand: #ff8a00;
  --brand-gold: #f5b041;
  --brand-dark-gold: rgba(245,176,65,0.35);

  --shadow: 0 10px 28px rgba(0,0,0,.45);
  --shadow-hover: 0 14px 34px rgba(0,0,0,.6);

  --green: #2ecc71;
  --yellow: #f1c40f;
  --red: #e74c3c;
  --gray: #95a5a6;
}

/* Global body theme (app only, login untouched) */
body {
  background: var(--bg);
  color: var(--text);
}
