:root {
  --color-primary: #0093de;
  --color-primary-hover: #0076b3;
  --color-primary-soft: #e6f4fb;
  --color-bg: #ffffff;
  --color-bg-soft: #f4f8fb;
  --color-bg-accent: #e9f3fb;
  --color-surface: #ffffff;
  --color-surface-strong: #eff5fa;
  --color-text: #0d1726;
  --color-text-soft: #425466;
  --color-text-muted: #6b7a89;
  --color-border: #dbe4ea;
  --color-border-soft: #e8eef3;
  --color-shadow: rgba(15, 23, 32, 0.08);
  --shadow-xs: 0 1px 2px rgba(15, 23, 32, 0.04);
  --shadow-sm: 0 16px 40px rgba(15, 23, 32, 0.08);
  --shadow-md: 0 30px 90px rgba(15, 23, 32, 0.12);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --radius-pill: 999px;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;
  --space-5xl: 8rem;
  --container-max: 1360px;
  --container-content: 960px;
  --header-height: 72px;
  --font-display: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-sans: "Aptos", "Segoe UI Variable Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.14rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: clamp(2.6rem, 5.4vw, 4.8rem);
  --text-5xl: clamp(3.4rem, 8vw, 6.4rem);
  --transition-fast: 180ms ease;
  --transition-base: 260ms ease;
}
