.lang-switch{display:inline-flex;gap:2px;padding:3px;border-radius:999px;background:var(--bg-elev)}
.lang-switch-option{height:26px;min-width:38px;padding:0 10px;border:none;border-radius:999px;background:transparent;color:var(--dim);font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:color .16s ease,background-color .16s ease}
.lang-switch-option:hover{color:var(--text)}
.lang-switch-option.is-active{background:rgba(255,174,100,.16);color:var(--accent)}
