/* Shared low-risk site layer: common interaction states and mobile guards.
   Page-specific visual systems remain in each HTML file until the next visual pass. */
:where(a, button, [role="button"]) {
    -webkit-tap-highlight-color: rgba(49, 92, 232, 0.16);
}

:where(.flow-pills a, .quick-links a, .map-badge, .home-link, .filter-chip, .route-summary) {
    touch-action: manipulation;
}

@media (max-width: 768px) {
    :where(.flow-pills a, .quick-links a, .map-badge, .home-link, .filter-chip, .route-summary) {
        min-height: 44px;
    }

    :where(.operator-grid, .decision-strip, .action-grid) {
        gap: 10px;
    }
}
