.slide-carousel{position:relative;margin:4px 16px 10px;border-radius:18px;overflow:hidden;background:rgba(15,23,42,.6);border:1px solid rgba(139,92,246,.25);box-shadow:0 10px 30px rgba(0,0,0,.35);aspect-ratio:16/7;max-height:200px;touch-action:pan-y;-moz-user-select:none;user-select:none;-webkit-user-select:none}.slide-carousel-track{display:flex;height:100%;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.slide-carousel-item{position:relative;flex:0 0 100%;height:100%;cursor:pointer}.slide-carousel-item img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.slide-carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:26px 14px 12px;background:linear-gradient(180deg,transparent,rgba(2,6,23,.85));color:#fff;pointer-events:none}.slide-carousel-title{font-size:14px;font-weight:800;line-height:1.25;text-shadow:0 1px 4px rgba(0,0,0,.6)}.slide-carousel-desc{font-size:11px;color:#cbd5e1;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slide-carousel-dots{position:absolute;right:12px;bottom:10px;display:flex;gap:5px;z-index:2}.slide-carousel-dot{width:6px;height:6px;border-radius:999px;background:hsla(0,0%,100%,.4);transition:all .3s ease}.slide-carousel-dot.active{width:18px;background:linear-gradient(90deg,#a78bfa,#22d3ee)}.slide-carousel-skeleton{margin:4px 16px 10px;border-radius:18px;aspect-ratio:16/7;max-height:200px;background:linear-gradient(90deg,rgba(30,41,59,.6) 25%,rgba(51,65,85,.7) 50%,rgba(30,41,59,.6) 75%);background-size:200% 100%;animation:slide-carousel-shimmer 1.4s infinite}@keyframes slide-carousel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}