.locale-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.125rem;width:100%;max-width:11.75rem;min-width:0;border-radius:9999px;padding:.125rem}.locale-switcher-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;min-width:0;border-radius:9999px;padding-inline:.375rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;line-height:1;white-space:nowrap;touch-action:manipulation;transition:background .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.locale-switcher-btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.locale-switcher-btn:active:not([aria-pressed=true]){transform:scale(.97)}.locale-switcher--dashboard{background:hsl(var(--muted))}.locale-switcher--dashboard .locale-switcher-btn{color:hsl(var(--muted-foreground))}.locale-switcher--dashboard .locale-switcher-btn[aria-pressed=true]{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 1px 3px rgb(0 0 0/.12)}.locale-switcher--dashboard .locale-switcher-btn:not([aria-pressed=true]):hover{color:hsl(var(--foreground))}.locale-switcher--menu{background:rgb(255 255 255/.12)}.locale-switcher--menu .locale-switcher-btn{color:rgb(255 255 255/.75)}.locale-switcher--menu .locale-switcher-btn[aria-pressed=true]{background:var(--gm-primary);color:var(--gm-primary-fg);box-shadow:0 2px 8px rgb(0 0 0/.15)}.locale-switcher--pill{background:rgb(255 255 255/.1)}.locale-switcher--pill .locale-switcher-btn{color:inherit;opacity:.85}.locale-switcher--pill .locale-switcher-btn[aria-pressed=true]{background:var(--gm-primary,hsl(var(--primary)));color:var(--gm-primary-fg,hsl(var(--primary-foreground)));opacity:1}@media (min-width:380px){.locale-switcher-btn{font-size:.8125rem;padding-inline:.5rem}}@media (min-width:640px){.locale-switcher{max-width:12.5rem}}