:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{margin:0;padding:0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Arial,sans-serif}.construction-container{text-align:center;padding:2rem;max-width:600px;width:100%}.construction-content{background:#fffffff2;border-radius:20px;padding:3rem 2rem;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.construction-icon{margin-bottom:2rem;position:relative;display:inline-block}.hammer{font-size:3rem;animation:hammer-swing 2s ease-in-out infinite;display:inline-block;margin-right:1rem}.gear{font-size:3rem;animation:gear-spin 3s linear infinite;display:inline-block}.construction-title{font-size:3rem;margin:0 0 1.5rem;color:#333;font-weight:700}.title-word{display:inline-block;animation:word-bounce 2s ease-in-out infinite;margin:0 .2rem}.title-word:nth-child(1){animation-delay:0s}.title-word:nth-child(2){animation-delay:.2s}.title-word:nth-child(3){animation-delay:.4s}.construction-message{font-size:1.2rem;color:#666;margin:0 0 2rem;line-height:1.6}.loading-dots{display:flex;justify-content:center;gap:.5rem}.loading-dots span{width:12px;height:12px;background:#667eea;border-radius:50%;animation:dot-bounce 1.4s ease-in-out infinite both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes hammer-swing{0%,to{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}@keyframes gear-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes word-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes dot-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width: 768px){.construction-title{font-size:2rem}.construction-content{padding:2rem 1.5rem}.hammer,.gear{font-size:2.5rem}}
