@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";: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}}:root{--primary-color: #4CAF50;--primary-dark: #388E3C;--primary-light: #C8E6C9;--secondary-color: #FFC107;--text-dark: #263238;--text-light: #546E7A;--background-light: #FFFFFF;--background-secondary: #F5F7F9;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--border-radius-sm: 6px;--border-radius-md: 12px;--border-radius-lg: 20px;--transition-speed: .3s;--max-content-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;color:var(--text-dark);background-color:var(--background-light);line-height:1.6;overflow-x:hidden;width:100%;max-width:100vw;margin:0;padding:0}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none}.app{position:relative;min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden;align-items:center}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:var(--background-light);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:10;width:100%}.logo-container{display:flex;align-items:center;gap:.5rem}.logo-icon{color:var(--primary-color);width:28px;height:28px}.logo-text{font-size:1.5rem;font-weight:600;color:var(--primary-dark)}.menu-button{color:var(--text-dark);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color var(--transition-speed)}.menu-button:hover{background-color:var(--primary-light)}.sidebar{position:fixed;top:0;right:-280px;width:280px;height:100vh;background-color:var(--background-light);box-shadow:var(--shadow-lg);z-index:20;transition:transform var(--transition-speed);padding:1rem;display:flex;flex-direction:column}.sidebar.open{transform:translate(-280px)}.sidebar-header{display:flex;justify-content:flex-end;margin-bottom:2rem}.close-button{color:var(--text-dark);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color var(--transition-speed)}.close-button:hover{background-color:var(--primary-light)}.sidebar-nav{display:flex;flex-direction:column;gap:1rem}.sidebar-link{padding:.75rem 1rem;border-radius:var(--border-radius-sm);color:var(--text-dark);font-weight:500;transition:background-color var(--transition-speed)}.sidebar-link:hover{background-color:var(--primary-light);color:var(--primary-dark)}.sidebar-link.active{background-color:var(--primary-color);color:#fff}.sidebar-divider{height:1px;background-color:#e0e0e0;margin:.5rem 0}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:15}.main-content{flex:1;padding-bottom:0;width:100%;display:flex;flex-direction:column;align-items:center;max-width:100%;overflow-x:hidden}.hero-section{display:flex;align-items:center;padding:4rem 2rem;gap:2rem;background:linear-gradient(135deg,var(--primary-light) 0%,var(--background-light) 100%);width:100vw;max-width:100vw;justify-content:center;margin:0;box-sizing:border-box}.hero-content{flex:1;max-width:600px}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary-dark)}.hero-description{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.primary-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;border-radius:var(--border-radius-sm);font-weight:600;transition:background-color var(--transition-speed);box-shadow:var(--shadow-md)}.primary-button:hover{background-color:var(--primary-dark)}.secondary-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:var(--background-light);color:var(--primary-dark);border:2px solid var(--primary-color);border-radius:var(--border-radius-sm);font-weight:600;transition:background-color var(--transition-speed);box-shadow:var(--shadow-sm)}.secondary-button:hover{background-color:var(--primary-light)}.hero-image{border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);max-width:100%;height:auto;max-height:500px;object-fit:contain}.hero-image-container{flex:1;display:flex;justify-content:center;align-items:center;max-width:300px;overflow:hidden}.features-section{padding:4rem 2rem;background-color:var(--background-secondary);width:100vw;max-width:100vw;box-sizing:border-box;margin:0;overflow-x:hidden;display:flex;flex-direction:column;align-items:center}.section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:3rem;color:var(--primary-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;max-width:var(--max-content-width);margin:0 auto}.feature-card{background-color:var(--background-light);padding:2rem;border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);transition:transform var(--transition-speed);display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.feature-card:hover{transform:translateY(-10px)}.feature-icon{background-color:var(--primary-light);color:var(--primary-dark);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--primary-dark)}.feature-description{color:var(--text-light)}.screenshots-section{padding:4rem 2rem;background-color:var(--background-light);width:100vw;max-width:100vw;box-sizing:border-box;margin:0;overflow-x:hidden;display:flex;flex-direction:column;align-items:center}.screenshots-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;width:100%;max-width:var(--max-content-width);margin:0 auto}.screenshot{border-radius:var(--border-radius-md);overflow:hidden;transition:transform var(--transition-speed);width:300px;background-color:transparent;display:flex;justify-content:center}.screenshot:hover{transform:scale(1.05)}.screenshot img{display:block;width:100%;height:auto;max-height:500px;object-fit:contain}.download-section{padding:4rem 2rem;background-color:var(--primary-light);text-align:center;width:100vw;max-width:100vw;box-sizing:border-box;margin:0 0 -1px;overflow-x:hidden;display:flex;flex-direction:column;align-items:center}.download-description{max-width:600px;margin:0 auto 2rem;color:var(--text-light);font-size:1.1rem}.app-store-buttons{display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:row;flex-wrap:nowrap;width:100%;max-width:400px;margin:0 auto}.app-store-button{transition:transform var(--transition-speed);display:flex;justify-content:center;align-items:center;width:180px;flex-shrink:0}.app-store-button img{width:100%;height:auto;max-height:60px;object-fit:contain}.app-store-button:hover{transform:scale(1.05)}.footer{background-color:var(--text-dark);color:#fff;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100vw;max-width:100vw;box-sizing:border-box;margin:0}.footer-logo{display:flex;align-items:center;gap:.5rem}.logo-icon-small{color:var(--primary-color);width:20px;height:20px}.footer-logo-text{font-weight:600;font-size:1.2rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{color:#b0bec5;transition:color var(--transition-speed)}.footer-links a:hover{color:#fff}.footer-copyright{color:#78909c;font-size:.9rem}@media (max-width: 1400px){.hero-section{max-width:100vw;padding:4rem 1rem}}@media (max-width: 1200px){.hero-section{gap:1.5rem}}@media (max-width: 992px){.hero-section{gap:1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.screenshot{width:250px}}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center;padding:3rem 1rem}.hero-buttons{justify-content:center}.hero-title{font-size:2rem}.hero-image-container{max-width:250px}.section-title{font-size:1.75rem}.features-section,.screenshots-section,.download-section{padding:3rem 1rem}.screenshots-container{gap:1.5rem}.screenshot{width:220px}}@media (max-width: 576px){.screenshots-container{gap:1rem}.screenshot{width:100%;max-width:300px}.features-grid{grid-template-columns:1fr;max-width:400px}}@media (max-width: 480px){.header{padding:.75rem 1rem}.logo-text{font-size:1.2rem}.hero-title{font-size:1.75rem}.hero-description{font-size:1rem}.feature-card{padding:1.5rem}.footer{padding:1.5rem 1rem}.screenshot{width:100%;max-width:200px}}@media (max-width: 768px){.app-store-button{width:160px}}@media (max-width: 480px){.app-store-buttons{gap:.75rem}.app-store-button{width:140px}}@media (max-width: 350px){.app-store-buttons{gap:.5rem}.app-store-button{width:120px}}.terms-page{position:relative;min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden;align-items:center}.terms-content{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;background-color:var(--background-secondary)}.terms-container{width:100%;max-width:800px;background-color:var(--background-light);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);padding:2rem;margin-bottom:2rem}.terms-header{display:flex;flex-direction:column;margin-bottom:2rem}.terms-title{font-size:2rem;font-weight:700;color:var(--primary-dark);margin-bottom:.5rem}.terms-last-updated{font-size:.9rem;color:var(--text-light);margin-bottom:2rem;font-style:italic}.terms-section{color:var(--text-dark);font-size:1rem;line-height:1.8}.terms-section h2{font-size:1.5rem;font-weight:600;color:var(--primary-dark);margin:2rem 0 1rem}.terms-section h3{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin:1.5rem 0 1rem}.terms-section p{margin-bottom:1.5rem}.terms-section ul,.terms-section ol{margin-bottom:1.5rem;padding-left:1.5rem}.terms-section li{margin-bottom:.5rem}@media (max-width: 768px){.terms-container{padding:1.5rem}.terms-title{font-size:1.75rem}}@media (max-width: 480px){.terms-container{padding:1.25rem}.terms-title{font-size:1.5rem}.terms-section{font-size:.95rem}}.privacy-page{position:relative;min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden;align-items:center}.privacy-content{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;background-color:var(--background-secondary)}.privacy-container{width:100%;max-width:800px;background-color:var(--background-light);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);padding:2rem;margin-bottom:2rem}.privacy-header{display:flex;flex-direction:column;margin-bottom:2rem}.back-link{display:flex;align-items:center;gap:.5rem;color:var(--primary-dark);font-weight:500;font-size:.9rem;margin-bottom:1rem;width:fit-content;transition:color var(--transition-speed)}.back-link:hover{color:var(--primary-color)}.privacy-title{font-size:2rem;font-weight:700;color:var(--primary-dark);margin-bottom:.5rem}.privacy-last-updated{font-size:.9rem;color:var(--text-light);margin-bottom:2rem;font-style:italic}.privacy-section{color:var(--text-dark);font-size:1rem;line-height:1.8}.privacy-section h2{font-size:1.5rem;font-weight:600;color:var(--primary-dark);margin:2rem 0 1rem}.privacy-section h3{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin:1.5rem 0 1rem}.privacy-section p{margin-bottom:1.5rem}.privacy-section ul,.privacy-section ol{margin-bottom:1.5rem;padding-left:1.5rem}.privacy-section li{margin-bottom:.5rem}.active-footer-link{color:#fff!important;font-weight:600}@media (max-width: 768px){.privacy-container{padding:1.5rem}.privacy-title{font-size:1.75rem}}@media (max-width: 480px){.privacy-container{padding:1.25rem}.privacy-title{font-size:1.5rem}.privacy-section{font-size:.95rem}}
