.main{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;background:var(--bg-gradient);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.constructionContainer{text-align:center;padding:3rem;border-radius:16px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px rgba(0,0,0,.1);max-width:500px;width:100%;border:1px solid rgba(255,255,255,.2)}.constructionContainer h1{margin:0 0 1.5rem;font-size:2.5rem;font-weight:700;background:var(--bg-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.constructionContainer p{margin:0 0 2rem;color:#64748b;font-size:1.1rem;line-height:1.6}.construction-icon{font-size:2rem;margin-bottom:1.5rem;opacity:.8}.loading-circles{position:relative;width:40px;height:40px;margin:2rem auto}.circle{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--bg-color-1);animation:rotate 2s linear infinite}.circle:first-child{top:0;left:50%;animation-delay:.25s}.circle:nth-child(2){top:13%;left:87%;animation-delay:.5s}.circle:nth-child(3){top:50%;left:100%;animation-delay:.75s}.circle:nth-child(4){top:87%;left:87%;animation-delay:1s}.circle:nth-child(5){top:100%;left:50%;animation-delay:1.25s}.circle:nth-child(6){top:87%;left:13%;animation-delay:1.5s}.circle:nth-child(7){top:50%;left:0;animation-delay:1.75s}.circle:nth-child(8){top:13%;left:13%;animation-delay:2s}@keyframes rotate{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.5);opacity:1}to{transform:scale(1);opacity:.5}}.status-text{font-size:.9rem;color:#94a3b8;font-weight:500;margin-top:1rem}@media (max-width:768px){.constructionContainer{padding:2rem;margin:1rem}.constructionContainer h1{font-size:2rem}.construction-icon{font-size:3rem}}