.container{width:100%;max-width:800px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.content{background:#fffffff2;backdrop-filter:blur(10px);border-radius:24px;padding:4rem 3rem;box-shadow:0 20px 60px #0000004d;text-align:center;width:100%;animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.icon-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.icon{width:120px;height:120px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.title{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;letter-spacing:-1px}.status{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50px;font-weight:600;font-size:.95rem;margin-bottom:2rem;box-shadow:0 4px 15px #667eea66}.status-dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:blink 1.5s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.description{font-size:1.125rem;color:#4a5568;line-height:1.8;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.progress-bar{width:100%;max-width:400px;height:8px;background:#e2e8f0;border-radius:50px;overflow:hidden;margin:0 auto}.progress-fill{height:100%;width:45%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:50px;animation:progress 3s ease-in-out infinite}@keyframes progress{0%{width:0%}50%{width:70%}to{width:45%}}.footer{margin-top:3rem;padding:1.5rem;text-align:center}.footer p{color:#ffffffe6;font-size:.875rem;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media(max-width:768px){.container{padding:1rem}.content{padding:3rem 2rem}.title{font-size:2rem}.icon{width:90px;height:90px}.icon svg{width:50px;height:50px}.description{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center}
