.update-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem}.update-content{text-align:center;max-width:600px;width:100%;background:white;padding:3rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.logo-container{margin-bottom:2rem}.update-logo{height:auto;margin:0 auto}.update-message{margin-bottom:2rem}.update-title{font-size:2.5rem;font-weight:300;color:#333;margin-bottom:1rem;font-family:Playfair Display,serif}.update-subtitle{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.status-indicators{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.status-item{display:flex;align-items:center;gap:.5rem}.status-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.status-dot.ongoing{background-color:#ffa500;animation:pulse 2s infinite}.status-dot.maintenance{background-color:#007bff;animation:pulse 2s 1s infinite}.status-text{font-size:.9rem;color:#333;font-weight:500}.update-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin:2rem 0;text-align:left}.update-info p{margin-bottom:.5rem;color:#555;line-height:1.5}.update-info p:last-child{margin-bottom:0;font-weight:600;color:#333}.home-link{display:inline-block;padding:.75rem 2rem;background:#333;color:white;text-decoration:none;border-radius:5px;transition:background-color .3s ease;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.home-link:hover{background:#555}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}@media (max-width:768px){.update-container{padding:1rem}.update-content{padding:2rem 1.5rem}.update-title{font-size:2rem}.status-indicators{flex-direction:column;gap:1rem}}