[class*=card]:not(.no-hover-effect){transition:all .3s cubic-bezier(.4,0,.2,1)}[class*=card]:not(.no-hover-effect):hover{background-color:rgba(255,255,255,.03);border-color:rgba(255,255,255,.12);box-shadow:0 10px 25px -5px rgba(0,0,0,.3),0 0 20px rgba(0,230,228,.08)}[role=menuitem]:not(.no-hover-effect){transition:background-color .15s ease,color .15s ease}[role=menuitem]:not(.no-hover-effect):hover{background-color:rgba(255,255,255,.04)}button:not(.no-hover-effect){transition:all .2s cubic-bezier(.4,0,.2,1)}button:not(.no-hover-effect):hover{transform:translateY(-1px)}input:not([type=checkbox]):not([type=radio]):not(.no-hover-effect),select:not(.no-hover-effect),textarea:not(.no-hover-effect){transition:border-color .2s ease,box-shadow .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(255,255,255,.16)}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,.4);box-shadow:0 0 0 2px rgba(0,230,228,.15),0 0 0 4px rgba(0,104,255,.08)}[class*=badge]:not(.no-hover-effect){transition:all .2s ease}[class*=badge]:not(.no-hover-effect):hover{transform:scale(1.03)}[role=tab]:not(.no-hover-effect){transition:all .2s ease}[role=tab]:not(.no-hover-effect):hover:not([aria-selected=true]){background-color:rgba(255,255,255,.04);color:rgba(255,255,255,.9)}nav a:not(.no-hover-effect){transition:color .2s ease,background-color .2s ease}svg:not(.no-hover-effect){transition:transform .2s ease}a:hover svg:not(.no-hover-effect),button:hover svg:not(.no-hover-effect){transform:scale(1.05)}[role=progressbar]{transition:box-shadow .3s ease}[role=progressbar]:hover{box-shadow:0 0 12px rgba(0,230,228,.2)}*{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;background-color:initial}}