.topbar-actions{display:flex;align-items:center;gap:10px;margin-left:auto}
.locale-switch{display:none;align-items:center;gap:1px;padding:0 2px;border:0;border-radius:999px;background:transparent;box-shadow:none;backdrop-filter:none}
.page.onboarding-active .locale-switch{display:flex}
.locale-switch button{width:28px;height:28px;padding:0;border:0;border-radius:999px;background:transparent;color:rgba(56,66,66,.46);font-size:10px;font-weight:600;cursor:pointer;transition:.18s ease}
.locale-switch button:hover{background:rgba(255,255,255,.3);color:rgba(35,48,47,.72)}
.locale-switch button.active{background:transparent;color:#354241;font-weight:700;box-shadow:none}
@media(max-width:700px){.topbar-actions{gap:6px}.locale-switch button{width:28px}.org-name{display:none}}
