.i18n-pending body{visibility:hidden}
/* The switcher is a <nav> landmark, so any page that styles the bare `nav`
   element as its own navbar (privacy.html does: sticky, 58px tall, bordered,
   blurred background) would otherwise style the switcher as a second navbar.
   These declarations pin the switcher's own box so page-level element
   selectors cannot reach it; class specificity wins regardless of load order. */
.language-switcher{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:20;flex:0 0 auto;width:auto;height:auto;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:none;box-shadow:none;backdrop-filter:none;font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:700;letter-spacing:.06em}
.language-switcher-trigger{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:34px;height:34px;padding:0 9px;border:1px solid var(--border2);border-radius:999px;background:rgba(128,128,128,.05);color:var(--text2);font:inherit;cursor:pointer;transition:color .15s,border-color .15s,background .15s}
.language-switcher-trigger:hover,.language-switcher.is-open .language-switcher-trigger{border-color:var(--gold);background:rgba(var(--gold-rgb,245,158,11),.1);color:var(--gold)}
.language-switcher-icon{font-family:system-ui,sans-serif;font-size:15px;line-height:1}
.language-switcher-current{font-size:10px;line-height:1}
.language-switcher-menu{position:absolute;top:calc(100% + 7px);right:0;min-width:130px;padding:4px;border:1px solid var(--border2);border-radius:10px;background:var(--paper);box-shadow:0 12px 26px rgba(0,0,0,.22)}
.language-switcher-menu a{display:flex;align-items:center;min-height:32px;padding:0 10px;border-radius:7px;color:var(--text2);text-decoration:none;white-space:nowrap}
.language-switcher-menu a:hover,.language-switcher-menu a:focus-visible{background:rgba(var(--gold-rgb,245,158,11),.1);color:var(--gold);outline:none}
.site-section-inner>.language-switcher{margin-left:8px}
@media(max-width:700px){.site-section-inner>.site-section-links{width:auto;flex:1}.site-section-inner>.language-switcher{margin-left:6px}}
@media(max-width:390px){.language-switcher-trigger{min-width:32px;padding-inline:7px}.language-switcher-menu{right:-2px}}
