/* V4 Desktop blue: static/accent-theme.css and src/brand-artwork.ts,
   audited 2026-09-20. Public pages currently support dark appearance only.
   Keep brand tokens separate from semantic status and chart data colors. */
:root {
  --v4-primary: #83b8ef;
  --v4-primary-hover: #9cc8f4;
  --v4-primary-pressed: #68a5e3;
  --v4-on-primary: #081a2b;
  --v4-primary-subtle: #1e3043;
  --v4-primary-border: #496f96;
  --v4-primary-glow: #5b9bdb;
  --v4-primary-rgb: 131, 184, 239;
  --v4-background: #10161c;
  --v4-surface: #171e25;
  --v4-surface-soft: #1b252e;
  --v4-surface-elevated: #22303b;
  --v4-surface-tint: #192733;
  --v4-text-primary: #f4f8fb;
  --v4-text: #d8e2eb;
  --v4-text-secondary: #a2afbb;
  --v4-text-subtle: #84929e;
  --v4-border: #2a3946;
  --v4-border-strong: #3b5061;
  --v4-success: #80b697;
  --v4-warning: #e6ad63;
  --v4-danger: #ee9292;
  --v4-brand-cyan: #00b6f2;
}
