:root {
  --adm-canvas: #f4f6f8;
  --adm-surface: #ffffff;
  --adm-surface-subtle: #f8fafc;
  --adm-surface-strong: #111827;
  --adm-text: #172033;
  --adm-text-muted: #687386;
  --adm-text-inverse: #f8fafc;
  --adm-border: #dfe4ea;
  --adm-border-strong: #c7ced8;
  --adm-brand: #5b4ff5;
  --adm-brand-hover: #4a3fe0;
  --adm-brand-soft: #eeecff;
  --adm-success: #147a55;
  --adm-success-soft: #e8f7f0;
  --adm-success-border: #b8e0cf;
  --adm-warning: #9a5d08;
  --adm-warning-soft: #fff5dd;
  --adm-danger: #b42336;
  --adm-danger-hover: #951b2b;
  --adm-danger-soft: #fff0f2;
  --adm-info: #1768ac;
  --adm-info-soft: #eaf4ff;
  --adm-focus: #775fff;
  --adm-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  --adm-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --adm-text-xs: .75rem;
  --adm-text-sm: .875rem;
  --adm-text-md: 1rem;
  --adm-text-lg: 1.125rem;
  --adm-text-xl: 1.25rem;
  --adm-text-2xl: 1.5rem;
  --adm-space-1: .25rem;
  --adm-space-2: .5rem;
  --adm-space-3: .75rem;
  --adm-space-4: 1rem;
  --adm-space-5: 1.25rem;
  --adm-space-6: 1.5rem;
  --adm-space-8: 2rem;
  --adm-space-10: 2.5rem;
  --adm-control-sm: 2rem;
  --adm-control: 2.5rem;
  --adm-radius-sm: .45rem;
  --adm-radius: .5rem;
  --adm-radius-lg: .625rem;
  --adm-shadow-sm: 0 1px 2px rgb(15 23 42 / .06);
  --adm-shadow-overlay: 0 24px 60px rgb(15 23 42 / .2);
  --adm-motion-fast: 140ms;
  --adm-motion: 200ms;
  --adm-z-sidebar: 40;
  --adm-z-overlay: 80;
}
