*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Noto Serif SC',serif;background-color:#fff;color:#333;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.container{max-width:800px;margin:0 auto;padding:2rem;flex:1;display:flex;flex-direction:column;min-height:100vh}header{text-align:center;padding:2rem 0}.logo h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.tagline{font-size:1.2rem;color:#666}main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 0}.construction-message{text-align:center;border-radius:10px;padding:3rem;max-width:600px;width:100%}.construction-message h2{font-size:2rem;margin-bottom:1.5rem;color:#2c3e50}.construction-message p{font-size:1.1rem;color:#7f8c8d;margin-bottom:2rem}.coming-soon{font-size:1.2rem;font-weight:700;color:#3498db!important;margin-top:1rem!important}.progress-bar{height:6px;background-color:#ecf0f1;border-radius:3px;overflow:hidden;margin:2rem 0}.progress{height:100%;background:linear-gradient(90deg,#3498db,#9b59b6);width:70%;border-radius:3px;animation:2s ease-in-out infinite alternate progress-animation}@keyframes progress-animation{0%{width:30%}100%{width:70%}}.icon{position:relative;width:80px;height:80px;margin:0 auto 2rem}.gear{position:absolute;background-color:#3498db;border-radius:50%}.gear:first-child{width:60px;height:60px;top:0;left:0;animation:8s linear infinite rotate}.gear:nth-child(2){width:40px;height:40px;bottom:0;right:0;background-color:#9b59b6;animation:6s linear infinite reverse rotate}.gear:before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40%;height:40%;background-color:#fff;border-radius:50%}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}footer{text-align:center;padding:2rem 0;color:#7f8c8d;font-size:.9rem}@media (max-width:768px){.container{padding:1rem}.logo h1{font-size:2.5rem}.tagline{font-size:1.2rem}.construction-message{padding:2rem}.construction-message h2{font-size:1.5rem}}