.step-selector-popover .ant-popover-inner{border:1px solid #265d7314;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 18px 44px -12px #0f233242,0 4px 12px -2px #0f23321a}.step-selector-popover .ant-popover-arrow:before{background:#fff}.step-rail{overscroll-behavior:contain;background:#fff;border-radius:16px;width:284px;max-width:calc(100vw - 48px);padding:5px 5px 4px;overflow-y:auto}.step-rail .step-rail-header{align-items:center;gap:9px;padding:0 2px 5px;display:flex}.step-rail .step-rail-header .step-rail-header-tile{background:var(--primary-light,#f0faff);border-radius:8px;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;box-shadow:inset 0 0 0 1px #265d731a}.step-rail .step-rail-header .step-rail-header-icon{color:var(--primary-dark,#265d73);font-size:16px}.step-rail .step-rail-header .step-rail-header-text{white-space:nowrap;letter-spacing:.06em;text-transform:uppercase;color:var(--text-light,#6b7280);flex:none;font-size:11px;font-weight:700}.step-rail .step-rail-progress{background:var(--neutral-200,#f3f4f6);border-radius:999px;flex:auto;min-width:0;height:4px;margin:0;position:relative;overflow:hidden}.step-rail .step-rail-progress .step-rail-progress-fill{background:linear-gradient(90deg, var(--success-dark,#16a34a) 0%, #22c55e 100%);border-radius:999px;height:100%;transition:width .45s cubic-bezier(.4,0,.2,1);display:block;box-shadow:0 0 0 .5px #16a34a66}.step-rail .step-rail-list{--rail-x:15px;position:relative}.step-rail .step-rail-list:before,.step-rail .step-rail-list:after{content:"";left:var(--rail-x);pointer-events:none;border-radius:2px;width:1px;position:absolute;top:14px;bottom:14px;transform:translate(-50%)}.step-rail .step-rail-list:before{background:var(--neutral-300,#dee0e1)}.step-rail .step-rail-list:after{background:linear-gradient(180deg, var(--primary-dark,#265d73) 0%, #265d73d9 100%);height:var(--rail-fill-px,calc((100% - 28px) * var(--rail-fill,0)));transition:height .4s cubic-bezier(.4,0,.2,1);bottom:auto}.step-rail .step-rail-group{z-index:1;position:relative}.step-rail .step-rail-node{min-height:var(--input-height);border-radius:10px;padding:2px 2px 2px 4px;position:relative}.step-rail .step-rail-node:before{content:"";z-index:0;pointer-events:none;border-radius:10px;transition:background .14s,box-shadow .14s;position:absolute;inset:0 0 0 29px}.step-rail .step-rail-node>*{z-index:1;position:relative}.step-rail .step-rail-node.cursor-pointer:hover:before{background:var(--neutral-100,#f7fafd)}.step-rail .step-rail-node.is-current:before{background:linear-gradient(90deg, var(--primary-light,#f0faff) 0%, #f0faff8c 100%);box-shadow:inset 0 0 0 1px #265d7324}.step-rail .step-rail-node.is-current.cursor-pointer:hover:before{background:var(--primary-light,#f0faff)}.step-rail .step-rail-node.is-locked{opacity:.5;cursor:default}.step-rail .step-rail-bullet{flex:0 0 22px;justify-content:center;align-items:center;width:22px;display:flex}.step-rail .step-rail-bullet-icon{background:#fff;border-radius:50%;font-size:18px;box-shadow:0 0 0 3px #fff}.step-rail .step-rail-bullet-icon--done{color:var(--success-dark,#16a34a)}.step-rail .step-rail-bullet-icon--current{color:var(--primary-dark,#265d73)}.step-rail .step-rail-bullet-icon--reachable{color:var(--neutral-400,#b6bcc1)}.step-rail .step-rail-bullet-icon--locked{color:var(--neutral-300,#dee0e1)}.step-rail .step-rail-label{letter-spacing:-.005em;color:var(--text-default,#212e37);font-size:13.5px;font-weight:600}.step-rail .step-rail-node.is-current .step-rail-label{color:var(--primary-dark,#265d73);font-weight:700}.step-rail .step-rail-node.is-locked .step-rail-label{font-weight:500}.step-rail .step-rail-trailing .step-rail-lock{color:var(--text-light,#9ca3af);font-size:16px}.step-rail .step-rail-optional.ant-tag{margin:0}.step-rail .step-rail-subs{gap:1px;margin:0 0 2px;display:grid}.step-rail .step-rail-caret{color:var(--text-default,#212e37);flex:none;margin-left:2px}.step-rail .step-rail-sub{min-height:40px;color:var(--text-default,#374151);border-radius:8px;padding:2px 8px 2px 4px;font-size:12.5px;font-weight:500;transition:background .14s}.step-rail .step-rail-sub.cursor-pointer:hover{background:var(--primary-light,#f0faff)}.step-rail .step-rail-sub.is-disabled{opacity:.45;cursor:default}.step-rail .step-rail-sub.is-current{background:var(--primary-light,#f0faff);color:var(--primary-dark,#265d73);font-weight:700;box-shadow:inset 0 0 0 1px #265d7324}.step-rail .step-rail-sub-dot{flex:0 0 22px;justify-content:center;align-items:center;width:22px;display:flex}.step-rail .step-rail-sub-dot:before{content:"";border:1.5px solid var(--neutral-300,#c7ced3);background:#fff;border-radius:50%;width:7px;height:7px;transition:border-color .14s;box-shadow:0 0 0 3px #fff}.step-rail .step-rail-sub.cursor-pointer:hover .step-rail-sub-dot:before{border-color:var(--primary-dark,#265d73)}.step-rail .step-rail-sub-status:before{display:none}.step-rail .step-rail-sub-status-icon{background:#fff;border-radius:50%;box-shadow:0 0 0 3px #fff}.step-rail .step-rail-sub-status-icon--done{color:var(--success-dark,#2e7d32)}.step-rail .step-rail-sub-status-icon--todo{color:var(--neutral-400,#aab4bb)}.step-rail .step-rail-sub-tag{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:6px;flex:none;align-items:center;gap:5px;margin-left:auto;padding:1px 6px;font-size:9.5px;font-weight:700;display:inline-flex}.step-rail .step-rail-sub-tag--success{color:var(--success-dark,#16a34a);background:#16a34a24}.step-rail .step-rail-sub-tag--warning{color:#a35c07;background:#e8870b2e}.step-rail .step-rail-sub-tag--neutral{background:var(--neutral-100,#f3f4f6);color:var(--text-light,#6b7280)}.step-rail .step-rail-sub-tag__count{font-variant-numeric:tabular-nums;text-transform:none;letter-spacing:0;opacity:.85;font-weight:600}
