.fullscreen-loader{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0a0e17;overflow:hidden;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.glow-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.5;animation:orbFloat 8s ease-in-out infinite alternate}.glow-orb-1{width:500px;height:500px;background:rgba(4,151,87,.25);top:-150px;right:-100px;animation-delay:0s}.glow-orb-2{width:400px;height:400px;background:rgba(4,151,87,.15);bottom:-100px;left:-100px;animation-delay:-3s}.glow-orb-3{width:300px;height:300px;background:rgba(4,151,87,.1);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-5s;animation-duration:10s}@keyframes orbFloat{0%{transform:translate(0) scale(1)}to{transform:translate(30px,-30px) scale(1.2)}}.loader-wrapper{position:relative;width:150px;height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:32px;z-index:2}.chain-ring{position:absolute;border-radius:50%;border:2px solid transparent;animation:chainOrbit 4s linear infinite}.chain-ring-1{width:150px;height:150px;border-top-color:rgba(4,151,87,.8);border-right-color:rgba(4,151,87,.2);animation-duration:4s}.chain-ring-2{width:120px;height:120px;border-bottom-color:rgba(4,151,87,.7);border-left-color:rgba(4,151,87,.15);animation-duration:3.2s;animation-direction:reverse}.chain-ring-3{width:90px;height:90px;border-top-color:rgba(4,151,87,.6);border-right-color:rgba(4,151,87,.1);animation-duration:2.8s;animation-delay:.6s}.chain-ring-4{width:60px;height:60px;border-bottom-color:rgba(4,151,87,.9);border-left-color:rgba(4,151,87,.3);animation-duration:2s;animation-direction:reverse;animation-delay:1.2s}@keyframes chainOrbit{0%{transform:rotate(0deg) scale(1);opacity:.9}50%{opacity:.4}to{transform:rotate(1turn) scale(1);opacity:.9}}.flash-pulse{width:100%;height:100%;background:radial-gradient(circle,rgba(4,151,87,.15) 0,transparent 70%);animation:flashPulse 1.8s ease-out infinite;z-index:0}.flash-pulse,.flash-pulse:before{position:absolute;border-radius:50%}.flash-pulse:before{content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:40%;height:40%;background:radial-gradient(circle,rgba(4,151,87,.4) 0,transparent 70%);animation:flashPulseInner 1.8s ease-out .3s infinite}@keyframes flashPulse{0%{transform:scale(.6);opacity:.9}to{transform:scale(1.8);opacity:0}}@keyframes flashPulseInner{0%{transform:translate(-50%,-50%) scale(.4);opacity:.8}to{transform:translate(-50%,-50%) scale(2.2);opacity:0}}.center-icon{position:relative;z-index:2;width:72px;height:72px;border-radius:50%;background:rgba(4,151,87,.12);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;box-shadow:0 0 40px rgba(4,151,87,.15),inset 0 0 40px rgba(4,151,87,.05);animation:iconPulse 2.4s ease-in-out infinite}.center-icon img{border-radius:50%;object-fit:contain}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 0 40px rgba(4,151,87,.15),inset 0 0 40px rgba(4,151,87,.05)}50%{transform:scale(1.05);box-shadow:0 0 60px rgba(4,151,87,.3),inset 0 0 50px rgba(4,151,87,.08)}}.brand-text-wrapper{text-align:center;z-index:2;margin-top:8px;margin-bottom:32px}.brand-titles{font-size:28px;font-weight:700;color:#fff;letter-spacing:4px;margin:0 0 6px;background:linear-gradient(135deg,#fff 30%,rgba(4,151,87,.9));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-subtitle{font-size:13px;font-weight:400;color:hsla(0,0%,100%,.45);letter-spacing:6px;margin:0 0 8px;text-transform:uppercase}.brand-tagline{display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px;font-weight:400;color:hsla(0,0%,100%,.5);letter-spacing:2px;margin:0 0 10px}.brand-tagline .divider{color:rgba(4,151,87,.4);font-weight:300;font-size:10px}.loading-dots{display:flex;justify-content:center;gap:8px;margin-top:4px}.loading-dots span{display:block;width:6px;height:6px;border-radius:50%;background:rgba(4,151,87,.5);animation:dotBounce 1.4s ease-in-out infinite}.loading-dots span:first-child{animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,80%,to{transform:scale(.6);opacity:.3}40%{transform:scale(1.2);opacity:1;background:#049757}}.progress-track{position:absolute;bottom:48px;left:50%;transform:translateX(-50%);width:200px;max-width:60%;height:3px;border-radius:4px;background:hsla(0,0%,100%,.08);overflow:hidden;z-index:2}.progress-bar{width:0;height:100%;border-radius:4px;background:linear-gradient(90deg,rgba(4,151,87,.6),#049757,rgba(4,151,87,.6));animation:progressLoad 2.8s ease-in-out infinite;box-shadow:0 0 12px rgba(4,151,87,.3)}@keyframes progressLoad{0%{width:0;transform:translateX(-10%)}50%{width:70%;transform:translateX(0)}to{width:100%;transform:translateX(10%)}}@media (max-width:480px){.chain-ring-1,.loader-wrapper{width:110px;height:110px}.chain-ring-2{width:88px;height:88px}.chain-ring-3{width:66px;height:66px}.chain-ring-4{width:44px;height:44px}.center-icon{width:54px;height:54px}.center-icon img{width:44px!important;height:44px!important}.brand-titles{font-size:22px;letter-spacing:3px}.brand-subtitle{font-size:11px;letter-spacing:4px}.brand-tagline{font-size:10px;gap:6px;flex-wrap:wrap}.glow-orb-1{width:300px;height:300px;top:-80px;right:-60px}.glow-orb-2{width:250px;height:250px;bottom:-60px;left:-60px}.glow-orb-3{width:200px;height:200px}.progress-track{width:140px;bottom:32px}}@media (min-width:481px) and (max-width:1024px){.chain-ring-1,.loader-wrapper{width:130px;height:130px}.chain-ring-2{width:104px;height:104px}.chain-ring-3{width:78px;height:78px}.chain-ring-4{width:52px;height:52px}.brand-titles{font-size:26px}}@media (min-width:1440px){.chain-ring-1,.loader-wrapper{width:180px;height:180px}.chain-ring-2{width:144px;height:144px}.chain-ring-3{width:108px;height:108px}.chain-ring-4{width:72px;height:72px}.center-icon{width:88px;height:88px}.center-icon img{width:76px!important;height:76px!important}.brand-titles{font-size:34px;letter-spacing:6px}.brand-subtitle{font-size:15px;letter-spacing:8px}.brand-tagline{font-size:14px;gap:14px}.glow-orb-1{width:600px;height:600px}.glow-orb-2{width:500px;height:500px}.progress-track{width:280px;bottom:64px}}