: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;padding:0;min-width:320px;min-height:100vh;background-color:#f8fafc}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}}.under-construction-container{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;padding:2rem;text-align:center;box-sizing:border-box;position:relative;overflow:hidden}.under-construction-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.02) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.02) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,119,198,.01) 0%,transparent 50%);animation:matrixFloat 20s ease-in-out infinite;pointer-events:none}@keyframes matrixFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(.5deg)}66%{transform:translateY(5px) rotate(-.5deg)}}.logo-container{margin-bottom:3rem;animation:subtleFloat 4s ease-in-out infinite;position:relative}.logo{max-width:280px;width:100%;height:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.05));transition:all .3s ease}.content{max-width:600px;animation:fadeIn 2s ease-out;position:relative}.title{font-size:2.5rem;font-weight:200;color:#2a2a2a;margin-bottom:1rem;letter-spacing:2px;animation:typewriter 3s ease-out}.subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem;font-weight:300;line-height:1.8;animation:fadeIn 2s ease-out 1s both}.loading-dots{display:flex;justify-content:center;align-items:center;margin:2rem 0}.dot{width:4px;height:4px;background:#ccc;border-radius:50%;margin:0 3px;animation:loadingDots 1.5s ease-in-out infinite}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}.divider{width:60px;height:1px;background:#e0e0e0;margin:2rem auto;border-radius:1px;animation:expand 2s ease-out 1.5s both}.footer{position:absolute;bottom:2rem;color:#999;font-size:.8rem;font-weight:300;letter-spacing:1px;animation:fadeIn 2s ease-out 2s both}@keyframes subtleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes typewriter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes loadingDots{0%,80%,to{transform:scale(1);opacity:.3}40%{transform:scale(1.2);opacity:1}}@keyframes expand{0%{width:0}to{width:60px}}@media (max-width: 768px){.title{font-size:2rem}.subtitle{font-size:1.125rem}.logo{max-width:200px}.under-construction-container{padding:1rem}}@media (max-width: 480px){.title{font-size:1.75rem}.subtitle{font-size:1rem}.logo{max-width:160px}}
