.trp-loader-container{z-index:9999;background-color:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;font-family:Arial,sans-serif;display:flex;position:fixed;top:0;left:0}.trp-loader-content{text-align:center;position:relative}.trp-particle{background-color:#4a90e266;border-radius:50%;width:4px;height:4px;animation:6s ease-in-out infinite trp-float;position:absolute}.trp-particle-1{animation-delay:0s;top:20%;left:20%}.trp-particle-2{animation-delay:2s;top:80%;right:20%}.trp-particle-3{animation-delay:4s;bottom:20%;left:30%}.trp-globe-loader{border:3px solid #4a90e2;border-color:#4a90e2 #f5a623 #4a90e233 #4a90e233;border-radius:50%;width:80px;height:80px;margin:0 auto 20px;animation:2s linear infinite trp-globe-rotate;position:relative;overflow:hidden;box-shadow:0 4px 15px #4a90e233}.trp-globe-inner{background:radial-gradient(circle,#4a90e24d 0%,#0000 70%);border-radius:50%;width:60%;height:60%;animation:1.5s ease-in-out infinite alternate trp-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.trp-brand-text{color:#2c3e50;letter-spacing:1px;margin-bottom:10px;font-size:28px;font-weight:700;animation:3s ease-in-out infinite trp-text-fade}.trp-brand-subtitle{color:#7f8c8d;letter-spacing:2px;text-transform:uppercase;font-size:13px;animation:3s ease-in-out .5s infinite trp-text-fade}.trp-progress-container{background-color:#4a90e21a;border-radius:2px;width:250px;height:4px;margin:30px auto 20px;overflow:hidden}.trp-progress-bar{background:linear-gradient(90deg,#4a90e2,#f5a623,#4a90e2) 0 0/200% 100%;border-radius:2px;height:100%;animation:2s ease-in-out infinite trp-progress-move}.trp-loading-dots{justify-content:center;align-items:center;gap:5px;margin-top:20px;display:flex}.trp-dot{background-color:#4a90e2;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both trp-dot-bounce}.trp-dot-1{animation-delay:-.32s}.trp-dot-2{animation-delay:-.16s}.trp-dot-3{animation-delay:0s}.trp-status-message{opacity:0;animation:8s ease-in-out infinite trp-status-cycle;position:absolute;top:0;left:50%;transform:translate(-50%)}.trp-status-1{animation-delay:0s}.trp-status-2{animation-delay:2s}.trp-status-3{animation-delay:4s}.trp-status-4{animation-delay:6s}@keyframes trp-globe-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes trp-pulse{0%{opacity:.3;transform:translate(-50%,-50%)scale(.8)}to{opacity:.8;transform:translate(-50%,-50%)scale(1.2)}}@keyframes trp-text-fade{0%,to{opacity:0;transform:translateY(10px)}50%{opacity:1;transform:translateY(0)}}@keyframes trp-dot-bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}@keyframes trp-progress-move{0%{background-position:0%;width:0%}50%{background-position:100%;width:70%}to{background-position:0%;width:100%}}@keyframes trp-status-cycle{0%,20%{opacity:1}25%,to{opacity:0}}@keyframes trp-float{0%,to{opacity:0;transform:translateY(0)rotate(0)}50%{opacity:1;transform:translateY(-20px)rotate(180deg)}}@media (max-width:768px){.trp-globe-loader{width:60px;height:60px}.trp-brand-text{font-size:20px}.trp-progress-container{width:150px}}
