:root {
  /* Citrus / spring palette (distinct from XHS red) */
  --color-bg: #f6f8f4;
  --color-surface: #ffffff;
  --color-text: #141814;
  --color-text-muted: #5c6654;
  --color-text-subtle: #8a9580;
  --color-border: #e6ebe0;
  --color-accent: #6fb00c;
  --color-accent-strong: #5a9408;
  --color-accent-soft: rgba(111, 176, 12, 0.12);
  --color-accent-wash: #eef6e4;
  --color-overlay: rgba(20, 24, 20, 0.05);

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-pill: 999px;

  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.8125rem;
  --text-base: 0.9375rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.375rem;
  --text-3xl: 1.5rem;

  --leading-tight: 1.35;
  --leading-normal: 1.55;
  --leading-relaxed: 1.7;

  --sidebar-width: 72px;
  --sidebar-width-lg: 200px;
  --header-height: 52px;
  --bottom-nav-height: 56px;
  --composer-height: 56px;
  --max-app-width: 1440px;

  --shadow-card: 0 1px 3px rgba(20, 40, 10, 0.06);
  --shadow-card-hover: 0 10px 28px rgba(20, 40, 10, 0.12);
}

@media (min-width: 1024px) {
  :root {
    --text-2xl: 1.5rem;
    --text-3xl: 1.625rem;
  }
}
