:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;width:100%;min-height:100vh;display:flex;place-items:center;background-color:#000}#root{width:100%;height:100vh;margin:0;padding:0}*{box-sizing:border-box}body,#root{margin:0;padding:0;width:100%;height:100vh}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000;min-height:100vh;width:100%}.overlay-container{position:relative;width:100%;max-width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.logo-container{position:absolute;z-index:10;display:flex;justify-content:center;align-items:center}.sub-text{font-size:.8rem;color:#e0e0e0;font-family:Inter,sans-serif;text-decoration:none;transition:color .3s ease}.sub-text:hover{color:#fff;text-decoration:underline}.main-logo{max-width:300px;height:auto}.text-container{position:absolute;bottom:50px;width:100%;text-align:center;color:#fff;font-family:Inter,sans-serif;z-index:10}.tagline{font-size:1.5rem;letter-spacing:.1em;display:flex;flex-wrap:wrap;justify-content:center}.separator{margin:0 .5rem}.three-scene-wrapper{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.three-container{width:100%;height:100%;border-radius:8px;overflow:hidden}@media (max-width: 768px){.main-logo{max-width:200px}.tagline{font-size:1.2rem}.overlay-container{height:400px;max-width:90%}.text-container{bottom:20px}}
