/* Show every category; no clipped strip, drag gesture, or extra expand step. */
.category-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%;max-width:100%;margin-bottom:12px;padding:0;overflow:visible;scroll-behavior:auto;overscroll-behavior-x:auto;touch-action:auto;cursor:default;box-sizing:border-box}
.category-tabs button{width:100%;min-width:0;height:auto;min-height:38px;padding:7px 4px;border-radius:8px;line-height:1.5;white-space:nowrap;overflow-wrap:anywhere;box-sizing:border-box}
@media(any-pointer:coarse){.category-tabs button{min-height:44px}}
