*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:#f1f4f3;margin:0;font-family:Plus Jakarta Sans,system-ui,sans-serif}#root{min-height:100vh}.ascr::-webkit-scrollbar{width:9px;height:9px}.ascr::-webkit-scrollbar-track{background:0 0}.ascr::-webkit-scrollbar-thumb{background:#d3dddc;border:2px solid #f1f4f3;border-radius:9px}.ascr::-webkit-scrollbar-thumb:hover{background:#becbca}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes growBar{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.anim{animation:.4s cubic-bezier(.16,1,.3,1) both fadeUp}.bar-grow{transform-origin:bottom;animation:.6s cubic-bezier(.16,1,.3,1) both growBar}input,select,button{font-family:inherit}
