: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}html,#root{width:100%;margin:0;padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%}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}html,body,#root{width:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.4;color:#333;background-color:#fff;font-size:14px}.app{min-height:100vh;display:flex;flex-direction:column}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 20px 40px;text-align:center;flex-shrink:0}.hero-content{max-width:60%;margin:0 auto}.app-icon{font-size:2.5rem;margin-bottom:.5rem}.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.tagline{font-size:1.1rem;font-weight:300;margin-bottom:2rem;opacity:.9}.download-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff26;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.download-btn:hover{background:#ffffffe6;color:#667eea;transform:translateY(-1px);box-shadow:0 6px 20px #00000040}.btn-icon{font-size:1rem}main{flex:1}.container{max-width:60%;margin:0 auto;padding:0 20px}section{padding:40px 0}section:nth-child(2n){background-color:#f8fafc}h2{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#1a202c}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature{text-align:center;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.feature:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.feature p{color:#4a5568;font-size:.9rem}.req-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:600px;margin:0 auto}.req-item{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;border:2px solid #e2e8f0}.req-item h3{font-size:1.2rem;font-weight:600;margin-bottom:.25rem;color:#667eea}.req-item p{color:#4a5568;font-size:.9rem}.privacy-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.privacy-item{padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.privacy-item h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.privacy-item p{color:#4a5568;font-size:.85rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.step{text-align:center;padding:1.5rem 1rem;background:#fff;border-radius:10px;box-shadow:0 3px 5px #0000000d;position:relative;transition:transform .3s ease,box-shadow .3s ease}.step:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0000001a}.step-number{position:absolute;top:-12px;left:50%;transform:translate(-50%);width:24px;height:24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}.step-icon{font-size:2rem;margin:.75rem 0 .5rem}.step h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.step p{color:#4a5568;font-size:.8rem;line-height:1.4}.faq-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:700px;margin:0 auto}.faq-item{padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 3px 5px #0000000d;border-left:4px solid #667eea;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translateY(-1px);box-shadow:0 6px 15px #0000001a}.faq-item h3{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#2d3748;line-height:1.3}.faq-item p{color:#4a5568;font-size:.9rem;line-height:1.5;margin:0}footer{background-color:#1a202c;color:#fff;padding:2rem 0;text-align:center}.footer-links{margin-top:.5rem;display:flex;justify-content:center;gap:1.5rem}.footer-links a{color:#cbd5e0;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-links a:hover{color:#fff}@media (max-width: 1024px){.container,.hero-content{max-width:80%}}@media (max-width: 768px){.container{max-width:95%;padding:0 15px}.hero-content{max-width:95%}.hero{padding:40px 20px 30px}.hero h1{font-size:2rem}.tagline{font-size:1rem}.download-buttons{flex-direction:column;align-items:center}.download-btn{width:100%;max-width:280px}h2{font-size:1.5rem}section{padding:30px 0}.features-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr;gap:1rem}.req-grid{grid-template-columns:1fr}}@media (max-width: 480px){.container{max-width:100%;padding:0 10px}.hero-content{max-width:100%}.hero{padding:30px 15px 20px}.hero h1{font-size:1.8rem}.app-icon{font-size:2rem}section{padding:25px 0}h2{font-size:1.3rem;margin-bottom:1.5rem}.feature,.step,.faq-item{padding:1rem}.step-icon{font-size:2rem}.step-number{width:25px;height:25px;font-size:.8rem}}.privacy-hero{background:linear-gradient(135deg,#4a90e2,#357abd)}.privacy-content{padding:40px 0}.privacy-section{margin-bottom:3rem}.privacy-section h2{color:#2d3748;border-bottom:3px solid #667eea;padding-bottom:.5rem;margin-bottom:1.5rem;text-align:left}.privacy-section h3{color:#4a5568;font-size:1.3rem;margin-bottom:1rem;margin-top:1.5rem}.privacy-section p{color:#4a5568;line-height:1.6;margin-bottom:1rem}.privacy-section ul{color:#4a5568;margin-left:1.5rem;margin-bottom:1rem}.privacy-section li{margin-bottom:.5rem;line-height:1.5}.privacy-highlight{background:#f0f9ff;border:2px solid #bae6fd;border-radius:8px;padding:1.5rem;margin:1.5rem 0}.privacy-highlight h3{color:#0369a1;margin-top:0}.permission-item{background:#fff;border-radius:12px;padding:2rem;margin:1.5rem 0;box-shadow:0 2px 8px #0000001a;border-left:4px solid #667eea}.permission-item h3{color:#667eea;font-size:1.4rem;margin-top:0;margin-bottom:1rem}.permission-item p{margin-bottom:1rem}.permission-item ul{margin-bottom:1.5rem}.permission-item strong{color:#2d3748}.back-home{color:#fff;text-decoration:none;opacity:.9;font-weight:500;margin-top:1rem;display:inline-block;transition:opacity .3s ease}.back-home:hover{opacity:1}.back-home-button{display:inline-block;background:#667eea;color:#fff;padding:.75rem 1.5rem;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color .3s ease;margin-top:2rem}.back-home-button:hover{background:#5a6fd8}.privacy-footer{text-align:center;padding:2rem 0;border-top:1px solid #e2e8f0}footer a{color:#667eea;text-decoration:none}footer a:hover{text-decoration:underline}
