html,body{margin:0}:root{--phone-w: 430px;--phone-h: 932px;--phone-ratio: 430 / 932;--phone-radius: 62px;--phone-bezel: 11px;--phone-screen-radius: 51px;--phone-island-w: 125px;--phone-island-h: 36px;--phone-safe-top: 62px;--phone-safe-bottom: 34px;--phone-safe-x: 24px;--phone-frame: #1a1a1c;--phone-frame-mid: #2e2e32;--phone-frame-hi: #4a4a50;--phone-screen-bg: #000000;--phone-stage-bg: #0b0b0d;--phone-shadow: 0 0 0 1px rgba(255, 255, 255, .08) inset, 0 1px 0 rgba(255, 255, 255, .06) inset, 0 40px 100px rgba(0, 0, 0, .65), 0 12px 32px rgba(0, 0, 0, .4)}.phone-stage{position:relative;min-height:100dvh;display:grid;place-items:center;padding:0 24px;box-sizing:border-box;background:#000;font-family:system-ui,-apple-system,Segoe UI,sans-serif;overflow:auto}.phone-stage--row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px;padding:0 24px}.phone-stage-label{position:absolute;top:20px;left:50%;transform:translate(-50%);margin:0;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#ffffff52;pointer-events:none}.phone{--phone-fit-w: min( var(--phone-w), calc(100vw - 48px) , calc(100dvh * 430 / 932) );width:var(--phone-fit-w);aspect-ratio:var(--phone-ratio);height:auto;max-height:none;flex-shrink:0;--phone-r: calc(var(--phone-fit-w) * 62 / 430);--phone-sr: calc(var(--phone-fit-w) * 51 / 430);--phone-b: calc(var(--phone-fit-w) * 11 / 430);--phone-iw: calc(var(--phone-fit-w) * 125 / 430);--phone-ih: calc(var(--phone-fit-w) * 36 / 430)}.phone--compact{--phone-fit-w: min( var(--phone-w), calc((100vw - 96px) / 3), calc(100dvh * 430 / 932) )}.phone-bezel{position:relative;width:100%;height:100%;border-radius:var(--phone-r);padding:var(--phone-b);box-sizing:border-box;background:linear-gradient(145deg,var(--phone-frame-hi) 0%,var(--phone-frame-mid) 18%,var(--phone-frame) 48%,#0e0e10 100%);box-shadow:var(--phone-shadow)}.phone-bezel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(160deg,#ffffff47,#ffffff0a 35%,#00000080 70%,#ffffff1a);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:3}.phone-buttons{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.phone-buttons span{position:absolute;background:linear-gradient(90deg,#3a3a3e,#1c1c1e 45%,#2a2a2e);box-shadow:0 1px 2px #00000080}.phone-btn-action{left:-3px;top:14.5%;width:3px;height:4.2%;border-radius:2px 0 0 2px}.phone-btn-vol-up{left:-3px;top:21%;width:3px;height:6.2%;border-radius:2px 0 0 2px}.phone-btn-vol-down{left:-3px;top:28.5%;width:3px;height:6.2%;border-radius:2px 0 0 2px}.phone-btn-power{right:-3px;top:24%;width:3px;height:9.5%;border-radius:0 2px 2px 0;background:linear-gradient(270deg,#3a3a3e,#1c1c1e 45%,#2a2a2e)}.phone-screen{position:relative;width:100%;height:100%;border-radius:var(--phone-sr);background:var(--phone-screen-bg);overflow:hidden;display:flex;flex-direction:column;isolation:isolate;box-shadow:0 0 0 1px #000c inset}.phone-island{position:absolute;z-index:10;top:calc(var(--phone-fit-w) * 12 / 430);left:50%;transform:translate(-50%);width:var(--phone-iw);height:var(--phone-ih);background:#000;border-radius:999px;box-shadow:0 0 0 1px #ffffff0d,inset 0 0 0 1px #000c;pointer-events:none}.phone-island:after{content:"";position:absolute;top:50%;right:calc(var(--phone-fit-w) * 14 / 430);width:calc(var(--phone-fit-w) * 12 / 430);height:calc(var(--phone-fit-w) * 12 / 430);transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle at 35% 35%,#1a2744,#0a1020 55%,#000);box-shadow:0 0 0 1px #ffffff0f}.phone-status{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:calc(var(--phone-fit-w) * 16 / 430) calc(var(--phone-fit-w) * 28 / 430) 0;height:calc(var(--phone-fit-w) * 62 / 430);box-sizing:border-box;color:#f5f5f7;font-size:calc(var(--phone-fit-w) * 16 / 430);font-weight:600;letter-spacing:-.02em;line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none}.phone-status-time{min-width:3.2em;text-align:center;font-variant-numeric:tabular-nums}.phone-status-icons{display:flex;align-items:center;gap:calc(var(--phone-fit-w) * 6 / 430);opacity:.95}.phone-status-icons svg{display:block;height:calc(var(--phone-fit-w) * 11 / 430);width:auto}.phone-content{flex:1 1 auto;min-height:0;overflow:auto;padding:calc(var(--phone-fit-w) * 8 / 430) calc(var(--phone-fit-w) * 24 / 430) calc(var(--phone-fit-w) * 36 / 430);box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none}.phone-content::-webkit-scrollbar{display:none}.phone-home{position:absolute;z-index:10;left:50%;bottom:calc(var(--phone-fit-w) * 10 / 430);transform:translate(-50%);width:calc(var(--phone-fit-w) * 148 / 430);height:calc(var(--phone-fit-w) * 5 / 430);border-radius:999px;background:#ffffff4d;pointer-events:none}.phone--light .phone-screen{background:#f2f2f7}.phone--light .phone-status{color:#1c1c1e}.phone--light .phone-home{background:#00000038}.phone--standard{--phone-w: 393px;--phone-h: 852px;--phone-ratio: 393 / 852;--phone-fit-w: min( var(--phone-w), calc(100vw - 48px) , calc(100dvh * 393 / 852) );--phone-r: calc(var(--phone-fit-w) * 55 / 393);--phone-sr: calc(var(--phone-fit-w) * 45 / 393);--phone-b: calc(var(--phone-fit-w) * 10 / 393);--phone-iw: calc(var(--phone-fit-w) * 120 / 393);--phone-ih: calc(var(--phone-fit-w) * 35 / 393)}._card_q5x6d_1{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;padding:12px;border-radius:12px;background:#fff;box-shadow:0 0 0 .5px #00000014,0 1px 2px #0000000d,0 2px 4px #00000005;color:#1a1a1a;font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,sans-serif;--tok-cmd: #2563eb;--tok-flag: #9333ea;--tok-flag-val: #db2777;--tok-path: #d97706;--tok-op: #94a3b8;--tok-str: #16a34a;--tok-env: #d97706;animation:_ap-card-in_q5x6d_1 .38s cubic-bezier(.22,1,.36,1) both}@keyframes _ap-card-in_q5x6d_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}._head_q5x6d_29{display:flex;align-items:center;gap:8px;height:24px;overflow:visible}._icon_q5x6d_36{flex:none;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#f7f8fa;color:#1a1a1a}._icon_q5x6d_36[data-variant=questions]{background:color-mix(in srgb,#3b82f6 12%,#ffffff);color:#3b82f6}._icon_q5x6d_36[data-variant=command]{background:color-mix(in srgb,#d98404 14%,#ffffff);color:#d98404}._icon_q5x6d_36[data-variant=plan]{background:color-mix(in srgb,#15a06a 12%,#ffffff);color:#15a06a}._iconSvg_q5x6d_59{width:14px;height:14px}._headText_q5x6d_60{min-width:0;flex:1;display:flex;flex-direction:column;gap:0}._headActions_q5x6d_67{flex:none;display:inline-flex;align-items:center;gap:4px;margin-left:auto}._headAction_q5x6d_67{position:relative;z-index:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin:0;padding:0;border:0;border-radius:6px;background:transparent;color:#a1a1a1;cursor:pointer}._headAction_q5x6d_67:hover{color:#1a1a1a;background:color-mix(in srgb,#1a1a1a 6%,transparent)}._headAction_q5x6d_67:active{transform:scale(.99)}._headActionIcon_q5x6d_95{width:14px;height:14px;flex:none}._title_q5x6d_96{font-size:13.5px;font-weight:500;letter-spacing:-.01em;line-height:1.25}._planIntro_q5x6d_102{display:flex;flex-direction:column;gap:4px;min-width:0;padding-left:2px}._planHeadline_q5x6d_109{font-size:15px;font-weight:500;letter-spacing:-.01em;line-height:1.35;color:#1a1a1a}._planSummary_q5x6d_116{font-size:12.5px;line-height:1.4;color:#a1a1a1;white-space:pre-line}._questionsViewport_q5x6d_122{overflow:hidden;width:100%;padding:1px;margin:-1px}._questionsViewport_q5x6d_122[data-animate=true]{transition:height .36s cubic-bezier(.22,1,.36,1)}._questionsTrack_q5x6d_131{position:relative;display:flex;flex-direction:column;gap:32px;will-change:transform}._questionsTrack_q5x6d_131[data-animate=true]{transition:transform .36s cubic-bezier(.22,1,.36,1)}._question_q5x6d_122{display:flex;flex-direction:column;gap:8px;flex:none;opacity:0}._question_q5x6d_122[data-active=true]{opacity:1}._questionsTrack_q5x6d_131[data-animate=true] ._question_q5x6d_122{transition:opacity .36s cubic-bezier(.22,1,.36,1)}._question_q5x6d_122:not([data-active=true]){pointer-events:none}._qPrompt_q5x6d_153{font-size:13px;font-weight:500;line-height:1.35;padding-left:2px}._options_q5x6d_159{display:flex;flex-direction:column;gap:4px}._option_q5x6d_159{display:flex;align-items:center;gap:8px;margin:0;padding:8px 12px;border:.5px solid rgba(0,0,0,.08);border-radius:7px;background:transparent;color:#1a1a1a;font:inherit;font-size:12.5px;line-height:1.3;text-align:left;cursor:pointer;transition:background-color .15s cubic-bezier(.22,1,.36,1)}._option_q5x6d_159:hover:not([data-selected=true]){background:#fafafa}._option_q5x6d_159[data-selected=true]{border-color:transparent;background:#fff;box-shadow:0 0 0 .5px #00000014,0 1px 2px #0000000d,0 2px 4px #00000005}._optionInput_q5x6d_190{flex:1;min-width:0;margin:0;padding:0;border:0;background:transparent;color:#1a1a1a;font:inherit;font-size:inherit;line-height:inherit;outline:none}._optionInput_q5x6d_190::placeholder{color:#a1a1a1}._option_q5x6d_159:active:not([data-other=true]){transform:scale(.99)}._option_q5x6d_159[data-other=true],._option_q5x6d_159[data-other=true]:active{transform:none;cursor:text}._key_q5x6d_210{position:relative;z-index:0;flex:none;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;border:0;background:color-mix(in srgb,#1a1a1a 6%,transparent);color:#a1a1a1;font-size:10.5px;font-weight:600;line-height:1;letter-spacing:0;font-variant-numeric:tabular-nums;transition:color .24s cubic-bezier(.22,1,.36,1)}._key_q5x6d_210:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:#0b0d12;opacity:0;transition:opacity .24s cubic-bezier(.22,1,.36,1)}._option_q5x6d_159[data-selected=true] ._key_q5x6d_210{border:0;color:#fff}._option_q5x6d_159[data-selected=true] ._key_q5x6d_210:before{opacity:1}._cmdBlock_q5x6d_245{display:flex;flex-direction:column;gap:4px;padding:8px 12px 12px;border-radius:8px;background:#fafafa}._cwd_q5x6d_253{font-family:Ioskeley Mono Term,IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:var(--tok-path);opacity:.85}._cmd_q5x6d_245{margin:0;font-family:Ioskeley Mono Term,IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;line-height:1.45;color:#1a1a1a;white-space:pre-wrap;word-break:break-word}._tokCmd_q5x6d_268{color:var(--tok-cmd)}._tokFlag_q5x6d_269{color:var(--tok-flag)}._tokFlagVal_q5x6d_270{color:var(--tok-flag-val)}._tokPath_q5x6d_271{color:var(--tok-path)}._tokOp_q5x6d_272{color:var(--tok-op)}._tokStr_q5x6d_273{color:var(--tok-str)}._tokEnv_q5x6d_274{color:var(--tok-env)}._cardExiting_q5x6d_276{opacity:0;transform:scale(.97) translateY(4px);pointer-events:none;transition:opacity .2s cubic-bezier(.23,1,.32,1),transform .2s cubic-bezier(.23,1,.32,1)}._cmdOutputWrap_q5x6d_285{margin-top:6px;padding-top:6px;border-top:1px solid rgba(0,0,0,.06);max-height:180px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}._cmdOutputWrap_q5x6d_285::-webkit-scrollbar{width:4px}._cmdOutputWrap_q5x6d_285::-webkit-scrollbar-thumb{background:#00000026;border-radius:999px}._cmdOutput_q5x6d_285{font-family:Ioskeley Mono Term,IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.55;color:#525252;white-space:pre-wrap;word-break:break-word;margin:0}._cmdOutput_q5x6d_285:empty:before{content:" "}._cmdCursor_q5x6d_318{display:inline-block;width:6px;height:13px;background:#1a1a1a;vertical-align:text-bottom;animation:_cmd-cursor-blink_q5x6d_1 1.06s step-end infinite;margin-left:1px}@keyframes _cmd-cursor-blink_q5x6d_1{0%,to{opacity:1}50%{opacity:0}}._outSuccess_q5x6d_333{color:#16a34a}._outInfo_q5x6d_334{color:#2563eb}._outDim_q5x6d_335{color:#a3a3a3}._outMuted_q5x6d_336{color:#737373}._outPath_q5x6d_337{color:#d97706}._outSize_q5x6d_338{color:#1a1a1a}._outGzip_q5x6d_339{color:#9333ea}@media(prefers-reduced-motion:reduce){._cardExiting_q5x6d_276{transition:none}._cmdCursor_q5x6d_318{animation:none;opacity:1}}[data-theme=dark] ._cardExiting_q5x6d_276,.dark ._cardExiting_q5x6d_276{opacity:0}[data-theme=dark] ._cmdOutputWrap_q5x6d_285,.dark ._cmdOutputWrap_q5x6d_285{border-top-color:#ffffff14}[data-theme=dark] ._cmdOutputWrap_q5x6d_285::-webkit-scrollbar-thumb,.dark ._cmdOutputWrap_q5x6d_285::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=dark] ._cmdOutput_q5x6d_285,.dark ._cmdOutput_q5x6d_285{color:#a3a3a3}[data-theme=dark] ._cmdCursor_q5x6d_318,.dark ._cmdCursor_q5x6d_318{background:#e5e5e5}[data-theme=dark] ._outSuccess_q5x6d_333,.dark ._outSuccess_q5x6d_333{color:#34d399}[data-theme=dark] ._outInfo_q5x6d_334,.dark ._outInfo_q5x6d_334{color:#60a5fa}[data-theme=dark] ._outDim_q5x6d_335,.dark ._outDim_q5x6d_335{color:#525252}[data-theme=dark] ._outMuted_q5x6d_336,.dark ._outMuted_q5x6d_336{color:#737373}[data-theme=dark] ._outPath_q5x6d_337,.dark ._outPath_q5x6d_337{color:#fbbf24}[data-theme=dark] ._outSize_q5x6d_338,.dark ._outSize_q5x6d_338{color:#e5e5e5}[data-theme=dark] ._outGzip_q5x6d_339,.dark ._outGzip_q5x6d_339{color:#c084fc}@media(prefers-color-scheme:dark){._cardExiting_q5x6d_276{opacity:0}._cmdOutputWrap_q5x6d_285{border-top-color:#ffffff14}._cmdOutputWrap_q5x6d_285::-webkit-scrollbar-thumb{background:#ffffff26}._cmdOutput_q5x6d_285{color:#a3a3a3}._cmdCursor_q5x6d_318{background:#e5e5e5}._outSuccess_q5x6d_333{color:#34d399}._outInfo_q5x6d_334{color:#60a5fa}._outDim_q5x6d_335{color:#525252}._outMuted_q5x6d_336{color:#737373}._outPath_q5x6d_337{color:#fbbf24}._outSize_q5x6d_338{color:#e5e5e5}._outGzip_q5x6d_339{color:#c084fc}}._todoWell_q5x6d_396{padding:8px 12px 12px;border-radius:8px;background:#fafafa}._todoHead_q5x6d_401{display:flex;width:100%;align-items:center;gap:8px;min-height:22px;color:#1a1a1a;font-size:13px}._todoHeadIcon_q5x6d_410{position:relative;width:14px;height:14px;flex:none;color:#1a1a1a}._todoListIcon_q5x6d_417{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:14px;height:14px}._todoTitle_q5x6d_424{font-weight:500}._todoCount_q5x6d_425{margin-left:auto;color:#a1a1a1;font-variant-numeric:tabular-nums}._todoList_q5x6d_417{list-style:none;display:flex;flex-direction:column;gap:8px;margin:0;padding:8px 0 0;font-size:13px}._todoListFlush_q5x6d_439{padding-top:0}._todoItem_q5x6d_440{display:flex;align-items:flex-start;gap:8px;line-height:18px;color:#a1a1a1}._todoIconWrap_q5x6d_447{position:relative;width:16px;height:16px;flex:none;margin-top:1px}._todoIcon_q5x6d_447{position:absolute;top:0;right:0;bottom:0;left:0;width:16px;height:16px;color:#a1a1a1;opacity:1}._todoLabel_q5x6d_462{font-weight:400;color:#a1a1a1}._todoCollapsible_q5x6d_466{display:grid;grid-template-rows:1fr;opacity:1;transition:grid-template-rows .28s cubic-bezier(.22,1,.36,1),opacity .2s cubic-bezier(.22,1,.36,1)}._todoCollapsed_q5x6d_474{grid-template-rows:0fr;opacity:0;pointer-events:none}._todoInner_q5x6d_479{min-height:0;overflow:hidden}._todoRest_q5x6d_483{padding-top:8px}._todoMore_q5x6d_484{display:flex;align-items:flex-start;gap:8px;margin:8px 0 0;padding:0;border:0;background:transparent;color:#a1a1a1;font:inherit;font-size:13px;line-height:18px;text-align:left;cursor:pointer;transition:color .15s cubic-bezier(.22,1,.36,1)}._todoMoreIcon_q5x6d_500{position:relative;width:16px;height:16px;flex:none;margin-top:1px;display:inline-flex;align-items:center;justify-content:center}._todoMoreGlyph_q5x6d_510{width:16px;height:16px}._todoMore_q5x6d_484:hover{color:#1a1a1a}._todoMore_q5x6d_484:active{transform:scale(.99)}._actions_q5x6d_513{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding-top:0;padding-left:4px}._actionsSpacer_q5x6d_522{flex:none;width:0}._actionBtns_q5x6d_523{display:flex;justify-content:flex-end;gap:8px;margin-left:auto}._btnGhost_q5x6d_529,._btnPrimary_q5x6d_530{position:relative;z-index:0;display:inline-flex;align-items:center;gap:4px;margin:0;padding:4px 12px;border:0;border-radius:999px;background:transparent;font:inherit;font-size:12.5px;font-weight:500;cursor:pointer;transition:transform .16s cubic-bezier(.22,1,.36,1)}._btnSubmitIcon_q5x6d_547{width:12px;height:12px;flex:none}._btnGhost_q5x6d_529:before,._btnPrimary_q5x6d_530:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:999px;transition:background .15s cubic-bezier(.22,1,.36,1)}._btnGhost_q5x6d_529{color:#1a1a1a}._btnGhost_q5x6d_529:before{background:color-mix(in srgb,#1a1a1a 6%,transparent)}._btnGhost_q5x6d_529:hover:before{background:color-mix(in srgb,#1a1a1a 10%,transparent)}._btnGhost_q5x6d_529:active,._btnPrimary_q5x6d_530:active:not(:disabled){transform:scale(.98)}._btnPrimary_q5x6d_530{color:#fff}._btnPrimary_q5x6d_530:before{background:#0b0d12}._btnPrimary_q5x6d_530:hover:not(:disabled):before{background:#2a2f3a}._btnPrimary_q5x6d_530:disabled{opacity:.38;cursor:default}._stepNav_q5x6d_570{flex:none;display:inline-flex;align-items:center;gap:4px;color:#a1a1a1}._stepArrow_q5x6d_577{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin:0;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;line-height:0;transition:color .15s cubic-bezier(.22,1,.36,1)}._stepArrow_q5x6d_577:hover:not(:disabled){color:#1a1a1a}._stepArrow_q5x6d_577:active:not(:disabled){transform:scale(.99)}._stepArrow_q5x6d_577:disabled{opacity:.28;cursor:default}._stepArrowIcon_q5x6d_595{width:14px;height:14px}._stepBadge_q5x6d_596{flex:none;display:inline-flex;align-items:center;overflow:hidden;padding:0;border:0;color:#a1a1a1;font-size:12px;font-weight:500;letter-spacing:-.1px;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}._digitStatic_q5x6d_611{display:inline}._digitRoll_q5x6d_612{display:inline-block;position:relative;overflow:hidden;height:1em;line-height:1em;vertical-align:-.05em}._digitRollInner_q5x6d_620{display:flex;flex-direction:column;transition:transform .35s cubic-bezier(.4,0,.2,1)}._digitRollInner_q5x6d_620[data-dir=down],._digitRollInner_q5x6d_620[data-dir=up][data-shifted=true]{transform:translateY(-1em)}._digitRollInner_q5x6d_620[data-dir=down][data-shifted=true]{transform:translateY(0)}._digitRollInner_q5x6d_620 span{height:1em;line-height:1em}._autoApprove_q5x6d_629{flex:none;display:inline-flex;align-items:center;gap:4px;min-width:0;color:#a1a1a1;transition:opacity .28s cubic-bezier(.22,1,.36,1)}._autoApproveOut_q5x6d_638{opacity:0;pointer-events:none}._autoApproveTip_q5x6d_642{position:relative;display:inline-flex;flex:none;line-height:0}._autoApproveTip_q5x6d_642:after{content:"Cancel";position:absolute;left:50%;bottom:calc(100% + 2px);transform:translate(-50%) translateY(1px);padding:4px 8px;border-radius:6px;background:#1d1d1d99;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#ffffffe6;font-size:10px;font-weight:500;line-height:1;white-space:nowrap;opacity:0;filter:blur(2px);pointer-events:none;transition:opacity .15s ease,transform .15s ease,filter .15s ease}._autoApproveTip_q5x6d_642:hover:after,._autoApproveTip_q5x6d_642:focus-within:after{opacity:1;filter:blur(0);transform:translate(-50%) translateY(0)}._autoApproveCancel_q5x6d_675{position:relative;flex:none;width:16px;height:16px;padding:0;border:0;background:transparent;color:#15a06a;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}._autoApproveCancel_q5x6d_675:disabled{cursor:default}._autoApproveLabel_q5x6d_690{font-size:12px;line-height:1;white-space:nowrap;font-variant-numeric:tabular-nums}._autoApproveSecs_q5x6d_696{display:inline-flex;align-items:center;overflow:hidden;font-weight:500;font-variant-numeric:tabular-nums;line-height:1;vertical-align:baseline}._autoApprovePie_q5x6d_705{flex:none;width:16px;height:16px;color:inherit;display:block;transition:opacity .15s cubic-bezier(.22,1,.36,1)}._autoApproveCancelGlyph_q5x6d_713{position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:50%;background:color-mix(in srgb,#15a06a 22%,transparent);color:#15a06a;display:inline-flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s cubic-bezier(.22,1,.36,1);pointer-events:none}._autoApproveCancel_q5x6d_675:hover ._autoApprovePie_q5x6d_705,._autoApproveCancel_q5x6d_675:focus-visible ._autoApprovePie_q5x6d_705{opacity:0}._autoApproveCancel_q5x6d_675:hover ._autoApproveCancelGlyph_q5x6d_713,._autoApproveCancel_q5x6d_675:focus-visible ._autoApproveCancelGlyph_q5x6d_713{opacity:1}._autoApprovePieTrack_q5x6d_730{stroke:color-mix(in srgb,#15a06a 22%,transparent)}._autoApprovePieFill_q5x6d_733{stroke:currentColor;transition:stroke-dashoffset 1s linear}@media(prefers-reduced-motion:reduce){._card_q5x6d_1{animation:none}._questionsViewport_q5x6d_122[data-animate=true],._questionsTrack_q5x6d_131[data-animate=true],._questionsTrack_q5x6d_131[data-animate=true] ._question_q5x6d_122,._digitRollInner_q5x6d_620,._autoApprovePieFill_q5x6d_733,._autoApprove_q5x6d_629,._autoApprovePie_q5x6d_705,._autoApproveCancelGlyph_q5x6d_713{transition:none}._option_q5x6d_159,._key_q5x6d_210,._key_q5x6d_210:before,._btnGhost_q5x6d_529,._btnPrimary_q5x6d_530,._btnGhost_q5x6d_529:before,._btnPrimary_q5x6d_530:before,._stepArrow_q5x6d_577{transition:none}}[data-theme=dark] ._card_q5x6d_1,.dark ._card_q5x6d_1{background:#1a1a1a;box-shadow:0 0 0 .5px #ffffff1f,0 1px 2px #0006,0 2px 4px #0000004d;color:#f5f5f5}[data-theme=dark] ._icon_q5x6d_36,.dark ._icon_q5x6d_36{background:#101010;color:#f5f5f5}[data-theme=dark] ._icon_q5x6d_36[data-variant=questions],.dark ._icon_q5x6d_36[data-variant=questions]{background:color-mix(in srgb,#3b82f6 18%,#1a1a1a);color:#60a5fa}[data-theme=dark] ._icon_q5x6d_36[data-variant=command],.dark ._icon_q5x6d_36[data-variant=command]{background:color-mix(in srgb,#f5b14c 14%,#1a1a1a);color:#f5b14c}[data-theme=dark] ._icon_q5x6d_36[data-variant=plan],.dark ._icon_q5x6d_36[data-variant=plan]{background:color-mix(in srgb,#34d399 12%,#1a1a1a);color:#34d399}[data-theme=dark] ._headAction_q5x6d_67,.dark ._headAction_q5x6d_67{color:#737373}[data-theme=dark] ._headAction_q5x6d_67:hover,.dark ._headAction_q5x6d_67:hover{color:#f5f5f5;background:color-mix(in srgb,#f5f5f5 6%,transparent)}[data-theme=dark] ._planHeadline_q5x6d_109,.dark ._planHeadline_q5x6d_109{color:#f5f5f5}[data-theme=dark] ._planSummary_q5x6d_116,.dark ._planSummary_q5x6d_116{color:#a3a3a3}[data-theme=dark] ._option_q5x6d_159:not([data-selected=true]),.dark ._option_q5x6d_159:not([data-selected=true]){border-color:#ffffff1f;color:#f5f5f5}[data-theme=dark] ._option_q5x6d_159:hover:not([data-selected=true]),.dark ._option_q5x6d_159:hover:not([data-selected=true]){background:#101010}[data-theme=dark] ._option_q5x6d_159[data-selected=true],.dark ._option_q5x6d_159[data-selected=true]{border-color:transparent;background:#1a1a1a;box-shadow:0 0 0 .5px #ffffff1f,0 1px 2px #0006,0 2px 4px #0000004d}[data-theme=dark] ._optionInput_q5x6d_190,.dark ._optionInput_q5x6d_190{color:#f5f5f5}[data-theme=dark] ._optionInput_q5x6d_190::placeholder,.dark ._optionInput_q5x6d_190::placeholder{color:#737373}[data-theme=dark] ._key_q5x6d_210,.dark ._key_q5x6d_210{background:color-mix(in srgb,#f5f5f5 6%,transparent);color:#737373}[data-theme=dark] ._key_q5x6d_210:before,.dark ._key_q5x6d_210:before{background:#f5f5f5}[data-theme=dark] ._option_q5x6d_159[data-selected=true] ._key_q5x6d_210,.dark ._option_q5x6d_159[data-selected=true] ._key_q5x6d_210{color:#0a0a0a}[data-theme=dark] ._cmdBlock_q5x6d_245,.dark ._cmdBlock_q5x6d_245{background:#101010}[data-theme=dark] ._cwd_q5x6d_253,.dark ._cwd_q5x6d_253{color:var(--tok-path);opacity:.85}[data-theme=dark] ._card_q5x6d_1,.dark ._card_q5x6d_1{--tok-cmd: #60a5fa;--tok-flag: #c084fc;--tok-flag-val: #f472b6;--tok-path: #fb923c;--tok-op: #475569;--tok-str: #4ade80;--tok-env: #fbbf24}[data-theme=dark] ._cmd_q5x6d_245,.dark ._cmd_q5x6d_245{color:#f5f5f5}[data-theme=dark] ._todoWell_q5x6d_396,.dark ._todoWell_q5x6d_396{background:#101010}[data-theme=dark] ._todoHead_q5x6d_401,.dark ._todoHead_q5x6d_401,[data-theme=dark] ._todoHeadIcon_q5x6d_410,.dark ._todoHeadIcon_q5x6d_410{color:#f5f5f5}[data-theme=dark] ._todoCount_q5x6d_425,[data-theme=dark] ._todoItem_q5x6d_440,[data-theme=dark] ._todoIcon_q5x6d_447,[data-theme=dark] ._todoLabel_q5x6d_462,[data-theme=dark] ._todoMore_q5x6d_484,.dark ._todoCount_q5x6d_425,.dark ._todoItem_q5x6d_440,.dark ._todoIcon_q5x6d_447,.dark ._todoLabel_q5x6d_462,.dark ._todoMore_q5x6d_484{color:#737373}[data-theme=dark] ._todoMore_q5x6d_484:hover,.dark ._todoMore_q5x6d_484:hover,[data-theme=dark] ._btnGhost_q5x6d_529,.dark ._btnGhost_q5x6d_529{color:#f5f5f5}[data-theme=dark] ._btnGhost_q5x6d_529:before,.dark ._btnGhost_q5x6d_529:before{background:color-mix(in srgb,#f5f5f5 6%,transparent)}[data-theme=dark] ._btnGhost_q5x6d_529:hover:before,.dark ._btnGhost_q5x6d_529:hover:before{background:color-mix(in srgb,#f5f5f5 10%,transparent)}[data-theme=dark] ._btnPrimary_q5x6d_530,.dark ._btnPrimary_q5x6d_530{color:#0a0a0a}[data-theme=dark] ._btnPrimary_q5x6d_530:before,.dark ._btnPrimary_q5x6d_530:before{background:#f5f5f5}[data-theme=dark] ._btnPrimary_q5x6d_530:hover:not(:disabled):before,.dark ._btnPrimary_q5x6d_530:hover:not(:disabled):before{background:#fff}[data-theme=dark] ._stepNav_q5x6d_570,[data-theme=dark] ._stepBadge_q5x6d_596,.dark ._stepNav_q5x6d_570,.dark ._stepBadge_q5x6d_596{color:#737373}[data-theme=dark] ._stepArrow_q5x6d_577:hover:not(:disabled),.dark ._stepArrow_q5x6d_577:hover:not(:disabled){color:#f5f5f5}[data-theme=dark] ._autoApprove_q5x6d_629,.dark ._autoApprove_q5x6d_629{color:#737373}[data-theme=dark] ._autoApproveCancel_q5x6d_675,.dark ._autoApproveCancel_q5x6d_675{color:#34d399}[data-theme=dark] ._autoApproveTip_q5x6d_642:after,.dark ._autoApproveTip_q5x6d_642:after{background:#fff3}[data-theme=dark] ._autoApproveCancelGlyph_q5x6d_713,.dark ._autoApproveCancelGlyph_q5x6d_713{background:color-mix(in srgb,#34d399 22%,transparent);color:#34d399}[data-theme=dark] ._autoApprovePieTrack_q5x6d_730,.dark ._autoApprovePieTrack_q5x6d_730{stroke:color-mix(in srgb,#34d399 22%,transparent)}@media(prefers-color-scheme:dark){._card_q5x6d_1{background:#1a1a1a;box-shadow:0 0 0 .5px #ffffff1f,0 1px 2px #0006,0 2px 4px #0000004d;color:#f5f5f5;--tok-cmd: #60a5fa;--tok-flag: #c084fc;--tok-flag-val: #f472b6;--tok-path: #fbbf24;--tok-op: #475569;--tok-str: #4ade80;--tok-env: #fbbf24}._icon_q5x6d_36{background:#101010;color:#f5f5f5}._icon_q5x6d_36[data-variant=questions]{background:color-mix(in srgb,#3b82f6 18%,#1a1a1a);color:#60a5fa}._icon_q5x6d_36[data-variant=command]{background:color-mix(in srgb,#f5b14c 14%,#1a1a1a);color:#f5b14c}._icon_q5x6d_36[data-variant=plan]{background:color-mix(in srgb,#34d399 12%,#1a1a1a);color:#34d399}._headAction_q5x6d_67{color:#737373}._headAction_q5x6d_67:hover{color:#f5f5f5;background:color-mix(in srgb,#f5f5f5 6%,transparent)}._planHeadline_q5x6d_109{color:#f5f5f5}._planSummary_q5x6d_116{color:#a3a3a3}._option_q5x6d_159:not([data-selected=true]){border-color:#ffffff1f;color:#f5f5f5}._option_q5x6d_159:hover:not([data-selected=true]){background:#101010}._option_q5x6d_159[data-selected=true]{border-color:transparent;background:#1a1a1a;box-shadow:0 0 0 .5px #ffffff1f,0 1px 2px #0006,0 2px 4px #0000004d}._optionInput_q5x6d_190{color:#f5f5f5}._optionInput_q5x6d_190::placeholder{color:#737373}._key_q5x6d_210{background:color-mix(in srgb,#f5f5f5 6%,transparent);color:#737373}._key_q5x6d_210:before{background:#f5f5f5}._option_q5x6d_159[data-selected=true] ._key_q5x6d_210{color:#0a0a0a}._cmdBlock_q5x6d_245{background:#101010}._cwd_q5x6d_253{color:var(--tok-path);opacity:.85}._cmd_q5x6d_245{color:#f5f5f5}._todoWell_q5x6d_396{background:#101010}._todoHead_q5x6d_401,._todoHeadIcon_q5x6d_410{color:#f5f5f5}._todoCount_q5x6d_425,._todoItem_q5x6d_440,._todoIcon_q5x6d_447,._todoLabel_q5x6d_462,._todoMore_q5x6d_484{color:#737373}._todoMore_q5x6d_484:hover,._btnGhost_q5x6d_529{color:#f5f5f5}._btnGhost_q5x6d_529:before{background:color-mix(in srgb,#f5f5f5 6%,transparent)}._btnGhost_q5x6d_529:hover:before{background:color-mix(in srgb,#f5f5f5 10%,transparent)}._btnPrimary_q5x6d_530{color:#0a0a0a}._btnPrimary_q5x6d_530:before{background:#f5f5f5}._btnPrimary_q5x6d_530:hover:not(:disabled):before{background:#fff}._stepNav_q5x6d_570,._stepBadge_q5x6d_596{color:#737373}._stepArrow_q5x6d_577:hover:not(:disabled){color:#f5f5f5}._autoApprove_q5x6d_629{color:#737373}._autoApproveCancel_q5x6d_675{color:#34d399}._autoApproveTip_q5x6d_642:after{background:#fff3}._autoApproveCancelGlyph_q5x6d_713{background:color-mix(in srgb,#34d399 22%,transparent);color:#34d399}._autoApprovePieTrack_q5x6d_730{stroke:color-mix(in srgb,#34d399 22%,transparent)}}
