.topbar-actions{display:flex;align-items:center;gap:10px;margin-left:auto}
.locale-switch{display:none;align-items:center;padding:3px;border:1px solid rgba(28,60,58,.14);border-radius:999px;background:rgba(255,255,255,.68);box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 5px 18px rgba(33,62,59,.06);backdrop-filter:blur(18px) saturate(120%)}
.page.onboarding-active .locale-switch{display:flex}
.locale-switch button{width:31px;height:30px;padding:0;border:0;border-radius:999px;background:transparent;color:#687272;font-size:11px;font-weight:750;cursor:pointer;transition:.18s ease}
.locale-switch button:hover{color:#17302f}
.locale-switch button.active{background:#fff;color:#162b2a;box-shadow:0 2px 8px rgba(31,51,50,.1)}
@media(max-width:700px){.topbar-actions{gap:6px}.locale-switch button{width:28px}.org-name{display:none}}
