
.language-switcher{display:inline-flex;align-items:center;justify-content:center;gap:0;padding:3px;border:1px solid rgba(202,151,118,.34);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 8px 24px rgba(89,45,56,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex:0 0 auto}
.language-switcher button{appearance:none;border:0;background:transparent;color:#6e4b55;font:700 11px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:.12em;min-width:34px;height:30px;padding:0 8px;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}
.language-switcher button:hover{transform:translateY(-1px)}
.language-switcher button.is-active{color:#fff;background:linear-gradient(135deg,#6b263d,#a75b72 58%,#c49a5b);box-shadow:0 5px 14px rgba(112,42,64,.22)}
.language-switcher>span{width:1px;height:14px;background:rgba(108,61,74,.18)}
@media(max-width:820px){.language-switcher{padding:2px}.language-switcher button{min-width:31px;height:28px;padding:0 6px;font-size:10px}.nav-actions{gap:7px!important}}
@media(max-width:390px){.language-switcher button{min-width:28px;padding:0 5px}.language-switcher{margin-left:auto}}
