.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.85);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;z-index:2000;transition:opacity 0.35s ease;}.loading-overlay.is-hidden{display:none !important;pointer-events:none;opacity:0;}.loading-content{text-align:center;background:rgba(26,26,46,0.95);backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem 3.5rem;border:1px solid rgba(79,70,229,0.2);box-shadow:0 8px 32px rgba(79,70,229,0.3);max-width:380px;width:90%;animation:loadingSlideIn 0.5s ease-out;}@keyframes loadingSlideIn{from{opacity:0;transform:translateY(24px) scale(0.95);}to{opacity:1;transform:translateY(0) scale(1);}}.loading-hexagon{width:56px;height:56px;position:relative;margin:0 auto 1.2rem;}.loading-hexagon::before{content:'';position:absolute;width:56px;height:56px;background:linear-gradient(135deg,#4f46e5,#6366f1);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);animation:hexagonPulse 2s infinite;top:0;left:0;}.loading-hexagon::after{content:'';position:absolute;width:40px;height:40px;background:rgba(26,26,46,0.95);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);top:8px;left:8px;}@keyframes hexagonPulse{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.1);opacity:0.8;}}.loading-content p{font-size:0.95rem;color:#e2e8f0;font-weight:500;margin:0;line-height:1.4;}.loading-progress{width:100%;height:3px;background:rgba(255,255,255,0.1);border-radius:2px;margin-top:1.2rem;overflow:hidden;}.loading-progress-bar{height:100%;background:linear-gradient(90deg,#4f46e5,#6366f1);border-radius:2px;width:0%;animation:loadingProgress 2s ease-in-out infinite;}@keyframes loadingProgress{0%{width:0%;}50%{width:70%;}100%{width:100%;}}@media (max-width:768px){.loading-content{padding:2rem 2.5rem;max-width:350px;}.loading-hexagon{width:50px;height:50px;}.loading-hexagon::before{width:50px;height:50px;}.loading-hexagon::after{width:36px;height:36px;top:7px;left:7px;}}@media (max-width:480px){.loading-content{padding:1.5rem 2rem;max-width:300px;}}