.instructor-showcase-viewport{width:100%;height:100vh;overflow:hidden;background:#f9fafb}.instructor-swipe-track{display:flex;width:200%;height:100%;animation:instructor-swipe 11s cubic-bezier(.32,.72,0,1) infinite}.instructor-swipe-panel{flex:0 0 50%;width:50%;height:100%;overflow:hidden}.instructor-scroll-inner{animation:instructor-flick-scroll 11s cubic-bezier(.32,.72,0,1) infinite}@keyframes instructor-flick-scroll{0%,16%{transform:translateY(0)}21%,60%{transform:translateY(-320px)}66%,to{transform:translateY(0)}}@keyframes instructor-swipe{0%,38%{transform:translateX(0)}43%,92%{transform:translateX(-50%)}97%,to{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.instructor-scroll-inner,.instructor-swipe-track{animation:none}}