@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&display=swap");.score-container{margin:0 auto;width:50%}.score-slider-root{margin-top:100px}.score-slider-container{max-width:1200px}.score-slider{align-items:stretch;align-items:self-end;flex-direction:row;flex-shrink:0;gap:4px;height:72px;justify-content:stretch;padding:12px 8px;width:344px}.score-slider,.track{display:flex;position:relative}.track{align-items:flex-start;border-radius:.25px;box-sizing:border-box;flex:1 1 0;height:20px;justify-content:flex-start;min-width:0;overflow:visible;padding:4px;transition:background .2s,border .2s}.track:not(.active){border:.25px solid var(--color-primitive-surface-outline,#181611);border-radius:var(--radius-xs,2px);outline-offset:-2px}.handle{flex-direction:column;pointer-events:none;position:absolute;top:-64px;transform:translateX(-50%);z-index:2}.handle,.handle-value{align-items:center;display:flex}.handle-value{background:#303030;border-radius:10000px;box-sizing:border-box;color:#fefefc;color:var(--color-primitive-surface-inverse-on-surface,#fefefc);font-family:var(--typography-font-label,"DM Sans");font-size:var(--typography-font-size-label-sm,16px);font-weight:var(--typography-font-weight-label,500);height:48px;justify-content:center;line-height:var(--typography-line-height-label-sm,24px);margin-bottom:0;padding:12px 16px;text-align:center;width:60px}.handle-rect{background:#303030;border-radius:2px;height:44px;margin-top:4px;width:4px}