.t-all{transition:all .2s ease-out}.t-colors{transition:color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out}.t-shadow{transition:box-shadow .2s ease-out}.t-transform{transition:transform .15s ease-out}.t-opacity{transition:opacity .15s ease-out}.btn-interactive{transition:background-color .15s ease-out,box-shadow .15s ease-out,transform .1s ease-out,opacity .1s ease-out}.btn-interactive:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.btn-interactive:active{transform:scale(.97);opacity:.9}.card-interactive{transition:transform .15s ease-out,box-shadow .15s ease-out}.card-interactive:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.08)}.card-interactive:active{transform:translateY(0)}.sidebar-link{transition:background-color .15s ease-out,color .15s ease-out,box-shadow .15s ease-out}.modal-enter{animation:modalIn .2s cubic-bezier(.32,.72,0,1) both}.modal-exit{animation:modalOut .15s ease-out both}@keyframes modalIn{0%{opacity:0;transform:scale(.96) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.dropdown-enter{animation:dropdownIn .15s cubic-bezier(.32,.72,0,1) both;transform-origin:top center}@keyframes dropdownIn{0%{opacity:0;transform:scaleY(.94) scaleX(.97)}to{opacity:1;transform:scaleY(1) scaleX(1)}}.toast-enter{animation:toastIn .2s ease-out both}.toast-exit{animation:toastOut .15s ease-out both}@keyframes toastIn{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}@keyframes toastOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(24px)}}.page-enter{animation:pageIn .2s ease-out both}@keyframes pageIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.table-row-interactive{transition:background-color .1s ease-out}.table-row-interactive:hover{background-color:rgba(6,56,123,.03)}.icon-spin-hover:hover{transform:rotate(90deg);transition:transform .2s ease-out}.icon-scale-hover:hover{transform:scale(1.15);transition:transform .15s ease-out}