.slider-tooltip { position: absolute; bottom: 100%; left: 0; transform: translateX(-50%); background: #333; color: #fff; font-size: 12px; padding: 4px 8px; border-radius: 4px; white-space: nowrap; pointer-events: none; opacity: 0; transition: opacity 0.2s; z-index: 999; }