:root{--bg-color: #ffffff;--text-primary: #000000;--text-secondary: #333333;--accent-grey: #f0f0f0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;background-color:var(--bg-color);color:var(--text-primary);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;display:flex;place-items:center;justify-content:center;min-width:320px;min-height:100vh;overflow:hidden;background-color:var(--bg-color)}#root{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;position:relative}h1{font-size:1.25rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-secondary);opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:var(--text-secondary)}}.animate-fade-in{animation:fadeIn 1.2s cubic-bezier(.22,1,.36,1) forwards}.typewriter h1{overflow:hidden;border-right:.1em solid var(--text-secondary);white-space:nowrap;margin:0 auto;animation:typing 2.5s steps(30,end),blink-caret .75s step-end infinite}.background-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background-color:#fff}.glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,#f0f0f0cc,#fff0 70%);border-radius:50%;filter:blur(80px);animation:move 20s infinite alternate ease-in-out}.glow-1{top:-100px;left:-100px;animation-duration:25s}.glow-2{bottom:-150px;right:-100px;background:radial-gradient(circle,#ebebeb99,#fff0 70%);animation-duration:30s;animation-delay:-5s}@keyframes move{0%{transform:translate(0) scale(1)}33%{transform:translate(10%,15%) scale(1.1)}66%{transform:translate(-5%,20%) scale(.9)}to{transform:translate(5%,-5%) scale(1)}}.main-content{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;text-align:center}.logo-container{margin-bottom:2rem;max-width:250px;width:80%}.logo-img{width:100%;height:auto;filter:drop-shadow(0 10px 15px rgba(0,0,0,.05))}.coming-soon-text{margin-top:1rem}
