.lang-switcher{position:relative}.lang-switcher__trigger{color:rgb(var(--text-primary));border:1px solid rgba(var(--gold-dark), .3);-webkit-tap-highlight-color:#0000;border-radius:8px;align-items:center;gap:.25rem;padding:.25rem .5rem;transition:all .15s;display:flex}.lang-switcher__trigger:hover{border-color:rgb(var(--gold-primary));color:rgb(var(--gold-primary))}.lang-switcher__flag{font-size:1rem;line-height:1}.lang-switcher__label{font-size:.875rem;font-weight:500}.lang-switcher__chevron{color:rgb(var(--text-secondary));flex-shrink:0;transition:transform .15s}.lang-switcher__chevron--open{transform:rotate(180deg)}.lang-switcher__dropdown{background-color:rgb(var(--bg-secondary));border:1px solid rgba(var(--gold-dark), .3);z-index:100;border-radius:8px;min-width:100%;padding:.25rem 0;list-style:none;animation:.15s ease-out slideDown;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 4px 12px #0006}.lang-switcher__option{width:100%;color:rgb(var(--text-primary));-webkit-tap-highlight-color:#0000;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.lang-switcher__option:hover{background-color:rgba(var(--gold-primary), .08);color:rgb(var(--gold-primary))}.lang-switcher__option--active{color:rgb(var(--gold-primary))}.lang-switcher-inline{width:100%;color:rgb(var(--text-primary));-webkit-tap-highlight-color:#0000;border-radius:8px;align-items:center;gap:.5rem;padding:1rem .5rem;font-size:1.25rem;font-weight:500;transition:all .15s;display:flex}.lang-switcher-inline:hover,.lang-switcher-inline:active{color:rgb(var(--gold-primary));background-color:rgba(var(--gold-primary), .08)}.lang-switcher-inline__flag{font-size:1.25rem;line-height:1}.lang-switcher-inline__name{font-size:1.25rem}
