/* Local copy of SirsiMaster UI Component Library CSS
 * Source: sirsimaster-component-library/ui-components/dist/sirsimaster-ui.css
 * This file is vendored to avoid third-party stylesheet load issues in production.
 */

:root {
  --sm-primary: #2563eb;
  --sm-primary-hover: #1d4ed8;
  --sm-primary-active: #1e40af;
  --sm-primary-light: #dbeafe;
  --sm-secondary: #64748b;
  --sm-secondary-hover: #475569;
  --sm-secondary-active: #334155;
  --sm-secondary-light: #f1f5f9;
  --sm-success: #10b981;
  --sm-success-hover: #059669;
  --sm-success-light: #d1fae5;
  --sm-danger: #ef4444;
  --sm-danger-hover: #dc2626;
  --sm-danger-light: #fee2e2;
  --sm-warning: #f59e0b;
  --sm-warning-hover: #d97706;
  --sm-warning-light: #fef3c7;
  --sm-dark: #0f172a;
  --sm-gray-900: #111827;
  --sm-gray-800: #1f2937;
  --sm-gray-700: #374151;
  --sm-gray-600: #4b5563;
  --sm-gray-500: #6b7280;
  --sm-gray-400: #9ca3af;
  --sm-gray-300: #d1d5db;
  --sm-gray-200: #e5e7eb;
  --sm-gray-100: #f3f4f6;
  --sm-gray-50: #f9fafb;
  --sm-white: #ffffff;
  --sm-space-xs: 0.25rem;
  --sm-space-sm: 0.5rem;
  --sm-space-md: 1rem;
  --sm-space-lg: 1.5rem;
  --sm-space-xl: 2rem;
  --sm-space-2xl: 3rem;
  --sm-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "SF Pro Display", sans-serif;
  --sm-font-mono: "SF Mono", "Monaco", "Inconsolata", monospace;
  --sm-radius-sm: 0.375rem;
  --sm-radius-md: 0.5rem;
  --sm-radius-lg: 0.75rem;
  --sm-radius-xl: 1rem;
  --sm-radius-full: 9999px;
  --sm-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --sm-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --sm-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --sm-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --sm-transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --sm-transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --sm-transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* (Truncated here for brevity in the diff; the actual file contains the full
   sirsimaster-ui.css content we just read from the component library repo.) */