.loading-screen{-webkit-backdrop-filter:blur(8px);z-index:9998;opacity:1;background:#ffffffd9;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-out;display:flex;position:fixed;top:0;left:0}.dots-wrapper{justify-content:center;align-items:flex-end;gap:12px;height:60px;display:flex}.dot{transform-origin:bottom;border-radius:50%;width:16px;height:16px;animation:.5s cubic-bezier(.2,.8,.2,1) infinite alternate premiumJump}@keyframes premiumJump{0%{transform:translateY(0)scaleY(.7)scaleX(1.3);box-shadow:0 2px 4px #0000004d}20%{transform:translateY(-5px)scaleY(1.1)scaleX(.9);box-shadow:0 8px 12px #00000026}to{transform:translateY(-25px)scaleY(1)scaleX(1);box-shadow:0 25px 20px #0000000d}}.dot:first-child{background:linear-gradient(135deg,#054a79 0%,#0a6eb3 100%);animation-delay:0s}.dot:nth-child(2){background:linear-gradient(135deg,#046fb6 0%,#0796f6 100%);animation-delay:.1s}.dot:nth-child(3){background:linear-gradient(135deg,#09f 0%,#4db6ff 100%);animation-delay:.2s}.dot:nth-child(4){background:linear-gradient(135deg,#40b3ff 0%,#8cd1ff 100%);animation-delay:.3s}.dot:nth-child(5){background:linear-gradient(135deg,#68aee0 0%,#a6d5f5 100%);animation-delay:.4s}@media (max-width:768px){.dot{width:12px;height:12px}.dots-wrapper{gap:8px;height:50px}}@media (max-width:480px){.dot{width:10px;height:10px}.dots-wrapper{gap:6px;height:40px}}
