*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e8eaed;background:#0a0a14}body{min-height:100vh;overflow-x:hidden}#root{min-height:100vh}.landing{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;overflow:hidden}.bg-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;will-change:transform}.orb--1{width:500px;height:500px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:-10%;left:-10%;animation:float-1 18s ease-in-out infinite}.orb--2{width:400px;height:400px;background:radial-gradient(circle,#8b5cf6 0%,transparent 70%);bottom:-5%;right:-8%;animation:float-2 22s ease-in-out infinite}.orb--3{width:350px;height:350px;background:radial-gradient(circle,#06b6d4 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:float-3 15s ease-in-out infinite}.orb--4{width:250px;height:250px;background:radial-gradient(circle,#ec4899 0%,transparent 70%);top:20%;right:15%;animation:float-4 20s ease-in-out infinite;opacity:.2}@keyframes float-1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(80px,60px) scale(1.1)}66%{transform:translate(-40px,100px) scale(.95)}}@keyframes float-2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-70px,-50px) scale(1.08)}66%{transform:translate(50px,-80px) scale(.92)}}@keyframes float-3{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-40%,-60%) scale(1.15)}}@keyframes float-4{0%,to{transform:translate(0) scale(1)}40%{transform:translate(-60px,40px) scale(1.12)}80%{transform:translate(30px,-30px) scale(.9)}}.particles{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.particle{position:absolute;width:2px;height:2px;background:#fff6;border-radius:50%;animation:twinkle var(--dur) ease-in-out infinite;animation-delay:var(--delay)}@keyframes twinkle{0%,to{opacity:.15;transform:scale(1)}50%{opacity:.8;transform:scale(1.8)}}.content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:600px;animation:fade-up 1s ease-out both}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-wrapper{margin-bottom:1rem;animation:fade-up 1s ease-out .1s both}.logo-icon{font-size:4rem;line-height:1;filter:drop-shadow(0 0 24px rgba(59,130,246,.5));animation:pulse-glow 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 24px rgba(59,130,246,.4))}50%{filter:drop-shadow(0 0 40px rgba(59,130,246,.7))}}.title{font-size:clamp(2.8rem,8vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;background:linear-gradient(135deg,#fff,#93c5fd,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fade-up 1s ease-out .2s both}.subtitle{margin-top:1.25rem;font-size:clamp(1.05rem,2.8vw,1.35rem);font-weight:400;line-height:1.6;color:#e8eaedb3;max-width:480px;animation:fade-up 1s ease-out .4s both}.cta-wrapper{margin-top:2.5rem;animation:fade-up 1s ease-out .6s both}.cta-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2rem;font-size:1.1rem;font-weight:600;font-family:inherit;color:#fff;background:#2aabee;border:none;border-radius:14px;cursor:pointer;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 16px #2aabee59,0 0 #2aabee00}.cta-btn:hover{background:#229ed9;transform:translateY(-2px) scale(1.02);box-shadow:0 8px 28px #2aabee73,0 0 0 4px #2aabee1f}.cta-btn:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px #2aabee4d,0 0 #2aabee00}.cta-btn svg{width:22px;height:22px;flex-shrink:0}.footer{position:absolute;bottom:1.5rem;z-index:1;font-size:.8rem;color:#e8eaed40;animation:fade-up 1s ease-out .8s both}@media(max-width:480px){.landing{padding:1.5rem 1rem}.orb--1{width:300px;height:300px}.orb--2{width:250px;height:250px}.orb--3{width:200px;height:200px}.orb--4{width:150px;height:150px}.cta-btn{padding:.85rem 1.6rem;font-size:1rem;border-radius:12px}}
