/* GI Geometry theme and chart tokens — 1.5.0 */
:root{
  --gi-blue:#258cff;--gi-cyan:#86d4ff;--gi-violet:#8a9cff;
  --gi-metal-0:#f4f7fa;--gi-metal-1:#aab4c2;
  --gi-graphite-0:#1a1f26;--gi-graphite-1:#101419;--gi-graphite-2:#090c10;
  --gi-cut:10px;--gi-bevel:2px;--gi-depth:4px;
  --gi-highlight-opacity:.28;--gi-border-opacity:.32;--gi-shadow-opacity:.38;
  --gi-motion-fast:140ms;--gi-motion-normal:260ms;--gi-motion-slow:500ms;
  --gi-chart-primary:var(--gi-blue);--gi-chart-highlight:var(--gi-cyan);--gi-chart-secondary:var(--gi-metal-1);
  --gi-chart-grid:rgba(170,180,194,.12);--gi-chart-axis:rgba(170,180,194,.35);--gi-chart-label:currentColor;--gi-chart-fill-opacity:.12;
  --gi-surface:#0d1219;--gi-surface-2:#121922;--gi-shell:#1c232d;--gi-shell-hi:#303b49;--gi-text:#f4f7fa;--gi-muted:#9eacbd;--gi-line:rgba(170,180,194,.22);
}
[data-gi-theme="light"],[data-gi-theme-preview="light"]{
  --gi-surface:#f7f9fc;--gi-surface-2:#eef2f6;--gi-shell:#d6dde6;--gi-shell-hi:#f4f7fa;--gi-text:#151b22;--gi-muted:#5b6878;--gi-line:rgba(52,66,83,.2);
  --gi-chart-grid:rgba(52,66,83,.11);--gi-chart-axis:rgba(52,66,83,.34);
}
