
.lang-switcher,.hero-lang-switcher,.auth-lang-switcher{position:relative;display:inline-flex;align-items:center;z-index:80}
.lang-current{min-height:40px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}
.lang-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:170px;padding:8px;border-radius:16px;background:rgba(18,42,45,.98);border:1px solid rgba(255,255,255,.10);box-shadow:0 16px 30px rgba(0,0,0,.28);display:none;flex-direction:column;gap:4px}
.lang-switcher:hover .lang-menu,.lang-switcher:focus-within .lang-menu,.hero-lang-switcher:hover .lang-menu,.hero-lang-switcher:focus-within .lang-menu,.auth-lang-switcher:hover .lang-menu,.auth-lang-switcher:focus-within .lang-menu{display:flex}
.lang-item{display:flex;align-items:center;min-height:38px;padding:0 12px;border-radius:12px;color:#fff;text-decoration:none;font-size:14px;font-weight:500}
.lang-item:hover,.lang-item.is-active{background:rgba(255,255,255,.10)}
.lang-current{appearance:none;-webkit-appearance:none}
