:root {
    --pearl-0: #ffffff; --pearl-50: #f7faff; --pearl-100: #eef2ff; --lilac-50: #f5edff; --violet-50: #f2edff;
    --ink-900: #10162e; --ink-700: #24304c; --ink-500: #59657e; --ink-400: #66718a;
    --violet-600: #6755c8; --violet-300: #a99df7; --cyan-700: #0c7499;
  --line-200: #d8e2f0; --line-500: #7a86a0;
    --sky-300: #a9d9ff; --lilac-300: #c8b6ff; --blush-300: #ffc8d2; --champagne-200: #ffd99a; --mint-300: #98e0c7;
    --space-950: #070d1d; --space-900: #0b1530; --space-800: #17203a;
  --mist-300: #c9d3e8; --mist-500: #8b97b0; --sky-200: #8fddf3;
    --success-700: #1f7a5a; --success-50: #e8f6ef; --warning-700: #9a5b00; --warning-50: #fff4e0;
  --error-700: #b42335; --error-50: #fdecee;
    --scrim: rgba(7, 13, 29, .72); --glass: rgba(255, 255, 255, .86);
    --wash: linear-gradient(135deg, #f7faff 0%, #f5edff 100%);
  --light-line: linear-gradient(90deg, #a9d9ff, #c8b6ff 50%, #ffc8d2);
  --core-glow: radial-gradient(circle, rgba(255, 217, 154, .55) 0%, rgba(169, 217, 255, .22) 45%, transparent 70%);
    --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 80px; --s-10: 128px;
  --container: 1280px; --measure: 40rem;
  --r-sm: 8px; --r-md: 12px; --r-lg: 20px; --r-xl: 32px; --r-pill: 999px;
  --shadow-1: 0 1px 2px rgba(16, 22, 46, .06), 0 8px 24px rgba(16, 22, 46, .06);
  --shadow-2: 0 24px 64px rgba(80, 96, 139, .16);
    --d-1: 120ms; --d-2: 200ms; --d-3: 320ms; --d-4: 600ms; --d-5: 900ms;
  --ease-standard: cubic-bezier(.2, 0, 0, 1); --ease-light: cubic-bezier(.16, 1, .3, 1); --ease-exit: cubic-bezier(.4, 0, 1, 1);
    --btn-h: 48px;
    --t-display: clamp(2.375rem, calc(1.7714rem + 2.4762vw), 4rem);      --t-h2: clamp(2rem, calc(1.6286rem + 1.5238vw), 3rem);               --t-h3: clamp(1.5rem, calc(1.3607rem + 0.5714vw), 1.875rem);         --t-h4: clamp(1.25rem, calc(1.2036rem + 0.1905vw), 1.375rem);        --t-lead: clamp(1.125rem, calc(1.0786rem + 0.1905vw), 1.25rem);      --t-body: clamp(1rem, calc(0.9768rem + 0.0952vw), 1.0625rem);        --t-small: 0.9375rem;                                                --t-label: 1rem;                                                     --t-caption: 0.8125rem;                                              --lh-display: 1.02;
  --lh-h2: 1.06;
  --lh-h3: 1.15;
  --ls-display: -0.02em;
  --ls-h2: -0.015em;
}
@media (max-width: 620px) { :root { --btn-h: 52px; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
