.language-switch,.uo-language-switch{display:inline-flex;align-items:center;gap:8px;width:fit-content;max-width:max-content;flex:0 0 auto;white-space:nowrap;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);border:1px solid rgba(10,108,116,.2);border-radius:20px;padding:4px;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease}.language-switch:hover{border-color:rgba(10,108,116,.4);box-shadow:0 4px 12px rgba(10,108,116,.15)}.language-switch button,.uo-language-switch button{position:relative;z-index:2;flex:0 0 auto;padding:6px 14px;font-family:var(--font-heading);font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-graphit);background:0 0;border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.language-switch button:focus,.uo-language-switch button:focus{outline:2px solid var(--color-petrol-deep);outline-offset:2px}.language-switch button:hover:not(.active),.uo-language-switch button:hover:not(.active){color:var(--color-petrol-deep)}.language-switch button.active,.uo-language-switch button.active{color:var(--color-white);background:var(--color-petrol-deep);box-shadow:0 2px 8px rgba(10,108,116,.3)}.language-switch button.disabled,.language-switch button:disabled,.uo-language-switch button.disabled,.uo-language-switch button:disabled{color:rgba(100,100,100,.4);cursor:not-allowed;opacity:.5;background:0 0}.language-switch button.disabled:hover,.language-switch button:disabled:hover,.uo-language-switch button.disabled:hover,.uo-language-switch button:disabled:hover{color:rgba(100,100,100,.4);background:0 0}.language-switch .separator,.uo-language-switch .separator{flex:0 0 auto;width:1px;height:18px;background:rgba(10,108,116,.2)}@media (max-width:899px){.language-switch button,.uo-language-switch button{background:0 0!important;font-size:13px!important;padding:6px 14px!important}.language-switch button.active,.uo-language-switch button.active{color:var(--color-white)!important;background:var(--color-petrol-deep)!important;box-shadow:0 2px 8px rgba(10,108,116,.3)!important}}[data-i18n-html],[data-i18n]{transition:opacity .15s ease}.i18n-changing [data-i18n-html],.i18n-changing [data-i18n]{opacity:.6}@media (prefers-contrast:high){.language-switch{border:2px solid currentColor}.language-switch button.active{border:2px solid var(--color-white)}}@media (prefers-reduced-motion:reduce){.language-switch,.language-switch button,[data-i18n-html],[data-i18n]{transition:none}}