/* aether-web — variables.css (extracted from index.html inline <style>, W_1a). Do not add new rules here without reason. */
:root{
  --bg:#090D12;--surface:#0E141B;--elevated:#152030;--border:rgba(255,255,255,.07);
  --text:#E2E8F0;--muted:rgba(255,255,255,.5);--dim:rgba(255,255,255,.42);
  --blue:#5B8DFF;--up:#3DDC97;--dn:#f87171;--amber:#F7B955;--purple:#9B72CF;
  --up-rgb:61,220,151;--dn-rgb:248,113,113;/* G1: single up/dn channel source for rgba tints + chart (getComputedStyle) */
  --up-dim:rgba(61,220,151,.12);--dn-dim:rgba(248,113,113,.1);--amber-dim:rgba(247,185,85,.12);--blue-dim:rgba(91,141,255,.1);--border2:rgba(255,255,255,.12);
  --nav-w:88px;--header-h:58px;
  --font:'Inter',-apple-system,sans-serif;--mono:'JetBrains Mono',ui-monospace,monospace;
  --r:10px;--r-sm:7px;--radius:12px;--radius-sm:8px;
  --gap:12px;--pad:16px;--pad-sm:12px;
  /* ── Type scale ──────────────────────── */
  --fs-display:24px;--fs-title:15px;--fs-subtitle:13px;--fs-body:13px;--fs-label:11px;--fs-micro:10px;
  --fw-bold:700;--fw-med:600;--fw-reg:500;
  /* ── Chart/allocation accent palette (Trades analytics; per STEP T_0) ──── */
  --c-btc:#F7B955;--c-eth:#5B8DFF;--c-sol:#3DDC97;--c-hype:#b48cff;--c-usdc:#56616f;
}
