:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-warm: var(--surface);
  --fg: #111827;
  --fg-2: var(--fg);
  --muted: #64748b;
  --meta: var(--muted);
  --border: #e5e7eb;
  --border-soft: var(--border);
  --accent: #000000;
  --accent-on: #ffffff;
  --accent-hover: color-mix(in oklab, var(--accent), white 10%);
  --accent-active: color-mix(in oklab, var(--accent), white 18%);
  --success: #16a34a;
  --warn: #d97706;
  --danger: #dc2626;
  --font-display: "Geist", "Geist Sans", -apple-system, system-ui, "Segoe UI", Arial, sans-serif;
  --font-body: "Geist", "Geist Sans", -apple-system, system-ui, "Segoe UI", Arial, sans-serif;
  --font-mono: "Fira Code", ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Monaco, Consolas, monospace;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 20px;
  --text-xl: 24px;
  --text-2xl: 32px;
  --text-3xl: 40px;
  --text-4xl: 48px;
  --leading-body: 1.5;
  --leading-tight: 1.2;
  --tracking-display: -0.02em;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --section-y-desktop: 96px;
  --section-y-tablet: 64px;
  --section-y-phone: 48px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 9999px;
  --elev-flat: none;
  --elev-ring: 0 0 0 1px var(--border);
  --elev-raised: 0 1px 2px 0 color-mix(in oklab, var(--fg), transparent 92%), 0 1px 3px 0 color-mix(in oklab, var(--fg), transparent 88%);
  --focus-ring: 0 0 0 2px var(--bg), 0 0 0 4px var(--accent);
  --motion-fast: 150ms;
  --motion-base: 200ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --container-max: 1280px;
  --container-gutter-desktop: 24px;
  --container-gutter-tablet: 16px;
  --container-gutter-phone: 16px;
}
:root[data-brand="knowledge-center"] {
  --bg: oklch(0.978 0.004 255);
  --canvas: oklch(0.955 0.006 255);
  --surface: oklch(1 0 0);
  --fg: oklch(0.22 0.02 258);
  --muted: oklch(0.5 0.02 255);
  --border: oklch(0.9 0.01 255);
  --accent: oklch(0.34 0.12 258);
  --accent-on: oklch(1 0 0);
  --accent-hover: oklch(0.29 0.12 258);
  --accent-active: oklch(0.25 0.11 258);
  --primary: var(--accent);
  --primary-hover: var(--accent-hover);
  --primary-soft: oklch(0.955 0.025 258);
  --smart: oklch(0.46 0.09 180);
  --smart-light: oklch(0.76 0.1 180);
  --smart-soft: oklch(0.96 0.025 180);
  --success-soft: oklch(0.96 0.03 145);
  --warn-soft: oklch(0.97 0.035 75);
  --danger-soft: oklch(0.97 0.025 25);
  --player: oklch(0.2 0.025 258);
  --player-lift: oklch(0.29 0.04 258);
  --focus-ring: 0 0 0 2px var(--bg), 0 0 0 4px var(--primary);
}
