.lang-switch{z-index:var(--wx-z-base,1);display:inline-flex;position:relative}.lang-switch.is-open{z-index:var(--wx-z-dropdown,50)}.lang-switch-trigger{border-radius:var(--radius-pill,9999px);border:1px solid var(--hairline,#e7e5e4);height:32px;color:var(--muted,#777169);cursor:pointer;transition:color .15s var(--ease,ease), border-color .15s var(--ease,ease), background .15s var(--ease,ease);background:0 0;align-items:center;gap:6px;padding:0 10px;font-family:inherit;font-size:13px;font-weight:500;line-height:1;display:inline-flex}.lang-switch-trigger:hover{color:var(--ink,#0c0a09);border-color:var(--hairline-strong,#d6d3d1);background:var(--surface-strong,#f0efed)}.lang-switch-trigger svg{opacity:.8;flex:none}.lang-switch-menu{z-index:var(--wx-z-dropdown,50);border:1px solid var(--hairline,#e7e5e4);background:var(--surface-card,#fff);min-width:176px;animation:lang-switch-pop .14s var(--ease,ease);border-radius:14px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 1px 2px #0c0a090a,0 12px 32px #0c0a091a}@keyframes lang-switch-pop{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.lang-switch-option{width:100%;color:var(--ink,#0c0a09);text-align:left;cursor:pointer;transition:background .12s var(--ease,ease);background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:baseline;gap:10px;padding:8px 10px;font-family:inherit;font-size:13.5px;display:flex}.lang-switch-option:hover{background:var(--surface-strong,#f0efed)}.lang-switch-option.is-active{background:var(--surface-strong,#f0efed);font-weight:600}.lang-switch-native{font-weight:500}.lang-switch-english{color:var(--muted-soft,#a8a29e);font-size:11.5px}.lang-switch-auto{color:var(--muted,#777169);justify-content:flex-start;font-weight:500}.lang-switch-divider{background:var(--hairline-soft,#f0efed);height:1px;margin:4px 6px}
