.glass-bg-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;background:rgb(var(--v-theme-background));pointer-events:none}.blob{position:absolute;width:500px;height:500px;background:linear-gradient(135deg,rgba(var(--v-theme-primary),.2),rgba(var(--v-theme-secondary),.2));filter:blur(80px);border-radius:50%;z-index:-1;animation:move-blobs 25s infinite alternate ease-in-out}.blob-1{top:-100px;left:-100px;background:linear-gradient(135deg,rgba(var(--v-theme-primary),.15),rgba(var(--v-theme-accent),.15))}.blob-2{bottom:-150px;right:-100px;width:600px;height:600px;background:linear-gradient(135deg,rgba(var(--v-theme-secondary),.15),rgba(var(--v-theme-primary),.15));animation-delay:-5s;animation-duration:30s}.blob-3{top:40%;left:40%;width:300px;height:300px;background:linear-gradient(135deg,rgba(var(--v-theme-accent),.1),rgba(var(--v-theme-primary),.1));animation-delay:-10s;animation-duration:20s}@keyframes move-blobs{0%{transform:translate(0) scale(1)}33%{transform:translate(100px,50px) scale(1.1)}66%{transform:translate(-50px,150px) scale(.9)}to{transform:translate(0) scale(1)}}.v-application,.v-main{background:transparent!important}@media print{.v-toolbar__content{max-width:1800px!important;justify-content:center;margin:auto}}
