:root{--bg:#000;--text:#fff;--text-dim:#a0a0a0;--accent:#fff;--glass-bg:#ffffff08;--glass-border:#ffffff1a;--glass-highlight:#fff3;--sans:"Inter", system-ui, -apple-system, sans-serif}body{background-color:var(--bg);color:var(--text);font-family:var(--sans);width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}#root{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.stars-container{z-index:0;background:radial-gradient(at bottom,#0a0a0a 0%,#000 100%);width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.stars{background:0 0;width:1px;height:1px;animation:50s linear infinite animStar;box-shadow:10vw 10vh #fff,20vw 30vh #fff,40vw 15vh #fff,60vw 40vh #fff,80vw 10vh #fff,90vw 50vh #fff,15vw 70vh #fff,35vw 85vh #fff,55vw 60vh #fff,75vw 80vh #fff}.stars:after{content:" ";width:1px;height:1px;box-shadow:inherit;background:0 0;position:absolute;top:100vh}.stars2{background:0 0;width:2px;height:2px;animation:100s linear infinite animStar;box-shadow:5vw 25vh #fff,25vw 45vh #fff,45vw 35vh #fff,65vw 55vh #fff,85vw 25vh #fff,95vw 65vh #fff,10vw 80vh #fff,30vw 95vh #fff,50vw 70vh #fff,70vw 90vh #fff}.stars2:after{content:" ";width:2px;height:2px;box-shadow:inherit;background:0 0;position:absolute;top:100vh}.stars3{background:0 0;width:3px;height:3px;animation:150s linear infinite animStar;box-shadow:2vw 15vh #fff,22vw 35vh #fff,42vw 25vh #fff,62vw 45vh #fff,82vw 15vh #fff,92vw 55vh #fff,12vw 70vh #fff,32vw 85vh #fff,52vw 60vh #fff,72vw 80vh #fff}.stars3:after{content:" ";width:3px;height:3px;box-shadow:inherit;background:0 0;position:absolute;top:100vh}@keyframes animStar{0%{transform:translateY(0)}to{transform:translateY(-100vh)}}.twinkle{background:0 0;width:100%;height:100%;animation:5s ease-in-out infinite twinkle;position:absolute;top:0;left:0}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:.7}}.hero-section{text-align:center;z-index:2;justify-content:center;align-items:center;animation:2s ease-out fadeIn;display:flex}.logo-text-wrapper{flex-direction:column;align-items:center;gap:0;display:flex}.liquid-glass-logo{justify-content:center;align-items:center;max-width:90vw;transition:transform .5s ease-in-out;display:flex}.logo-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:60vh;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;filter:drop-shadow(0 0 40px #ffffff26);z-index:1}.coming-soon{letter-spacing:1rem;text-transform:uppercase;background:linear-gradient(#999 0%,#fff 50%,#444 100%);-webkit-text-fill-color:transparent;opacity:.9;filter:drop-shadow(0 2px 4px #00000080);-webkit-background-clip:text;background-clip:text;margin:0;padding-top:10px;font-size:1.2rem;font-weight:200}@media (width<=768px){.logo-image{max-height:40vh}.coming-soon{letter-spacing:.6rem;margin-top:20px;font-size:.8rem}}
