@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.language-selector{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;cursor:pointer;display:flex;gap:8px;padding:6px 14px;transition:all .3s ease}.language-selector:hover{background:#ffffff26;border-color:#ffffff4d}.language-selector .lang-icon{color:#fff;font-size:1.2rem}.language-selector select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#0000;border:none;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;outline:none;padding-right:12px}.language-selector select option{background:#1a1a2e;color:#fff}:root{--bg-color:#0b0c10;--surface-color:#1f2833;--primary-color:#66fcf1;--secondary-color:#45a29e;--text-primary:#fff;--text-secondary:#c5c6c7;--accent-purple:#8b5cf6;--accent-blue:#3b82f6}body{background-color:#0b0c10;background-color:var(--bg-color);color:#fff;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0;overflow-x:hidden}.landing-container{display:flex;flex-direction:column;min-height:100vh}.navbar{justify-content:space-between;padding:1.5rem 5%;position:relative;z-index:10}.logo,.navbar{align-items:center;display:flex}.logo{font-size:1.5rem;font-weight:700;gap:.5rem;letter-spacing:-.5px}.hero{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:4rem 5% 2rem;position:relative;text-align:center}@media (min-width:1024px){.hero{flex-direction:row;gap:4rem;padding:6rem 10% 4rem;text-align:left}}.hero-content{animation:fadeInUp .8s ease-out;flex:1 1;max-width:600px}.badge{background:#66fcf11a;border:1px solid #66fcf133;border-radius:20px;color:#66fcf1;color:var(--primary-color);display:inline-block;font-size:.875rem;font-weight:600;padding:.4rem 1rem}.badge,.hero-title{margin-bottom:1.5rem}.hero-title{font-size:3.5rem;font-weight:800;letter-spacing:-1px;line-height:1.1}@media (min-width:768px){.hero-title{font-size:4.5rem}}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#66fcf1,#8b5cf6);background:linear-gradient(135deg,var(--primary-color),var(--accent-purple));-webkit-background-clip:text;background-clip:text}.hero-description{color:#c5c6c7;color:var(--text-secondary);font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{align-items:center;display:flex;flex-direction:column;gap:1rem}@media (min-width:480px){.hero-buttons{flex-direction:row;justify-content:center}}@media (min-width:1024px){.hero-buttons{justify-content:flex-start}}.store-btn{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;display:flex;gap:.8rem;min-width:200px;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.store-btn:hover{background:#ffffff26;box-shadow:0 10px 20px #0000004d;transform:translateY(-3px)}.store-icon{font-size:1.8rem}.store-text{align-items:flex-start;display:flex;flex-direction:column}.store-sub{color:#ccc;font-size:.65rem;line-height:1;text-transform:uppercase}.store-main{font-size:1.2rem;font-weight:600;line-height:1.2}.hero-image-wrapper{animation:float 6s ease-in-out infinite;display:flex;flex:1 1;justify-content:center;margin-top:3rem;position:relative}@media (min-width:1024px){.hero-image-wrapper{margin-top:0}}.hero-image{border:1px solid #ffffff1a;border-radius:30px;box-shadow:0 20px 50px #00000080;max-width:100%;position:relative;width:320px;z-index:2}.glow{border-radius:50%;filter:blur(80px);height:300px;opacity:.5;position:absolute;width:300px;z-index:1}.glow-1{background:#8b5cf6;background:var(--accent-purple);left:0;top:-50px}.glow-2{background:#3b82f6;background:var(--accent-blue);bottom:-50px;right:0}.features{background:#ffffff05;border-top:1px solid #ffffff0d;padding:5rem 5%}.features-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:1200px}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#1f283380;border:1px solid #ffffff0d;border-radius:20px;padding:2rem;transition:transform .3s ease}.feature-card:hover{border-color:#66fcf14d;transform:translateY(-5px)}.feature-icon-wrapper{align-items:center;background:#66fcf11a;border-radius:12px;display:flex;height:50px;justify-content:center;margin-bottom:1.5rem;width:50px}.feature-icon{color:#66fcf1;color:var(--primary-color);font-size:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#c5c6c7;color:var(--text-secondary);line-height:1.5}.footer{border-top:1px solid #ffffff0d;margin-top:auto;padding:2rem 5%;text-align:center}.footer-links{display:flex;gap:2rem;justify-content:center;margin-bottom:1rem}.footer-link{color:#c5c6c7;color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .3s}.footer-link:hover{color:#66fcf1;color:var(--primary-color)}.copyright{color:#ffffff4d;font-size:.8rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.24887ec0.css.map*/