.maintenance-wrapper{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f2f5fa,#e8edf3);padding:2rem}.maintenance-container{max-width:1400px;width:100%;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:white;border-radius:16px;padding:3rem 2rem;box-shadow:0 10px 40px rgba(0,0,0,.08);text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.icon-group{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.icon{width:48px;height:48px;color:#007bff}.spin{animation:spin 3s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.maintenance-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.maintenance-message{font-size:1.1rem;color:#555;line-height:1.6}.contact-info{margin-top:2rem;display:flex;flex-direction:column;gap:.5rem}.contact-info a{color:#333;font-size:1rem;text-decoration:none;transition:color .2s ease}.contact-info a:hover{color:#eb662b}.socials-wrapper{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.footer-text{text-align:center;font-size:.9rem;color:#888;margin-top:1rem}