:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0d0d1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.construction-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;position:relative;overflow:hidden}.caution-tape{width:120%;height:32px;background:repeating-linear-gradient(-45deg,#f5a623,#f5a623 20px,#1a1a2e 20px 40px);position:absolute;top:0;left:-10%;z-index:2;box-shadow:0 2px 12px #f5a6234d}.caution-tape.bottom{top:auto;bottom:0;box-shadow:0 -2px 12px #f5a6234d}.content{text-align:center;padding:2rem;max-width:600px;z-index:1}.gear-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:#f5a623;animation:spin 6s linear infinite}.gear-icon svg{width:100%;height:100%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.title{display:flex;flex-direction:column;gap:.25rem;margin:0 0 1rem;font-size:1rem;line-height:1.2}.title-site{font-size:3rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,#f5a623,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-status{font-size:1.25rem;font-weight:400;text-transform:uppercase;letter-spacing:.3em;color:#888}.subtitle{font-size:1.1rem;color:#aaa;margin:0 0 2.5rem;line-height:1.6}.progress-bar{width:100%;max-width:320px;height:6px;background:#ffffff14;border-radius:3px;overflow:hidden;margin:0 auto .75rem}.progress-fill{width:40%;height:100%;border-radius:3px;background:linear-gradient(90deg,#f5a623,#ff6b6b);animation:progress-move 2.5s ease-in-out infinite}@keyframes progress-move{0%{width:15%;margin-left:0}50%{width:45%;margin-left:30%}to{width:15%;margin-left:85%}}@media(max-width:480px){.title-site{font-size:2.2rem}.title-status{font-size:1rem;letter-spacing:.2em}.subtitle{font-size:1rem}.gear-icon{width:60px;height:60px}}@media(prefers-reduced-motion:reduce){.gear-icon{animation:none}.progress-fill{animation:none;width:40%;margin-left:0}}
