:root {
  --brand-50: #eeedfe;
  --brand-100: #cecbf6;
  --brand-200: #afa9ec;
  --brand-400: #7f77dd;
  --brand-600: #534ab7;
  --brand-800: #3c3489;
  --brand-900: #26215c;
  --status-neutral-bg: #f1efe8;
  --status-neutral-border: #b4b2a9;
  --status-neutral-text: #444441;
  --status-pending-bg: #faeeda;
  --status-pending-border: #ef9f27;
  --status-pending-text: #854f0b;
  --status-ok-bg: #e1f5ee;
  --status-ok-border: #1d9e75;
  --status-ok-text: #0f6e56;
  --status-warn-bg: #faece7;
  --status-warn-border: #d85a30;
  --status-warn-text: #993c1d;
  --status-crit-bg: #fcebeb;
  --status-crit-border: #e24b4a;
  --status-crit-text: #791f1f;
  --status-promo-bg: #eeedfe;
  --status-promo-text: #3c3489;
  --surface-app: #f7f5ef;
  --surface-card: #ffffff;
  --surface-sunken: #f1efe8;
  --surface-hover: #faf8f2;
  --surface-overlay: rgba(38, 33, 92, 0.55);
  --text-primary: #1a1a1a;
  --text-secondary: #5f5e5a;
  --text-tertiary: #888780;
  --text-inverse: #ffffff;
  --text-on-brand: #eeedfe;
  --border-subtle: rgba(0, 0, 0, 0.06);
  --border-default: rgba(0, 0, 0, 0.12);
  --border-strong: rgba(0, 0, 0, 0.24);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --radius-pill: 999px;
  --elev-1: 0 1px 2px rgba(20, 16, 50, 0.04);
  --elev-2: 0 4px 12px rgba(20, 16, 50, 0.08);
  --elev-3: 0 16px 40px rgba(20, 16, 50, 0.14);
  --elev-pass: 0 12px 32px rgba(38, 33, 92, 0.28);
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --fs-xs: 11px;
  --fs-sm: 12px;
  --fs-base: 14px;
  --fs-md: 15px;
  --fs-lg: 17px;
  --fs-xl: 22px;
  --fs-2xl: 28px;
  --fs-display: 36px;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --lh-tight: 1.2;
  --lh-base: 1.5;
  --lh-loose: 1.7;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --container-max: 1280px;
  --sidebar-width: 248px;
  --header-height: 60px;
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
  --dur-fast: 120ms;
  --dur-base: 200ms;
  --dur-slow: 360ms;
  --grad-pass: linear-gradient(160deg, #26215c 0%, #534ab7 60%, #7f77dd 100%);
  --grad-stage: linear-gradient(135deg, #ef9f27 0%, #d85a30 100%);
  --grad-cool: linear-gradient(135deg, #1d9e75 0%, #534ab7 100%);
}

[data-theme="dark"] {
  --surface-app: #14122a;
  --surface-card: #1e1b3a;
  --surface-sunken: #161430;
  --surface-hover: #252247;
  --text-primary: #f1efe8;
  --text-secondary: #b4b2a9;
  --text-tertiary: #888780;
  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-default: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(255, 255, 255, 0.24);
  --status-neutral-bg: #252247;
  --status-pending-bg: #3d2a0a;
  --status-ok-bg: #0d3328;
  --status-warn-bg: #3d1a0d;
  --status-crit-bg: #3d0f0f;
}

