.app-loader-overlay{background:rgba(var(--v-theme-surface),.25);-webkit-backdrop-filter:blur(6px);justify-content:center;align-items:center;display:flex;z-index:999999!important;width:100vw!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important}.app-loader-content{text-align:center;background:rgba(var(--v-theme-surface),.97);border-radius:var(--radius-sheet);box-shadow:0 10px 40px rgba(var(--v-theme-primary),.15);border:1px solid rgba(var(--v-theme-primary),.08);flex-direction:column;align-items:center;gap:16px;padding:30px 40px;display:flex}.app-loader-spinner{width:64px;height:64px;position:relative}.spinner-ring{fill:none;width:64px;height:64px;stroke:rgb(var(--v-theme-primary));stroke-width:4.5px;stroke-linecap:round;stroke-dasharray:110;stroke-dashoffset:80px;filter:drop-shadow(0 4px 6px rgba(var(--v-theme-primary),.25));animation:1s cubic-bezier(.4,0,.2,1) infinite spin-ring}@keyframes spin-ring{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.app-loader-title{color:rgb(var(--v-theme-on-surface));letter-spacing:.3px;margin:0;font-size:18px;font-weight:700}.app-loader-subtitle{color:rgba(var(--v-theme-on-surface),.6);letter-spacing:.2px;margin:0;font-size:13px;font-weight:500}
