:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f8f9fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{color-scheme:dark;color:#e0e0e0;background-color:#0f0f1e}body{margin:0;min-width:320px;min-height:100vh}.header{background:linear-gradient(135deg,#2d61e8,#1e40af);color:#fff;padding:.75rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-link{color:inherit;text-decoration:none;transition:opacity .3s;display:inline-flex;align-items:center}.logo-link:hover{opacity:.9}.logo-image{height:48px;width:auto;display:block;background:transparent;mix-blend-mode:normal}.logo h1{margin:0;font-size:1.8rem;font-weight:700}.tagline{font-size:.9rem;opacity:.9;margin-left:.5rem}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s;display:inline-flex;align-items:center;line-height:1}.nav-link:hover{opacity:.8}.header .language-switcher{display:inline-flex;align-items:center;gap:.5rem;margin-left:1rem}.header .lang-btn{background:none;border:none;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;padding:.5rem .75rem;border-radius:4px;transition:background-color .3s,opacity .3s;opacity:.7}.header .lang-btn:hover{opacity:1;background-color:#ffffff1a}.header .lang-btn.active{opacity:1;background-color:#fff3;font-weight:700}.header .lang-separator{color:#fff;opacity:.5;font-size:.9rem}.theme-toggle{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:.5rem .75rem;border-radius:4px;transition:background-color .3s,opacity .3s;opacity:.9;margin-left:.5rem}.theme-toggle:hover{opacity:1;background-color:#ffffff1a}[data-theme=dark] .header{background:linear-gradient(135deg,#1a1a2e,#0f0f1e)}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.nav{gap:1rem}.logo h1{font-size:1.5rem}.logo-image{height:45px;background:transparent}}.hero{background:linear-gradient(135deg,#2d61e8,#1e40af);color:#fff;padding:4rem 0;text-align:center;min-height:400px;display:flex;align-items:center}.hero-container{max-width:800px;margin:0 auto;padding:0 2rem}.hero-title{font-size:2.5rem;font-weight:700;margin:0 0 1.5rem;line-height:1.3}.hero-subtitle{font-size:1.2rem;margin:0 0 2rem;opacity:.95;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center}.hero-btn{padding:.75rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-block}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.hero-btn.primary{background:#fff;color:#2d61e8}.hero-btn.secondary{background:transparent;color:#fff;border:2px solid white}[data-theme=dark] .hero{background:linear-gradient(135deg,#1a1a2e,#0f0f1e)}@media (max-width: 768px){.hero{padding:3rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-btn{width:200px;text-align:center}}.app-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;position:relative;height:100%;display:flex;flex-direction:column}.app-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.featured-badge{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#2d61e8,#1e40af);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.app-icon{width:80px;height:80px;margin:0 auto 1rem;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.app-icon img{width:100%;height:100%;object-fit:cover}.app-info{flex:1;display:flex;flex-direction:column}.app-name{margin:0 0 .5rem;font-size:1.2rem;color:#333;text-align:center}.app-category{color:#666;font-size:.9rem;margin:0 0 .75rem;text-align:center}.app-description{color:#555;font-size:.95rem;line-height:1.5;margin:0 0 1rem;flex:1;text-align:center}.app-actions{display:flex;gap:.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.store-badge{background:none;border:none;cursor:pointer;transition:transform .3s,opacity .3s;padding:0;display:inline-flex;align-items:center;height:45px}.store-badge:hover{transform:scale(1.05);opacity:.9}.store-badge img{height:45px!important;width:auto!important;display:block;object-fit:contain}[data-theme=dark] .app-card{background:#1a1a2e;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .app-card:hover{box-shadow:0 4px 16px #0006}[data-theme=dark] .app-name{color:#e0e0e0}[data-theme=dark] .app-category{color:#a0a0a0}[data-theme=dark] .app-description{color:#b0b0b0}@media (max-width: 768px){.app-card{padding:1rem}.app-icon{width:60px;height:60px}.app-actions{flex-direction:column;gap:.75rem}.store-badge{height:40px}.store-badge img{height:40px!important}}.app-list-section{padding:3rem 0;background:#f8f9fa}.app-list-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2rem;color:#333;margin:2rem 0 1.5rem;text-align:center;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(135deg,#2d61e8,#1e40af);border-radius:2px}.app-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}[data-theme=dark] .app-list-section{background:#0f0f1e}[data-theme=dark] .section-title{color:#e0e0e0}@media (max-width: 768px){.app-list-section{padding:2rem 0}.app-list-container{padding:0 1rem}.section-title{font-size:1.5rem}.app-grid{grid-template-columns:1fr;gap:1.5rem}}.footer{background:#2c3e50;color:#fff;padding:2rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-section h3{margin:0 0 .5rem;font-size:1.5rem}.footer-section h4{margin:0 0 1rem;font-size:1.1rem;color:#ecf0f1}.footer-section p{margin:.5rem 0;color:#bdc3c7}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin:.5rem 0}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#95a5a6}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}}[data-theme=dark] .footer{background:#0f0f1e;border-top:1px solid #2a2a3e}[data-theme=dark] .footer-section h4{color:#b0b0b0}[data-theme=dark] .footer-section p,[data-theme=dark] .footer-section a{color:#8a8a9a}[data-theme=dark] .footer-section a:hover{color:#5a8bff}[data-theme=dark] .footer-bottom{border-top-color:#2a2a3e;color:#6a6a7a}.terms-container{min-height:100vh;background:#f8f9fa;padding:2rem 0}.terms-content{max-width:800px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:3rem}.terms-content h1{font-size:2.5rem;color:#333;text-align:center;margin-bottom:3rem;padding-bottom:1rem;border-bottom:3px solid #2D61E8}.terms-content section{margin-bottom:2.5rem}.terms-content h2{font-size:1.3rem;color:#2d61e8;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.terms-content p{line-height:1.8;color:#555;margin-bottom:1rem}.terms-content ul{margin:1rem 0 1rem 2rem;color:#555}.terms-content li{margin-bottom:.5rem;line-height:1.6}.terms-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e1e5e9;text-align:right;color:#666}.terms-footer p{margin:.5rem 0}@media (max-width: 768px){.terms-container{padding:1rem 0}.terms-content{padding:2rem 1.5rem;margin:0 1rem}.terms-content h1{font-size:2rem;margin-bottom:2rem}.terms-content h2{font-size:1.2rem}.terms-content ul{margin-left:1rem}}[data-theme=dark] .terms-container{background:#0f0f1e}[data-theme=dark] .terms-content{background:#1a1a2e;color:#e0e0e0}[data-theme=dark] .terms-content h1{color:#e0e0e0;border-bottom-color:#5a8bff}[data-theme=dark] .terms-content h2{color:#5a8bff;border-bottom-color:#3a3a4e}[data-theme=dark] .terms-content p,[data-theme=dark] .terms-content ul{color:#b0b0b0}[data-theme=dark] .terms-footer{border-top-color:#3a3a4e;color:#a0a0a0}.privacy-container{min-height:100vh;background:#f8f9fa;padding:2rem 0}.privacy-content{max-width:800px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:3rem}.privacy-content h1{font-size:2.5rem;color:#333;text-align:center;margin-bottom:3rem;padding-bottom:1rem;border-bottom:3px solid #2D61E8}.privacy-content section{margin-bottom:2.5rem}.privacy-content h2{font-size:1.3rem;color:#2d61e8;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.privacy-content p{line-height:1.8;color:#555;margin-bottom:1rem}.privacy-content ul{margin:1rem 0 1rem 2rem;color:#555}.privacy-content li{margin-bottom:.5rem;line-height:1.6}.privacy-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e1e5e9;text-align:right;color:#666}.privacy-footer p{margin:.5rem 0}@media (max-width: 768px){.privacy-container{padding:1rem 0}.privacy-content{padding:2rem 1.5rem;margin:0 1rem}.privacy-content h1{font-size:2rem;margin-bottom:2rem}.privacy-content h2{font-size:1.2rem}.privacy-content ul{margin-left:1rem}}[data-theme=dark] .privacy-container{background:#0f0f1e}[data-theme=dark] .privacy-content{background:#1a1a2e;color:#e0e0e0}[data-theme=dark] .privacy-content h1{color:#e0e0e0;border-bottom-color:#5a8bff}[data-theme=dark] .privacy-content h2{color:#5a8bff;border-bottom-color:#3a3a4e}[data-theme=dark] .privacy-content p,[data-theme=dark] .privacy-content ul{color:#b0b0b0}[data-theme=dark] .privacy-footer{border-top-color:#3a3a4e;color:#a0a0a0}.app-privacy-container{min-height:100vh;background:#f8f9fa;padding:2rem 0}.app-privacy-content{max-width:900px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:3rem}.app-privacy-content .language-switcher{display:flex;justify-content:flex-end;gap:.5rem;background:#f0f4ff;padding:.25rem;border-radius:8px;border:1px solid #d1defa;margin-bottom:2rem;width:fit-content;margin-left:auto}.app-privacy-content .language-switcher button{padding:.5rem 1rem;border:none;background:transparent;color:#666;font-size:.9rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease}.app-privacy-content .language-switcher button:hover{background:#2d61e81a;color:#2d61e8}.app-privacy-content .language-switcher button.active{background:#2d61e8;color:#fff;cursor:default}.app-privacy-content .language-switcher button.active:hover{background:#2d61e8}.app-privacy-content h1{font-size:2.5rem;color:#333;text-align:center;margin-bottom:2rem;margin-top:0;padding-bottom:1rem;border-bottom:3px solid #2D61E8;white-space:pre-line;line-height:1.3}.app-privacy-meta{background:#f0f4ff;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #2D61E8}.app-privacy-meta p{margin:.5rem 0;color:#444;font-size:.95rem}.app-privacy-meta strong{color:#2d61e8;font-weight:600}.intro-section{background:#fafbfc;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid #e1e5e9}.intro-section p{line-height:1.8;color:#555;margin:0}.policy-section{margin-bottom:2.5rem}.policy-section h2{font-size:1.4rem;color:#2d61e8;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.policy-section>p{line-height:1.8;color:#555;margin-bottom:1rem}.policy-list,.services-list{margin:1rem 0 1rem 2rem;color:#555}.policy-list li,.services-list li{margin-bottom:.8rem;line-height:1.7}.policy-list li strong{color:#2d61e8;font-weight:600}.services-list a{color:#2d61e8;text-decoration:none;font-weight:500;transition:color .2s ease}.services-list a:hover{color:#1a47b8;text-decoration:underline}.contact-info{background:#f0f4ff;padding:1.5rem;border-radius:8px;margin-top:1rem;border-left:4px solid #2D61E8}.contact-info p{margin:.5rem 0;color:#444}.contact-info a{color:#2d61e8;text-decoration:none;transition:color .2s ease}.contact-info a:hover{color:#1a47b8;text-decoration:underline}@media (max-width: 768px){.app-privacy-container{padding:1rem 0}.app-privacy-content{padding:2rem 1.5rem;margin:0 1rem}.app-privacy-content .language-switcher{justify-content:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.app-privacy-content .language-switcher button{padding:.6rem 1.2rem;font-size:.95rem}.app-privacy-content h1{font-size:2rem;margin-bottom:1.5rem}.policy-section h2{font-size:1.2rem}.policy-list,.services-list{margin-left:1rem}.app-privacy-meta,.contact-info{padding:1rem}}[data-theme=dark] .app-privacy-container{background:#0f0f1e}[data-theme=dark] .app-privacy-content{background:#1a1a2e;color:#e0e0e0}[data-theme=dark] .app-privacy-content .language-switcher{background:#2a2a3e;border-color:#3a3a4e}[data-theme=dark] .app-privacy-content .language-switcher button{color:#b0b0b0}[data-theme=dark] .app-privacy-content .language-switcher button:hover{background:#2d61e833;color:#5a8bff}[data-theme=dark] .app-privacy-content .language-switcher button.active{background:#2d61e8;color:#fff}[data-theme=dark] .app-privacy-content h1{color:#e0e0e0;border-bottom-color:#5a8bff}[data-theme=dark] .app-privacy-meta{background:#2a2a3e;border-left-color:#5a8bff}[data-theme=dark] .app-privacy-meta p{color:#b0b0b0}[data-theme=dark] .app-privacy-meta strong{color:#5a8bff}[data-theme=dark] .intro-section{background:#2a2a3e;border-color:#3a3a4e}[data-theme=dark] .intro-section p{color:#b0b0b0}[data-theme=dark] .policy-section h2{color:#5a8bff;border-bottom-color:#3a3a4e}[data-theme=dark] .policy-section>p{color:#b0b0b0}[data-theme=dark] .policy-list,[data-theme=dark] .services-list{color:#b0b0b0}[data-theme=dark] .policy-list li strong,[data-theme=dark] .services-list a{color:#5a8bff}[data-theme=dark] .services-list a:hover{color:#7a9bff}[data-theme=dark] .contact-info{background:#2a2a3e;border-left-color:#5a8bff}[data-theme=dark] .contact-info p{color:#b0b0b0}[data-theme=dark] .contact-info a{color:#5a8bff}[data-theme=dark] .contact-info a:hover{color:#7a9bff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa}#root,.App{min-height:100vh;display:flex;flex-direction:column}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}[data-theme=dark] body,[data-theme=dark] .App{background:#0f0f1e}
