*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #FAF9F7;--color-bg-warm: #F5F0EB;--color-text: #1A1915;--color-text-secondary: #6B6560;--color-accent: #D97706;--color-accent-light: #F59E0B;--color-accent-warm: #EA580C;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-brand: "Syne", sans-serif}html,body{height:100%;width:100%}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#root{height:100%;width:100%}.landing-container{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.gradient-disc{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.disc-1{width:600px;height:600px;background:radial-gradient(circle,#d9770666,#d9770600 70%);top:-200px;right:-100px;animation-delay:0s;animation-duration:25s}.disc-2{width:500px;height:500px;background:radial-gradient(circle,#f59e0b59,#f59e0b00 70%);bottom:-150px;left:-100px;animation-delay:-5s;animation-duration:22s}.disc-3{width:400px;height:400px;background:radial-gradient(circle,#ea580c4d,#ea580c00 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-10s;animation-duration:28s}.disc-4{width:350px;height:350px;background:radial-gradient(circle,#fbbf2440,#fbbf2400 70%);top:20%;left:10%;animation-delay:-15s;animation-duration:20s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(-30px,-20px) scale(1.02)}}.content{position:relative;z-index:1;text-align:center;padding:2rem}.brand{font-family:Syne,sans-serif;font-size:clamp(3.5rem,12vw,6rem);font-weight:400;letter-spacing:-.03em;margin-bottom:.5rem;line-height:1;animation:fadeInUp 1s ease-out forwards;opacity:0}.brand-text{color:var(--color-text);animation:shimmer 3s ease-in-out infinite;animation-delay:1s}.brand-dot{color:var(--color-accent);animation:pulse 2s ease-in-out infinite;animation-delay:1.2s;display:inline-block}.brand-ai{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-warm) 50%,var(--color-accent-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 4s ease-in-out infinite;animation-delay:1.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.85}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes gradientShift{0%,to{filter:hue-rotate(0deg) brightness(1)}50%{filter:hue-rotate(10deg) brightness(1.1)}}.title{font-family:Inter,sans-serif;font-size:clamp(1.1rem,3vw,1.5rem);font-weight:300;color:var(--color-text-secondary);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;line-height:1.4;animation:fadeInUp 1s ease-out .3s forwards;opacity:0}.tagline{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;color:var(--color-text-secondary);margin-bottom:2.5rem;letter-spacing:.02em;opacity:.8;animation:fadeInUp 1s ease-out .5s forwards;opacity:0}.coming-soon{display:inline-block;padding:.75rem 2rem;font-size:.875rem;font-weight:500;color:var(--color-accent-warm);background:#d9770614;border:1px solid rgba(217,119,6,.2);border-radius:100px;letter-spacing:.05em;text-transform:uppercase;animation:fadeInUp 1s ease-out .7s forwards;opacity:0}.footer{position:absolute;bottom:2rem;z-index:1;text-align:center;animation:fadeInUp 1s ease-out .9s forwards;opacity:0}.footer p{font-size:.8rem;color:var(--color-text-secondary);opacity:.7}@media(max-width:768px){.disc-1{width:400px;height:400px}.disc-2{width:350px;height:350px}.disc-3{width:280px;height:280px}.disc-4{width:220px;height:220px}.brand{letter-spacing:-.02em}}@media(prefers-reduced-motion:reduce){.gradient-disc{animation:none}.brand,.brand-text,.brand-dot,.brand-ai,.title,.tagline,.coming-soon,.footer{animation:none;opacity:1}}
