.language-switcher{position:relative;display:inline-block}.language-switcher__toggle{display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:1px solid rgba(0,0,0,.3);border-radius:8px;cursor:pointer;font-size:14px;font-weight:400;color:#000000;transition:all .2s ease}.language-switcher__toggle:hover{color:#667eea;border-color:rgba(102,126,234,.3)}.language-switcher__icon{width:18px;height:18px;color:#000000;transition:color .2s ease}.language-switcher__toggle:hover .language-switcher__icon{color:#667eea}.language-switcher__label{min-width:40px;text-align:left}.language-switcher__arrow{transition:transform .2s ease}.language-switcher__arrow--open{transform:rotate(180deg)}.language-switcher__dropdown{position:absolute;top:calc(100% + 4px);right:0;background:white;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:4px;min-width:120px;z-index:1000}.language-switcher__option{display:block;width:100%;padding:8px 12px;background:transparent;border:none;border-radius:4px;text-align:left;font-size:14px;font-weight:400;color:#4a5568;cursor:pointer;transition:all .2s ease}.language-switcher__option:hover{background:rgba(0,0,0,.05)}.language-switcher__option--active{background:rgba(102,126,234,.1);color:#667eea;font-weight:500}.language-switcher__option--active:hover{background:rgba(102,126,234,.15)}