.LoadingScreen_loadingContainer__I2oDg{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef 50%,#dee2e6);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.LoadingScreen_loadingContent__dtnbq{text-align:center;position:relative;z-index:2}.LoadingScreen_brandContainer__Or4TG{margin-bottom:3rem}.LoadingScreen_logoImage__h1nTj{max-width:200px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.LoadingScreen_brandTitle__3ETmZ{font-size:3.5rem;font-weight:700;color:var(--nowaPrimaryColor,#f4ce14);margin:0;text-shadow:0 4px 8px rgba(0,0,0,.1);letter-spacing:2px}.LoadingScreen_brandSubtitle__kRp1O{font-size:1.5rem;font-weight:500;color:#6c757d;margin:.5rem 0 0;opacity:.9;letter-spacing:4px}.LoadingScreen_loadingAnimation__DC6aX{margin:2rem 0;position:relative}.LoadingScreen_spinner__DoYIq{width:80px;height:80px;margin:0 auto 2rem;position:relative}.LoadingScreen_spinnerInner__VuFk4{width:100%;height:100%;border:4px solid rgba(244,206,20,.3);border-top:4px solid var(--nowaPrimaryColor,#f4ce14);border-radius:50%;animation:LoadingScreen_spin__I7_qI 1s linear infinite;box-shadow:0 0 20px rgba(244,206,20,.3)}@keyframes LoadingScreen_spin__I7_qI{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.LoadingScreen_loadingDots__5AnlX{display:flex;justify-content:center;gap:8px}.LoadingScreen_loadingDots__5AnlX span{width:12px;height:12px;background-color:var(--nowaPrimaryColor,#f4ce14);border-radius:50%;animation:LoadingScreen_bounce__belMW 1.4s ease-in-out infinite both;box-shadow:0 2px 4px rgba(0,0,0,.2)}.LoadingScreen_loadingDots__5AnlX span:first-child{animation-delay:-.32s}.LoadingScreen_loadingDots__5AnlX span:nth-child(2){animation-delay:-.16s}.LoadingScreen_loadingDots__5AnlX span:nth-child(3){animation-delay:0s}@keyframes LoadingScreen_bounce__belMW{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.LoadingScreen_loadingMessage__WOut8{font-size:1.1rem;color:#6c757d;margin-top:2rem;opacity:.9;font-weight:500}.LoadingScreen_floatingElements__owPDS{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.LoadingScreen_floatingElement__x8nB4{position:absolute;width:60px;height:60px;background:rgba(244,206,20,.1);border:2px solid rgba(244,206,20,.2);border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.LoadingScreen_floatingElement__x8nB4:first-child{top:10%;left:15%;animation:LoadingScreen_float__Xe_Sj 8s ease-in-out infinite;animation-delay:0s}.LoadingScreen_floatingElement__x8nB4:nth-child(2){top:20%;right:20%;animation:LoadingScreen_float__Xe_Sj 10s ease-in-out infinite;animation-delay:-2s}.LoadingScreen_floatingElement__x8nB4:nth-child(3){bottom:30%;left:10%;animation:LoadingScreen_float__Xe_Sj 12s ease-in-out infinite;animation-delay:-4s}.LoadingScreen_floatingElement__x8nB4:nth-child(4){bottom:20%;right:15%;animation:LoadingScreen_float__Xe_Sj 9s ease-in-out infinite;animation-delay:-1s}.LoadingScreen_floatingElement__x8nB4:nth-child(5){top:50%;left:5%;animation:LoadingScreen_float__Xe_Sj 11s ease-in-out infinite;animation-delay:-3s}.LoadingScreen_floatingElement__x8nB4:nth-child(6){top:60%;right:8%;animation:LoadingScreen_float__Xe_Sj 7s ease-in-out infinite;animation-delay:-5s}@keyframes LoadingScreen_float__Xe_Sj{0%,to{transform:translateY(0) rotate(0deg);opacity:.3}25%{transform:translateY(-20px) rotate(90deg);opacity:.6}50%{transform:translateY(-40px) rotate(180deg);opacity:.8}75%{transform:translateY(-20px) rotate(270deg);opacity:.6}}@media (max-width:768px){.LoadingScreen_brandTitle__3ETmZ{font-size:2.5rem}.LoadingScreen_brandSubtitle__kRp1O{font-size:1.2rem}.LoadingScreen_spinner__DoYIq{width:60px;height:60px}.LoadingScreen_floatingElement__x8nB4{width:40px;height:40px}}@media (max-width:480px){.LoadingScreen_brandTitle__3ETmZ{font-size:2rem}.LoadingScreen_brandSubtitle__kRp1O,.LoadingScreen_loadingMessage__WOut8{font-size:1rem}}