.play-btn,.video-card-overlay{pointer-events:none;position:absolute}.carousel-outer{position:relative;overflow:hidden;height:440px;display:flex;align-items:center}.carousel-track{display:flex;align-items:center;gap:16px;height:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;will-change:scroll-position}.carousel-track::-webkit-scrollbar{display:none}.video-card{scroll-snap-align:start;flex:0 0 280px;width:280px;height:420px;position:relative;z-index:1;border:none!important;border-radius:0!important;transition:.3s;overflow:hidden;cursor:pointer}.video-card img{width:100%;height:100%;object-fit:cover;display:block}.video-card:hover{flex:0 0 290px;width:290px;height:440px;z-index:10}.video-card-overlay{inset:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,transparent 100%)}.play-btn{top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.15);border:2px solid rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s,transform .3s}.play-btn svg{fill:#fff;width:18px;height:18px;margin-left:3px}.video-card:hover .play-btn{opacity:1;transform:translate(-50%,-50%) scale(1)}.video-card-caption{position:absolute;bottom:0;left:0;right:0;padding:16px 14px 18px;z-index:2}.video-card-caption p{color:#fff;font-weight:700;font-size:16px;line-height:22px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;margin-bottom:0}.nav-row{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;position:relative;z-index:10}.nav-btn{width:44px;height:44px;background:#3a3a3a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.nav-btn:hover{background:#555}.nav-btn:disabled{opacity:.35;cursor:default}.nav-btn svg{width:24px;height:24px;fill:white}@media (max-width:575px){.carousel-outer{height:260px}.video-card{flex:0 0 160px;width:160px;height:250px}.video-card:hover{flex:0 0 180px;width:180px;height:260px}}