/* ============================================================
   TOKENS
   Generated by scripts/migrate-css.php z index_2.html
   ============================================================ */

/* ------------------------------------------------------------
   DESIGN TOKENS — Star Citizen Refinery Aesthetic
   ------------------------------------------------------------ */
:root {
  /* Surfaces — flat matte near-black, not navy */
  --bg-base: #0d0d0d;
  --bg-panel: #1a1a1a;
  --bg-raised: #222222;
  --bg-deep: #0a0a0a;
  --bg-inset: #141414;

  /* Borders — thin, subtle */
  --line: #2e2e2e;
  --line-bright: #3d3d3d;
  --line-orange: rgba(255, 106, 0, 0.4);
  --line-red: rgba(187, 50, 50, 0.5);

  /* Accent — SC orange (saturated, not amber) */
  --orange: #ff6a00;
  --orange-dim: rgba(255, 106, 0, 0.15);
  --orange-ghost: rgba(255, 106, 0, 0.06);
  --orange-bright: #ff8c32;

  /* Status */
  --red-banner: #8b2020;
  --red-warn: #e43a2f;
  --red-deep: #5c1919;
  --green-cta: #b8d238;
  --green-cta-hover: #c9e345;
  --green-ok: #7ba820;
  --yellow: #d4a82a;
  --cyan-info: #4ec9d4;

  /* Text */
  --text: #e5e5e5;
  --text-strong: #ffffff;
  --text-mute: #888888;
  --text-dim: #555555;
  --text-ghost: #3a3a3a;

  /* Typography */
  --f-display: 'Chakra Petch', system-ui, sans-serif;
  --f-body: 'Chakra Petch', system-ui, sans-serif;
  --f-mono: 'JetBrains Mono', 'Share Tech Mono', monospace;

  /* Sizing */
  --sidebar-w: 240px;
  --sidebar-w-mini: 56px;
  --topbar-h: 56px;

  /* Transitions */
  --t: 140ms cubic-bezier(.4,0,.2,1);
  --t-slow: 320ms cubic-bezier(.4,0,.2,1);
}


