/* Stan wyłączonych kontrolek zależnych */
.control-group.disabled {
  opacity: 0.4;
  pointer-events: none;
  filter: grayscale(0.8);
  transition: all 0.2s ease;
}

.control-group.disabled .form-range {
  background-color: var(--bs-secondary-bg);
}

/* Poprawki layoutu */
.sticky-lg-top {
  position: sticky;
  top: 1.5rem;
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
}

.sampler-card {
  break-inside: avoid;
}

/* Płynny scrollbar tabeli */
.table-responsive::-webkit-scrollbar { height: 6px; width: 6px; }
.table-responsive::-webkit-scrollbar-thumb { background: var(--bs-secondary-bg); border-radius: 4px; }

