.screenshot-carousel-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab}.screenshot-carousel-scroll::-webkit-scrollbar{display:none}.screenshot-carousel-item{flex-shrink:0;scroll-snap-align:center;pointer-events:none}.screenshot-carousel-img{height:400px;width:auto;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.06);display:block;-webkit-user-drag:none;user-select:none;pointer-events:none}.screenshot-carousel-dots{display:none}@media (max-width:480px){.screenshot-carousel-scroll{gap:0;scroll-snap-type:x mandatory;scroll-snap-stop:always;padding-bottom:8px}.screenshot-carousel-item{flex:0 0 100%;display:flex;justify-content:center;scroll-snap-align:start}.screenshot-carousel-img{width:100%;height:auto;max-height:80vh;object-fit:cover;border-radius:12px}.screenshot-carousel-dots{display:flex;justify-content:center;gap:8px;padding:12px 0 4px}.screenshot-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.25);padding:0;cursor:pointer;transition:background .3s ease,transform .3s ease}.screenshot-carousel-dot.active{background:var(--accent-cyan,#00D9FF);transform:scale(1.3)}}@media (prefers-reduced-motion:reduce){.screenshot-carousel-scroll{scroll-behavior:auto}}