*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden}.maintenance-container{background:#000;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;position:relative;padding:20px}.maintenance-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(99,102,241,.1) 0%,transparent 50%);animation:pulse-bg 8s ease-in-out infinite}@keyframes pulse-bg{0%,to{opacity:.3}50%{opacity:.6}}.content-wrapper{text-align:center;max-width:700px;z-index:1;animation:fadeInUp 1s ease-out}.logo-section{margin-bottom:40px;animation:fadeIn .8s ease-out}.brand-name{font-size:56px;font-weight:700;background:linear-gradient(135deg,#ff6b9d,#c06c84,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px;margin-bottom:10px;animation:glow 3s ease-in-out infinite}@keyframes glow{0%,to{filter:drop-shadow(0 0 20px rgba(255,107,157,.4))}50%{filter:drop-shadow(0 0 30px rgba(255,107,157,.6))}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.icon-container{position:relative;height:120px;margin-bottom:30px;display:flex;justify-content:center;align-items:center}.gear{font-size:60px;position:absolute;animation:rotate 4s linear infinite}.gear-1{animation-direction:normal;left:calc(50% - 50px)}.gear-2{animation-direction:reverse;right:calc(50% - 50px);animation-duration:3s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-title{font-size:42px;font-weight:700;margin-bottom:20px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.7}}.divider{width:80px;height:3px;background:linear-gradient(90deg,transparent,#667eea,transparent);margin:20px auto;animation:expand 2s ease-in-out infinite}@keyframes expand{0%,to{width:80px}50%{width:120px}}.subtitle{font-size:24px;font-weight:500;color:#e0e0e0;margin-bottom:15px;animation:fadeIn 1.5s ease-out}.message{font-size:16px;color:#b0b0b0;line-height:1.6;margin-bottom:40px;animation:fadeIn 2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.status-indicator{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:30px}.pulse-dot{width:12px;height:12px;background:#667eea;border-radius:50%;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 20px #667eeacc}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.status-text{font-size:14px;color:#667eea;font-weight:600;text-transform:uppercase;letter-spacing:1px}.loading-bar{width:100%;max-width:400px;height:4px;background:#ffffff1a;border-radius:2px;margin:0 auto;overflow:hidden}.loading-progress{height:100%;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;animation:loading 2s linear infinite;border-radius:2px}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.footer{position:absolute;bottom:30px;color:#666;font-size:14px;z-index:1;animation:fadeIn 2.5s ease-out;text-align:center}.footer p{margin:5px 0}.footer-brand{color:#888;font-style:italic;margin-top:8px}@media(max-width:768px){.brand-name{font-size:42px}.main-title{font-size:32px}.subtitle{font-size:20px}.message{font-size:14px}.gear{font-size:50px}.icon-container{height:100px}.footer{bottom:20px;padding:0 20px}}
