:root{--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--radius-sm: 4px;--radius-default: 8px;--radius-lg: 12px;--radius-full: 9999px;--sidebar-width: 280px;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070;--transition-fast: .15s ease-in-out;--transition-base: .2s ease-in-out;--transition-slow: .3s ease-in-out}:root,[data-theme=light]{--background: #ffffff;--foreground: #2a1e9a;--card: #ffffff;--primary: #3e37f4;--primary-foreground: #ffffff;--secondary: #e8e7fd;--muted: #f5f4fe;--border: #d5d3fc;--input: #e0dffe;--input-background: #ffffff;--color-primary: #3e37f4;--color-primary-contrast: #ffffff;--color-bg: #ffffff;--color-fg: #1b1b1b;--color-card: #ffffff;--color-border: #d5d3fc;--color-muted-bg: #f5f4fe;--color-muted-fg: #6b7280;--color-success: #22c55e;--success: #22c55e;--warning: #f59e0b;--destructive: hsl(0 84.2% 60.2%);--neutral-50: #fafafa;--neutral-100: #f5f5f5;--neutral-200: #e5e5e5;--neutral-300: #d4d4d4;--neutral-400: #a3a3a3;--neutral-500: #737373;--neutral-600: #525252;--neutral-700: #404040;--neutral-800: #262626;--neutral-900: #171717;--neutral-950: #0a0a0a}[data-theme=dark]{--background: #16132e;--foreground: #c7bffc;--card: #1d1939;--primary: #3e37f4;--primary-foreground: #ffffff;--secondary: #2d2649;--muted: #251f3d;--border: #2d2649;--input: #2d2649;--input-background: #1d1939;--color-primary: #3e37f4;--color-primary-contrast: #ffffff;--color-bg: #16132e;--color-fg: #c7bffc;--color-card: #1d1939;--color-border: #2d2649;--color-muted-bg: #251f3d;--color-muted-fg: #6b7280;--color-success: #22c55e;--success: #22c55e;--warning: #f59e0b;--destructive: hsl(0 62.8% 50.6%);--neutral-50: #0a0a0a;--neutral-100: #171717;--neutral-200: #262626;--neutral-300: #404040;--neutral-400: #525252;--neutral-500: #737373;--neutral-600: #a3a3a3;--neutral-700: #d4d4d4;--neutral-800: #e5e5e5;--neutral-900: #f5f5f5;--neutral-950: #fafafa}:global(h1){font-size:30px;font-weight:700;line-height:36px;color:var(--foreground);margin:0}:global(h2){font-size:24px;font-weight:600;line-height:32px;color:var(--foreground);margin:0}:global(h3){font-size:20px;font-weight:600;line-height:28px;color:var(--foreground);margin:0}:global(body){font-size:16px;font-weight:400;line-height:24px}:global(.text-sm){font-size:14px;line-height:20px}:global(.text-xs){font-size:12px;line-height:16px}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--background);color:var(--foreground);transition:background-color var(--transition-base),color var(--transition-base)}*{box-sizing:border-box}a{color:inherit;text-decoration:none}
