.rz-create-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border:1px solid var(--rz-border);border-radius:var(--rz-radius-lg);background:radial-gradient(620px 190px at 88% 0,rgba(124,58,237,.28),rgba(124,58,237,0) 70%),linear-gradient(180deg,var(--rz-surface-2),var(--rz-surface-1));box-shadow:0 14px 40px rgba(0,0,0,.2);overflow:hidden}.rz-create-head-main{min-width:0}.rz-create-title{margin:0;font-size:26px;line-height:30px;font-weight:600;letter-spacing:-.01em}.rz-create-subtitle{margin:6px 0 0;font-size:12px;color:var(--rz-text-muted)}.rz-create-job{margin-top:10px;display:inline-flex;align-items:center;gap:7px;font-size:11px;color:var(--rz-text-secondary)}.rz-create-job .rz-icon{width:13px;height:13px;color:var(--rz-purple-300)}.rz-create-status{font-size:9px;font-weight:600;padding:2px 8px;border-radius:999px;white-space:nowrap}.rz-create-status.running{background:rgba(34,211,238,.14);color:var(--rz-cyan)}.rz-create-status.verified{background:rgba(34,197,94,.14);color:var(--rz-green)}.rz-create-chips{display:flex;align-items:center;gap:8px;flex:none}.rz-create-chip{height:26px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;font-size:11px;font-weight:500;white-space:nowrap}.rz-create-chip.purple{border:1px solid rgba(139,92,246,.5);background:rgba(139,92,246,.14);color:var(--rz-purple-300)}.rz-create-chip.green{border:1px solid rgba(34,197,94,.45);background:rgba(34,197,94,.12);color:var(--rz-green)}.rz-create-chip.ghost{border:1px solid var(--rz-border-strong);background:var(--rz-surface-3);color:var(--rz-text-secondary)}.rz-create-stats{margin-top:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.rz-create-stat{background:linear-gradient(180deg,var(--rz-surface-2),var(--rz-surface-1));border:1px solid var(--rz-border);border-radius:var(--rz-radius-lg);padding:11px 16px;display:flex;flex-direction:column;gap:4px;min-width:0;box-shadow:0 14px 40px rgba(0,0,0,.2)}.rz-create-stat-label{font-size:11px;color:var(--rz-text-muted);white-space:nowrap}.rz-create-stat-value{font-size:21px;line-height:25px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.01em}.rz-create-stat-sub{font-size:10px;color:var(--rz-text-muted);white-space:nowrap}.rz-create-stat-sub.green{color:var(--rz-green)}.rz-create-stat-sub.amber{color:var(--rz-yellow)}.rz-create-layout{margin-top:12px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:12px;align-items:start}.rz-create-main,.rz-create-rail{gap:12px;min-width:0}.rz-create-main,.rz-create-panel,.rz-create-rail{display:flex;flex-direction:column}.rz-create-sub{margin-top:-4px;font-size:11px;color:var(--rz-text-muted)}.rz-create-composer-box{border:1px solid var(--rz-border-strong);border-radius:var(--rz-radius-md);background:rgba(1,3,15,.6);padding:13px 15px;font-size:13px;line-height:19px;color:var(--rz-text);min-height:74px}.rz-create-composer-hint{margin-top:8px;font-size:11px;color:var(--rz-text-muted)}.rz-create-mode-chips{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.rz-create-mode-chip{height:28px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--rz-border);border-radius:999px;background:var(--rz-surface-3);color:var(--rz-text-secondary);font-size:11px;font-weight:500;cursor:pointer}.rz-create-mode-chip .rz-icon{width:13px;height:13px}.rz-create-mode-chip.is-active{border-color:rgba(139,92,246,.55);background:rgba(139,92,246,.16);color:var(--rz-purple-300)}.rz-create-composer-foot{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.rz-create-est{font-size:11px;color:var(--rz-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rz-create-btn-primary{height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 18px;border:0;border-radius:var(--rz-radius-md);background:linear-gradient(90deg,var(--rz-purple-500),var(--rz-purple-600));color:var(--rz-text);font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 6px 18px rgba(124,58,237,.35);white-space:nowrap}.rz-create-btn-primary .rz-icon{width:14px;height:14px}.rz-create-btn-secondary{padding:0 16px;border:1px solid var(--rz-border-strong);border-radius:var(--rz-radius-md);background:var(--rz-surface-3);color:var(--rz-text)}.rz-create-btn-ghost,.rz-create-btn-secondary{height:34px;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap}.rz-create-btn-ghost{padding:0 12px;border:0;border-radius:var(--rz-radius-md);background:transparent;color:var(--rz-text-muted)}.rz-create-btn-danger{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid rgba(239,68,68,.5);border-radius:var(--rz-radius-md);background:rgba(239,68,68,.12);color:var(--rz-red);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.rz-create-mode-list{display:flex;flex-direction:column;gap:8px}.rz-create-mode-row{display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--rz-border);border-radius:var(--rz-radius-md);background:rgba(1,3,15,.45)}.rz-create-mode-row.is-active{border-color:rgba(139,92,246,.5);background:rgba(76,29,149,.22)}.rz-create-mode-icon{width:30px;height:30px;border-radius:var(--rz-radius-md);background:rgba(124,58,237,.16);display:grid;place-items:center;color:var(--rz-purple-300);flex:none}.rz-create-mode-icon .rz-icon{width:15px;height:15px}.rz-create-mode-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.rz-create-mode-title{font-size:12px;font-weight:600;white-space:nowrap}.rz-create-mode-desc{font-size:10px;color:var(--rz-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rz-create-guard-list{display:flex;flex-direction:column}.rz-create-guard-row{display:flex;align-items:center;gap:10px;min-height:36px;border-top:1px solid rgba(19,31,56,.6)}.rz-create-guard-row:first-child{border-top:0}.rz-create-guard-icon{width:26px;height:26px;border-radius:var(--rz-radius-sm);background:rgba(34,197,94,.1);display:grid;place-items:center;color:var(--rz-green);flex:none}.rz-create-guard-icon .rz-icon{width:13px;height:13px}.rz-create-guard-label{font-size:11px;color:var(--rz-text-secondary)}.rz-create-guard-value{margin-left:auto;font-size:10px;color:var(--rz-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.rz-create-table{display:flex;flex-direction:column}.rz-create-tr{display:grid;grid-template-columns:110px minmax(0,1fr) 130px 96px 76px 92px;align-items:center;gap:10px;min-height:40px;border-top:1px solid rgba(19,31,56,.6)}.rz-create-tr-head{min-height:26px;border-top:0;font-size:9px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--rz-text-muted)}.rz-create-t-id,.rz-create-tr-head span{white-space:nowrap}.rz-create-t-id{font-size:10px;color:var(--rz-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rz-create-t-title{font-size:12px;font-weight:500;color:var(--rz-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rz-create-t-cost,.rz-create-t-mode,.rz-create-t-updated{font-size:10px;color:var(--rz-text-muted);white-space:nowrap}.rz-create-t-cost{color:var(--rz-text-secondary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rz-create-pill{display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:600;padding:2px 8px;border-radius:999px;white-space:nowrap;width:fit-content}.rz-create-pill:before{content:"";width:4px;height:4px;border-radius:50%;background:currentColor}.rz-create-pill.allow,.rz-create-pill.approved,.rz-create-pill.done,.rz-create-pill.verified{background:rgba(34,197,94,.14);color:var(--rz-green)}.rz-create-pill.ask,.rz-create-pill.running{background:rgba(34,211,238,.13);color:var(--rz-cyan)}.rz-create-pill.pending,.rz-create-pill.review{background:rgba(245,158,11,.14);color:var(--rz-yellow)}.rz-create-pill.draft,.rz-create-pill.queued{background:var(--rz-surface-3);color:var(--rz-text-muted)}.rz-create-pill.deny{background:rgba(239,68,68,.12);color:var(--rz-red)}.rz-create-steps{display:flex;flex-direction:column}.rz-create-step{display:grid;grid-template-columns:26px minmax(0,1fr) 190px 84px 74px 78px;align-items:center;gap:12px;min-height:52px;border-top:1px solid rgba(19,31,56,.6)}.rz-create-step:first-child{border-top:0}.rz-create-step-n{width:22px;height:22px;border-radius:var(--rz-radius-sm);background:rgba(139,92,246,.16);color:var(--rz-purple-300);display:grid;place-items:center;font-size:10px;font-weight:600;flex:none}.rz-create-step-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.rz-create-step-title{font-size:12px;font-weight:600}.rz-create-step-detail,.rz-create-step-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rz-create-step-detail{font-size:10px;color:var(--rz-text-muted)}.rz-create-step-provider{display:flex;align-items:center;gap:8px;min-width:0}.rz-create-provider-badge{width:24px;height:24px;border-radius:var(--rz-radius-sm);background:var(--rz-surface-3);border:1px solid var(--rz-border);display:grid;place-items:center;flex:none}.rz-create-provider-badge .rz-icon,.rz-create-provider-badge .rz-provider-icon{width:15px;height:15px}.rz-create-provider-label{font-size:10px;color:var(--rz-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rz-create-step-cost{color:var(--rz-text-secondary)}.rz-create-step-cost,.rz-create-step-dur{font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.rz-create-step-dur{color:var(--rz-text-muted)}.rz-create-step--run{grid-template-columns:26px minmax(0,1fr) 180px 110px 90px}.rz-create-step-progress{height:4px;border-radius:2px;background:var(--rz-surface-3);overflow:hidden;margin-top:5px;width:180px;max-width:100%}.rz-create-step-progress>span{display:block;height:100%;border-radius:2px;background:linear-gradient(90deg,var(--rz-purple-400),var(--rz-purple-500))}.rz-create-step-progress.done>span{background:var(--rz-green)}.rz-create-check{color:var(--rz-green)}.rz-create-check .rz-icon{width:14px;height:14px}.rz-create-rows{display:flex;flex-direction:column}.rz-create-row{display:flex;align-items:center;gap:10px;min-height:40px;border-top:1px solid rgba(19,31,56,.6)}.rz-create-row:first-child{border-top:0}.rz-create-row-meta{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1 1}.rz-create-row-label{font-size:11px;font-weight:500;color:var(--rz-text)}.rz-create-row-label,.rz-create-row-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rz-create-row-sub{font-size:10px;color:var(--rz-text-muted)}.rz-create-avatar{width:26px;height:26px;border-radius:50%;flex:none;display:grid;place-items:center;font-size:9px;font-weight:600;color:#fff;background:radial-gradient(circle at 35% 30%,hsl(var(--avatar-hue,262) 70% 55%/.95),hsl(var(--avatar-hue,262) 65% 32%/.95) 70%);border:1px solid hsl(var(--avatar-hue,262) 60% 45%/.5)}.rz-create-ceiling-values{display:flex;align-items:baseline;gap:7px}.rz-create-ceiling-est{font-size:21px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.01em}.rz-create-ceiling-max{font-size:11px;color:var(--rz-text-muted)}.rz-create-bar{margin-top:10px;height:5px;border-radius:3px;background:var(--rz-surface-3);overflow:hidden}.rz-create-bar>span{display:block;height:100%;border-radius:3px;background:linear-gradient(90deg,var(--rz-purple-400),var(--rz-purple-500))}.rz-create-note{margin-top:10px;font-size:10px;line-height:15px;color:var(--rz-text-muted)}.rz-create-call{display:grid;grid-template-columns:40px 24px minmax(0,1fr) 52px 52px;align-items:center;gap:9px;min-height:38px;border-top:1px solid rgba(19,31,56,.6)}.rz-create-call:first-child{border-top:0}.rz-create-call-time{font-size:9px;color:var(--rz-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rz-create-call-meta{display:flex;flex-direction:column;min-width:0}.rz-create-call-model{font-size:10px;font-weight:600;color:var(--rz-text)}.rz-create-call-detail,.rz-create-call-model{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rz-create-call-detail{font-size:9px;color:var(--rz-text-muted)}.rz-create-call-num{font-size:9px;color:var(--rz-text-secondary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.rz-create-artifact{display:flex;align-items:center;gap:10px;min-height:44px;border-top:1px solid rgba(19,31,56,.6)}.rz-create-artifact:first-child{border-top:0}.rz-create-artifact-icon{width:30px;height:30px;border-radius:var(--rz-radius-sm);background:rgba(59,130,246,.14);color:var(--rz-blue);display:grid;place-items:center;flex:none}.rz-create-artifact-icon .rz-icon{width:15px;height:15px}.rz-create-kind{font-size:8px;font-weight:700;letter-spacing:.05em;padding:2px 6px;border-radius:4px;background:var(--rz-surface-3);border:1px solid var(--rz-border);color:var(--rz-text-secondary);flex:none}.rz-create-size{font-size:10px;color:var(--rz-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;flex:none}.rz-create-actions{margin-top:12px;display:flex;align-items:center;gap:10px;padding:12px 20px;border:1px solid var(--rz-border);border-radius:var(--rz-radius-lg);background:linear-gradient(180deg,var(--rz-surface-2),var(--rz-surface-1));box-shadow:0 14px 40px rgba(0,0,0,.2)}.rz-create-actions-note{margin-left:auto;font-size:10px;color:var(--rz-text-muted);white-space:nowrap}.rz-create-receipt-id{font-size:10px;color:var(--rz-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rz-create-receipt-row{display:flex;align-items:center;justify-content:space-between;min-height:30px;font-size:11px;color:var(--rz-text-secondary);border-top:1px solid rgba(19,31,56,.6)}.rz-create-receipt-row:first-child{border-top:0}.rz-create-receipt-row span:last-child{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.rz-create-receipt-total{margin-top:8px;padding-top:10px;border-top:1px solid var(--rz-border-strong);display:flex;align-items:baseline;justify-content:space-between}.rz-create-receipt-total span:first-child{font-size:12px;font-weight:600}.rz-create-receipt-total span:last-child{font-size:18px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rz-create-hash{margin-top:8px;font-size:9px;color:var(--rz-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rz-create-checks{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.rz-create-verify{display:flex;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--rz-border);border-radius:var(--rz-radius-md);background:rgba(1,3,15,.45);min-width:0}.rz-create-verify-icon{width:24px;height:24px;border-radius:50%;background:rgba(34,197,94,.14);color:var(--rz-green);display:grid;place-items:center;flex:none}.rz-create-verify-icon .rz-icon{width:13px;height:13px}.rz-create-verify-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.rz-create-verify-label{font-size:11px;font-weight:600}.rz-create-verify-label,.rz-create-verify-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rz-create-verify-sub{font-size:9px;color:var(--rz-text-muted)}.rz-create-missing-icon{width:26px;height:26px;border-radius:var(--rz-radius-sm);background:rgba(245,158,11,.14);color:var(--rz-yellow);display:grid;place-items:center;flex:none}.rz-create-missing-icon .rz-icon{width:13px;height:13px}.rz-create-next{display:flex;flex-direction:column;gap:8px}.rz-create-next .rz-create-btn-primary,.rz-create-next .rz-create-btn-secondary{width:100%;justify-content:center}