/* Native iOS (native-ios) — generated by design-kit/scripts/tokens.mjs
   Mood: familiar, clean, platform-true
   Signature: Grouped inset lists, large titles, bottom tab bar, SF Symbols-style icons, system colors. Replace the accent with the app's brand color.
   Fonts: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?&display=swap">
   Use ONLY these variables for color, type, space, radius, shadow, motion. */
:root {
  color-scheme: light;

  /* color roles */
  --color-bg: #F2F2F7;
  --color-surface: #FFFFFF;
  --color-text: #000000;
  --color-muted: #6C6C70;
  --color-border: #C6C6C8;
  --color-accent: #2F7D4B;          /* fills: primary buttons, selected states */
  --color-on-accent: #FFFFFF;         /* text on accent fills */
  --color-accent-text: #2F7D4B;     /* links and accent-colored text on bg */
  --color-accent-soft: #DFF1E3;     /* tinted backgrounds */
  --color-success: #107E31;
  --color-warning: #B25000;
  --color-danger: #D70015;
  --color-on-danger: #FFFFFF;
  --color-focus: #2F7D4B;
  --accent-50: #F1FAF3;
  --accent-100: #DFF1E3;
  --accent-200: #C0E1C8;
  --accent-300: #98CDA6;
  --accent-400: #70B483;
  --accent-500: #4D9965;
  --accent-600: #36804F;
  --accent-700: #24673D;
  --accent-800: #174F2C;
  --accent-900: #0D371D;

  /* type */
  --font-heading: -apple-system, 'SF Pro Text', system-ui, Inter, sans-serif;
  --font-body: -apple-system, 'SF Pro Text', system-ui, Inter, sans-serif;
  --font-ui: -apple-system, 'SF Pro Text', system-ui, Inter, sans-serif;
  --font-mono: ui-monospace, 'SF Pro Text', system-ui, Inter, sans-serif;
  --step-n2: 0.75rem;   /* 12px */
  --step-n1: 0.875rem;   /* 14px */
  --step-0: 1.0625rem;   /* 17px */
  --step-1: 1.25rem;   /* 20px */
  --step-2: 1.5rem;   /* 24px */
  --step-3: 1.8125rem;   /* 29px */
  --step-4: 2.1875rem;   /* 35px */
  --step-5: 2.625rem;   /* 42px */
  --step-6: 3.1875rem;   /* 51px */
  --weight-heading: 700;
  --tracking-heading: 0.01em;
  --leading-body: 1.3;
  --leading-heading: 1.12;
  --measure: 65ch;

  /* space (use only these) */
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px;
  --space-6: 32px; --space-7: 48px; --space-8: 64px; --space-9: 96px; --space-10: 128px;

  /* shape and depth */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --shadow-1: none;
  --shadow-2: none;

  /* controls */
  --control-sm: 36px;
  --control-md: 40px;
  --control-lg: 44px;

  /* motion */
  --dur-fast: 150ms;
  --dur-slow: 350ms;
  --ease: cubic-bezier(0.2, 0.9, 0.3, 1.1);
}
@media (prefers-reduced-motion: reduce) {
  :root { --dur-fast: 0ms; --dur-slow: 0ms; }
}
