body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#333;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#667eea}.hero{color:#fff;padding:6rem 2rem;text-align:center}.hero h1{animation:fadeInUp .8s ease;font-size:3.5rem;margin-bottom:1.5rem}.hero p{animation:fadeInUp .8s ease .2s both;font-size:1.3rem;margin:0 auto 3rem;max-width:600px;opacity:.95}.apps-section{background:#fff;border-radius:30px 30px 0 0;margin-top:-30px;min-height:60vh;padding:4rem 2rem}.apps-container{margin:0 auto;max-width:1200px}.apps-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.app-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;color:inherit;cursor:pointer;display:block;padding:2rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.app-card:hover{box-shadow:0 15px 50px #00000026;transform:translateY(-5px)}.app-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;font-size:2rem;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.app-card h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.app-card p{color:#666;line-height:1.6}.app-detail{background:#fff;min-height:100vh}.app-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem 8rem;text-align:center}.app-hero-content{flex-wrap:wrap;gap:3rem;margin:0 auto;max-width:1200px}.app-hero-content,.app-icon-large{align-items:center;display:flex;justify-content:center}.app-icon-large{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:30px;font-size:4rem;height:150px;width:150px}.app-hero-text h1{font-size:2.5rem;margin-bottom:1rem}.app-hero-text p{font-size:1.2rem;opacity:.95}.app-content{margin:-4rem auto 0;max-width:1200px;padding:0 2rem 4rem;position:relative}.app-main-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;padding:3rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:3rem 0}.feature{background:#f8f9fa;border-radius:15px;padding:1.5rem;transition:background .3s ease}.feature:hover{background:#f0f2f5}.feature h3{color:#667eea;margin-bottom:.5rem}.feature p{color:#666;line-height:1.6}.app-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 10px 30px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#f0f2f5;color:#333}.btn-secondary:hover{background:#e4e6ea}.privacy-policy{background:#fff;margin:0 auto;max-width:800px;min-height:100vh;padding:4rem 2rem}.privacy-policy h1{color:#333;font-size:2.5rem;margin-bottom:2rem}.privacy-policy h2{color:#667eea;font-size:1.8rem;margin:2rem 0 1rem}.privacy-policy p{color:#666;line-height:1.8;margin-bottom:1rem}.privacy-policy ul{color:#666;line-height:1.8;margin:1rem 0 1rem 2rem}.footer{background:#2d3748;color:#fff;padding:3rem 2rem;text-align:center}.footer-content{margin:0 auto;max-width:1200px}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.footer-links a{color:#fff;opacity:.8;text-decoration:none;transition:opacity .3s ease}.footer-links a:hover{opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.app-hero-content{flex-direction:column;text-align:center}.apps-grid{grid-template-columns:1fr}.nav-links{display:none}}
/*# sourceMappingURL=main.81b8d4e5.css.map*/