.swipe-indicator{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(106,61,232,.8);color:white;padding:12px 16px;border-radius:8px;font-weight:500;font-size:14px;z-index:100;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:opacity .2s ease}.swipe-indicator.left{left:16px}.swipe-indicator.right{right:16px}.drill-swipe-container{width:100%;height:100%;position:relative;overflow:hidden;z-index:1}.drill-swipe-content{width:100%;height:100%;position:absolute;top:0;left:0;transition:transform .7s cubic-bezier(.23,1,.32,1);touch-action:pan-y;-webkit-overflow-scrolling:touch;will-change:transform;overscroll-behavior:contain;overflow-y:auto;overflow-x:hidden}.swipe-hint{position:absolute;top:50%;width:40px;height:40px;border-radius:20px;background-color:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;z-index:10;opacity:.7;animation:pulse 2s infinite}@media (max-width:480px){.drill-swipe-container{height:100vh;height:100dvh;overflow:hidden}.drill-swipe-content{height:100vh;height:100dvh;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;position:relative;overflow-y:auto;overflow-x:hidden}.drill-swipe-content[data-swiping=true]{touch-action:none}}.swipe-hint.left{left:10px}.swipe-hint.right{right:10px}@keyframes pulse{0%{transform:translateY(-50%) scale(.95);opacity:.7}50%{transform:translateY(-50%) scale(1.05);opacity:.9}to{transform:translateY(-50%) scale(.95);opacity:.7}}.pagination-dots{display:none!important}