.text-secondary{color:var(--colors-neutral-600)}:root{--offset:16px;--offset-gap:var(--offset);--offset-gap-stroke:1px;--offset-outer:calc(var(--offset-gap) + var(--offset)*1);--offset-inner:calc(var(--offset-outer) + var(--offset)*2);--starter-button-size:144px;--progress-bar-dot-size:8px;--progress-bar-dot-gap:16px;--starter-button-gap-stroke-size:calc(var(--starter-button-size) - var(--offset-gap));--starter-button-gap-inside-size:calc(var(--starter-button-size) - var(--offset-gap) - var(--offset-gap-stroke));--starter-button-outer-size:calc(var(--starter-button-size) - var(--offset-outer));--starter-button-inner-size:calc(var(--starter-button-size) - var(--offset-inner))}.progress-bar{align-items:center;display:flex;gap:var(--progress-bar-dot-gap);justify-content:center}.progress-bar span{background-color:var(--colors-neutral-900);border-radius:var(--progress-bar-dot-size);box-shadow:var(--shadows-progress-bar-gap);display:block;height:var(--progress-bar-dot-size);width:var(--progress-bar-dot-size)}.progress-bar span.progress-bar--on{background:var(--gradients-accent-blue-vertical);box-shadow:var(--shadows-progress-on)}.progress-bar span.progress-bar--off{background:var(--gradients-accent-orange-horizontal);box-shadow:var(--shadows-progress-off)}.progress-bar--empty{height:var(--progress-bar-dot-size)}.btn-starter__container{align-items:center;display:flex;gap:var(--progress-bar-dot-gap);justify-content:center}.btn-starter{border-radius:var(--starter-button-size);height:var(--starter-button-size);position:relative;width:var(--starter-button-size)}.btn-starter .gap,.btn-starter .gap__inside,.btn-starter .gap__stroke,.btn-starter .inner,.btn-starter .outer,.btn-starter__shape{display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn-starter .gap,.btn-starter .gap__stroke{background:var(--gradients-custom-button-gap-stroke);border-radius:var(--starter-button-size);height:var(--starter-button-gap-stroke-size);width:var(--starter-button-gap-stroke-size)}.btn-starter .gap__inside{background:var(--gradients-custom-button-gap);border-radius:var(--starter-button-size);box-shadow:var(--shadows-custom-button-gap);height:var(--starter-button-gap-inside-size);width:var(--starter-button-gap-inside-size)}.btn-starter__shape{position:absolute;transform:translate(-50%,-50%)}.btn-starter .outer,.btn-starter__shape{height:var(--starter-button-outer-size);transition:all .1s ease-in-out;width:var(--starter-button-outer-size)}.btn-starter .outer{background:var(--gradients-custom-button-outer);box-shadow:var(--shadows-custom-button-outer)}.btn-starter .inner,.btn-starter .outer{border-radius:var(--starter-button-size)}.btn-starter .inner{background:var(--gradients-custom-button-inner);box-shadow:var(--shadows-custom-button-inner);height:var(--starter-button-inner-size);transition:all .1s ease-in-out;width:var(--starter-button-inner-size)}.btn-starter:active .btn-starter__shape{transform:translate(-50%,-50%) scale(.96428)}.btn-starter:active .outer{box-shadow:var(--shadows-custom-button-outer),var(--shadows-custom-button-outer-pressed)}.btn-starter:active .inner{box-shadow:var(--shadows-custom-button-inner),var(--shadows-custom-button-inner-pressed)}.btn-starter__in-use svg,.btn-starter__locked svg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}
