.ci-build-wheel{background:var(--ci-bg);color:var(--ci-text-body);padding:var(--ci-rhythm-edge,48px) 0}.ci-build-wheel--surface-light{--ci-bg:#fff;--ci-surface-card:#f7f8fb;--ci-border:#e5e8ee;--ci-border-strong:#cfd4dd;--ci-text-primary:#0a0e18;--ci-text-body:#3e4654;--ci-text-muted:#6b7280}.ci-build-wheel--surface-tint{--ci-bg:#f7f8fb;--ci-surface-card:#fff;--ci-border:#e5e8ee;--ci-border-strong:#cfd4dd;--ci-text-primary:#0a0e18;--ci-text-body:#3e4654;--ci-text-muted:#6b7280}.ci-build-wheel__inner{margin:0 auto;max-width:var(--ci-container,1240px);padding:0 var(--ci-gutter-x,40px)}.ci-build-wheel__stage{height:400px;margin-top:30px;outline:none;position:relative}.ci-build-wheel__stage:focus-visible{border-radius:12px;outline:2px solid var(--ci-blue-light,#4d8aff);outline-offset:4px}.ci-build-wheel__list{inset:0;list-style:none;margin:0;padding:0;position:absolute}.ci-build-wheel__card{background:var(--ci-surface-card,#0d1017);border:1px solid var(--ci-border,#1c2333);border-radius:10px;cursor:pointer;left:50%;opacity:0;padding:20px 26px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .55s cubic-bezier(.22,.61,.36,1),opacity .55s ease,border-color .3s var(--ci-ease),box-shadow .3s var(--ci-ease),background .3s var(--ci-ease);width:min(640px,calc(100% - 130px))}.ci-build-wheel__card--automate{--ci-wheel-accent:#10b981}.ci-build-wheel__card--build{--ci-wheel-accent:#4d8aff}.ci-build-wheel__card--buildplus{--ci-wheel-accent:#b89afa}.ci-build-wheel__card.is-center{background:color-mix(in srgb,var(--ci-surface-card,#0d1017) 88%,var(--ci-wheel-accent) 12%);border-color:color-mix(in srgb,var(--ci-wheel-accent) 45%,transparent);box-shadow:0 14px 40px rgba(0,0,0,.45),0 0 24px color-mix(in srgb,var(--ci-wheel-accent) 18%,transparent);cursor:default}.ci-build-wheel__tag{border:1px solid color-mix(in srgb,var(--ci-wheel-accent,#4d8aff) 35%,transparent);border-radius:100px;color:var(--ci-wheel-accent,#4d8aff);display:inline-block;font-family:var(--ci-font-mono);font-size:10px;font-weight:500;letter-spacing:.16em;margin-bottom:10px;padding:3px 10px;text-transform:uppercase}.ci-build-wheel__title{color:var(--ci-text-primary,#fff);font-family:var(--ci-font-display);font-size:19px;font-weight:600;letter-spacing:-.01em;margin:0 0 6px}.ci-build-wheel__desc{color:var(--ci-text-body,#c1c8d4);font-family:var(--ci-font-body);font-size:14px;line-height:1.5;margin:0}.ci-build-wheel__controls{display:flex;flex-direction:column;gap:8px;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:20}.ci-build-wheel__btn{align-items:center;background:transparent;border:1px solid var(--ci-border-strong,#2a3347);border-radius:50%;color:var(--ci-text-muted,#8890a1);cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:color .2s var(--ci-ease),border-color .2s var(--ci-ease),background .2s var(--ci-ease);width:36px}.ci-build-wheel__btn:focus-visible,.ci-build-wheel__btn:hover{background:hsla(0,0%,100%,.06);border-color:var(--ci-blue-light,#4d8aff);color:var(--ci-text-primary,#fff)}.ci-build-wheel__btn svg{display:block;height:16px;width:16px}.ci-build-wheel__btn--toggle .ci-build-wheel__ic-play{display:none}.ci-build-wheel__btn--toggle.is-paused .ci-build-wheel__ic-play{display:block}.ci-build-wheel__btn--toggle.is-paused .ci-build-wheel__ic-pause{display:none}@media (max-width:760px){.ci-build-wheel{padding:var(--ci-rhythm-edge-mobile,40px) 0}.ci-build-wheel__inner{padding:0 var(--ci-gutter-x-mobile,24px)}.ci-build-wheel__stage{height:430px}.ci-build-wheel__card{padding:18px 20px;width:calc(100% - 12px)}.ci-build-wheel__controls{bottom:-6px;flex-direction:row;right:50%;top:auto;transform:translateX(50%)}}