*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#f093fb,#f5576c)}.btn-secondary:hover{box-shadow:0 8px 25px #f093fb4d}.App{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.navbar .container{align-items:center;display:flex;justify-content:space-between}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;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{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.products{background:#f8fafc;padding:80px 0}.products h2{color:#2d3748;font-size:2.5rem;margin-bottom:3rem;text-align:center}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;color:inherit;padding:2rem;text-decoration:none;transition:all .3s ease}.product-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.product-icon{align-items:center;background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:20px;display:flex;font-size:2rem;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.product-card h3{color:#2d3748;font-size:1.5rem;margin-bottom:1rem}.product-card p{color:#718096;line-height:1.6}.footer{background:#2d3748;color:#fff;padding:40px 0;text-align:center}.footer p{opacity:.8}.product-hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:70vh;padding:120px 0 80px}.product-hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.product-badge{background:#fff3;border-radius:20px;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:1rem;padding:.5rem 1rem}.product-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.version{font-size:1.1rem;margin-bottom:1.5rem;opacity:.8}.description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{background:linear-gradient(135deg,#4facfe,#00f2fe)}.btn-primary:hover{box-shadow:0 8px 25px #4facfe4d}.app-screenshot-hero{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:300px}.hero-screenshot{border-radius:20px;box-shadow:0 20px 60px #0000004d;height:auto;max-width:280px;transition:transform .3s ease;width:100%}.hero-screenshot:hover{transform:translateY(-5px)}.app-screenshot{align-items:center;background:#f8fafc;border-radius:20px;box-shadow:0 4px 20px #0000001a;display:flex;height:400px;justify-content:center;overflow:hidden;padding:20px;transition:all .3s ease}.app-screenshot:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.screenshot-img{border-radius:12px;height:100%;max-height:350px;max-width:100%;object-fit:contain;width:auto}.features-section{background:#f8fafc;padding:80px 0}.features-section h2{color:#2d3748;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:2rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-4px)}.feature-card h3{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#718096;line-height:1.6;margin-bottom:1.5rem}.feature-details{list-style:none}.feature-details li{color:#4a5568;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.feature-details li:before{color:#48bb78;content:"✓";font-weight:700;left:0;position:absolute}.screenshots-section{background:#fff;padding:80px 0}.screenshots-section h2{color:#2d3748;font-size:2.5rem;margin-bottom:3rem;text-align:center}.screenshots-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:900px}.screenshot-item{text-align:center}.support-section{background:#f8fafc;padding:80px 0}.support-content{margin:0 auto;max-width:600px;text-align:center}.support-content h2{color:#2d3748;font-size:2.5rem;margin-bottom:2rem}.support-content p{color:#718096;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.support-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0;text-align:left}.support-item{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.support-item h3{color:#2d3748;font-size:1.1rem;margin-bottom:.5rem}.support-item p{color:#4a5568;font-size:1rem;margin:0}.support-item a{color:#4299e1;text-decoration:none}.support-item a:hover{text-decoration:underline}.perfect-for-section{background:#fff;padding:80px 0}.perfect-for-section h2{color:#2d3748;font-size:2.5rem;margin-bottom:3rem;text-align:center}.perfect-for-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.perfect-for-item{background:#f8fafc;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease}.perfect-for-item:hover{transform:translateY(-5px)}.perfect-for-icon{font-size:3rem;margin-bottom:1rem}.perfect-for-item h3{color:#2d3748;font-size:1.3rem;margin-bottom:1rem}.perfect-for-item p{color:#718096;line-height:1.6}.technical-section{background:#f8fafc;padding:80px 0}.technical-section h2{color:#2d3748;font-size:2.5rem;margin-bottom:3rem;text-align:center}.technical-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.technical-item{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:2rem;transition:transform .3s ease}.technical-item:hover{transform:translateY(-5px)}.technical-item h3{color:#2d3748;font-size:1.3rem;margin-bottom:1rem}.technical-item p{color:#718096;line-height:1.6}.app-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:flex;flex-direction:column;height:400px;justify-content:center;text-align:center;width:280px}.app-icon{font-size:4rem;margin-bottom:1rem}.app-placeholder p{font-size:1.2rem;font-weight:600}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.nav-links{display:none}.product-grid,.product-hero-content{grid-template-columns:1fr}.product-hero-content{gap:2rem;text-align:center}.product-hero h1{font-size:2.5rem}.cta-buttons{justify-content:center}.features-grid,.screenshots-grid,.support-info{grid-template-columns:1fr}.support-info{text-align:center}.perfect-for-grid,.technical-grid{grid-template-columns:1fr}}.privacy-policy-section{background:#f8fafc;min-height:100vh;padding:120px 0 80px}.privacy-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:800px;padding:3rem}.breadcrumb{align-items:center;color:#718096;display:flex;font-size:.9rem;margin-bottom:2rem}.breadcrumb-link{color:#4299e1;text-decoration:none;transition:color .3s ease}.breadcrumb-link:hover{color:#667eea;text-decoration:underline}.breadcrumb-separator{color:#cbd5e0;margin:0 .5rem}.breadcrumb-current{color:#2d3748;font-weight:500}.privacy-content h1{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.privacy-content h2{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.8rem;margin:2rem 0 1rem;padding-bottom:.5rem}.privacy-content h3{color:#2d3748;font-size:1.3rem;margin:1.5rem 0 .5rem}.privacy-content ol,.privacy-content ul{margin:1rem 0;padding-left:2rem}.privacy-content li{color:#4a5568;line-height:1.6;margin-bottom:.5rem}.privacy-content ol li{margin-bottom:.8rem}.privacy-content strong{color:#2d3748;font-weight:600}.last-updated{border-bottom:1px solid #e2e8f0;color:#718096;font-style:italic;margin-bottom:2rem;padding-bottom:1rem}.privacy-intro{margin-bottom:2.5rem}.privacy-intro p{background:#edf2f7;border-left:4px solid #4299e1;border-radius:12px;color:#4a5568;font-size:1.1rem;line-height:1.7;padding:1.5rem}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.privacy-section p{color:#4a5568;line-height:1.7;margin-bottom:1rem}.privacy-list{list-style:none;padding-left:0}.privacy-list li{background:#f7fafc;border-radius:8px;color:#4a5568;margin-bottom:.5rem;padding:.75rem 1rem .75rem 2.5rem;position:relative}.privacy-list li:before{color:#e53e3e;content:"✗";font-size:1.1rem;font-weight:700;left:1rem;position:absolute}.local-storage-list{list-style:none;margin-bottom:1.5rem;padding-left:0}.local-storage-list li{background:#edf2f7;border-left:3px solid #667eea;border-radius:8px;color:#4a5568;margin-bottom:.5rem;padding:.75rem 1rem .75rem 2.5rem;position:relative}.local-storage-list li:before{content:"💾";font-size:.9rem;left:1rem;position:absolute}.acknowledgment-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:1rem;padding:2rem;text-align:center}.acknowledgment-section p{color:#fff;font-size:1.1rem;line-height:1.6;margin:0}.acknowledgment-section strong{color:#fff;font-weight:600}.contact-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.contact-info{margin-top:1rem}.contact-info a{color:#4299e1;font-weight:500;text-decoration:none}.contact-info a:hover{text-decoration:underline}.back-to-product{border-top:1px solid #e2e8f0;margin-top:3rem;padding-top:2rem;text-align:center}@media (max-width:768px){.privacy-content{margin:0 1rem;padding:2rem 1.5rem}.privacy-content h1{font-size:2rem}.breadcrumb{flex-wrap:wrap}}
/*# sourceMappingURL=main.9ad065ec.css.map*/