.coming-soon-container{display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;position:relative}.coming-soon-content h4{font-size:20px;margin-bottom:2px;font-weight:300}.coming-soon-content p{font-size:14px;margin-bottom:1rem;opacity:.9}.loading-dots{display:flex;justify-content:center;gap:.5rem}.loading-dots span{width:12px;height:12px;border-radius:50%;background-color:#fff;animation:bounce 1.4s ease-in-out infinite both}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}