.loading-page{z-index:9999;background:linear-gradient(135deg,#4d8a6e,#0a2623);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loading-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#0000008c;border:1px solid #fff3;border-radius:32px;padding:2rem 3rem;box-shadow:0 8px 32px #0003}.dot-floating{justify-content:center;align-items:center;gap:14px;margin-bottom:1rem;display:flex}.dot{background-color:#fff;border-radius:50%;width:16px;height:16px;animation:1.4s ease-in-out infinite both dot-pulse;box-shadow:0 2px 6px #0003}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes dot-pulse{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.loading-text{color:#fff;letter-spacing:.5px;text-shadow:0 1px 3px #0000004d;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:500}@media (max-width:640px){.loading-content{border-radius:24px;padding:1.5rem 2rem}.dot{width:12px;height:12px}.loading-text{font-size:1rem}}
