.frontier-chevnav{display:flex;flex-shrink:0}.frontier-chevnav__btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--frontier-content-muted);cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .12s ease}.frontier-chevnav__btn:active:not(:disabled){transform:scale(.96)}.frontier-chevnav__btn:disabled{cursor:default;opacity:.3}.frontier-chevnav--dots{gap:1px}.frontier-chevnav__btn--dots{width:32px;height:32px;border-radius:var(--frontier-radius-control);filter:drop-shadow(0 0 .5px rgba(0,0,0,.04))}.frontier-chevnav__btn--dots:hover:not(:disabled){background:var(--frontier-button-icon-hover);color:var(--frontier-content-subtle)}.frontier-chevnav__dots{position:relative;display:inline-block;width:14px;height:14px;flex-shrink:0}.frontier-chevnav__dot{position:absolute;width:2px;height:2px;background:currentColor}.frontier-chevnav--glow{align-items:flex-end;gap:12px}.frontier-chevnav__btn--glow{width:32px;height:28px;border-radius:var(--frontier-radius-control);filter:none}.frontier-chevnav__btn--glow:hover:not(:disabled){background:transparent}.frontier-chevnav__glow{position:relative;display:inline-block;width:16px;height:28px}.frontier-chevnav__glowdot{position:absolute;width:4px;height:4px;background:var(--frontier-content-muted);opacity:.36;transition:opacity .2s ease,background-color .2s ease,box-shadow .2s ease}.frontier-chevnav__btn--glow:hover:not(:disabled) .frontier-chevnav__glowdot{background:var(--frontier-content-inverse);box-shadow:0 0 3.4px #fff,0 0 6.7px #fff,0 0 12px rgba(255,255,255,.85);opacity:1;transition-delay:calc(var(--i, 0) * 70ms)}@media (prefers-reduced-motion:reduce){.frontier-chevnav__btn,.frontier-chevnav__glowdot{transition:none}}