.language-switch { display:inline-flex; align-items:center; gap:6px; flex-shrink:0; }
.language-switch select { color:var(--text,#e5eef9); background:var(--panel,#14212c); border:1px solid var(--line,#30414f); border-radius:9px; padding:7px 9px; font:inherit; font-size:12px; cursor:pointer; min-width:108px; }
.language-switch select:focus-visible { outline:2px solid #67d9c3; outline-offset:3px; }
.language-switch>span { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
.login-body>.language-switch { position:fixed; top:16px; right:20px; z-index:50; }
@media(max-width:600px) { .topbar .language-switch select { min-width:0; max-width:100px; padding:6px; } .topbar .top-actions { gap:6px; } .login-body>.language-switch { top:12px; right:12px; } }
