.loading-container{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#06080a;z-index:9999;overflow:hidden}.loading-container .ambient-glow{position:absolute;width:80vw;height:80vw;border-radius:50%;filter:blur(150px);opacity:.08;background:#e84f56,#cc366f;animation:luxuryAura 9s linear infinite}.loading-container .logo-wrapper{width:100%;max-width:340px;position:relative;z-index:2}.loading-container .logo-wrapper svg{width:100%;height:auto}.loading-container .logo-wrapper svg .main-path{filter:drop-shadow(0 4px 20px rgba(0,0,0,.5))}.loading-container .logo-wrapper svg .stop-1{animation:luxuryCycle1 9s linear infinite}.loading-container .logo-wrapper svg .stop-2{animation:luxuryCycle2 9s linear infinite}.loading-container .progress-track{position:absolute;bottom:10%;width:200px;height:1px;background:hsla(0,0%,100%,.05);overflow:hidden}.loading-container .progress-track .progress-bar{width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:translateX(-100%);animation:luxuryProgress 3s ease-in-out infinite}@keyframes luxuryCycle1{0%,to{stop-color:#e84f56}33%{stop-color:#ae367f}66%{stop-color:#674e9b}}@keyframes luxuryCycle2{0%,to{stop-color:#cc366f}33%{stop-color:#854290}66%{stop-color:#538880}}@keyframes luxuryAura{0%,to{background:#e84f56;transform:translate(-10%,-10%) scale(1)}33%{background:#ae367f;transform:translate(10%,5%) scale(1.1)}66%{background:#674e9b;transform:translate(-5%,15%) scale(1)}}@keyframes luxuryProgress{0%{transform:translateX(-100%)}50%,to{transform:translateX(100%)}}