*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #FFC107;--primary-dark: #FF8F00;--secondary-color: #1f2937;--text-primary: #111827;--text-secondary: #6b7280;--background: #ffffff;--background-alt: #f9fafb;--border: #e5e7eb;--success: #10b981;--danger: #ef4444;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background)}body{margin:0;min-height:100vh;display:flex;flex-direction:column}#nav{position:sticky;top:0;z-index:100;background:var(--background);border-bottom:1px solid var(--border)}#app{flex:1;width:100%;max-width:none;padding:0;text-align:left}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.navbar{padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.nav-brand .brand-link{text-decoration:none;color:inherit;transition:opacity .2s;display:flex;align-items:center;gap:.5rem}.nav-brand .brand-link:hover{opacity:.8}.brand-icon{width:32px;height:32px;object-fit:contain}.nav-brand h2{color:var(--primary-color);font-size:1.5rem;font-weight:700;margin:0}.nav-menu{display:flex;list-style:none;gap:1.5rem;align-items:center;flex-wrap:wrap}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s;white-space:nowrap;text-align:center}.nav-link:hover,.nav-link.active{color:var(--primary-color)}.language-switcher{display:flex;align-items:center}.language-select{background-color:var(--background);border:1px solid var(--border);border-radius:.375rem;color:var(--text-secondary);font-size:.875rem;font-weight:500;padding:.375rem .75rem;cursor:pointer;transition:border-color .2s,color .2s}.language-select:hover{border-color:var(--primary-color);color:var(--primary-color)}.language-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ffc1071a}.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-primary)}@media (max-width: 1100px){.nav-menu{gap:1rem}.nav-link{font-size:.9rem}.language-select{font-size:.8rem;padding:.25rem .5rem}}@media (max-width: 950px){.nav-menu{gap:.75rem}.nav-link{font-size:.85rem;font-weight:400}}@media (max-width: 850px){.nav-container{align-items:flex-start}.nav-menu{width:100%;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.nav-menu li{width:100%;text-align:center}.language-switcher{justify-content:center;margin-top:.5rem}}@media (max-width: 480px){.navbar{padding:.75rem 0}.nav-brand h2{font-size:1.25rem}.brand-icon{width:28px;height:28px}.nav-menu{gap:.5rem}.nav-link{font-size:.85rem;padding:.5rem 0}}.hero{background:linear-gradient(135deg,#ffc107,#ffe700);color:#1f2937;padding:4rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto;padding:0 1rem}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero h2{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.2rem;margin-bottom:3rem;opacity:.9;line-height:1.7}.download-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.download-btn{display:inline-block;transition:transform .2s}.download-btn:hover{transform:translateY(-2px)}.download-btn img{height:60px;border-radius:8px;width:auto;max-width:180px}.features{padding:4rem 0;background:var(--background-alt)}.features h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--text-primary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s,box-shadow .2s}.feature:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.feature h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.feature p{color:var(--text-secondary);line-height:1.6}.security{padding:4rem 0;background:var(--background)}.security h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary)}.security-description{text-align:center;font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.security-features{list-style:none;max-width:600px;margin:0 auto;padding:2rem;background:var(--background-alt);border-radius:12px}.security-features li{padding:.75rem 0;font-size:1.1rem;color:var(--text-secondary)}.security-warning{margin-top:3rem;padding:2rem;background:#fef3cd;border:2px solid #f59e0b;border-radius:12px;max-width:800px;margin-left:auto;margin-right:auto}.security-warning h3{color:#92400e;font-size:1.5rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.security-warning h3:before{content:"⚠️";font-size:1.2em}.warning-text{color:#92400e;font-weight:600;font-size:1.1rem;margin-bottom:1rem;line-height:1.6}.warning-list{list-style:none;padding:0;margin:0}.warning-list li{color:#92400e;padding:.5rem 0;font-weight:500;display:flex;align-items:flex-start;gap:.5rem}.warning-list li:before{content:"•";color:#f59e0b;font-weight:700;font-size:1.2em;margin-top:-.1em}.legal-page{padding:2rem 0 4rem;min-height:60vh}.legal-page h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.legal-page h2{font-size:1.8rem;font-weight:600;margin:2rem 0 1rem;color:var(--text-primary)}.legal-page h3{font-size:1.3rem;font-weight:600;margin:1.5rem 0 .5rem;color:var(--text-primary)}.legal-page p{margin-bottom:1rem;line-height:1.7;color:var(--text-secondary)}.legal-page section{margin-bottom:2rem}.last-updated{color:var(--text-secondary);font-style:italic;margin-bottom:2rem}.faq-item{background:var(--background-alt);padding:1.5rem;border-radius:8px;margin-bottom:1rem}.faq-item h3{color:var(--primary-color);margin-bottom:.5rem}.footer{background:var(--secondary-color);color:#fff;padding:2rem 0;text-align:center;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}#loading{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem;color:var(--text-secondary)}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{gap:1rem}.hero h1{font-size:2.5rem}.hero h2{font-size:1.2rem}.hero-description{font-size:1rem}.download-buttons{flex-direction:column;align-items:center}.features h2,.security h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.legal-page h1{font-size:2rem}}@media (max-width: 480px){.hero{padding:2rem 0}.hero h1{font-size:2rem}.features,.security{padding:2rem 0}.container{padding:0 .5rem}}
