:root{--primary-color:#4caf50;--secondary-color:#ffc107;--dark-color:#333;--light-color:#f4f4f4;--text-color:#555}body{background-color:#fff;color:#555;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;margin:0;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.page-container{margin:2rem auto;max-width:1100px;padding:0 2rem}h1,h2,h3{color:#333;color:var(--dark-color)}a{color:#4caf50;color:var(--primary-color);text-decoration:none}.app-header{background:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:0 2rem}.logo{color:#4caf50;color:var(--primary-color);font-size:1.5rem;font-weight:700}.app-header nav a{color:#555;color:var(--text-color);font-weight:500;margin:0 15px;transition:color .3s ease}.app-header nav a:hover{color:#4caf50;color:var(--primary-color)}.hero{align-items:center;display:flex;gap:2rem;justify-content:space-between;padding:4rem 0}.hero-content{max-width:50%}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem}.store-button{background-color:#333;background-color:var(--dark-color);border-radius:5px;color:#fff;font-weight:700;margin-right:10px;padding:15px 30px;transition:background-color .3s ease}.store-button:hover{background-color:#4caf50;background-color:var(--primary-color)}.hero-image .img-placeholder{align-items:center;background-color:#f4f4f4;background-color:var(--light-color);border:2px dashed #4caf50;border:2px dashed var(--primary-color);border-radius:20px;color:#555;color:var(--text-color);display:flex;font-size:1rem;height:500px;justify-content:center;width:300px}.features{padding:4rem 0;text-align:center}.features h2{font-size:2.5rem;margin-bottom:3rem}.feature-list{display:flex;gap:2rem;justify-content:space-around}.feature-item{max-width:30%}.feature-item h3{font-size:1.5rem;margin-bottom:1rem}.privacy-policy{padding-top:2rem}.privacy-policy h1,.privacy-policy h2{border-bottom:2px solid #f4f4f4;border-bottom:2px solid var(--light-color);margin-top:2rem;padding-bottom:10px}.privacy-policy ul{padding-left:20px}.app-footer{background:#333;background:var(--dark-color);color:#fff;margin-top:3rem;padding:2rem 0}.footer-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:0 2rem}.footer-links a{color:#fff;margin-left:20px}.footer-links a:hover{color:#ffc107;color:var(--secondary-color)}@media (max-width:768px){.hero{flex-direction:column;text-align:center}.hero-content{max-width:100%}.feature-list{align-items:center;flex-direction:column}.feature-item{max-width:80%}.footer-container{flex-direction:column;gap:1rem}}
/*# sourceMappingURL=main.364e6583.css.map*/