/* FinanceiroVF — tokens (gerado de tokens.json do design system, 21/09/2026) */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --size-row: 32px;
  --size-control: 32px;
  --size-touch: 44px;
  --size-topbar: 52px;
  --size-sidebar: 216px;
  --size-drawer: 440px;
  --font-sans: "IBM Plex Sans", -apple-system, "Segoe UI", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
:root, [data-theme="dark"] {
  color-scheme: dark;
  --bg: #0d1117;
  --surface: #151b23;
  --surface-2: #1c242e;
  --surface-3: #232d39;
  --border: #2a3441;
  --border-strong: #4a5868;
  --ink: #e6edf3;
  --ink-muted: #8b98a5;
  --ink-faint: #5f6b78;
  --primary: #e6edf3;
  --on-primary: #0d1117;
  --focus: #e6edf3;
  --positive: #3fb950;
  --positive-soft: #3fb95024;
  --warning: #d29922;
  --warning-soft: #d2992224;
  --danger: #f85149;
  --danger-soft: #f8514924;
  --scope: #a371f7;
  --scope-soft: #a371f724;
  --capital: #58a6ff;
  --capital-soft: #58a6ff1f;
  --flow-out: #6e7b89;
  --heat-0: #151b23;
  --heat-1: #21262d;
  --heat-2: #30363d;
  --heat-3: #484f58;
  --heat-4: #58606a;
  --heat-5: #9da5ae;
  --vf-laranja: #e97b08;
  --vf-blue1: #0d0284;
  --vf-cinza2: #8c8895;
  --vf-cinza1: #dcdcdd;
  --shadow-overlay: 0 16px 48px #010409cc;
}
[data-theme="light"] {
  color-scheme: light;
  --bg: #f6f8fa;
  --surface: #ffffff;
  --surface-2: #f0f3f6;
  --surface-3: #e6eaef;
  --border: #d0d7de;
  --border-strong: #8c959f;
  --ink: #1f2328;
  --ink-muted: #59636e;
  --ink-faint: #8c959f;
  --primary: #1f2328;
  --on-primary: #ffffff;
  --focus: #1f2328;
  --positive: #1a7f37;
  --positive-soft: #1a7f371a;
  --warning: #9a6700;
  --warning-soft: #9a67001a;
  --danger: #cf222e;
  --danger-soft: #cf222e14;
  --scope: #8250df;
  --scope-soft: #8250df14;
  --capital: #0969da;
  --capital-soft: #0969da12;
  --flow-out: #8c959f;
  --heat-0: #ffffff;
  --heat-1: #eef0f2;
  --heat-2: #d6dade;
  --heat-3: #b1b7bf;
  --heat-4: #858d97;
  --heat-5: #5b636d;
  --vf-laranja: #e97b08;
  --vf-blue1: #0d0284;
  --vf-cinza2: #8c8895;
  --vf-cinza1: #dcdcdd;
  --shadow-overlay: 0 16px 48px #1f232833;
}
