@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f4f6ff;color:#1e1b4b;-webkit-font-smoothing:antialiased}a{text-decoration:none}input,select,textarea,button{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:99px}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes count-up{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.fade-up{animation:fadeUp .4s ease both}.fade-in{animation:fadeIn .3s ease both}.float{animation:float 3s ease-in-out infinite}.card-hover{transition:transform .2s ease,box-shadow .2s ease}.card-hover:hover{transform:translateY(-3px);box-shadow:0 16px 36px #6366f121!important}.btn-glow{transition:all .2s ease}.btn-glow:hover{filter:brightness(1.07);transform:translateY(-1px)}.btn-glow:active{transform:scale(.97)}.tr-hover{transition:background .12s}.tr-hover:hover{background:#f5f3ff!important}.nav-link{transition:all .15s ease}.nav-link:hover{transform:translate(2px)}
