:root {
  /* Colour */
  --adm-bg: #f6f3ee;
  --adm-surface: #ffffff;
  --adm-surface-raised: #ffffff;
  --adm-surface-muted: #fbf9f6;
  --adm-border: #e8e2d9;
  --adm-border-strong: #d9d0c4;
  --adm-primary: #2f7d64;
  --adm-primary-hover: #266652;
  --adm-primary-soft: #e8f3ee;
  --adm-primary-muted: #5a9d87;
  --adm-text: #17202a;
  --adm-text-secondary: #374151;
  --adm-muted: #6b7280;
  --adm-muted-light: #9ca3af;
  --adm-danger: #b42318;
  --adm-danger-soft: #fef3f2;
  --adm-warning: #b54708;
  --adm-warning-soft: #fffaeb;
  --adm-success: #067647;
  --adm-success-soft: #ecfdf3;
  --adm-info: #175cd3;
  --adm-info-soft: #eff8ff;

  /* Typography */
  --adm-font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --adm-font-mono: ui-monospace, "SF Mono", "Cascadia Code", monospace;
  --adm-text-xs: 0.75rem;
  --adm-text-sm: 0.8125rem;
  --adm-text-base: 0.9375rem;
  --adm-text-lg: 1.0625rem;
  --adm-text-xl: 1.25rem;
  --adm-text-2xl: 1.5rem;
  --adm-text-3xl: 1.875rem;
  --adm-weight-normal: 400;
  --adm-weight-medium: 500;
  --adm-weight-semibold: 600;
  --adm-leading: 1.5;
  --adm-leading-tight: 1.25;
  --adm-tracking-tight: -0.02em;

  /* Layout */
  --adm-max-width: 1400px;
  --adm-sidebar-width: 260px;
  --adm-topbar-height: 64px;
  --adm-mobile-nav-height: 56px;

  /* Spacing */
  --adm-space-1: 0.25rem;
  --adm-space-2: 0.5rem;
  --adm-space-3: 0.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-space-12: 3rem;
  --adm-space-16: 4rem;

  /* Radius */
  --adm-radius-sm: 6px;
  --adm-radius-md: 10px;
  --adm-radius-lg: 14px;
  --adm-radius-xl: 18px;
  --adm-radius-full: 999px;

  /* Shadow */
  --adm-shadow-xs: 0 1px 2px rgba(23, 32, 42, 0.04);
  --adm-shadow-sm: 0 1px 3px rgba(23, 32, 42, 0.06), 0 1px 2px rgba(23, 32, 42, 0.04);
  --adm-shadow-md: 0 4px 12px rgba(23, 32, 42, 0.06), 0 2px 4px rgba(23, 32, 42, 0.04);
  --adm-shadow-lg: 0 12px 32px rgba(23, 32, 42, 0.08), 0 4px 8px rgba(23, 32, 42, 0.04);
  --adm-shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.6);

  /* Motion */
  --adm-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --adm-duration: 160ms;
  --adm-duration-slow: 240ms;

  /* Z-index */
  --adm-z-sidebar: 40;
  --adm-z-topbar: 50;
  --adm-z-mobile-nav: 60;
  --adm-z-overlay: 70;
  --adm-z-modal: 80;
}
