@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";:root{--font-size: 14px;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--font-weight-medium: 500;--font-weight-normal: 400;--spacing-0-5: 2px;--spacing-1: 4px;--spacing-1-5: 6px;--spacing-2: 8px;--spacing-3: 12px;--spacing-4: 16px;--radius: 6px;--radius-sm: 4px;--radius-lg: 8px;--background: rgba(255, 255, 255, 1);--foreground: rgba(27, 27, 27, 1);--card: rgba(255, 255, 255, 1);--card-foreground: rgba(27, 27, 27, 1);--primary: rgba(47, 79, 233, 1);--primary-foreground: rgba(255, 255, 255, 1);--secondary: rgba(240, 240, 240, 1);--secondary-foreground: rgba(27, 27, 27, 1);--muted: rgba(250, 250, 250, 1);--muted-foreground: rgba(93, 93, 93, 1);--accent: rgba(250, 250, 250, 1);--accent-foreground: rgba(39, 38, 37, 1);--border: rgba(240, 240, 240, 1);--destructive: #DC2626;--destructive-light: #EF4444;--destructive-bg: rgba(220, 38, 38, .08);--destructive-bg-solid: #FEF2F2;--destructive-foreground: #FFFFFF;--success: #16A34A;--success-light: #22C55E;--success-bg: rgba(22, 163, 74, .08);--success-foreground: #FFFFFF;--warning: #D97706;--warning-light: #F59E0B;--warning-bg: rgba(217, 119, 6, .08);--warning-foreground: #FFFFFF;--neutral: #94A3B8;--neutral-light: #CBD5E1;--neutral-bg: #F5F5F5;--header-bg: linear-gradient(135deg, #3F4F63 0%, #2D3A4A 100%);--header-bg-old: linear-gradient(135deg, #4A3F4A 0%, #3A2D3A 100%);--header-bg-new: linear-gradient(135deg, #3F4A4A 0%, #2D3A3A 100%);--header-foreground: #F8FAFC}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:Inter,sans-serif;font-size:var(--font-size)}h1{font-family:Inter,sans-serif;font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}p{font-family:Inter,sans-serif;font-size:var(--text-sm);font-weight:var(--font-weight-normal);line-height:1.5}button{font-family:Inter,sans-serif;font-size:var(--text-sm);font-weight:var(--font-weight-medium);line-height:1.5;cursor:pointer;border:none}
