:root{--teal: #176c78;--teal-dark: #10545e;--teal-accent: #83d3da;--bg: #f6fbfb;--surface: #ffffff;--surface-2: #eef6f6;--text: #12211f;--text-muted: #5a6b69;--border: #d8e6e5;--danger: #c0392b;--radius: 14px;--maxw: 1080px;--font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media (prefers-color-scheme: dark){:root{--teal: #83d3da;--teal-dark: #0f5e66;--teal-accent: #83d3da;--bg: #0c1615;--surface: #12211f;--surface-2: #17302e;--text: #eaf4f3;--text-muted: #9fb4b1;--border: #23413e}}*{box-sizing:border-box}[data-doctitle]{display:none!important}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--teal)}img{max-width:100%;height:auto}.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--border)}.site-header .wrap{display:flex;align-items:center;gap:16px;height:64px}.brand{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--text);text-decoration:none}.brand .logo{height:30px;width:auto}.brand .name{font-size:1.15rem;letter-spacing:.2px}.nav{margin-left:auto;display:flex;align-items:center;gap:18px}.nav a{color:var(--text-muted);text-decoration:none;font-size:.95rem}.nav a:hover{color:var(--teal)}.lang-toggle{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden}.lang-toggle button{border:0;background:transparent;color:var(--text-muted);padding:6px 12px;font:inherit;font-size:.85rem;cursor:pointer;min-height:34px}.lang-toggle button[aria-pressed=true]{background:var(--teal);color:#fff}.hero{padding:72px 0 48px;text-align:center}.hero .logo-big{height:76px;width:auto;margin-bottom:18px}.hero h1{font-size:clamp(2rem,5vw,3.1rem);margin:0 0 10px;letter-spacing:-.5px}.hero .tagline{font-size:clamp(1.05rem,2.4vw,1.35rem);color:var(--text-muted);max-width:640px;margin:0 auto 26px}.badge{display:inline-block;background:var(--surface-2);color:var(--teal);border:1px solid var(--border);border-radius:999px;padding:6px 14px;font-size:.85rem;font-weight:600}section{padding:48px 0}section h2{font-size:clamp(1.5rem,3.5vw,2rem);margin:0 0 8px}section .lead{color:var(--text-muted);max-width:680px;margin:0 0 28px}.section-alt{background:var(--surface-2)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:0 1px 2px #00000008}.card .ico{font-size:1.7rem;line-height:1}.card h3{margin:12px 0 6px;font-size:1.12rem}.card p{margin:0;color:var(--text-muted);font-size:.95rem}.countries{display:flex;flex-wrap:wrap;gap:12px}.country{display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:8px 16px;font-weight:600}.country .flag{font-size:1.2rem}.downloads{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.dl{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px}.dl h3{margin:0 0 4px}.dl p{color:var(--text-muted);font-size:.9rem;margin:0 0 14px}.btn{display:inline-block;background:var(--teal);color:#fff;text-decoration:none;padding:11px 18px;border-radius:10px;font-weight:600;min-height:44px;line-height:22px}.btn:hover{background:var(--teal-dark)}.btn.secondary{background:transparent;color:var(--teal);border:1px solid var(--teal)}.btn[aria-disabled=true]{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);pointer-events:none}.dl-row{display:flex;flex-wrap:wrap;gap:10px}.legal{padding:40px 0 64px}.legal h1{font-size:clamp(1.8rem,4vw,2.4rem);margin:0 0 6px}.legal .updated{color:var(--text-muted);font-size:.9rem;margin:0 0 8px}.legal .draft-note{background:#fff6e6;border:1px solid #f0d69a;color:#7a5b12;padding:12px 16px;border-radius:10px;font-size:.9rem;margin:12px 0 28px}@media (prefers-color-scheme: dark){.legal .draft-note{background:#2a230f;border-color:#5a4a1e;color:#e6cf94}}.legal h2{font-size:1.25rem;margin:30px 0 8px}.legal p,.legal li{color:var(--text)}.legal ul{padding-left:20px}.legal .back{display:inline-block;margin-bottom:8px;color:var(--text-muted);text-decoration:none}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding:36px 0;margin-top:24px}.site-footer .cols{display:flex;flex-wrap:wrap;gap:28px;justify-content:space-between}.site-footer a{color:var(--text-muted);text-decoration:none;display:block;margin:4px 0}.site-footer a:hover{color:var(--teal)}.site-footer .muted{color:var(--text-muted);font-size:.85rem}.site-footer h4{margin:0 0 8px;font-size:.85rem;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted)}.attrib{font-size:.82rem;color:var(--text-muted);margin-top:20px}.placeholder{color:var(--danger);font-weight:600}.dl-help{margin-top:14px;font-size:.88rem}.dl-help summary{cursor:pointer;color:var(--teal);font-weight:600}.dl-help p{color:var(--text-muted);margin:8px 0 0;line-height:1.5}
