.uds-track { scrollbar-width: none; }
.uds-track::-webkit-scrollbar { display: none; }
.uds-dots .uds-dot { width: 10px; height: 10px; border-radius: 9999px; background: rgba(255,255,255,0.8); border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.uds-dots .uds-dot.active { background: #3b82f6; border-color: #2563eb; }
.cursor-grabbing { cursor: grabbing !important; }
