:root{--animate-duration: .3s}body{margin:0;min-width:320px;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}@media (prefers-color-scheme: dark){::-webkit-scrollbar-thumb{background:#fff3}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in{animation:fadeIn var(--animate-duration) ease-in}.slide-up{animation:slideUp var(--animate-duration) ease-out}.cursor-pointer{cursor:pointer}.transition-all{transition:all var(--animate-duration) ease}.chakra-progress__track{overflow:hidden}.chakra-progress__bar{transition:width .3s ease-in-out}.chakra-card{transition:transform .2s ease,box-shadow .2s ease}.chakra-card:hover{transform:translateY(-2px)}.chakra-table tr{transition:background-color .2s ease}
