/* NimbleResolve portal design tokens — single source for portal + widget */
:root {
  --background: var(--color-bg);
  --foreground: var(--color-text);
  --card: var(--color-surface);
  --card-foreground: var(--color-text);
  --primary: var(--color-primary);
  --primary-foreground: #ffffff;
  --muted: var(--color-text-muted);
  --muted-foreground: var(--color-text-muted);
  --border: var(--color-border);
  --ring: rgba(37, 99, 235, 0.25);
  --success: var(--color-success);
  --destructive: var(--color-error);
  --radius: var(--radius-md);
  --shadow-elevated: var(--shadow-md);
  --touch-min: 44px;
  --content-max: 720px;
  --section-gap: 1.25rem;
}

[data-theme="dark"] {
  --ring: rgba(59, 130, 246, 0.35);
}
