.lang-switcher{align-items:center;display:inline-flex;position:relative}.lang-switcher__trigger{border:1px solid var(--rule,#d9d2c5);background:var(--white,#fff);min-width:36px;height:36px;color:var(--ink-2,#3a342e);cursor:pointer;font-family:var(--sans,system-ui);border-radius:999px;align-items:center;gap:4px;padding:0 8px;display:inline-flex}.lang-switcher__trigger:hover{background:var(--paper,#faf7f2)}.lang-switcher__trigger:focus-visible{outline:2px solid var(--brand,#1e40af);outline-offset:2px}.lang-switcher__flag{font-size:16px;line-height:1}.lang-switcher__chevron{width:12px;height:12px;color:var(--ink-3,#6b6359);transition:transform .12s}.lang-switcher__chevron.is-open{transform:rotate(180deg)}.lang-switcher__popover{background:var(--white,#fff);border:1px solid var(--rule,#d9d2c5);z-index:50;min-width:200px;font-family:var(--sans,system-ui);border-radius:12px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 1px 2px #0000000a,0 8px 24px #00000014}.lang-switcher__option{width:100%;color:var(--ink-2,#3a342e);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-family:inherit;font-size:13.5px;display:flex}.lang-switcher__option:hover,.lang-switcher__option:focus-visible{background:var(--paper,#faf7f2);color:var(--ink,#1a1714);outline:none}.lang-switcher__option.is-active{background:var(--paper,#faf7f2);color:var(--ink,#1a1714);font-weight:600}