.coming-soon-container{display:flex;justify-content:center;align-items:center;min-height:200px;padding:2rem;background-color:#121212}.coming-soon-card{background-color:#1e1e1e;border-radius:8px;padding:2rem;max-width:500px;width:100%;box-shadow:0 4px 6px rgba(0,0,0,.3);text-align:center}.coming-soon-title{color:#bb86fc;margin-bottom:1rem;font-size:1.5rem}.coming-soon-message{color:#e0e0e0;margin-bottom:1.5rem;line-height:1.5}.coming-soon-progress{height:4px;background-color:#333;border-radius:2px;overflow:hidden}.progress-bar{height:100%;width:60%;background-color:#bb86fc;animation:progress-animation 2s ease-in-out infinite}@keyframes progress-animation{0%{width:30%}50%{width:70%}to{width:30%}}