/* AEO Hybrid · shared design tokens */
:root {
  --color-paper: oklch(98% 0.008 245);
  --color-paper-soft: oklch(96% 0.012 245);
  --color-surface: oklch(99% 0.006 245);
  --color-surface-blue: oklch(95% 0.028 245);
  --color-ink: oklch(22% 0.025 245);
  --color-copy: oklch(39% 0.025 245);
  --color-muted: oklch(52% 0.02 245);
  --color-rule: oklch(86% 0.018 245);
  --color-rule-strong: oklch(74% 0.035 245);
  --color-accent: oklch(48% 0.13 250);
  --color-accent-deep: oklch(36% 0.11 250);
  --color-accent-ink: oklch(99% 0.006 245);
  --color-accent-soft: oklch(91% 0.045 250);
  --color-dark-surface: oklch(31% 0.055 250);
  --color-positive: oklch(46% 0.09 158);
  --color-positive-soft: oklch(94% 0.025 158);
  --color-report-sage: oklch(52% 0.055 145);
  --color-report-sage-soft: oklch(89% 0.018 145);
  --color-report-warm: oklch(71% 0.065 78);
  --color-report-panel: oklch(99% 0.004 82);
  --color-caution: oklch(55% 0.1 45);
  --color-caution-soft: oklch(95% 0.026 45);
  --color-focus: oklch(58% 0.18 250);
  --color-overlay: oklch(22% 0.025 245 / 0.08);

  --font-display: "Geist", "Noto Sans TC", sans-serif;
  --font-body: "Noto Sans TC", sans-serif;
  --font-wordmark: "Noto Serif TC", serif;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;
  --space-hero-top: 7.5rem;
  --space-hero-bottom: 10rem;
  --space-hero-top-lg: 8rem;
  --space-hero-bottom-lg: 10.5rem;
  --space-sticky-offset: 8rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-3xl: 3rem;
  --text-display-s: clamp(2.5rem, 8vw, 4.5rem);
  --text-display: clamp(3rem, 9vw, 6.75rem);
  --text-stat: clamp(5.5rem, 18vw, 11.5rem);

  --radius-sm: 0.625rem;
  --radius-md: 0.75rem;
  --radius-lg: 0.875rem;
  --radius-report: 1.5rem;
  --radius-report-panel: 1.125rem;
  --radius-pill: 999px;
  --rule-hair: 1px;
  --shadow-card: 0 12px 36px -24px var(--color-overlay);
  --shadow-float: 0 18px 44px -24px var(--color-overlay);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
}
