.container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.content{text-align:center;background:#fff;padding:60px 40px;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%}.construction-icon{display:inline-block;animation:bounce 2s ease-in-out infinite;margin-bottom:30px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}h1{font-size:3rem;color:#333;margin:0 0 10px;font-weight:700}.subtitle{font-size:1.5rem;color:#667eea;margin:0 0 30px;font-weight:500}.message{margin-top:30px;padding-top:30px;border-top:2px solid #e0e0e0}.message p{font-size:1.1rem;color:#666;margin:10px 0;line-height:1.6}@media (max-width: 768px){.content{padding:40px 30px}h1{font-size:2rem}.subtitle{font-size:1.2rem}.construction-icon svg{width:80px;height:80px}}*{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}#root{width:100%;min-height:100vh}
