/* Shared language picker. It is intentionally independent from page layouts. */
.locale-switcher{position:relative;z-index:80;display:inline-flex;align-items:center;font-family:Inter,Arial,sans-serif}.locale-switcher__trigger{display:inline-flex;min-width:62px;height:38px;align-items:center;justify-content:center;gap:6px;padding:0 10px;border:1px solid var(--line,rgba(16,24,40,.15));border-radius:12px;background:var(--locale-surface,rgba(255,255,255,.78));color:var(--ink,#101827);font-size:10px;font-weight:800;letter-spacing:.04em;cursor:pointer;box-shadow:0 5px 18px rgba(20,30,52,.06);backdrop-filter:blur(12px)}.locale-switcher__trigger:focus-visible,.locale-switcher__option:focus-visible{outline:2px solid #245dff;outline-offset:2px}.locale-switcher__flag{position:relative;display:inline-block;width:18px;height:13px;overflow:hidden;border:1px solid rgba(8,16,31,.18);border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.12)}.locale-switcher__flag--ru{background:linear-gradient(to bottom,#fff 0 33.33%,#1f57bc 33.33% 66.66%,#d8323b 66.66%)}.locale-switcher__flag--eu{background:#174b9d}.locale-switcher__flag--eu::after{position:absolute;inset:-3px 0 0;content:'✦';color:#ffd239;font-size:17px;line-height:13px;text-align:center}.locale-switcher__flag--ua{background:linear-gradient(to bottom,#1768c2 0 50%,#ffda43 50%)}.locale-switcher__chevron{margin-left:1px;font-size:11px;transition:transform .18s ease}.locale-switcher.is-open .locale-switcher__chevron{transform:rotate(180deg)}.locale-switcher__menu{position:absolute;top:calc(100% + 8px);right:0;display:none;width:194px;padding:6px;border:1px solid var(--line,rgba(16,24,40,.15));border-radius:14px;background:var(--locale-surface-solid,#fff);box-shadow:0 16px 42px rgba(12,20,38,.16)}.locale-switcher.is-open .locale-switcher__menu{display:block}.locale-switcher__option{display:grid;width:100%;grid-template-columns:24px 1fr auto;align-items:center;gap:9px;min-height:45px;padding:0 9px;border:0;border-radius:9px;background:transparent;color:var(--ink,#101827);font:inherit;font-size:12px;font-weight:700;text-align:left;cursor:pointer}.locale-switcher__option:hover{background:var(--soft,rgba(36,93,255,.07))}.locale-switcher__option[aria-current="true"]{background:rgba(36,93,255,.1);color:#245dff}.locale-switcher__option:disabled{opacity:.48;cursor:not-allowed}.locale-switcher__soon{padding:3px 5px;border-radius:5px;background:rgba(104,112,128,.13);color:inherit;font-size:8px;font-style:normal;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.locale-switcher__check{font-size:13px}
html[data-theme="dark"] .locale-switcher,html[data-account-theme="black"] .locale-switcher{--locale-surface:rgba(17,20,25,.84);--locale-surface-solid:#15181d;--ink:#f5f7fb;--soft:rgba(255,255,255,.1);--line:rgba(255,255,255,.18)}
.locale-switcher--floating{position:fixed;top:max(13px,env(safe-area-inset-top));right:max(13px,env(safe-area-inset-right));z-index:160}
@media(max-width:700px){.locale-switcher__trigger{min-width:48px;height:40px;padding:0 8px}.locale-switcher__trigger-label{display:none}.locale-switcher__menu{width:188px}.top-actions .locale-switcher{order:-1}.status-actions .locale-switcher{margin-right:2px}.legal-actions .locale-switcher{order:-1}.workspace-actions .locale-switcher{display:none}.locale-switcher--floating{top:auto;right:12px;bottom:calc(80px + env(safe-area-inset-bottom))}}
.locale-switcher--rail .locale-switcher__trigger{min-width:54px;height:39px;padding-inline:7px;border-radius:8px;box-shadow:none}
.locale-switcher--rail .locale-switcher__trigger-label{font-size:9px}
.locale-switcher--rail .locale-switcher__flag{width:16px;height:12px}
.locale-switcher--rail .locale-switcher__menu{top:auto;right:auto;bottom:calc(100% + 9px);left:0}
