:root{--font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;--font-brand: "Space Grotesk", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;padding:0;font-family:var(--font-sans);overflow:auto}.font-brand{font-family:var(--font-brand)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.2;transform:scale(.95)}}.animate-blink{animation:blink 2s ease-in-out infinite}@keyframes terminate{0%{transform:scale(1);opacity:1;filter:blur(0)}to{transform:scale(.92);opacity:0;filter:blur(4px)}}.animate-terminate{animation:terminate .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes success-pulse{0%{transform:scale(.95);box-shadow:0 0 #10b98166}70%{transform:scale(1);box-shadow:0 0 0 10px #10b98100}to{transform:scale(1);box-shadow:0 0 #10b98100}}.animate-success-pulse{animation:success-pulse 1.5s cubic-bezier(.4,0,.2,1) infinite}
