#loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0a0e274d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:center;z-index:99999;overflow:hidden;animation:fadeOut .8s ease-out 1.2s forwards;transition:opacity .8s ease-out}.globe-container{position:relative;width:400px;height:400px;animation:zoomIn 1s cubic-bezier(.25,.46,.45,.94) forwards;transform-origin:center center}@keyframes zoomIn{0%{transform:scale(.5) translateZ(0);opacity:0}30%{opacity:1;transform:scale(1) translateZ(0)}70%{opacity:1;transform:scale(1) translateZ(0)}to{transform:scale(1.1) translateZ(0);opacity:0}}.globe{width:100%;height:100%;position:relative;background-image:url(/globe-icon.png);background-size:contain;background-position:center;background-repeat:no-repeat;filter:drop-shadow(0 0 100px rgba(45,189,186,.6)) drop-shadow(0 0 150px rgba(45,189,186,.4))}.globe:before,.globe:after{display:none}.grid-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:420px;height:420px;border-radius:50%;background-image:repeating-linear-gradient(0deg,transparent,transparent 19px,rgba(45,189,186,.2) 19px,rgba(45,189,186,.2) 20px),repeating-linear-gradient(40deg,transparent,transparent 19px,rgba(45,189,186,.2) 19px,rgba(45,189,186,.2) 20px);opacity:0;animation:gridFadeIn 1s ease-in-out forwards;pointer-events:none}@keyframes gridFadeIn{0%,30%{opacity:0;transform:translate(-50%,-50%) scale(.8)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}.scan-line{position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(80deg,transparent,rgba(45,189,186,.9),transparent);animation:scanMove 1s ease-in-out infinite;box-shadow:0 0 15px #2dbdbacc}@keyframes scanMove{0%{top:0%;opacity:0}50%{opacity:1}to{top:100%;opacity:0}}.glow-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:2px solid rgba(45,189,186,.4);animation:ringPulse 1s ease-out infinite}.glow-ring:nth-child(1){width:450px;height:450px;animation-delay:0s}.glow-ring:nth-child(2){width:500px;height:500px;animation-delay:.5s}.glow-ring:nth-child(3){width:550px;height:550px;animation-delay:1s}@keyframes ringPulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:0}50%{opacity:.6}to{transform:translate(-50%,-50%) scale(1.2);opacity:0}}.loading-text{position:absolute;bottom:15%;left:50%;transform:translate(-50%);color:#2dbdba;font-size:1.5rem;font-weight:700;letter-spacing:6px;text-transform:uppercase;opacity:0;animation:textFade 1s ease-in-out forwards;text-shadow:0 0 30px rgba(45,189,186,.6)}@keyframes textFade{0%,20%{opacity:0;transform:translate(-50%) translateY(20px)}40%,70%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}@keyframes fadeOut{to{opacity:0;visibility:hidden;pointer-events:none}}body.loading *{animation-play-state:paused!important}body.loading #loading-screen,body.loading #loading-screen *{animation-play-state:running!important}body.loading #main-content,body.loading header,body.loading footer{opacity:1}body:not(.loading) *{animation-play-state:running!important}@media (max-width: 768px){.globe-container{width:300px;height:300px}.grid-overlay{width:320px;height:320px}.glow-ring:nth-child(1){width:350px;height:350px}.glow-ring:nth-child(2){width:400px;height:400px}.glow-ring:nth-child(3){width:450px;height:450px}.loading-text{font-size:1.2rem;letter-spacing:4px}}
