.language-switcher{height:34px;display:flex;align-items:center;gap:5px;padding:0 8px;color:#768399;background:rgba(255,255,255,.86);border:1px solid rgba(0,91,255,.2);border-radius:9px;font:700 9px/1 "IBM Plex Mono",monospace;letter-spacing:.04em;white-space:nowrap}
.language-switcher a{min-width:21px;min-height:26px;display:grid;place-items:center;border-radius:6px;outline:none}
.language-switcher a:hover,.language-switcher a:focus-visible{color:#005bff;background:#eaf2ff;box-shadow:0 0 0 2px rgba(0,91,255,.18)}
.language-switcher a[aria-current="page"]{color:#fff;background:#005bff;box-shadow:0 5px 12px rgba(0,91,255,.22)}
.language-switcher span{color:#a6b0bf}
.drawer-meta .language-switcher-mobile{display:none}
@media(max-width:1120px){
  .head-actions>.language-switcher{width:42px;height:42px;flex:0 0 42px;padding:0;border-radius:13px;background:#f3f7fc;touch-action:manipulation}
  .head-actions>.language-switcher span,.head-actions>.language-switcher a[aria-current="page"]{display:none}
  .head-actions>.language-switcher a:not([aria-current="page"]){width:100%;height:100%;min-width:42px;min-height:42px;border-radius:12px}
}
@media(max-width:380px){.head-actions>.header-mail-button{display:none}}
@media(max-width:340px){.site-header .head-top{gap:6px}.site-header .site-logo{width:96px}.site-header .head-actions{gap:4px}}
