/* Design Tokens: generated by scripts/token-sync.mjs */

:root {
  /* Design Tokens: centralized CSS custom properties and theme fallbacks */
  color-scheme: light;
  --accent: #eb6835;
  --text-primary: #111111;
  --text-secondary: #666666;
  --bg-primary: #f5f4f2;
  --bg-secondary: #ffffff;
  --border-primary: #ebebeb;
  --card-bg: #ffffff;
  --surface-elevated: #ffffff;
  --surface-muted: #f0ede9;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --font-body: 'DM Sans', Arial, sans-serif;
  --font-heading: 'Syne', sans-serif;
  --transition: 0.25s ease;
  --color-accent: #eb6835;
  --color-bg: #f5f4f2;
  --color-surface: #ffffff;
  --color-surface-2: #f0ede9;
  --color-text: #111111;
  --color-text-muted: #666666;
  --color-border: #ebebeb;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

html[data-theme="ocean"] {
  color-scheme: dark;
}

html[data-theme="forest"] {
  color-scheme: dark;
}

html[data-theme="dark"] {
  --accent: #ff8a5b;
  --text-primary: #f2f2f2;
  --text-secondary: #a1a1aa;
  --bg-primary: #0f0f12;
  --bg-secondary: #17171c;
  --border-primary: #2a2a30;
  --card-bg: #17171c;
  --surface-elevated: #1d1d23;
  --surface-muted: #141418;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.28);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.38);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.5);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --font-body: 'DM Sans', Arial, sans-serif;
  --font-heading: 'Syne', sans-serif;
  --transition: 0.25s ease;
  --color-accent: #ff8a5b;
  --color-bg: #0f0f12;
  --color-surface: #17171c;
  --color-surface-2: #1d1d23;
  --color-text: #f2f2f2;
  --color-text-muted: #a1a1aa;
  --color-border: #2a2a30;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
}

html[data-theme="ocean"] {
  --accent: #38bdf8;
  --text-primary: #e5f7ff;
  --text-secondary: #9ecfe5;
  --bg-primary: #04111f;
  --bg-secondary: #08192d;
  --border-primary: #16324d;
  --card-bg: #08192d;
  --surface-elevated: #0d223d;
  --surface-muted: #061423;
  --shadow-sm: 0 2px 8px rgba(2, 15, 28, 0.25);
  --shadow-md: 0 4px 16px rgba(2, 15, 28, 0.35);
  --shadow-lg: 0 8px 32px rgba(2, 15, 28, 0.45);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --font-body: 'DM Sans', Arial, sans-serif;
  --font-heading: 'Syne', sans-serif;
  --transition: 0.25s ease;
  --color-accent: #38bdf8;
  --color-bg: #04111f;
  --color-surface: #08192d;
  --color-surface-2: #0d223d;
  --color-text: #e5f7ff;
  --color-text-muted: #9ecfe5;
  --color-border: #16324d;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
}

html[data-theme="forest"] {
  --accent: #22c55e;
  --text-primary: #effdf3;
  --text-secondary: #a7cdb0;
  --bg-primary: #07110c;
  --bg-secondary: #0d1a13;
  --border-primary: #173324;
  --card-bg: #0d1a13;
  --surface-elevated: #11261c;
  --surface-muted: #09150f;
  --shadow-sm: 0 2px 8px rgba(4, 14, 9, 0.25);
  --shadow-md: 0 4px 16px rgba(4, 14, 9, 0.35);
  --shadow-lg: 0 8px 32px rgba(4, 14, 9, 0.45);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --font-body: 'DM Sans', Arial, sans-serif;
  --font-heading: 'Syne', sans-serif;
  --transition: 0.25s ease;
  --color-accent: #22c55e;
  --color-bg: #07110c;
  --color-surface: #0d1a13;
  --color-surface-2: #11261c;
  --color-text: #effdf3;
  --color-text-muted: #a7cdb0;
  --color-border: #173324;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
}

