button:not(.no-hover-effect){transition:all .2s cubic-bezier(.4,0,.2,1)}button:not(.no-hover-effect):hover{transform:translateY(-1px)}[class*=card]:not(.no-hover-effect){transition:all .3s cubic-bezier(.4,0,.2,1)}[class*=card]:not(.no-hover-effect):hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px rgba(0,0,0,.15),0 10px 10px -5px rgba(0,0,0,.04),0 0 20px rgba(0,230,228,.1)}[role=progressbar]{transition:all .3s ease}[role=progressbar]:hover{box-shadow:0 0 15px rgba(0,230,228,.3);transform:scaleY(1.1)}input:not([type=checkbox]):not([type=radio]):not(.no-hover-effect),select:not(.no-hover-effect),textarea:not(.no-hover-effect){transition:all .2s ease}input:not([type=checkbox]):not([type=radio]):not(.no-hover-effect):hover,select:not(.no-hover-effect):hover,textarea:not(.no-hover-effect):hover{border-color:rgba(0,230,228,.3);box-shadow:0 0 0 2px rgba(0,230,228,.1)}input:not([type=checkbox]):not([type=radio]):not(.no-hover-effect):focus,select:not(.no-hover-effect):focus,textarea:not(.no-hover-effect):focus{border-color:rgba(0,230,228,.5);box-shadow:0 0 0 3px rgba(0,230,228,.2)}[class*=badge]:not(.no-hover-effect){transition:all .2s ease}[class*=badge]:not(.no-hover-effect):hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.15)}[role=tab]:not(.no-hover-effect){transition:all .2s ease}[role=tab]:not(.no-hover-effect):hover:not([aria-selected=true]){background-color:rgba(0,230,228,.05);color:rgba(0,230,228,.8);transform:translateY(-1px)}nav a:not(.no-hover-effect){transition:all .2s ease;position:relative}nav a:not(.no-hover-effect):hover{transform:translateX(2px)}svg:not(.no-hover-effect){transition:all .2s ease}a:hover svg:not(.no-hover-effect),button:hover svg:not(.no-hover-effect){transform:scale(1.1);filter:drop-shadow(0 2px 4px rgba(0,230,228,.3))}[role=menuitem]:not(.no-hover-effect){transition:all .15s ease}[role=menuitem]:not(.no-hover-effect):hover{background-color:rgba(0,230,228,.1);transform:translateX(2px)}.progress-bar-container:hover .progress-bar{box-shadow:0 0 20px rgba(0,230,228,.4);animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px rgba(0,230,228,.4)}50%{box-shadow:0 0 30px rgba(0,230,228,.6)}}.dark [class*=card]:not(.no-hover-effect):hover{box-shadow:0 10px 25px -5px rgba(0,0,0,.3),0 10px 10px -5px rgba(0,0,0,.1),0 0 25px rgba(0,230,228,.15)}*{color-scheme:dark}@media (hover:none){[class*=badge]:not(.no-hover-effect):hover,[class*=card]:not(.no-hover-effect):hover,[role=menuitem]:not(.no-hover-effect):hover,[role=tab]:not(.no-hover-effect):hover,button:not(.no-hover-effect):hover,input:not(.no-hover-effect):hover,nav a:not(.no-hover-effect):hover,select:not(.no-hover-effect):hover,svg:not(.no-hover-effect):hover,textarea:not(.no-hover-effect):hover{transform:none;box-shadow:none;border-color:initial}}