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_1xoyc_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_1xoyc_1 .38s cubic-bezier(.22,1,.36,1) both}@keyframes _ap-card-in_1xoyc_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}._head_1xoyc_29{display:flex;align-items:center;gap:8px;height:24px;overflow:visible}._icon_1xoyc_36{flex:none;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#f7f8fa;color:#1a1a1a}._icon_1xoyc_36[data-variant=questions]{background:color-mix(in srgb,#3b82f6 12%,#ffffff);color:#3b82f6}._icon_1xoyc_36[data-variant=command]{background:color-mix(in srgb,#d98404 14%,#ffffff);color:#d98404}._icon_1xoyc_36[data-variant=plan]{background:color-mix(in srgb,#15a06a 12%,#ffffff);color:#15a06a}._iconSvg_1xoyc_59{width:14px;height:14px}._headText_1xoyc_60{min-width:0;flex:1;display:flex;flex-direction:column;gap:0}._headActions_1xoyc_67{flex:none;display:inline-flex;align-items:center;gap:4px;margin-left:auto}._headAction_1xoyc_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_1xoyc_67:hover{color:#1a1a1a;background:color-mix(in srgb,#1a1a1a 6%,transparent)}._headAction_1xoyc_67:active{transform:scale(.99)}._headActionIcon_1xoyc_95{width:14px;height:14px;flex:none}._title_1xoyc_96{font-size:13.5px;font-weight:500;letter-spacing:-.01em;line-height:1.25}._planIntro_1xoyc_102{display:flex;flex-direction:column;gap:4px;min-width:0;padding-left:2px}._planHeadline_1xoyc_109{font-size:15px;font-weight:500;letter-spacing:-.01em;line-height:1.35;color:#1a1a1a}._planSummary_1xoyc_116{font-size:12.5px;line-height:1.4;color:#a1a1a1;white-space:pre-line}._questionsViewport_1xoyc_122{overflow:hidden;width:100%;padding:1px;margin:-1px}._questionsViewport_1xoyc_122[data-animate=true]{transition:height .36s cubic-bezier(.22,1,.36,1)}._questionsTrack_1xoyc_131{position:relative;display:flex;flex-direction:column;gap:32px;will-change:transform}._questionsTrack_1xoyc_131[data-animate=true]{transition:transform .36s cubic-bezier(.22,1,.36,1)}._question_1xoyc_122{display:flex;flex-direction:column;gap:8px;flex:none;opacity:0}._question_1xoyc_122[data-active=true]{opacity:1}._questionsTrack_1xoyc_131[data-animate=true] ._question_1xoyc_122{transition:opacity .36s cubic-bezier(.22,1,.36,1)}._question_1xoyc_122:not([data-active=true]){pointer-events:none}._qPrompt_1xoyc_153{font-size:13px;font-weight:500;line-height:1.35;padding-left:2px}._options_1xoyc_159{display:flex;flex-direction:column;gap:4px}._option_1xoyc_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_1xoyc_159:hover:not([data-selected=true]){background:#fafafa}._option_1xoyc_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_1xoyc_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_1xoyc_190::placeholder{color:#a1a1a1}._option_1xoyc_159:active:not([data-other=true]){transform:scale(.99)}._option_1xoyc_159[data-other=true],._option_1xoyc_159[data-other=true]:active{transform:none;cursor:text}._key_1xoyc_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_1xoyc_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_1xoyc_159[data-selected=true] ._key_1xoyc_210{border:0;color:#fff}._option_1xoyc_159[data-selected=true] ._key_1xoyc_210:before{opacity:1}._cmdBlock_1xoyc_245{display:flex;flex-direction:column;gap:4px;padding:8px 12px 12px;border-radius:8px;background:#fafafa}._cwd_1xoyc_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_1xoyc_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_1xoyc_268{color:var(--tok-cmd)}._tokFlag_1xoyc_269{color:var(--tok-flag)}._tokFlagVal_1xoyc_270{color:var(--tok-flag-val)}._tokPath_1xoyc_271{color:var(--tok-path)}._tokOp_1xoyc_272{color:var(--tok-op)}._tokStr_1xoyc_273{color:var(--tok-str)}._tokEnv_1xoyc_274{color:var(--tok-env)}._cardExiting_1xoyc_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_1xoyc_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_1xoyc_285::-webkit-scrollbar{width:4px}._cmdOutputWrap_1xoyc_285::-webkit-scrollbar-thumb{background:#00000026;border-radius:999px}._cmdOutput_1xoyc_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_1xoyc_285:empty:before{content:" "}._cmdOutputEnter_1xoyc_318{animation:_cmd-output-in_1xoyc_1 .14s ease-out both}@keyframes _cmd-output-in_1xoyc_1{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:none}}@keyframes _cmd-output-in-fade_1xoyc_1{0%{opacity:0}to{opacity:1}}._cmdCursor_1xoyc_332{display:inline-block;width:6px;height:13px;background:#1a1a1a;vertical-align:text-bottom;animation:_cmd-cursor-blink_1xoyc_1 1.06s step-end infinite;margin-left:1px}._cmdCursorSolid_1xoyc_342{animation:none;opacity:1}@keyframes _cmd-cursor-blink_1xoyc_1{0%,to{opacity:1}50%{opacity:0}}._outSuccess_1xoyc_352{color:#16a34a}._outInfo_1xoyc_353{color:#2563eb}._outDim_1xoyc_354{color:#a3a3a3}._outMuted_1xoyc_355{color:#737373}._outPath_1xoyc_356{color:#d97706}._outSize_1xoyc_357{color:#1a1a1a}._outGzip_1xoyc_358{color:#9333ea}@media(prefers-reduced-motion:reduce){._cardExiting_1xoyc_276{transition:none}._cmdCursor_1xoyc_332{animation:none;opacity:1}._cmdOutputEnter_1xoyc_318{animation:_cmd-output-in-fade_1xoyc_1 .1s ease-out both}}[data-theme=dark] ._cardExiting_1xoyc_276,.dark ._cardExiting_1xoyc_276{opacity:0}[data-theme=dark] ._cmdOutputWrap_1xoyc_285,.dark ._cmdOutputWrap_1xoyc_285{border-top-color:#ffffff14}[data-theme=dark] ._cmdOutputWrap_1xoyc_285::-webkit-scrollbar-thumb,.dark ._cmdOutputWrap_1xoyc_285::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=dark] ._cmdOutput_1xoyc_285,.dark ._cmdOutput_1xoyc_285{color:#a3a3a3}[data-theme=dark] ._cmdCursor_1xoyc_332,.dark ._cmdCursor_1xoyc_332{background:#e5e5e5}[data-theme=dark] ._outSuccess_1xoyc_352,.dark ._outSuccess_1xoyc_352{color:#34d399}[data-theme=dark] ._outInfo_1xoyc_353,.dark ._outInfo_1xoyc_353{color:#60a5fa}[data-theme=dark] ._outDim_1xoyc_354,.dark ._outDim_1xoyc_354{color:#525252}[data-theme=dark] ._outMuted_1xoyc_355,.dark ._outMuted_1xoyc_355{color:#737373}[data-theme=dark] ._outPath_1xoyc_356,.dark ._outPath_1xoyc_356{color:#fbbf24}[data-theme=dark] ._outSize_1xoyc_357,.dark ._outSize_1xoyc_357{color:#e5e5e5}[data-theme=dark] ._outGzip_1xoyc_358,.dark ._outGzip_1xoyc_358{color:#c084fc}@media(prefers-color-scheme:dark){._cardExiting_1xoyc_276{opacity:0}._cmdOutputWrap_1xoyc_285{border-top-color:#ffffff14}._cmdOutputWrap_1xoyc_285::-webkit-scrollbar-thumb{background:#ffffff26}._cmdOutput_1xoyc_285{color:#a3a3a3}._cmdCursor_1xoyc_332{background:#e5e5e5}._outSuccess_1xoyc_352{color:#34d399}._outInfo_1xoyc_353{color:#60a5fa}._outDim_1xoyc_354{color:#525252}._outMuted_1xoyc_355{color:#737373}._outPath_1xoyc_356{color:#fbbf24}._outSize_1xoyc_357{color:#e5e5e5}._outGzip_1xoyc_358{color:#c084fc}}._todoWell_1xoyc_416{padding:8px 12px 12px;border-radius:8px;background:#fafafa}._todoHead_1xoyc_421{display:flex;width:100%;align-items:center;gap:8px;min-height:22px;color:#1a1a1a;font-size:13px}._todoHeadIcon_1xoyc_430{position:relative;width:14px;height:14px;flex:none;color:#1a1a1a}._todoListIcon_1xoyc_437{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:14px;height:14px}._todoTitle_1xoyc_444{font-weight:500}._todoCount_1xoyc_445{margin-left:auto;color:#a1a1a1;font-variant-numeric:tabular-nums}._todoList_1xoyc_437{list-style:none;display:flex;flex-direction:column;gap:8px;margin:0;padding:8px 0 0;font-size:13px}._todoListFlush_1xoyc_459{padding-top:0}._todoItem_1xoyc_460{display:flex;align-items:flex-start;gap:8px;line-height:18px;color:#a1a1a1}._todoIconWrap_1xoyc_467{position:relative;width:16px;height:16px;flex:none;margin-top:1px}._todoIcon_1xoyc_467{position:absolute;top:0;right:0;bottom:0;left:0;width:16px;height:16px;color:#a1a1a1;opacity:1}._todoLabel_1xoyc_482{font-weight:400;color:#a1a1a1}._todoCollapsible_1xoyc_486{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_1xoyc_494{grid-template-rows:0fr;opacity:0;pointer-events:none}._todoInner_1xoyc_499{min-height:0;overflow:hidden}._todoRest_1xoyc_503{padding-top:8px}._todoMore_1xoyc_504{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_1xoyc_520{position:relative;width:16px;height:16px;flex:none;margin-top:1px;display:inline-flex;align-items:center;justify-content:center}._todoMoreGlyph_1xoyc_530{width:16px;height:16px}._todoMore_1xoyc_504:hover{color:#1a1a1a}._todoMore_1xoyc_504:active{transform:scale(.99)}._actions_1xoyc_533{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding-top:0;padding-left:4px}._actionsSpacer_1xoyc_542{flex:none;width:0}._actionsLeaving_1xoyc_543{opacity:0;transform:translateY(4px) scale(.97);pointer-events:none;transition:opacity .2s cubic-bezier(.23,1,.32,1),transform .2s cubic-bezier(.23,1,.32,1)}._actionBtns_1xoyc_551{display:flex;justify-content:flex-end;gap:8px;margin-left:auto}._btnGhost_1xoyc_557,._btnPrimary_1xoyc_558{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_1xoyc_575{width:12px;height:12px;flex:none}._btnGhost_1xoyc_557:before,._btnPrimary_1xoyc_558: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_1xoyc_557{color:#1a1a1a}._btnGhost_1xoyc_557:before{background:color-mix(in srgb,#1a1a1a 6%,transparent)}._btnGhost_1xoyc_557:hover:before{background:color-mix(in srgb,#1a1a1a 10%,transparent)}._btnGhost_1xoyc_557:active,._btnPrimary_1xoyc_558:active:not(:disabled){transform:scale(.98)}._btnPrimary_1xoyc_558{color:#fff}._btnPrimary_1xoyc_558:before{background:#0b0d12}._btnPrimary_1xoyc_558:hover:not(:disabled):before{background:#2a2f3a}._btnPrimary_1xoyc_558:disabled{opacity:.38;cursor:default}._stepNav_1xoyc_598{flex:none;display:inline-flex;align-items:center;gap:4px;color:#a1a1a1}._stepArrow_1xoyc_605{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_1xoyc_605:hover:not(:disabled){color:#1a1a1a}._stepArrow_1xoyc_605:active:not(:disabled){transform:scale(.99)}._stepArrow_1xoyc_605:disabled{opacity:.28;cursor:default}._stepArrowIcon_1xoyc_623{width:14px;height:14px}._stepBadge_1xoyc_624{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_1xoyc_639{display:inline}._digitRoll_1xoyc_640{display:inline-block;position:relative;overflow:hidden;height:1em;line-height:1em;vertical-align:-.05em}._digitRollInner_1xoyc_648{display:flex;flex-direction:column;transition:transform .35s cubic-bezier(.4,0,.2,1)}._digitRollInner_1xoyc_648[data-dir=down],._digitRollInner_1xoyc_648[data-dir=up][data-shifted=true]{transform:translateY(-1em)}._digitRollInner_1xoyc_648[data-dir=down][data-shifted=true]{transform:translateY(0)}._digitRollInner_1xoyc_648 span{height:1em;line-height:1em}._autoApprove_1xoyc_657{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_1xoyc_666{opacity:0;pointer-events:none}._autoApproveTip_1xoyc_670{position:relative;display:inline-flex;flex:none;line-height:0}._autoApproveTip_1xoyc_670: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_1xoyc_670:hover:after,._autoApproveTip_1xoyc_670:focus-within:after{opacity:1;filter:blur(0);transform:translate(-50%) translateY(0)}._autoApproveCancel_1xoyc_703{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;transition:transform .16s cubic-bezier(.22,1,.36,1)}._autoApproveCancel_1xoyc_703:disabled{cursor:default}._autoApproveCancel_1xoyc_703:active:not(:disabled){transform:scale(.95)}._autoApproveLabel_1xoyc_720{font-size:12px;line-height:1;white-space:nowrap;font-variant-numeric:tabular-nums}._autoApproveSecs_1xoyc_726{display:inline-flex;align-items:center;overflow:hidden;font-weight:500;font-variant-numeric:tabular-nums;line-height:1;vertical-align:baseline}._autoApprovePie_1xoyc_735{flex:none;width:16px;height:16px;color:inherit;display:block;transition:opacity .15s cubic-bezier(.22,1,.36,1)}._autoApproveCancelGlyph_1xoyc_743{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_1xoyc_703:hover ._autoApprovePie_1xoyc_735,._autoApproveCancel_1xoyc_703:focus-visible ._autoApprovePie_1xoyc_735{opacity:0}._autoApproveCancel_1xoyc_703:hover ._autoApproveCancelGlyph_1xoyc_743,._autoApproveCancel_1xoyc_703:focus-visible ._autoApproveCancelGlyph_1xoyc_743{opacity:1}._autoApprovePieTrack_1xoyc_760{stroke:color-mix(in srgb,#15a06a 22%,transparent)}._autoApprovePieFill_1xoyc_763{stroke:currentColor;transition:stroke-dashoffset 1s linear}@media(prefers-reduced-motion:reduce){._card_1xoyc_1{animation:none}._questionsViewport_1xoyc_122[data-animate=true],._questionsTrack_1xoyc_131[data-animate=true],._questionsTrack_1xoyc_131[data-animate=true] ._question_1xoyc_122,._digitRollInner_1xoyc_648,._autoApprovePieFill_1xoyc_763,._autoApprove_1xoyc_657,._autoApprovePie_1xoyc_735,._autoApproveCancel_1xoyc_703,._autoApproveCancelGlyph_1xoyc_743{transition:none}._actionsLeaving_1xoyc_543{transform:none;transition:opacity .2s ease-out}._option_1xoyc_159,._key_1xoyc_210,._key_1xoyc_210:before,._btnGhost_1xoyc_557,._btnPrimary_1xoyc_558,._btnGhost_1xoyc_557:before,._btnPrimary_1xoyc_558:before,._stepArrow_1xoyc_605{transition:none}}[data-theme=dark] ._card_1xoyc_1,.dark ._card_1xoyc_1{background:#1a1a1a;box-shadow:0 0 0 .5px #ffffff1f,0 1px 2px #0006,0 2px 4px #0000004d;color:#f5f5f5}[data-theme=dark] ._icon_1xoyc_36,.dark ._icon_1xoyc_36{background:#101010;color:#f5f5f5}[data-theme=dark] ._icon_1xoyc_36[data-variant=questions],.dark ._icon_1xoyc_36[data-variant=questions]{background:color-mix(in srgb,#3b82f6 18%,#1a1a1a);color:#60a5fa}[data-theme=dark] ._icon_1xoyc_36[data-variant=command],.dark ._icon_1xoyc_36[data-variant=command]{background:color-mix(in srgb,#f5b14c 14%,#1a1a1a);color:#f5b14c}[data-theme=dark] ._icon_1xoyc_36[data-variant=plan],.dark ._icon_1xoyc_36[data-variant=plan]{background:color-mix(in srgb,#34d399 12%,#1a1a1a);color:#34d399}[data-theme=dark] ._headAction_1xoyc_67,.dark ._headAction_1xoyc_67{color:#737373}[data-theme=dark] ._headAction_1xoyc_67:hover,.dark ._headAction_1xoyc_67:hover{color:#f5f5f5;background:color-mix(in srgb,#f5f5f5 6%,transparent)}[data-theme=dark] ._planHeadline_1xoyc_109,.dark ._planHeadline_1xoyc_109{color:#f5f5f5}[data-theme=dark] ._planSummary_1xoyc_116,.dark ._planSummary_1xoyc_116{color:#a3a3a3}[data-theme=dark] ._option_1xoyc_159:not([data-selected=true]),.dark ._option_1xoyc_159:not([data-selected=true]){border-color:#ffffff1f;color:#f5f5f5}[data-theme=dark] ._option_1xoyc_159:hover:not([data-selected=true]),.dark ._option_1xoyc_159:hover:not([data-selected=true]){background:#101010}[data-theme=dark] ._option_1xoyc_159[data-selected=true],.dark ._option_1xoyc_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_1xoyc_190,.dark ._optionInput_1xoyc_190{color:#f5f5f5}[data-theme=dark] ._optionInput_1xoyc_190::placeholder,.dark ._optionInput_1xoyc_190::placeholder{color:#737373}[data-theme=dark] ._key_1xoyc_210,.dark ._key_1xoyc_210{background:color-mix(in srgb,#f5f5f5 6%,transparent);color:#737373}[data-theme=dark] ._key_1xoyc_210:before,.dark ._key_1xoyc_210:before{background:#f5f5f5}[data-theme=dark] ._option_1xoyc_159[data-selected=true] ._key_1xoyc_210,.dark ._option_1xoyc_159[data-selected=true] ._key_1xoyc_210{color:#0a0a0a}[data-theme=dark] ._cmdBlock_1xoyc_245,.dark ._cmdBlock_1xoyc_245{background:#101010}[data-theme=dark] ._cwd_1xoyc_253,.dark ._cwd_1xoyc_253{color:var(--tok-path);opacity:.85}[data-theme=dark] ._card_1xoyc_1,.dark ._card_1xoyc_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_1xoyc_245,.dark ._cmd_1xoyc_245{color:#f5f5f5}[data-theme=dark] ._todoWell_1xoyc_416,.dark ._todoWell_1xoyc_416{background:#101010}[data-theme=dark] ._todoHead_1xoyc_421,.dark ._todoHead_1xoyc_421,[data-theme=dark] ._todoHeadIcon_1xoyc_430,.dark ._todoHeadIcon_1xoyc_430{color:#f5f5f5}[data-theme=dark] ._todoCount_1xoyc_445,[data-theme=dark] ._todoItem_1xoyc_460,[data-theme=dark] ._todoIcon_1xoyc_467,[data-theme=dark] ._todoLabel_1xoyc_482,[data-theme=dark] ._todoMore_1xoyc_504,.dark ._todoCount_1xoyc_445,.dark ._todoItem_1xoyc_460,.dark ._todoIcon_1xoyc_467,.dark ._todoLabel_1xoyc_482,.dark ._todoMore_1xoyc_504{color:#737373}[data-theme=dark] ._todoMore_1xoyc_504:hover,.dark ._todoMore_1xoyc_504:hover,[data-theme=dark] ._btnGhost_1xoyc_557,.dark ._btnGhost_1xoyc_557{color:#f5f5f5}[data-theme=dark] ._btnGhost_1xoyc_557:before,.dark ._btnGhost_1xoyc_557:before{background:color-mix(in srgb,#f5f5f5 6%,transparent)}[data-theme=dark] ._btnGhost_1xoyc_557:hover:before,.dark ._btnGhost_1xoyc_557:hover:before{background:color-mix(in srgb,#f5f5f5 10%,transparent)}[data-theme=dark] ._btnPrimary_1xoyc_558,.dark ._btnPrimary_1xoyc_558{color:#0a0a0a}[data-theme=dark] ._btnPrimary_1xoyc_558:before,.dark ._btnPrimary_1xoyc_558:before{background:#f5f5f5}[data-theme=dark] ._btnPrimary_1xoyc_558:hover:not(:disabled):before,.dark ._btnPrimary_1xoyc_558:hover:not(:disabled):before{background:#fff}[data-theme=dark] ._stepNav_1xoyc_598,[data-theme=dark] ._stepBadge_1xoyc_624,.dark ._stepNav_1xoyc_598,.dark ._stepBadge_1xoyc_624{color:#737373}[data-theme=dark] ._stepArrow_1xoyc_605:hover:not(:disabled),.dark ._stepArrow_1xoyc_605:hover:not(:disabled){color:#f5f5f5}[data-theme=dark] ._autoApprove_1xoyc_657,.dark ._autoApprove_1xoyc_657{color:#737373}[data-theme=dark] ._autoApproveCancel_1xoyc_703,.dark ._autoApproveCancel_1xoyc_703{color:#34d399}[data-theme=dark] ._autoApproveTip_1xoyc_670:after,.dark ._autoApproveTip_1xoyc_670:after{background:#fff3}[data-theme=dark] ._autoApproveCancelGlyph_1xoyc_743,.dark ._autoApproveCancelGlyph_1xoyc_743{background:color-mix(in srgb,#34d399 22%,transparent);color:#34d399}[data-theme=dark] ._autoApprovePieTrack_1xoyc_760,.dark ._autoApprovePieTrack_1xoyc_760{stroke:color-mix(in srgb,#34d399 22%,transparent)}@media(prefers-color-scheme:dark){._card_1xoyc_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_1xoyc_36{background:#101010;color:#f5f5f5}._icon_1xoyc_36[data-variant=questions]{background:color-mix(in srgb,#3b82f6 18%,#1a1a1a);color:#60a5fa}._icon_1xoyc_36[data-variant=command]{background:color-mix(in srgb,#f5b14c 14%,#1a1a1a);color:#f5b14c}._icon_1xoyc_36[data-variant=plan]{background:color-mix(in srgb,#34d399 12%,#1a1a1a);color:#34d399}._headAction_1xoyc_67{color:#737373}._headAction_1xoyc_67:hover{color:#f5f5f5;background:color-mix(in srgb,#f5f5f5 6%,transparent)}._planHeadline_1xoyc_109{color:#f5f5f5}._planSummary_1xoyc_116{color:#a3a3a3}._option_1xoyc_159:not([data-selected=true]){border-color:#ffffff1f;color:#f5f5f5}._option_1xoyc_159:hover:not([data-selected=true]){background:#101010}._option_1xoyc_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_1xoyc_190{color:#f5f5f5}._optionInput_1xoyc_190::placeholder{color:#737373}._key_1xoyc_210{background:color-mix(in srgb,#f5f5f5 6%,transparent);color:#737373}._key_1xoyc_210:before{background:#f5f5f5}._option_1xoyc_159[data-selected=true] ._key_1xoyc_210{color:#0a0a0a}._cmdBlock_1xoyc_245{background:#101010}._cwd_1xoyc_253{color:var(--tok-path);opacity:.85}._cmd_1xoyc_245{color:#f5f5f5}._todoWell_1xoyc_416{background:#101010}._todoHead_1xoyc_421,._todoHeadIcon_1xoyc_430{color:#f5f5f5}._todoCount_1xoyc_445,._todoItem_1xoyc_460,._todoIcon_1xoyc_467,._todoLabel_1xoyc_482,._todoMore_1xoyc_504{color:#737373}._todoMore_1xoyc_504:hover,._btnGhost_1xoyc_557{color:#f5f5f5}._btnGhost_1xoyc_557:before{background:color-mix(in srgb,#f5f5f5 6%,transparent)}._btnGhost_1xoyc_557:hover:before{background:color-mix(in srgb,#f5f5f5 10%,transparent)}._btnPrimary_1xoyc_558{color:#0a0a0a}._btnPrimary_1xoyc_558:before{background:#f5f5f5}._btnPrimary_1xoyc_558:hover:not(:disabled):before{background:#fff}._stepNav_1xoyc_598,._stepBadge_1xoyc_624{color:#737373}._stepArrow_1xoyc_605:hover:not(:disabled){color:#f5f5f5}._autoApprove_1xoyc_657{color:#737373}._autoApproveCancel_1xoyc_703{color:#34d399}._autoApproveTip_1xoyc_670:after{background:#fff3}._autoApproveCancelGlyph_1xoyc_743{background:color-mix(in srgb,#34d399 22%,transparent);color:#34d399}._autoApprovePieTrack_1xoyc_760{stroke:color-mix(in srgb,#34d399 22%,transparent)}}
