body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.splash-container{align-items:center;background:radial-gradient(circle at center,#0f0f0f,#000);box-sizing:border-box;flex-direction:column;height:100vh;padding:1rem;width:100vw}.logo,.splash-container{display:flex;justify-content:center}.logo{color:#00ffe1;flex-wrap:wrap;font-family:Orbitron,sans-serif;font-size:clamp(2.5rem,10vw,5rem);font-weight:600;gap:.05em;text-align:center}.logo span{animation:rise .6s ease-out forwards;opacity:0;transform:translateY(20px)}@keyframes rise{to{opacity:1;transform:translateY(0)}}.try-button{animation:fadeInButton 1s ease forwards;animation-delay:1.2s;background:linear-gradient(135deg,#00ffe1,#007bff);border:none;border-radius:8px;color:#000;cursor:pointer;font-family:Orbitron,sans-serif;font-size:1.2rem;margin-top:2rem;opacity:0;padding:.75rem 2rem;transition:transform .2s ease}.try-button:hover{transform:scale(1.05)}@keyframes fadeInButton{to{opacity:1}}.splash-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.terminal-container{word-wrap:break-word;background-color:#000;box-sizing:border-box;color:#0f0;font-family:Courier New,Courier,monospace;margin:auto;max-width:600px;min-height:100vh;overflow-x:hidden;padding:1rem;padding:20px;white-space:pre-wrap;width:100%}.terminal-line{animation:typeIn .3s ease-in-out;font-size:clamp(.9rem,1.2vw,1.1rem);line-height:1.5rem;margin-bottom:.3rem;overflow-wrap:break-word;position:relative;white-space:pre-wrap;word-break:break-word}@keyframes typeIn{0%{opacity:0;transform:translateX(-5px)}to{opacity:1;transform:translateX(0)}}.terminal-line:after{animation:blink .8s step-end infinite;bottom:0;content:"|";position:absolute;right:0}@keyframes blink{50%{opacity:0}}.buttons-container{display:flex;justify-content:space-around;margin-top:2rem}
/*# sourceMappingURL=main.75b27e09.css.map*/