:root{--dark-navy:#1a2332;--light-blue:#00bcd4;--bright-blue:#0d6efd;--purple:#a78bfa;--card-bg:#2a3f5f;--text-light:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:20px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex}#app{text-align:center;width:100%;max-width:600px}.maintenance-container{background:var(--card-bg);border-radius:24px;padding:60px 40px;box-shadow:0 25px 50px -12px #00000080}@media (width<=768px){.maintenance-container{border-radius:20px;padding:40px 24px}}.icon-container{justify-content:center;align-items:center;margin-bottom:32px;display:flex}.maintenance-icon{background:linear-gradient(135deg, var(--purple) 0%, var(--bright-blue) 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;animation:2s ease-in-out infinite pulse;display:flex;position:relative;box-shadow:0 10px 40px #a78bfa66}@media (width<=768px){.maintenance-icon{width:70px;height:70px}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.maintenance-icon:before{content:"⚙️";font-size:45px;animation:3s linear infinite rotate}@media (width<=768px){.maintenance-icon:before{font-size:40px}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}h1{color:#fff;letter-spacing:-.02em;margin-bottom:12px;font-size:42px;font-weight:700;line-height:1.1}@media (width<=768px){h1{font-size:32px}}.subtitle{color:var(--light-blue);margin-bottom:24px;font-size:18px;font-weight:500}@media (width<=768px){.subtitle{font-size:16px}}.description{color:var(--text-light);max-width:480px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7}@media (width<=768px){.description{margin-bottom:28px;font-size:15px}}.footer{color:var(--text-light);border-top:1px solid #94a3b833;margin-top:32px;padding-top:20px;font-size:13px}
