.star-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;display:block}.footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;text-align:center;color:#fff;background:#000000b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);font-size:clamp(.8rem,2.5vw,1rem);z-index:100}.footer p{margin:0;opacity:.8}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:10;position:relative;width:100%;max-width:900px;padding:2rem 1rem;box-sizing:border-box}.decoration-circle{position:absolute;border-radius:50%;pointer-events:none;z-index:-1}.circle-1{width:400px;height:400px;top:-100px;left:-100px;background:radial-gradient(circle,rgba(102,126,234,.15) 0%,transparent 70%);animation:float 8s ease-in-out infinite}.circle-2{width:300px;height:300px;bottom:-50px;right:-50px;background:radial-gradient(circle,rgba(118,75,162,.15) 0%,transparent 70%);animation:float 10s ease-in-out infinite 1s}.circle-3{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(147,112,219,.1) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite 2s}.hero-title-container{position:relative;transition:transform .3s ease-out;margin-bottom:2.5rem}.title-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(102,126,234,.3) 0%,transparent 60%);filter:blur(40px);z-index:-1;animation:glowPulse 3s ease-in-out infinite}.hero-title{font-size:clamp(2.8rem,10vw,5rem);font-weight:800;margin:0 0 1rem;background:linear-gradient(135deg,#a8c0ff,#c4b5fd,#fcd34d,#a8c0ff,#c4b5fd);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out,gradientShift 8s ease infinite,float 6s ease-in-out infinite;line-height:1.2;letter-spacing:-.02em;text-shadow:none;position:relative;display:flex;align-items:center;justify-content:center;gap:.3em}.title-star{font-size:.6em;animation:sparkle 2s ease-in-out infinite}.title-star:nth-child(2){animation-delay:1s}.hero-subtitle{font-size:clamp(1.2rem,4vw,1.8rem);color:#fffffff2;margin:0 0 .5rem;font-weight:600;animation:fadeInUp 1s ease-out .2s both;line-height:1.4;letter-spacing:.05em;text-transform:uppercase}.hero-description{font-size:clamp(.9rem,3vw,1.1rem);color:#ffffffb3;margin:0 0 2rem;font-weight:400;animation:fadeInUp 1s ease-out .3s both;line-height:1.6;max-width:500px}.download-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;animation:fadeInUp 1s ease-out .4s both;width:100%;max-width:320px;margin-bottom:2.5rem}.download-btn{display:flex;align-items:center;gap:1rem;padding:.9rem 1.5rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;min-width:220px;justify-content:flex-start;width:100%;position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.download-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.download-btn:hover:before{left:100%}.btn-icon{font-size:1.8em;flex-shrink:0;display:flex;align-items:center;justify-content:center}.btn-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.1rem}.btn-label{font-size:.65em;font-weight:500;opacity:.8;line-height:1}.btn-text{font-size:1em;font-weight:700;line-height:1.1}.apple-btn{background:#0009;color:#fff;border:1px solid rgba(255,255,255,.1)}.apple-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 30px #0006;background:#000c;border-color:#fff3}.android-btn{background:#3ddc8433;color:#3ddc84;border:1px solid rgba(61,220,132,.3)}.android-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 30px #3ddc844d;background:#3ddc844d;border-color:#3ddc8480}.web-btn{background:#667eea33;color:#818cf8;border:1px solid rgba(102,126,234,.3)}.web-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 30px #667eea4d;background:#667eea4d;border-color:#667eea80}.download-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.download-btn:disabled:before{display:none}.download-btn:disabled:hover{transform:none;box-shadow:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.5}}@keyframes glowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes sparkle{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (min-width: 768px){.download-buttons{flex-direction:column;max-width:280px}.hero-section{padding:3rem 2rem}.decoration-circle{display:block}}@media (min-width: 1024px){.download-buttons{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:1.25rem;max-width:700px}.download-btn{min-width:220px;max-width:220px;width:auto}.circle-1{width:500px;height:500px;top:-150px;left:-150px}.circle-2{width:400px;height:400px;bottom:-100px;right:-100px}.circle-3{width:300px;height:300px}}@media (max-width: 767px){.hero-title{font-size:clamp(2.2rem,10vw,3.2rem);margin-bottom:.8rem}.hero-subtitle{font-size:clamp(1rem,4.5vw,1.3rem);margin-bottom:.4rem}.hero-description{font-size:clamp(.85rem,3.5vw,1rem);margin-bottom:1.5rem;max-width:350px}.download-btn{min-width:200px;padding:.85rem 1.3rem}.hero-section{padding:1.5rem 1rem}.decoration-circle{opacity:.5}.circle-1{width:250px;height:250px;top:-50px;left:-50px}.circle-2{width:200px;height:200px;bottom:-30px;right:-30px}.circle-3{width:150px;height:150px}}@media (max-width: 480px){.hero-title{font-size:clamp(1.8rem,12vw,2.5rem)}.hero-subtitle{font-size:clamp(.9rem,5vw,1.1rem)}.hero-description{font-size:clamp(.8rem,4vw,.95rem)}.download-btn{min-width:200px;padding:.8rem 1.2rem}.download-buttons{max-width:220px}.btn-label{font-size:.6em}}@media (max-height: 600px){.hero-section{padding:1rem}.hero-title{margin-bottom:.5rem}.hero-subtitle{margin-bottom:.3rem}.hero-description{margin-bottom:1rem}.download-buttons{gap:.75rem;margin-bottom:1.5rem}}@media (prefers-color-scheme: light){.hero-subtitle{color:#213547f2}.hero-description{color:#213547b3}}@media (hover: none) and (pointer: coarse){.download-btn:hover{transform:none}.download-btn:active{transform:scale(.98)}.hero-title{animation:fadeInUp 1s ease-out,gradientShift 8s ease infinite}}.home{display:flex;flex-direction:column;min-height:100vh;position:relative;align-items:center;justify-content:center;padding:2rem 1rem;box-sizing:border-box;overflow:hidden}@media (min-width: 768px){.home{padding:3rem 2rem}}@media (max-width: 767px){.home{padding:1.5rem 1rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}@media (prefers-color-scheme: light){a:hover{color:#747bff}}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1;margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){button{background-color:#f9f9f9}}.card{padding:2em}#app{max-width:1280px;margin:0 auto;padding:0;text-align:center;min-height:100vh;display:flex;flex-direction:column}.App{min-height:100vh;display:flex;flex-direction:column}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
