/* =============================================================
   GENERATED by design-system/build-tokens.js — do not edit.
   Source of truth: design-system/tokens.breakerbox.dtcg.json
   Re-run `npm run tokens` at the repo root to regenerate.
   ============================================================= */
:root {
  /* --- Colors --- */
  --color-background: #F4F4F4;
  --color-foreground: #191314;
  --color-primary: #191314;
  --color-primary-foreground: #FFFFFF;
  --color-secondary: #777D7F;
  --color-secondary-foreground: #191314;
  --color-muted: #8e9baf;
  --color-muted-foreground: #595959;
  --color-accent: #0047AB;
  --color-accent-foreground: #191314;
  --color-accent-emphasis: #0000FF;
  --color-accent-emphasis-foreground: #191314;
  --color-success: #39C98A;
  --color-success-foreground: #FFFFFF;
  --color-warning: #F7841F;
  --color-warning-foreground: #FFFFFF;
  --color-info: #3F4038;
  --color-info-foreground: #FFFFFF;
  --color-destructive: #D32F2F;
  --color-destructive-foreground: #FFFFFF;
  --color-destructive-container: #FDECEA;
  --color-on-destructive-container: #5B1A1A;
  --color-border: #ffffff;
  --color-input: #ddd5d5;
  --color-outline: #e6e0e0;
  --color-interactive-hover: #E8E7E7;
  --color-interactive-active: #D1D0D0;
  --color-interactive-selected: #BAB8B9;
  --color-interactive-disabled: #DCDCD3;
  --color-disabled-foreground: #5f626d;
  --color-disabled-border: #DCDCD3;

  /* --- Typography — Scale --- */
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 22px;
  --text-2xl: 28px;
  --text-3xl: 36px;
  --text-4xl: 48px;
  --text-5xl: 56px;

  /* --- Typography — Weight --- */
  --weight-normal: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;

  /* --- Typography — Leading --- */
  --leading-xs: 16px;
  --leading-sm: 20px;
  --leading-base: 24px;
  --leading-lg: 28px;
  --leading-xl: 28px;
  --leading-2xl: 32px;
  --leading-3xl: 40px;
  --leading-4xl: 52px;
  --leading-5xl: 60px;

  /* --- Typography — Tracking --- */
  --tracking-tight: -0.05em;
  --tracking-heading: -0.05em;
  --tracking-normal: -0.005em;
  --tracking-wide: 0.01em;

  /* --- Typography — Font Family --- */
  --font-heading: 'Martian Mono', monospace;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* --- Spacing --- */
  --space-micro: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-base: 16px;
  --space-md: 20px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 48px;
  --space-4xl: 64px;

  /* --- Radius --- */
  --radius-xs: 6px;
  --radius-sm: 12px;
  --radius-base: 14px;
  --radius-md: 20px;
  --radius-lg: 24px;
  --radius-xl: 28px;
  --radius-pill: 999px;

  /* --- Shadow --- */
  --shadow-xs: 0px 1px 2px 0px rgba(25,19,20,0.04);
  --shadow-sm: 0px 2px 8px 0px rgba(25,19,20,0.06);
  --shadow-md: 0px 8px 24px 0px rgba(25,19,20,0.08);
  --shadow-lg: 0px 8px 24px 0px rgba(25,19,20,0.08);
  --shadow-xl: 0px 8px 24px 0px rgba(25,19,20,0.08);

  /* --- Motion --- */
  --duration-fast: 100ms;
  --duration-normal: 200ms;
  --duration-slow: 300ms;
  --ease-default: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);

  /* --- Opacity --- */
  --opacity-0: 0;
  --opacity-soft: 0.25;
  --opacity-strong: 0.5;
  --opacity-100: 1;

  /* --- Z-Index --- */
  --z-dropdown: 50;
  --z-sticky: 100;
  --z-overlay: 200;
  --z-modal: 300;
  --z-popover: 400;

  /* --- Border Width --- */
  --border-none: 0px;
  --border-thin: 1px;

  /* --- Icon Size --- */
  --icon-large: 30px;
  --icon-medium: 20px;
  --icon-small: 15px;

  /* --- Layout --- */
  --page-max-width: 1280px;
  --content-max-width: 1200px;
  --desktop-gutter: 24px;
  --desktop-outer-padding: 40px;
  --section-gap-desktop: 96px;
  --section-gap-mobile: 56px;
  --mobile-padding: 24px;
  --card-gap-desktop: 24px;
  --card-gap-mobile: 16px;

  /* --- Component Spacing — Section --- */
  --section-padding-sm: 48px;
  --section-padding-md: 80px;
  --section-padding-lg: 120px;
  --section-padding-horizontal: 5%;

  /* --- Component Spacing — Container --- */
  --container-large: 1280px;
  --container-medium: 1024px;
  --container-small: 768px;
}
