:root {
  --color-bg: #ffffff;
  --color-text: #221c17;
  --color-text-muted: #6b7283;
  --color-accent: #9811fb;
  --color-accent-2: #e60076;
  --color-accent-dark: #58168d;
  --color-surface: #faf5ff;
  --color-surface-2: #f2e9ff;
  --color-border: #ece7f5;
  --gradient-brand: linear-gradient(120deg, #9811fb 0%, #e60076 100%);
  --font-sans: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --max-width: 1180px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(34,28,23,0.06);
  --shadow-md: 0 8px 24px rgba(88,22,141,0.12);
  --shadow-lg: 0 24px 60px rgba(88,22,141,0.18);
}
