/* generated by scripts/build_site.py from web/src/styles.css; do not edit */
:root {
  color-scheme: light;
  /* type scale: the only sizes the console uses (brief 9: no ad-hoc sizes).
     rem so user font-size settings scale the whole console. */
  --fs-2xs: 0.6875rem;  /* 11px — uppercase micro-labels, counts */
  --fs-xs: 0.75rem;     /* 12px — chips, hints, small meta */
  --fs-sm: 0.78125rem;  /* 12.5px — table cells, secondary text */
  --fs-md: 0.8125rem;   /* 13px — body copy, controls */
  --fs-base: 0.875rem;  /* 14px — root */
  --fs-lg: 0.9375rem;   /* 15px — section titles */
  --fs-xl: 1.125rem;    /* 18px — page title */
  /* radius scale */
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 12px;
  /* neutrals tinted toward the cobalt brand hue — never a pure gray */
  --surface-0: #f5f7fa;
  --surface-1: #fdfdfe;
  --surface-2: #fdfdfe;
  --surface-inset: #f0f3f8;
  --text-primary: #131824;
  --text-secondary: #545e70;
  --text-muted: #667085; /* 4.6:1 on surface-0 — meta text is still text (AA) */
  --border: #e3e7ef;
  --border-strong: #ccd3de;
  /* the owned accent: deep cobalt — trust without the stock indigo (6.9:1 on white) */
  --accent: #2150c8;
  --accent-fg: #ffffff;
  --accent-bg: #e8eefb;
  --ok: #067647;
  --ok-bg: #e6f5ec;
  --on-ok: #ffffff;
  --warn: #b25409;
  --warn-bg: #fbf1e4;
  --danger: #b42318;
  --danger-bg: #fceceb;
  --on-danger: #ffffff;
  --font-sans: "Geist Variable", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "Geist Mono Variable", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --nav-w: 176px;
  --rail-w: 200px;
  --case-w: 380px;
  --row-h: 46px;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --surface-0: #0b0e15;
    --surface-1: #131722;
    --surface-2: #191e2b;
    --surface-inset: #1d2331;
    --text-primary: #e9ebf2;
    --text-secondary: #9aa2b1;
    --text-muted: #7c8494; /* 4.8:1 on surface-1 (AA) */
    --border: #262c3b;
    --border-strong: #343c4f;
    --accent: #85a8fa; /* cobalt, dark-tuned (7.7:1 on surface-1) */
    --accent-fg: #0c1120;
    --accent-bg: #172440; /* accent text 6.6:1 (AA) */
    --ok: #34d399;
    --ok-bg: #12251d;
    --on-ok: #0c1f17;
    --warn: #eaa640;
    --warn-bg: #2a2011;
    --danger: #f28b82;
    --danger-bg: #2a1717;
    --on-danger: #2a0f0c;
  }
}
[data-theme="dark"] {
  color-scheme: dark;
  --surface-0: #0b0e15;
  --surface-1: #131722;
  --surface-2: #191e2b;
  --surface-inset: #1d2331;
  --text-primary: #e9ebf2;
  --text-secondary: #9aa2b1;
  --text-muted: #7c8494; /* 4.8:1 on surface-1 (AA) */
  --border: #262c3b;
  --border-strong: #343c4f;
  --accent: #85a8fa; /* cobalt, dark-tuned (7.7:1 on surface-1) */
  --accent-fg: #0c1120;
  --accent-bg: #172440; /* accent text 6.6:1 (AA) */
  --ok: #34d399;
  --ok-bg: #12251d;
  --on-ok: #0c1f17;
  --warn: #eaa640;
  --warn-bg: #2a2011;
  --danger: #f28b82;
  --danger-bg: #2a1717;
  --on-danger: #2a0f0c;
}

