/* Grand Line Research — shared design tokens.
   Locked by /workspace/desk-refs/grandline-DESIGN.md (5 Sep 2026).
   Every Grand Line page (hub + every deep-linked dash) loads this file
   FIRST and reads color only from these vars. No page may declare its
   own :root hex — new semantic color goes here, then into pages. */
:root {
  --ink: #0B1622;      /* vault base / canvas */
  --ink-2: #111F2E;    /* panel */
  --ink-3: #16273A;    /* raised panel */
  --rule: #22384E;     /* hairline */
  --text: #E4EDF5;
  --text-2: #93A9BE;
  --text-3: #61798F;
  --asset: #57D9A3;    /* token / NAV side */
  --market: #F0B33F;   /* price / market side — sole warm accent */
  --locked: #7E6BD6;   /* sealed / restricted */
  --warn: #E2685F;
  --maxw: 1120px;
  --radius: 0;         /* near-square; no soft 16px cards */
  --topbar: 56px;
}
