/* NovaDream Design System 3.0 — static fallbacks. Runtime values are injected by DesignSettings. */
:root {
  --nd-color-bg: #ffffff;
  --nd-color-surface: #f7f8fc;
  --nd-color-surface-alt: #eef1f7;
  --nd-color-surface-inverse: #10183a;
  --nd-color-text: #10183a;
  --nd-color-muted: #667085;
  --nd-color-text-inverse: #ffffff;
  --nd-color-border: #e6e8ef;
  --nd-color-border-strong: #c7ccd8;
  --nd-color-primary: #4b4fe8;
  --nd-color-secondary: #26306a;
  --nd-color-accent: #8b5cf6;
  --nd-color-success: #15803d;
  --nd-color-warning: #b45309;
  --nd-color-danger: #b42318;
  --nd-color-info: #0369a1;

  --nd-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nd-font-display: var(--nd-font-family);
  --nd-type-display: clamp(2.75rem, 7vw, 5.75rem);
  --nd-type-h1: clamp(2.25rem, 5vw, 4rem);
  --nd-type-h2: clamp(1.8rem, 3.5vw, 2.9rem);
  --nd-type-h3: clamp(1.4rem, 2.4vw, 2rem);
  --nd-type-body: 1rem;
  --nd-type-small: .875rem;

  --nd-space-1: .25rem;
  --nd-space-2: .5rem;
  --nd-space-3: .75rem;
  --nd-space-4: 1rem;
  --nd-space-5: 1.5rem;
  --nd-space-6: 2rem;
  --nd-space-7: 3rem;
  --nd-space-8: 4rem;
  --nd-space-9: 6rem;
  --nd-space-10: 8rem;

  --nd-content-width: 760px;
  --nd-wide-width: 1200px;
  --nd-radius-sm: 8px;
  --nd-radius-md: 14px;
  --nd-radius-lg: 22px;
  --nd-radius-pill: 999px;
  --nd-shadow-sm: 0 4px 14px rgba(16,24,58,.07);
  --nd-shadow: 0 12px 32px rgba(16,24,58,.08);
  --nd-shadow-lg: 0 18px 48px rgba(16,24,58,.11);

  --nd-motion-fast: 120ms;
  --nd-motion-base: 220ms;
  --nd-motion-slow: 360ms;
  --nd-motion-ease: cubic-bezier(.2,.7,.2,1);

  --nd-button-radius: 10px;
  --nd-button-weight: 700;
  --nd-card-padding: 24px;
  --nd-form-radius: 10px;
  --nd-section-space: 72px;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --nd-motion-fast: 0ms;
    --nd-motion-base: 0ms;
    --nd-motion-slow: 0ms;
  }
}
