:root{--safe-area-inset-top: 0px;--safe-area-inset-right: 0px;--safe-area-inset-bottom: 0px;--safe-area-inset-left: 0px;--safe-area-inset-top: env(safe-area-inset-top, 0px);--safe-area-inset-right: env(safe-area-inset-right, 0px);--safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);--safe-area-inset-left: env(safe-area-inset-left, 0px)}body{margin:0;padding:0;padding-top:var(--safe-area-inset-top);padding-right:var(--safe-area-inset-right);padding-bottom:var(--safe-area-inset-bottom);padding-left:var(--safe-area-inset-left)}.safe-area-top{padding-top:max(1rem,env(safe-area-inset-top))}.safe-area-bottom{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.full-height-safe{height:100dvh;height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.scroll-container-safe{max-height:100dvh;max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:auto;padding-bottom:env(safe-area-inset-bottom)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;position:relative;overflow:hidden;background:#f8f7fc;font-family:Segoe UI,system-ui,sans-serif;gap:40px}.lotus{position:relative;width:140px;height:140px;z-index:1}.lotus-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:radial-gradient(circle,rgba(200,80,192,.12),transparent 70%);animation:lotus-glow-pulse 3s ease-in-out infinite}@keyframes lotus-glow-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.lotus-petal{position:absolute;width:28px;height:60px;top:50%;left:50%;transform-origin:50% 100%;border-radius:50% 50% 45% 45%;animation:petal-bloom 4s ease-in-out infinite}.lotus-petal-1{background:linear-gradient(to top,#667eea0d,#667eea80);transform:translate(-50%,-100%) rotate(0);animation-delay:0s}.lotus-petal-2{background:linear-gradient(to top,#876edc0d,#876edc80);transform:translate(-50%,-100%) rotate(45deg);animation-delay:.15s}.lotus-petal-3{background:linear-gradient(to top,#a85ece0d,#a85ece80);transform:translate(-50%,-100%) rotate(90deg);animation-delay:.3s}.lotus-petal-4{background:linear-gradient(to top,#c850c00d,#c850c080);transform:translate(-50%,-100%) rotate(135deg);animation-delay:.45s}.lotus-petal-5{background:linear-gradient(to top,#dc78e60d,#dc78e680);transform:translate(-50%,-100%) rotate(180deg);animation-delay:.6s}.lotus-petal-6{background:linear-gradient(to top,#c850c00d,#c850c080);transform:translate(-50%,-100%) rotate(225deg);animation-delay:.75s}.lotus-petal-7{background:linear-gradient(to top,#a85ece0d,#a85ece80);transform:translate(-50%,-100%) rotate(270deg);animation-delay:.9s}.lotus-petal-8{background:linear-gradient(to top,#876edc0d,#876edc80);transform:translate(-50%,-100%) rotate(315deg);animation-delay:1.05s}@keyframes petal-bloom{0%,to{height:48px;opacity:.4;box-shadow:0 0 6px #c850c01a}50%{height:68px;opacity:1;box-shadow:0 0 18px #c850c04d}}.lotus-center{position:absolute;top:50%;left:50%;width:28px;height:28px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#fff 30%,#d8b4fe 70%,#a78bfa);box-shadow:0 0 15px #a85ece4d,0 0 30px #a85ece1a;z-index:2}.lotus-sparkle{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95),transparent 60%)}.lotus-sparkle:before,.lotus-sparkle:after{content:"";position:absolute;background:#a85ece66;border-radius:2px}.lotus-sparkle:before{width:2px;height:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.lotus-sparkle:after{width:12px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-text{text-align:center;position:relative;z-index:1}.loading-title{font-size:2.2rem;font-weight:700;margin:0 0 8px;display:flex;justify-content:center}.loading-char{display:inline-block;color:#c4b5d4;animation:char-color 2.5s ease-in-out infinite}@keyframes char-color{0%,to{color:#c4b5d4}50%{color:#7c3aed}}.loading-subtitle{font-size:1rem;color:#64508c80;font-weight:300;margin:0;letter-spacing:2px;animation:subtitle-fade 3s ease-in-out infinite}@keyframes subtitle-fade{0%,to{opacity:.4}50%{opacity:.8}}.morph-bar{width:min(80%,320px);height:3px;background:#a85ece1a;border-radius:10px;overflow:hidden;position:relative;z-index:1}.morph-bar-fill{position:absolute;height:100%;width:30%;border-radius:inherit;background:linear-gradient(90deg,#a78bfa,#c084fc,#a78bfa);background-size:200% 100%;animation:bar-slide 2s ease-in-out infinite,gradient-shift 2s ease-in-out infinite}.morph-bar-glow{position:absolute;height:200%;width:20%;top:-50%;border-radius:inherit;background:radial-gradient(ellipse,rgba(168,94,206,.3),transparent 70%);animation:bar-slide 2s ease-in-out infinite;filter:blur(4px)}@keyframes bar-slide{0%{left:-30%}to{left:100%}}@media (prefers-reduced-motion: reduce){.loading-container *{animation-duration:.01ms!important;animation-iteration-count:1!important}.loading-subtitle{opacity:.6}}
