:root{--color-midnight: #1d0638;--color-daymode: #cdcdd2;--color-nightmode: #373741;--color-twilight: #442ee0;--color-futuregreen: #1eef97;--color-sunlight: #fef04a;--color-sunrise: #ee4c40}*{box-sizing:border-box}html{background:#fff;font-size:14px;font-family:Roboto,Segoe UI,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}body{height:100%;margin:0;padding:0;background:#fff}#root{height:100%;background:#fff}@media(min-width:480px){html{font-size:14px}}@media(min-width:600px){html{font-size:14px}}@media(min-width:768px){html{font-size:14px}}@media(min-width:992px){html{font-size:14px}}a{color:var(--color-futuregreen);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-twilight);text-decoration:underline}button{transition:all .3s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-daymode)}::-webkit-scrollbar-thumb{background:var(--color-twilight);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-futuregreen)}@media(prefers-color-scheme:dark){:root{color-scheme:dark}html{background:var(--color-nightmode, #373741);color:var(--color-daymode, #cdcdd2)}::-webkit-scrollbar-track{background:var(--color-nightmode, #373741)}::-webkit-scrollbar-thumb{background:#cdcdd233}::-webkit-scrollbar-thumb:hover{background:#cdcdd259}a{color:var(--color-futuregreen, #1eef97)}a:hover{color:var(--color-twilight, #442ee0)}}._container_6vijb_1{--mockup-header-blue: #1d0638;--mockup-header-blue-hover: #2a0b4d;flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff}._chatRoot_6vijb_11{flex:1;display:flex;align-items:stretch;justify-content:stretch;padding:0;overflow:hidden}._shell_6vijb_20{flex:1;height:100%;min-width:0;min-height:0;max-width:none;max-height:none;background:#fff;border:1px solid rgba(29,6,56,.1);border-radius:16px;overflow:hidden;box-shadow:0 24px 48px #1d06382e,0 4px 12px #00000014;display:flex;flex-direction:column}._panelHeader_6vijb_38{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--mockup-header-blue);color:#fff;flex-shrink:0}._panelHeaderTitle_6vijb_48{display:flex;align-items:center;gap:8px;font-family:Roboto,Segoe UI,Helvetica,Arial,sans-serif;font-size:14px;font-weight:600;letter-spacing:.02em}._panelHeaderRight_6vijb_58{display:flex;align-items:center;gap:8px}._panelStatus_6vijb_64{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:400;opacity:.8}._panelStatus_6vijb_64:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--color-futuregreen, #1eef97);box-shadow:0 0 6px #1eef9799}._panelAction_6vijb_82{width:28px;height:28px;border:none;border-radius:8px;background:#ffffff26;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}._panelAction_6vijb_82:hover{background:#ffffff40}._chatContainer_6vijb_100{flex:1;display:flex;flex-direction:column;width:100%;background:#f8f8fa;overflow:hidden}._chatEmptyState_6vijb_109{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:32px 20px 16px;gap:8px}._chatEmptyStateIcon_6vijb_120{color:var(--mockup-header-blue);opacity:.7;margin-bottom:4px}._chatEmptyStateTitle_6vijb_126{font-family:Roboto,Segoe UI,Helvetica,Arial,sans-serif;font-size:18px;font-weight:700;color:var(--color-midnight, #1d0638);letter-spacing:.01em;margin:0}._chatEmptyStateSubtitle_6vijb_135{font-family:Roboto,Segoe UI,Helvetica,Arial,sans-serif;font-size:13px;font-weight:400;color:#666;line-height:1.5;max-width:280px;margin:0}._chatMessageStream_6vijb_145{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}._chatMessageStream_6vijb_145::-webkit-scrollbar{width:5px}._chatMessageStream_6vijb_145::-webkit-scrollbar-track{background:transparent}._chatMessageStream_6vijb_145::-webkit-scrollbar-thumb{background:#1d063826;border-radius:3px}._chatMessageStream_6vijb_145::-webkit-scrollbar-thumb:hover{background:#1d063840}._chatMessageGpt_6vijb_173{margin-bottom:0;max-width:100%;display:flex}._chatMessageGptMinWidth_6vijb_179{max-width:82%;margin-bottom:0}._chatInput_6vijb_184{flex-shrink:0;padding:10px 12px 8px;width:100%;background:#fff;border-top:1px solid rgba(29,6,56,.06)}._chatAnalysisPanel_6vijb_192{flex:0 0 40%;min-width:20rem;max-width:40rem;overflow-y:auto;max-height:85vh;margin-left:1.25rem;margin-right:1.25rem;background:#fff;border:1px solid rgba(29,6,56,.1);border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000f}._chatSettingsSeparator_6vijb_207{display:flex;flex-direction:column;margin-top:.9375rem}._loadingLogo_6vijb_213{font-size:1.75rem}._commandsSplitContainer_6vijb_217{display:none}._commandsContainer_6vijb_221{display:flex;padding-left:.5rem;padding-right:.5rem;align-self:flex-end}._commandButton_6vijb_228{margin-bottom:0}._chatDisclaimer_6vijb_233{font-family:Roboto,Segoe UI,Helvetica,Arial,sans-serif;font-size:10.5px;color:#999;text-align:center;padding:4px 8px 2px;line-height:1.4}@media(min-width:992px){._chatMessageGpt_6vijb_173{max-width:100%}}@media(max-width:640px){._chatRoot_6vijb_11{padding:0}._shell_6vijb_20{width:100%;height:100%;min-width:0;min-height:0;max-width:none;max-height:none;border-radius:0}}@media(prefers-color-scheme:dark){._shell_6vijb_20{background:var(--color-nightmode, #373741);border-color:#cdcdd21f;box-shadow:0 24px 48px #00000059,0 4px 12px #0003}._panelHeader_6vijb_38{background:var(--mockup-header-blue)}._chatContainer_6vijb_100{background:#2e2e38}._chatInput_6vijb_184{background:var(--color-nightmode, #373741);border-top-color:#cdcdd214}._chatEmptyStateTitle_6vijb_126{color:var(--color-daymode, #cdcdd2)}._chatEmptyStateSubtitle_6vijb_135{color:#cdcdd2a6}._chatMessageStream_6vijb_145::-webkit-scrollbar-thumb{background:#cdcdd233}._chatMessageStream_6vijb_145::-webkit-scrollbar-thumb:hover{background:#cdcdd259}}._answerContainer_e9lgh_1{padding:10px 14px;background:#fff;border-radius:14px 14px 14px 4px;box-shadow:0 1px 3px #0000000a;outline:transparent solid .0625em;border:1px solid rgba(29,6,56,.08);max-width:82%}._answerLogo_e9lgh_12{font-size:1.75em}._answerText_e9lgh_16{font-size:13.5px;font-weight:400;line-height:1.55;color:#1a1a2e}._answerText_e9lgh_16 h1,._answerText_e9lgh_16 h2{font-size:14.5px;font-weight:700;margin:0 0 8px;padding-bottom:4px;border-bottom:1px solid rgba(29,6,56,.08);line-height:1.4}._answerText_e9lgh_16 h3{font-size:13.5px;font-weight:700;margin:12px 0 6px;line-height:1.4}._answerText_e9lgh_16 h4{font-size:13px;font-weight:600;margin:10px 0 4px;line-height:1.4}._answerText_e9lgh_16 p{margin:6px 0;line-height:1.55}._answerText_e9lgh_16 ul,._answerText_e9lgh_16 ol{margin:6px 0;padding-left:20px}._answerText_e9lgh_16 li{margin:3px 0;line-height:1.5}._answerText_e9lgh_16 li::marker{color:var(--color-twilight, #442ee0)}._answerText_e9lgh_16 code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;padding:1.5px 5px;background:#442ee012;border-radius:4px;color:var(--color-twilight, #442ee0)}._answerText_e9lgh_16 pre{margin:8px 0;padding:10px 12px;background:#f4f4f7;border-radius:8px;overflow-x:auto}._answerText_e9lgh_16 pre code{padding:0;background:none;color:inherit;font-size:.75rem;line-height:1.5}._answerText_e9lgh_16 blockquote{margin:.5em 0;padding:.5em .75em;border-left:3px solid var(--color-twilight, #442ee0);background:#442ee00a;border-radius:0 .375em .375em 0;font-style:italic;color:#555}._answerText_e9lgh_16 hr{border:none;border-top:1px solid rgba(29,6,56,.08);margin:10px 0}._answerText_e9lgh_16 a{color:var(--color-twilight, #442ee0);text-decoration:underline;text-underline-offset:2px}._answerText_e9lgh_16 a:hover{opacity:.8}._answerText_e9lgh_16 table{width:100%;border-collapse:collapse;margin:.5em 0;font-size:.75rem}._answerText_e9lgh_16 th,._answerText_e9lgh_16 td{text-align:left;padding:.3em .5em;border:1px solid rgba(29,6,56,.1);line-height:1.45}._answerText_e9lgh_16 th{background:#442ee00f;font-weight:600;font-size:.72rem;white-space:nowrap}._answerText_e9lgh_16 td{vertical-align:top}._selected_e9lgh_144{outline:.125em solid var(--color-futuregreen)}._citationLearnMore_e9lgh_148{margin-right:.3125em;font-weight:600;line-height:1.5em}._citation_e9lgh_148{font-weight:500;font-size:.72rem;line-height:1.5em;text-align:center;border-radius:.25em;padding:.125em .5em;background:var(--color-twilight);color:#fff;text-decoration:none;cursor:pointer}._citation_e9lgh_148:hover{text-decoration:underline}._followupQuestionsList_e9lgh_171{margin-top:.625em}._followupQuestionLearnMore_e9lgh_175{margin-right:.3125em;font-weight:600;line-height:1.5em}._followupQuestion_e9lgh_171{font-weight:500;font-size:.78rem;line-height:1.4;text-align:left;border-radius:.625em;padding:.375em .625em;background:#fff;color:var(--color-twilight, #442ee0);font-style:normal;text-decoration:none;cursor:pointer;border:1px solid rgba(68,46,224,.2);transition:background .15s ease,border-color .15s ease}._followupQuestion_e9lgh_171:hover{background:#442ee00f;border-color:#442ee059}._supContainer_e9lgh_204{text-decoration:none;cursor:pointer}._supContainer_e9lgh_204:hover{text-decoration:underline}._citationBadgeContainer_e9lgh_213{display:inline-flex;align-items:center;gap:.25em}._citationEntry_e9lgh_219{display:inline-flex;align-items:center;gap:.375em}sup{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:.625em;font-weight:600;vertical-align:top;top:-1;margin:0 .125em;min-width:.875em;height:.875em;border-radius:.1875em;background:var(--color-twilight);color:#fff;text-decoration-color:transparent;outline:transparent solid .0625em;cursor:pointer}._citationStepBadge_e9lgh_245{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#442ee01a;color:var(--color-twilight);font-weight:600;border:.0625em solid var(--color-twilight)}._citationStepBadgeInline_e9lgh_256{font-size:.55em;min-width:auto;height:auto;padding:.125em .5em;line-height:1.1}._citationStepBadgeList_e9lgh_264{font-size:.75em;min-width:auto;height:auto;padding:.125em .75em;line-height:1.1}._retryButton_e9lgh_272{width:fit-content}@keyframes _loading_e9lgh_294{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}._loadingdots_e9lgh_294:after{content:"";animation:_loading_e9lgh_294 1s infinite}._streaming_e9lgh_300 ._answerText_e9lgh_16>:last-child:after{content:"";display:inline-block;width:2px;height:.875em;background:var(--color-twilight, #442ee0);margin-left:2px;vertical-align:text-bottom;animation:_streamingBlink_e9lgh_1 .6s steps(2) infinite}@keyframes _streamingBlink_e9lgh_1{0%{opacity:1}50%{opacity:0}}._typingIndicator_e9lgh_321{display:flex;align-items:center;gap:4px;padding:12px 18px;min-height:0}._typingIndicator_e9lgh_321 span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--color-twilight, #442ee0);opacity:.4;animation:_typingBounce_e9lgh_1 .9s infinite ease-in-out}._typingIndicator_e9lgh_321 span:nth-child(2){animation-delay:.15s}._typingIndicator_e9lgh_321 span:nth-child(3){animation-delay:.3s}@keyframes _typingBounce_e9lgh_1{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:.9}}@keyframes _answerFadeIn_e9lgh_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._answerContainer_e9lgh_1{animation:_answerFadeIn_e9lgh_1 .25s ease}@media(prefers-color-scheme:dark){._answerContainer_e9lgh_1{background:#ffffff12;color:var(--color-daymode, #cdcdd2);border-color:#cdcdd21a;box-shadow:none}._answerText_e9lgh_16{color:var(--color-daymode, #cdcdd2)}._answerText_e9lgh_16 h2{border-bottom-color:#cdcdd21f}._answerText_e9lgh_16 code{background:#ffffff14;color:var(--color-futuregreen, #1eef97)}._answerText_e9lgh_16 pre{background:#00000040}._answerText_e9lgh_16 pre code{color:var(--color-daymode, #cdcdd2)}._answerText_e9lgh_16 hr{border-top-color:#cdcdd21f}._answerText_e9lgh_16 a{color:var(--color-futuregreen, #1eef97)}._answerText_e9lgh_16 blockquote{background:#442ee014;color:#cdcdd2b3}._answerText_e9lgh_16 th{background:#ffffff0f}._answerText_e9lgh_16 th,._answerText_e9lgh_16 td{border-color:#cdcdd21a}._answerText_e9lgh_16 li::marker{color:var(--color-futuregreen, #1eef97)}._streaming_e9lgh_300 ._answerText_e9lgh_16>:last-child:after{background:var(--color-futuregreen, #1eef97)}._typingIndicator_e9lgh_321 span{background:var(--color-futuregreen, #1eef97)}._followupQuestion_e9lgh_171{background:#ffffff0f;color:var(--color-futuregreen, #1eef97);border-color:#1eef9733}._followupQuestion_e9lgh_171:hover{background:#1eef9714;border-color:#1eef9759}}._questionInputContainer_1j3x3_2{display:flex;align-items:flex-end;gap:.5rem;background:#f4f4f7;border:1px solid rgba(29,6,56,.1);border-radius:.75rem;padding:6px 6px 6px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}._questionInputContainer_1j3x3_2:focus-within{border-color:var(--color-twilight, #442ee0);box-shadow:0 0 0 3px #442ee01a}._questionInputTextArea_1j3x3_22{flex:1;border:none;background:transparent;font-family:Roboto,Segoe UI,Helvetica,Arial,sans-serif;font-size:13.5px;line-height:1.45;color:#1a1a2e;resize:none;outline:none;padding:6px 0;max-height:96px;min-height:0;overflow-y:auto}._questionInputTextArea_1j3x3_22::placeholder{color:#999}._questionInputTextArea_1j3x3_22:disabled{opacity:.5;cursor:not-allowed}._questionInputButtonsContainer_1j3x3_47{display:flex;flex-direction:column;justify-content:flex-end;flex-shrink:0}._sendButton_1j3x3_55{width:32px;height:32px;flex-shrink:0;border:none;border-radius:8px;background:#442ee0;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .1s ease}._sendButton_1j3x3_55:hover:not(:disabled){background:#3722c4;transform:scale(1.05)}._sendButton_1j3x3_55:active:not(:disabled){transform:scale(.95)}._sendButton_1j3x3_55:disabled{opacity:.4;cursor:default}._stopButton_1j3x3_87{width:32px;height:32px;flex-shrink:0;border:none;border-radius:8px;background:#1d06380f;color:#1a1a2e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}._stopButton_1j3x3_87:hover{background:#1d06381f}@media(prefers-color-scheme:dark){._questionInputContainer_1j3x3_2{background:#ffffff0f;border-color:#cdcdd21f}._questionInputContainer_1j3x3_2:focus-within{border-color:var(--color-twilight, #442ee0);box-shadow:0 0 0 3px #442ee033}._questionInputTextArea_1j3x3_22{color:var(--color-daymode, #cdcdd2)}._questionInputTextArea_1j3x3_22::placeholder{color:#cdcdd273}._sendButton_1j3x3_55:hover:not(:disabled){background:#5a42f0}}._examplesNavList_1o3f7_1{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px;margin-top:12px;width:100%;max-width:300px}._example_1o3f7_1{word-break:break-word;background:#fff;border:1px solid rgba(68,46,224,.2);border-radius:10px;display:flex;flex-direction:column;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}._example_1o3f7_1:hover{background:#442ee00f;border-color:#442ee059;box-shadow:0 2px 8px #442ee01a;outline:none}._example_1o3f7_1:active{background:#442ee01a}._exampleText_1o3f7_37{margin:0;font-family:Roboto,Segoe UI,Helvetica,Arial,sans-serif;font-size:12.5px;font-weight:500;line-height:1.4;padding:10px 14px;color:var(--color-twilight, #442ee0);width:auto;min-height:0;text-align:left}._examplesNavList_1o3f7_1 li{display:block}._examplesNavList_1o3f7_1 li:nth-of-type(1),._examplesNavList_1o3f7_1 li:nth-of-type(2),._examplesNavList_1o3f7_1 li:nth-of-type(3){display:block}@media(prefers-color-scheme:dark){._example_1o3f7_1{background:#ffffff0f;border-color:#1eef9733}._example_1o3f7_1:hover{background:#1eef9714;border-color:#1eef9759;box-shadow:0 2px 8px #1eef971a}._example_1o3f7_1:active{background:#1eef971f}._exampleText_1o3f7_37{color:var(--color-futuregreen, #1eef97)}}@keyframes _userMsgFadeIn_diozc_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._container_diozc_12{display:flex;justify-content:flex-end;max-width:100%;animation:_userMsgFadeIn_diozc_1 .25s ease}._message_diozc_19{padding:10px 14px;background:var(--color-twilight, #442ee0);color:#fff;border:none;border-radius:14px 14px 4px;box-shadow:none;outline:none;font-size:13.5px;line-height:1.55;word-break:break-word;white-space:pre-wrap;max-width:82%;margin-left:auto}._downloadButton_2t7ea_1{position:relative;float:right}._markdownViewer_2t7ea_6{border-radius:.5em;box-shadow:#0000000d 0 0 0 .0625em,#0000001a 0 .125em .1875em;background-color:#fff;margin:1.25em 0}._loading_2t7ea_15{padding:6.25em;height:100vh;background-color:#fff}._error_2t7ea_21{height:100vh;background-color:#fff}._markdown_2t7ea_6{padding:1.875em}table{border-collapse:collapse}th,td{border:.0625em solid #ddd;padding:.5em}tr:nth-child(2n){background-color:#f6f8fa}code{display:block;font-family:monospace;padding:.625em;background-color:#f6f8fa}._supportingContentNavList_1sici_1{list-style:none;padding-left:.3125em;display:flex;flex-direction:column;gap:.625em}._supportingContentItem_1sici_9{word-break:break-word;background:#f9f9f9;border-radius:.5em;box-shadow:#0000000d 0 0 0 .0625em,#0000001a 0 .125em .1875em;outline:transparent solid .0625em;display:flex;flex-direction:column;padding:1.25em}._supportingContentItemHeader_1sici_22{margin:0}._supportingContentItemText_1sici_26{margin-bottom:0;font-weight:300}._supportingContentItemImage_1sici_31{object-fit:contain;max-width:100%;height:auto;display:block;margin:0 auto}._thoughtProcess_15prq_1{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;word-wrap:break-word;padding-top:.75em;padding-bottom:.75em}._tList_15prq_8{padding:1.25em 1.25em 0;display:block;background:#442ee00d;width:100%;box-sizing:border-box;overflow-wrap:anywhere}._tListItem_15prq_17{list-style:none;margin:auto auto auto 1.25em;min-height:3.125em;border-left:.0625em solid var(--color-twilight);padding:0 0 1.875em 1.875em;position:relative}._tListItem_15prq_17:last-child{border-left:0}._tListItem_15prq_17:before{position:absolute;left:-18px;top:-5px;content:" ";border:8px solid var(--color-futuregreen);border-radius:500%;background:var(--color-twilight);height:20px;width:20px}._tStep_15prq_43{color:var(--color-twilight);position:relative;font-size:.875em;margin-bottom:.5em}._tCodeBlock_15prq_50{max-height:18.75em;overflow:auto;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;width:100%;box-sizing:border-box}._tPropRow_15prq_60{flex-wrap:wrap;gap:5px;max-width:100%;margin-bottom:.5em}._tProp_15prq_60{display:inline-block;background-color:var(--color-daymode);color:var(--color-midnight);font-size:.95em;padding:.1875em .625em;border-radius:.625em;margin-bottom:.3em;word-break:break-word;white-space:normal;overflow-wrap:anywhere;border:1px solid var(--color-twilight)}._citationImg_15prq_81{height:28.125rem;max-width:100%;object-fit:contain}._header_15prq_87{color:var(--color-twilight);position:relative;font-size:.875em;margin-bottom:.5em}._reasoningEffort_15prq_94{font-size:14px;margin-bottom:8px}._tokenUsageGraph_15prq_99{padding:6px;width:100%;box-sizing:border-box}._tokenBar_15prq_105{min-height:28px;height:auto;margin-bottom:8px;padding:6px 12px;font-size:inherit;display:flex;flex-wrap:wrap;align-items:center;background-color:#d7d7d7;white-space:normal;overflow:hidden;word-break:break-word;overflow-wrap:anywhere;min-width:0;box-sizing:border-box}._tokenLabel_15prq_124{font-size:inherit;padding-right:4px;flex:1 1 auto;word-break:break-word;overflow-wrap:anywhere}._primaryBarContainer_15prq_132{width:100%;display:flex;gap:8px;padding:4px 0;flex-wrap:nowrap}._primaryBarContainer_15prq_132 ._tokenBar_15prq_105{margin-bottom:0}._promptBar_15prq_144{background-color:#a82424;color:#fff}._reasoningBar_15prq_149{background-color:#265e29;color:#fff}._outputBar_15prq_154{background-color:#12579b;color:#fff;min-width:120px}._totalBar_15prq_160{background-color:#424242;color:#fff}._secondaryTotalBar_15prq_165{background-color:#6d6d6d;color:#fff}._segmentWrapper_15prq_170{margin-top:16px;padding-top:4px}._segmentWrapperFirst_15prq_175{margin-top:0}._standaloneTotalBar_15prq_179{margin-top:10px}._groupedTotalBar_15prq_183{margin-top:2px}._subqueriesTable_15prq_187,._subqueriesTable_15prq_187 th,._subqueriesTable_15prq_187 td,._subqueriesTable_15prq_187 tr{background:#fff}._iterationSection_15prq_194{margin-top:1.5em}._iterationSection_15prq_194:first-of-type{margin-top:0}._stepHeaderCell_15prq_202{display:flex;flex-direction:column;align-items:flex-start;gap:.25em}._stepNumberText_15prq_209{font-weight:600;color:#123bb6}._stepLabel_15prq_214{font-weight:600}._stepCitations_15prq_218{margin-top:.75em;display:flex;flex-direction:column;gap:.375em}._stepResults_15prq_225{margin-top:.5em;margin-bottom:.5em;display:flex;flex-direction:column;gap:.25em}._noResults_15prq_233{margin-top:.5em;font-size:.85em;color:#666;font-style:italic}._stepResult_15prq_225{display:inline-block;font-size:.85em;word-break:break-word;overflow-wrap:anywhere}._stepResult_15prq_225 a{font-weight:500;line-height:1.5em;text-align:center;border-radius:.25em;padding:0 .5em;background:#d1dbfa;color:#123bb6;text-decoration:none;cursor:pointer;display:inline-block}._stepResult_15prq_225 a:hover{text-decoration:underline}._stepCitationEntry_15prq_264{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.25em;white-space:normal;word-break:break-word;overflow-wrap:anywhere;max-width:100%}._stepCitationEntry_15prq_264 a{white-space:normal;word-break:break-word;overflow-wrap:anywhere;text-align:left;max-width:100%}._loginButton_1hpx3_1{border-radius:.5rem;font-size:12px;font-weight:500;margin:0;padding:4px 10px;min-width:0;height:28px;background:#ffffff26;border:1px solid rgba(255,255,255,.4);color:#fff}._loginButton_1hpx3_1:hover{background:#ffffff40;color:#fff}._claimsToggle_1hpx3_19{position:absolute;top:-2px;right:-20px;background:none;border:none;cursor:pointer;font-size:12px;padding:0;line-height:1}._claimsPanel_1hpx3_31{position:absolute;top:36px;right:0;z-index:1000;background:#1e1e2e;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px;min-width:360px;max-width:500px;max-height:400px;overflow-y:auto;box-shadow:0 4px 16px #0006;color:#e0e0e0;font-size:12px}._claimsPanelHeader_1hpx3_49{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.15)}._claimsClose_1hpx3_58{background:none;border:none;color:#aaa;cursor:pointer;font-size:14px;padding:2px 6px}._claimsClose_1hpx3_58:hover{color:#fff}._claimsTable_1hpx3_71{width:100%;border-collapse:collapse}._claimsTable_1hpx3_71 th{text-align:left;padding:4px 8px;border-bottom:1px solid rgba(255,255,255,.1);color:#888;font-weight:600}._claimsTable_1hpx3_71 td{padding:3px 8px;border-bottom:1px solid rgba(255,255,255,.05)}._claimKey_1hpx3_89{color:#7ec8e3;font-family:monospace;white-space:nowrap}._claimValue_1hpx3_95{color:#e0e0e0;word-break:break-all;font-family:monospace}._container_qbu9i_1{margin-top:.625em}._fieldset_qbu9i_5{border:none;padding:0}._legend_qbu9i_10{font-size:14px;margin-bottom:5px;padding:0}._settingsSeparator_khr63_1{margin-top:.75rem}._option-slider_khr63_5{width:100%;max-width:400px;margin:20px auto;position:relative;user-select:none}._slider-track_khr63_13{width:100%;height:40px;background:#e0e0e0;border-radius:20px;position:relative}._slider-thumb_khr63_21{position:absolute;top:0;width:33.33%;height:40px;background:#0078d4;border-radius:20px;color:#fff;text-align:center;line-height:40px;transition:left .3s ease;cursor:pointer}._slider-options_khr63_35{display:flex;justify-content:space-between;position:absolute;top:0;width:100%;height:40px}._slider-option_khr63_35{width:33.33%;text-align:center;line-height:40px;color:#333;cursor:pointer}._slider-option_khr63_35._active_khr63_52{font-weight:700;color:#fff}._fieldset_khr63_57{border:none;padding:0}._legend_khr63_62{font-size:14px;margin-bottom:5px;padding:0}._layout_12rtq_1{display:flex;flex-direction:column;height:100vh;overflow:hidden}._main_12rtq_8{display:flex;flex:1;min-height:0;overflow:hidden}
