/* ============================================================================
   INDOBOX DESIGN TOKENS — SUMBER TUNGGAL (shared/ui/tokens.css)
   Palet brand: navy #1E2C46 + gold #EBA638 (Company Profile / logo asli).
   Di-sync ke public/tokens.css tiap app via:  node shared/sync-ui.mjs
   JANGAN edit public/tokens.css langsung — edit file ini lalu sync.
   Alias ganda (--text/--txt, --gold/--accent, --panel-2/--panel2) supaya
   styles.css lama semua app tetap jalan tanpa rewrite.
   ============================================================================ */
:root{
  /* permukaan */
  --bg:#0f1828;
  --bg-grad:radial-gradient(1200px 600px at 50% -10%, #17233c, #0f1828);
  --panel:#16233a;
  --panel-2:#1e2c46;
  --panel2:var(--panel-2);
  --line:#2c3d5e;

  /* teks */
  --text:#eef2f8;
  --txt:var(--text);
  --muted:#90a2c0;

  /* aksen brand */
  --gold:#eba638;
  --gold-d:#c9871e;
  --accent:var(--gold);
  --accent2:#f3c160;
  --accent-ink:#16243f;
  --navy:#1e2c46;

  /* status */
  --red:#e2574b;
  --green:#3ecf8e;
  --blue:#5b9bf0;
  --amber:#eba638;
  --go:var(--green);
  --hold:var(--amber);
  --nogo:var(--red);

  /* bentuk */
  --radius:14px;
  --shadow:0 8px 30px rgba(4,10,22,.45);
}
