@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glow{0%,to{box-shadow:0 0 5px #10b98180}50%{box-shadow:0 0 20px #10b981cc}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-slide-up{animation:slideUp .3s ease-out}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-slide-in-right{animation:slideInRight .3s ease-out}.animate-fade-in-backdrop{animation:fadeInBackdrop .2s ease-out}.animate-scale-in{animation:scaleIn .2s ease-out}.animate-dropdown{animation:scaleIn .15s ease-out}button,a,input,select,textarea{transition:all .2s ease-in-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.table-row-hover{transition:all .15s ease-in-out}.table-row-hover:hover{background-color:#f8fafc;transform:scale(1.001);box-shadow:0 1px 3px #0000000d}
