@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Geist:wght@100..900&display=swap");:root{--atlas-white:#ffffff;--atlas-black:#000000;--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;--blue-1:#fbfdff;--blue-2:#f4faff;--blue-3:#e6f4fe;--blue-7:#8ec8f6;--blue-8:#5eb1ef;--blue-9:#0090ff;--blue-10:#0588f0;--blue-11:#0d74ce;--blue-12:#113264;--red-400:#f87171;--red-600:#dc2626;--background:var(--atlas-white);--foreground:var(--neutral-950);--card:var(--atlas-white);--card-foreground:var(--neutral-950);--primary:var(--neutral-900);--primary-foreground:var(--neutral-50);--secondary:var(--neutral-100);--muted:var(--neutral-100);--muted-foreground:var(--neutral-500);--destructive:var(--red-600);--border:var(--neutral-200);--input:var(--neutral-200);--ring:var(--neutral-500);--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-geist:"Geist","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--leading-xs:16px;--leading-sm:20px;--leading-base:24px;--radius:10px;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:14px;--radius-2xl:16px;--radius-full:9999px;--control-h-sm:32px;--control-h:36px;--control-h-lg:40px;--shadow-xs:0px 1px 2px 0px rgba(0,0,0,0.05);--shadow-sm:0px 1px 2px 0px rgba(0,0,0,0.1);--shadow-md:0px 4px 6px -1px rgba(0,0,0,0.1),0px 2px 4px -2px rgba(0,0,0,0.1);--shadow-lg:0px 10px 15px -3px rgba(0,0,0,0.1),0px 4px 6px -4px rgba(0,0,0,0.1);--shadow-overlay:0px 10px 38px -10px rgba(0,0,0,0.35),0px 10px 20px -15px rgba(0,0,0,0.2);--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-in-out:cubic-bezier(0.4,0,0.2,1);--duration-fast:120ms;--duration:160ms;--duration-slow:240ms;--brand:#113264;--brand-tint:#eef4fb}*,:after,:before{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--leading-sm);-webkit-font-smoothing:antialiased}a{color:#113264;text-decoration:none;text-underline-offset:4px}a:hover{color:#1f4e8c}::selection{background:var(--blue-3);color:var(--blue-12)}body,html{overscroll-behavior-y:none}body{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;touch-action:manipulation}[role=button],button,label,nav{-webkit-user-select:none;-moz-user-select:none;user-select:none}::-webkit-scrollbar{width:0;height:0}*{scrollbar-width:none}button,input,select,textarea{font-family:inherit;font-size:inherit}input,select,textarea{font-size:16px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}