/* Generated by scripts/build_tokens.mjs from design-tokens.json — do not edit by hand. */
:root {
  --color-surface-page: #fbf8ef;
  --color-surface-card: #fffdf6;
  --color-surface-raised: #f7f1e1;
  --color-surface-sunken: #eee1bd;
  --color-surface-scrim: rgba(11, 20, 28, 0.62);
  --color-text-primary: #101a24;
  --color-text-secondary: #38515d;
  --color-text-tertiary: #5b747e;
  --color-text-on-action: #fbf8ef;
  --color-text-link: #1c5c54;
  --color-text-accent: #8a6a1c;
  --color-text-on-accent: #101a24;
  --color-border-default: #c7b891;
  --color-border-strong: #5b747e;
  --color-action-primary: #172b36;
  --color-action-primary-hover: #24404c;
  --color-action-primary-active: #101a24;
  --color-action-accent: #f3c65c;
  --color-action-danger: #a3514c;
  --color-action-danger-hover: #843f38;
  --color-feedback-success: #2f6b4a;
  --color-feedback-warning: #8a6a1c;
  --color-feedback-error: #a3514c;
  --color-feedback-info: #1c5c54;
  --color-material-enamel: #eee1bd;
  --color-material-enamel-light: #f7f1e1;
  --color-material-enamel-ink: #172b36;
  --color-material-metal: #24404c;
  --color-material-metal-light: #38515d;
  --color-material-metal-dark: #101a24;
  --color-material-metal-edge: #839ea6;
  --color-material-brass: #d9aa3c;
  --color-material-lamp: #f3c65c;
  --color-material-stamp: #a3514c;
  --color-button-primary-bg: #172b36;
  --color-button-primary-bg-hover: #24404c;
  --color-button-primary-text: #fbf8ef;
  --color-button-destructive-bg: #a3514c;
  --color-button-destructive-text: #fbf8ef;
  --color-button-secondary-text: #101a24;
  --color-button-secondary-border: #5b747e;
  --color-input-bg: #fffdf6;
  --color-input-border: #5b747e;
  --color-input-border-error: #a3514c;
  --color-input-text: #101a24;
  --color-input-placeholder: #5b747e;
  --font-sans: 'Golos Text', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-mono: ui-monospace, 'Cascadia Mono', 'Roboto Mono', Consolas, monospace;
  --font-display: 'Unbounded', 'Golos Text', system-ui, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.375rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.75rem;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-bold: 700;
  --weight-black: 850;
  --leading-tight: 1.1;
  --leading-snug: 1.25;
  --leading-normal: 1.5;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-button: 0.25rem;
  --radius-card: 0.75rem;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px rgba(11, 20, 28, 0.18);
  --shadow-md: 0 6px 16px rgba(11, 20, 28, 0.28);
  --shadow-lg: 0 18px 40px rgba(11, 20, 28, 0.38);
  --shadow-focus-ring: 0 0 0 2px #fbf8ef, 0 0 0 5px #f3c65c;
  --duration-instant: 100ms;
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --duration-slow: 400ms;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-emphasized: cubic-bezier(0.2, 0, 0, 1);
  --size-control-sm: 2rem;
  --size-control-md: 2.75rem;
  --size-control-lg: 3.25rem;
  --size-icon-sm: 1rem;
  --size-icon-md: 1.25rem;
  --size-icon-lg: 1.5rem;
  --size-target-min: 2.75rem;
  --size-content-max: 72rem;
}
:root[data-theme="dark"] {
  --color-surface-page: #101a24;
  --color-surface-card: #1b2d39;
  --color-surface-raised: #24404c;
  --color-surface-sunken: #0b141c;
  --color-surface-scrim: rgba(11, 20, 28, 0.78);
  --color-text-primary: #edf2e8;
  --color-text-secondary: #adc0c7;
  --color-text-tertiary: #839ea6;
  --color-text-on-action: #101a24;
  --color-text-link: #78d9c8;
  --color-text-accent: #f3c65c;
  --color-text-on-accent: #101a24;
  --color-border-default: #38515d;
  --color-border-strong: #839ea6;
  --color-action-primary: #f3c65c;
  --color-action-primary-hover: #f7d47e;
  --color-action-primary-active: #d9aa3c;
  --color-action-accent: #78d9c8;
  --color-action-danger: #c4574a;
  --color-action-danger-hover: #ee8a77;
  --color-feedback-success: #81c995;
  --color-feedback-warning: #f7d47e;
  --color-feedback-error: #ee8a77;
  --color-feedback-info: #9be5d8;
  --color-material-stamp: #ee8a77;
  --color-button-primary-bg: #f3c65c;
  --color-button-primary-bg-hover: #f7d47e;
  --color-button-primary-text: #101a24;
  --color-button-destructive-bg: #c4574a;
  --color-button-destructive-text: #101a24;
  --color-button-secondary-text: #edf2e8;
  --color-button-secondary-border: #839ea6;
  --color-input-bg: #1b2d39;
  --color-input-border: #839ea6;
  --color-input-border-error: #ee8a77;
  --color-input-text: #edf2e8;
  --color-input-placeholder: #839ea6;
  --shadow-sm: 0 1px 2px rgba(11, 20, 28, 0.18);
  --shadow-md: 0 6px 16px rgba(11, 20, 28, 0.28);
  --shadow-lg: 0 18px 40px rgba(11, 20, 28, 0.38);
  --shadow-focus-ring: 0 0 0 2px #101a24, 0 0 0 5px #78d9c8;
}
