header .language-picker,.language-picker{position:relative;display:block;flex:0 0 auto;margin:0;padding:0;border:0;border-radius:7px;background:#22232d;color:#c8c9d5;font:500 12px var(--font-ui,Arial,sans-serif);z-index:100}
.language-picker .language-trigger{display:flex;align-items:center;justify-content:space-between;gap:9px;width:62px;height:36px;padding:0 10px;border:0;border-radius:7px;background:#252630;color:#d6d7e1;font:inherit;cursor:pointer}
.language-picker .language-trigger svg{width:12px;height:12px;fill:none;stroke:#858797;stroke-width:1.7}
.language-picker .language-trigger[aria-expanded=true]{border-radius:7px 7px 0 0;background:#2b2d39}
.language-picker .language-options{position:absolute;top:calc(100% + 3px);right:0;width:72px;padding:6px 0;background:#24252f;border:1px solid #ffffff0a;border-radius:5px;box-shadow:0 12px 30px #0007;max-height:min(520px,calc(100dvh - 100px));overflow-y:auto;scrollbar-width:thin;scrollbar-color:#575866 #24252f}
.language-picker [hidden]{display:none!important}
.language-picker .language-options button{display:flex;align-items:center;gap:9px;width:100%;height:28px;padding:0 9px;border:0;border-radius:0;background:transparent;color:#bfc0cd;font:inherit;cursor:pointer;text-align:left}
.language-picker .language-options img{width:18px;height:12px;object-fit:cover;border-radius:0;flex:none}
.language-picker .language-options button:hover,.language-picker .language-options button:focus-visible{background:#363845;color:white;outline:none}
.language-picker .language-options button[aria-selected=true]{color:#fff;background:#30323d;box-shadow:inset 2px 0 #e9b968}
.language-picker button:focus-visible{outline:2px solid #efc77e;outline-offset:2px}
.language-picker[aria-busy=true] .language-code{opacity:.5}
.language-picker .language-error{position:absolute;right:0;top:42px;min-width:170px;padding:8px;background:#29232b;color:#ffc3bd;border-radius:5px}
@media(max-width:720px){header .language-picker{padding:0}.language-picker .language-trigger{width:56px;height:32px}}

body>.language-picker{position:fixed;right:18px;top:14px;z-index:1000}

.language-picker .language-trigger{width:86px;gap:7px}.language-picker .language-trigger .language-flag{display:block;width:18px;height:12px;object-fit:cover;flex:none;border-radius:1px}@media(max-width:720px){.language-picker .language-trigger{width:80px}}
