/* Tutor sticky topbar */
.tutor-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--white);
  border-bottom: 1px solid var(--light-gray);
}

/* Legacy tutor styles - kept for compatibility */
.tutor-panel { transition: all 0.3s ease; }
