*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}@keyframes slideIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}@keyframes toastIn{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastOut{to{opacity:0;transform:translateY(8px) scale(.96)}}.fu{animation:fadeUp .28s ease both}.fu1{animation:fadeUp .28s .05s ease both}.fu2{animation:fadeUp .28s .1s ease both}.fu3{animation:fadeUp .28s .15s ease both}.si{animation:slideIn .22s ease both}.kpi{transition:transform .18s,box-shadow .18s}.kpi:hover{transform:translateY(-2px)}.pbtn{transition:opacity .15s,transform .1s,box-shadow .15s}.pbtn:hover:not(:disabled){opacity:.88;transform:translateY(-1px);box-shadow:0 4px 18px #63b3ed47}.pbtn:active:not(:disabled){transform:none}.sig{transition:transform .15s}.sig:hover{transform:translate(3px)}.pbar{transition:width .55s cubic-bezier(.4,0,.2,1)}.ttrack{transition:background .2s}.navbtn{transition:background .12s,color .12s}.rrow{transition:background .1s}input,select,button,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{outline:none}
