/* Station preference changes appearance only; menu colors still come from MySQL. */
.button-style-toggle{font-weight:900;font-size:17px}
.button-style-toggle[aria-pressed="true"]{background:#f1c51a!important;color:#000!important;border-color:#9a7500!important;box-shadow:inset 0 0 0 1px #000}
.preference-button:focus-visible{outline:3px solid #168de2;outline-offset:3px}
.gift-card-full-number{font-variant-numeric:tabular-nums;font-family:ui-monospace,monospace;overflow-wrap:anywhere;min-width:13ch}
html[data-button-style="filled"] .category-tab,
html[data-button-style="filled"] .product-card{
 background:var(--button-fill)!important;color:var(--button-ink)!important;
 border-color:var(--button-fill)!important;background-image:none!important;
}
html[data-button-style="filled"] .category-tab.active{box-shadow:inset 0 0 0 3px var(--button-ink)!important}
html[data-button-style="filled"] .category-tab:focus-visible,
html[data-button-style="filled"] .product-card:focus-visible{outline:3px solid var(--button-ink);outline-offset:-5px}
html[data-button-style="filled"] .product-card :is(h3,.variant,.price,.unit,.product-reason,.tag){color:var(--button-ink)!important;opacity:1!important}
html[data-button-style="filled"] .product-card .tag{background:transparent!important;border-color:var(--button-ink)!important}
html[data-button-style="filled"] .product-card .add{background:var(--button-ink)!important;color:var(--button-fill)!important;border-color:var(--button-ink)!important}
html[data-button-style="filled"] .product-card:disabled{opacity:1!important;cursor:not-allowed}
html[data-button-style="filled"] .product-card:disabled .product-copy{text-decoration:line-through}
html[data-button-style="filled"] .sabor-board .sb-group,
html[data-button-style="filled"] .sabor-board .sb-selected button{
 --sb-group-bg:hsl(var(--sb-hue) 65% 84%);--sb-group-ink:#111827;--sb-group-muted:#1f2937;
}
html[data-theme="dark"][data-button-style="filled"] .sabor-board .sb-group,
html[data-theme="dark"][data-button-style="filled"] .sabor-board .sb-selected button{
 --sb-group-bg:hsl(var(--sb-hue) 55% 25%);--sb-group-ink:#fff;--sb-group-muted:#f8fafc;
}

.admin-function-button[hidden]{display:none!important}

.station-preference-controls{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}
