/**
 * LabPro helper CSS (non-Tailwind). Theme tokens & components live in resources/css/app.css via Vite.
 */
body.branch-switching main {
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.lab-touch-target {
    min-width: 44px;
    min-height: 44px;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
