.language-switcher{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;z-index:60}.language-current{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:96px;max-width:150px;min-height:38px;padding:8px 32px 8px 12px;border:1px solid rgba(255,255,255,0.46);border-radius:6px;background:rgba(255,255,255,0.12);color:#ffffff;font:inherit;font-size:14px;font-weight:700;line-height:1.1;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.language-current::after{content:"";position:absolute;right:12px;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);pointer-events:none}.language-menu{position:absolute;top:calc(100%+8px);right:0;display:grid;min-width:190px;max-width:min(260px,calc(100vw - 24px));padding:8px;border:1px solid rgba(5,32,27,0.12);border-radius:8px;background:#ffffff;box-shadow:0 18px 42px rgba(0,0,0,0.18);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity 0.16s ease,transform 0.16s ease,visibility 0.16s ease;z-index:90}.language-switcher:hover .language-menu,.language-switcher:focus-within .language-menu{opacity:1;visibility:visible;transform:translateY(0)}.language-option{display:flex;align-items:center;min-height:36px;padding:8px 10px;border-radius:6px;color:#0f322c;font-size:14px;font-weight:700;line-height:1.2;text-decoration:none;white-space:nowrap}.language-option:hover,.language-option:focus{background:#eef8f5;color:#087568;outline:none}.language-option.is-active{background:#0f7f70;color:#ffffff}html[dir="rtl"] .language-menu{right:auto;left:0;direction:rtl}html[dir="rtl"] .language-current{padding-right:12px;padding-left:32px}html[dir="rtl"] .language-current::after{right:auto;left:12px}@media (max-width:1100px){.language-current{min-width:86px;max-width:120px;padding-left:10px;padding-right:28px;font-size:13px}}@media (max-width:980px){.nav-actions{margin-left:auto}.language-current{min-width:76px;max-width:112px;min-height:36px}.language-menu{right:0;grid-template-columns:repeat(2,minmax(0,1fr));width:min(320px,calc(100vw - 24px));max-width:min(320px,calc(100vw - 24px))}.language-option{min-width:0;white-space:normal}}@media (max-width:520px){.language-current{min-width:44px;max-width:92px;padding-left:9px;padding-right:24px;font-size:12px}.language-current::after{right:9px}.language-menu{position:fixed;top:64px;right:12px;left:12px;width:auto;max-width:none}html[dir="rtl"] .language-menu{right:12px;left:12px}}