: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff}#root{width:100%;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#fff;box-shadow:0 2px 10px #1a1a1a1a;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo{font-size:1.8rem;font-weight:700;color:#fac515;cursor:pointer;text-decoration:none}.header nav{display:flex;gap:2rem}.header nav a{color:#555;text-decoration:none;font-weight:500;transition:color .3s ease}.header nav a:hover{color:#fac515}.hero{padding:4rem 0;background:linear-gradient(135deg,#fefbe8,#fef7c3)}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content h2{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}.hero-content p{font-size:1.2rem;color:#555;margin-bottom:2rem;line-height:1.7}.btn-primary{display:inline-block;background-color:#fac515;color:#fff;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;box-shadow:0 4px 20px #fac5154d}.btn-primary:hover{background-color:#eaaa08;transform:translateY(-2px);box-shadow:0 6px 25px #fac51566}.hero-image{text-align:center}.hero-image img{max-width:100%;height:auto;border-radius:20px;box-shadow:0 10px 40px #1a1a1a1a}.features{padding:4rem 0;background-color:#fff}.features h3{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature{background-color:#fef7c3;padding:2rem;border-radius:16px;text-align:center;transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h4{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.feature p{color:#555;line-height:1.6}.app-preview{padding:4rem 0;background:linear-gradient(135deg,#feee95,#fde272)}.app-preview h3{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:3rem}.preview-images{text-align:center}.screenshot{max-width:300px;height:auto;border-radius:20px;box-shadow:0 10px 40px #1a1a1a26}.footer{background-color:#1a1a1a;color:#fff;padding:2rem 0}.footer .container{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fac515}.page{min-height:100vh;display:flex;flex-direction:column}.page main{flex:1;padding:4rem 0}.legal-content{max-width:800px;margin:0 auto;padding:0 20px}.legal-content h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;text-align:center}.last-updated{font-style:italic;color:#888;text-align:center;margin-bottom:3rem;font-size:.9rem}.legal-content h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #FEF7C3}.legal-content h4{font-size:1.2rem;font-weight:600;color:#555;margin:1.5rem 0 .8rem}.legal-content p{color:#555;font-size:1rem;line-height:1.7;margin-bottom:1rem;text-align:justify}.legal-content ul{margin:1rem 0;padding-left:1.5rem}.legal-content li{color:#555;line-height:1.6;margin-bottom:.5rem}.legal-content em{color:#888;text-align:center;display:block;margin-top:2rem;font-size:.9rem}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.header nav{gap:1rem}.hero .container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-content h2,.features h3,.app-preview h3{font-size:2rem}.features-grid{grid-template-columns:1fr}.footer .container{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}}
