:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark light}body{margin:0;padding:0;min-width:320px;min-height:100vh}*{box-sizing:border-box}.maintenance-container{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background-color:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;text-align:center}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;max-width:600px;animation:fadeIn 1.2s ease-out}.icon-container{position:relative;width:140px;height:140px;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.spinner-wrapper{position:relative;width:100%;height:100%}.icon{position:absolute;color:#fff}.gear{width:80px;height:80px;top:10px;right:15px;animation:spin-right 8s linear infinite;opacity:.9;filter:drop-shadow(0 0 10px rgba(255,255,255,.15))}.wrench{width:60px;height:60px;bottom:20px;left:20px;transform:rotate(-15deg);color:#a3a3a3;z-index:2;filter:drop-shadow(0 0 5px rgba(0,0,0,.5))}@keyframes spin-right{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.title{font-size:2.5rem;font-weight:300;margin:0 0 1rem;letter-spacing:-.02em;opacity:.95}.subtitle{font-size:1.1rem;color:#888;line-height:1.6;margin:0;font-weight:400;max-width:80%}@media(max-width:640px){.title{font-size:2rem}.icon-container{width:100px;height:100px}.gear{width:60px;height:60px}.wrench{width:45px;height:45px}}
