.benchmark-slider,.benchmark-slider *,.benchmark-slider :before,.benchmark-slider :after{box-sizing:border-box}.benchmark-slider{aspect-ratio:480/550;flex-direction:column;justify-content:center;align-items:center;gap:64px;width:100%;max-width:480px;display:flex;position:relative}.benchmark-slider__grid{background:repeating-linear-gradient(90deg, transparent 0 79px, var(--line-border,#e2e2e2) 79px calc(79px + .5px)), repeating-linear-gradient(180deg, transparent 0 79px, var(--line-border,#e2e2e2) 79px calc(79px + .5px));z-index:0;pointer-events:none;background-position:0 0;position:absolute;top:-79px;bottom:-79px;left:-79px;right:-79px;-webkit-mask-image:radial-gradient(66% 82%,#000 22%,#0000 100%);mask-image:radial-gradient(66% 82%,#000 22%,#0000 100%)}.benchmark-slider__glow{background:linear-gradient(224.78deg, transparent 49%, var(--fiber-electric-200,#0041ce) 74%, var(--fiber-blue-100,#00fdfe) 98.5%);pointer-events:none;z-index:0;opacity:.5;position:absolute;top:0;bottom:0;left:0;right:0}.dark .benchmark-slider__glow{mix-blend-mode:plus-lighter;opacity:1}.benchmark-slider__stage{aspect-ratio:315/346;width:316px;max-width:100%;position:relative}.benchmark-slider__chip{background:linear-gradient(224.64deg, var(--surface-card-02,#313233) 0.24%, var(--surface-background-100,#08090a) 54.23%);width:79px;height:79px;color:var(--text-300,#08090a);cursor:pointer;z-index:3;border:none;justify-content:center;align-items:center;padding:16px;transition:filter .24s cubic-bezier(.4,0,.2,1);display:flex;position:absolute}.benchmark-slider__chip:hover{filter:brightness(1.35)}.benchmark-slider__chip:focus-visible{filter:brightness(1.35)}.benchmark-slider__chip:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.benchmark-slider__chip :-webkit-any(img,svg){width:auto;max-width:calc(100% - 8px);max-height:22px}.benchmark-slider__chip :is(img,svg){width:auto;max-width:calc(100% - 8px);max-height:22px}.benchmark-slider__chip--next{opacity:.9;bottom:100%;left:100%}.benchmark-slider__card{z-index:1;background:linear-gradient(224.64deg, var(--surface-card-02,#313233) 0.24%, var(--surface-background-100,#08090a) 54.23%);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:24px;animation:.64s cubic-bezier(.16,1,.3,1) backwards benchmark-card-in;display:flex;position:relative;overflow:hidden}.benchmark-slider__card[data-dir=prev]{animation-name:benchmark-card-in-prev}.benchmark-slider__header{z-index:1;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.benchmark-slider__logo{height:28px;color:var(--text-300,#f5f6f6);align-items:center;display:inline-flex}.benchmark-slider__logo :-webkit-any(img,svg){width:auto;height:22px}.benchmark-slider__logo :is(img,svg){width:auto;height:22px}.benchmark-slider__eyebrow{font-family:var(--font-mono);letter-spacing:.72px;text-transform:uppercase;color:var(--text-300,#f5f6f6);flex:1;font-size:12px;line-height:16px}.benchmark-slider__timer{background:var(--surface-card-02,#313233);flex-shrink:0;width:64px;height:2px;position:relative;overflow:hidden}.benchmark-slider__timer-fill{background:var(--gradient-fiber);transform-origin:0;width:100%;height:100%;animation:benchmark-progress var(--benchmark-slider-duration,5s) linear forwards;display:block;transform:scaleX(0)}.benchmark-slider--paused .benchmark-slider__timer-fill{animation-play-state:paused}.benchmark-slider__body{z-index:1;flex-direction:column;gap:0;display:flex;position:relative}.benchmark-slider__stat{color:var(--text-300,#f5f6f6);align-items:flex-start;gap:5px;margin:0;display:flex}.benchmark-slider__value{font-family:var(--font-heading);letter-spacing:-.64px;font-size:64px;font-weight:200;line-height:76px}.benchmark-slider__unit{font-family:var(--font-sans);padding-top:8px;font-size:15px;line-height:21px}.benchmark-slider__meta{flex-direction:column;gap:4px;display:flex}.benchmark-slider__label{font-family:var(--font-sans);color:var(--text-300,#f5f6f6);margin:0;font-size:19px;line-height:28px}.benchmark-slider__caption{font-family:var(--font-sans);color:var(--text-300,#f5f6f6);margin:0;font-size:15px;line-height:21px}.benchmark-slider__link{z-index:4;position:relative}@keyframes benchmark-progress{to{transform:scaleX(1)}}@keyframes benchmark-card-in{0%{opacity:0;translate:32px -32px}to{opacity:1;translate:0}}@keyframes benchmark-card-in-prev{0%{opacity:0;translate:-32px 32px}to{opacity:1;translate:0}}@media not (min-width:768px){.benchmark-slider{gap:48px}.benchmark-slider__stage{aspect-ratio:1}.benchmark-slider__card,.benchmark-slider__card[data-dir=prev]{aspect-ratio:1;touch-action:pan-y;width:100%;animation-name:benchmark-card-fade}.benchmark-slider__chip{display:none}}@keyframes benchmark-card-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.benchmark-slider__timer-fill,.benchmark-slider__card{animation:none}}