@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=DM+Mono:wght@300;400;500&display=swap";:root{--primary-red: #e31b23;--primary-red-rgb: 227, 27, 35;--deep-navy: #172033;--ink-black: #111111;--soft-white: #f8fafc;--success-green: #3a8b53;--info-teal: #199eae;--warning-yellow: #f2b623;--orange: #f47b35;--background: var(--soft-white);--foreground: var(--ink-black);--bg-card: #ffffff;--bg-secondary: #f1f5f9;--text-main: var(--ink-black);--text-muted: #64748b;--border-color: #e2e8f0;--font-display: "Outfit", sans-serif;--font-body: "DM Sans", sans-serif;--font-mono: "DM Mono", monospace;--space-1: clamp(2px, .25vw + 1px, 4px);--space-2: clamp(4px, .5vw + 2px, 8px);--space-3: clamp(8px, .75vw + 4px, 12px);--space-4: clamp(12px, 1vw + 4px, 16px);--space-5: clamp(14px, 1.25vw + 4px, 20px);--space-6: clamp(16px, 1.5vw + 4px, 24px);--space-7: clamp(20px, 2vw + 4px, 32px);--space-8: clamp(24px, 2.5vw + 4px, 40px);--space-9: clamp(28px, 3vw + 4px, 48px);--space-10: clamp(32px, 4vw + 4px, 64px);--space-12: clamp(40px, 5vw + 8px, 80px);--text-xs: clamp(.6875rem, .65rem + .15vw, .75rem);--text-sm: clamp(.75rem, .7rem + .2vw, .875rem);--text-base: clamp(.8125rem, .75rem + .25vw, 1rem);--text-lg: clamp(1rem, .9rem + .35vw, 1.125rem);--text-xl: clamp(1.125rem, 1rem + .5vw, 1.5rem);--text-2xl: clamp(1.375rem, 1.1rem + .8vw, 1.875rem);--text-3xl: clamp(1.625rem, 1.2rem + 1.2vw, 2.5rem);--text-4xl: clamp(2rem, 1.5rem + 1.5vw, 3.125rem);--sidebar-width: 240px;--sidebar-collapsed-width: 68px;--header-height: 60px;--footer-height: 64px;--content-max-width: 1360px;--content-padding: clamp(12px, 3vw, 36px);--radius: 8px;--shadow-sm: 0 1px 2px rgba(17, 17, 17, .05);--shadow-md: 0 4px 12px rgba(17, 17, 17, .06)}.dark{--background: var(--ink-black);--foreground: var(--soft-white);--bg-card: var(--deep-navy);--bg-secondary: #1e293b;--text-main: var(--soft-white);--text-muted: #94a3b8;--border-color: rgba(255, 255, 255, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}button,input,select,textarea,.card,[class*=card],[class*=btn],[class*=badge]{border-radius:var(--radius)}.landing-page>section{border-radius:0!important}aside,header,nav,footer,thead,tbody,tr,th,td{border-radius:0!important}:where([style*="border: 1px"]:not(table,thead,tbody,tr,th,td,aside,header,nav,footer),[style*="border: 1.5px"]:not(table,thead,tbody,tr,th,td,aside,header,nav,footer),[style*=box-shadow]:not(table,thead,tbody,tr,th,td,aside,header,nav,footer)){border-radius:var(--radius)}:where([style*="display: grid"])>*{min-width:0}html,body,#root{min-height:100%}body{font-family:var(--font-body);background:var(--background);color:var(--text-main);-webkit-font-smoothing:antialiased}@keyframes spin{to{transform:rotate(360deg)}}
