@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";:root{--color-brand:#7f3f98;--color-brand-dark:#5c2e70;--color-brand-light:#f0eaf4;--color-brand-border:#ece9ef;--color-black:#231f20;--color-white:#fff;--color-gray-100:#f8f7f9;--color-gray-200:#f0eff2;--color-gray-300:#ece9ef;--color-gray-400:#b9b9b9;--color-gray-500:#71717a;--color-gray-600:#5a5567;--color-gray-700:#3f3f46;--color-stack-orange:#f16521;--color-stack-red:#ed1c24;--color-stack-blue:#213f99;--color-stack-yellow:#ffde17;--color-stack-brown:#a58578;--color-success:#15803d;--color-success-bg:#15803d14;--color-warning:#f16521;--color-warning-bg:#f1652114;--color-error:#ed1c24;--color-error-bg:#ed1c2414;--color-info:#213f99;--font:"Montserrat", "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm:4px;--radius-md:12px;--radius-lg:24px;--radius-xl:40px;--radius-full:999px;--shadow-sm:0 1px 4px #231f200f;--shadow-md:0 4px 16px #231f201a;--shadow-lg:0 12px 32px #231f2024;--shadow-brand:0 4px 14px #7f3f9859;--color-accent:var(--color-stack-orange);--color-red:var(--color-stack-red);--color-blue:var(--color-stack-blue);--color-near-black:#0a0a0a;--color-gray-800:#27272a;--color-gray-900:#18181b;font-family:var(--font);color:var(--color-black);background:var(--color-gray-100);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}*{box-sizing:border-box}body{min-height:100vh;margin:0}button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0}input,textarea,select{font-family:inherit}a{color:var(--color-brand);text-decoration:none}a:hover{text-decoration:underline}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:0s!important;animation-duration:0s!important}}
