.v-application{background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity));display:flex}.v-application__wrap{backface-visibility:hidden;display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}*,:after,:before{-webkit-user-select:none;-moz-user-select:none;user-select:none}.a-primary{color:rgb(var(--v-theme-primary));transition:.2s}.a-primary:hover{color:rgba(var(--v-theme-primary),.5)}.float-in-up{animation:float-in-up .6s cubic-bezier(.1,.9,.2,1)}.float-in-down{animation:float-in-down .6s cubic-bezier(.1,.9,.2,1)}.float-in-left{animation:float-in-left .6s cubic-bezier(.1,.9,.2,1)}.float-in-right{animation:float-in-right .6s cubic-bezier(.1,.9,.2,1)}@keyframes float-in-up{0%{filter:opacity(0);transform:translateY(6em) scale(.9)}to{filter:none;transform:none}}@keyframes float-in-down{0%{filter:opacity(0);transform:translateY(-6em) scale(.9)}to{filter:none;transform:none}}@keyframes float-in-left{0%{filter:opacity(0);transform:translate(6em)}to{filter:none;transform:none}}@keyframes float-in-right{0%{filter:opacity(0);transform:translate(-6em)}to{filter:none;transform:none}}
