:root {
  --pl-bg: #f9fafb;
  --pl-surface: #ffffff;
  --pl-text: #111827;
  --pl-muted: #6b7280;
  --pl-subtle: #9ca3af;
  --pl-border: #e5e7eb;
  --pl-accent: #4f46e5;
  --pl-accent-hover: #4338ca;
  --pl-accent-soft: rgba(79, 70, 229, 0.06);
  --pl-success: #059669;
  --pl-danger: #dc2626;
  --pl-warn: #d97706;
  --pl-font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --pl-mono: 'JetBrains Mono', ui-monospace, monospace;
  --pl-radius: 6px;
  --pl-radius-lg: 10px;
  --pl-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  --pl-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06);
  --pl-focus: 0 0 0 3px rgba(79, 70, 229, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
