*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}html{background:#f2f2f2;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}._container_1k39q_1{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:10px 20px;gap:6px}._layout_12smp_1{display:flex;flex-direction:column;height:100vh}._header_12smp_7{background-color:#222;color:#f2f2f2}._headerContainer_12smp_12{display:flex;margin-right:12px;margin-left:12px;align-items:center;gap:40px}._headerTitle_12smp_20{margin-left:12px;font-weight:600}._buttonContainer_12smp_25{display:flex;margin-left:auto;align-items:center}._commandButton_12smp_31{margin-right:12px}._betaBadge_12smp_35{display:inline;background-color:#f5a623;color:#fff;padding:2px 8px;font-size:.8em;border-radius:5px;margin-left:8px}._betaBadge_12smp_35 svg{color:#fff;font-size:1.2px;vertical-align:-4px}._logoutButton_zy7q6_1{border-radius:5px;padding:30px;font-weight:100}._buttonList_1uvnk_2{display:flex;flex-direction:row;gap:20px;width:70%}._useCaseButton_1uvnk_10{padding:10px 20px;background-color:#000;color:#fff;border-color:#fff;border-radius:5px;cursor:pointer;transition:background-color .3s;box-shadow:none}._useCaseButton_1uvnk_10._active_1uvnk_22{background-color:#00a66d;border:none}._useCaseButton_1uvnk_10:disabled{background-color:gray;cursor:not-allowed;opacity:.6;border:none}._betaTag_1uvnk_35{margin-left:8px;padding:2px 6px;background:#fff;color:#f07000;border-radius:8px;font-size:10px;font-weight:600;vertical-align:middle}._popup_18x2i_2{position:absolute;bottom:100%;right:0;margin-bottom:6px;width:272px;background:#fff;border-radius:14px;border:1px solid #e5e5e0;box-shadow:0 8px 32px #00000017,0 1px 3px #0000000a;overflow:hidden;z-index:200;animation:_dropIn_18x2i_1 .18s cubic-bezier(.16,1,.3,1)}@keyframes _dropIn_18x2i_1{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modelList_18x2i_31{max-height:260px;overflow-y:auto;padding:5px;scrollbar-width:thin;scrollbar-color:#d4d4d0 transparent}._modelList_18x2i_31::-webkit-scrollbar{width:4px}._modelList_18x2i_31::-webkit-scrollbar-track{background:transparent}._modelList_18x2i_31::-webkit-scrollbar-thumb{background:#d4d4d0;border-radius:4px}._modelRow_18x2i_51{display:flex;align-items:center;gap:10px;width:100%;padding:9px 11px;border:none;border-radius:10px;background:transparent;cursor:pointer;transition:background .12s ease;text-align:left;font-family:inherit}._modelRow_18x2i_51:hover{background:#f7f7f5}._modelRowActive_18x2i_70{background:#f0f0ed}._modelRowActive_18x2i_70:hover{background:#ebebea}._modelRowIcon_18x2i_79{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:#f3f3f1;color:#777;flex-shrink:0;transition:all .12s ease}._modelRowIconActive_18x2i_92{background:#e5e5e0;color:#1a1a1a}._modelRowText_18x2i_98{display:flex;flex-direction:column;flex:1;min-width:0}._modelRowName_18x2i_105{font-size:13.5px;font-weight:500;color:#1a1a1a;line-height:1.3}._modelRowTag_18x2i_112{font-size:11px;color:#9a9a94;margin-top:1px;line-height:1.2}._modelRowCheck_18x2i_120{display:flex;align-items:center;color:#2b7a3d;flex-shrink:0}._divider_18x2i_128{height:1px;background:#ebebea;margin:0 12px}._settingsSection_18x2i_135{padding:10px 12px 12px}._settingsLabel_18x2i_139{font-size:10px;font-weight:600;color:#9a9a94;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}._segmentedTrack_18x2i_149{display:flex;gap:2px;background:#f3f3f1;border-radius:8px;padding:2.5px}._segmentedPill_18x2i_157{flex:1;padding:4.5px 0;border:none;border-radius:6px;font-size:11.5px;font-weight:430;font-family:inherit;cursor:pointer;transition:all .15s ease;background:transparent;color:#777;box-shadow:none;text-align:center}._segmentedPill_18x2i_157:hover{color:#555}._segmentedPillActive_18x2i_177{background:#fff;color:#1a1a1a;font-weight:600;box-shadow:0 1px 3px #00000012}._overlay_1rdi8_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000004d;backdrop-filter:blur(4px);z-index:999}._popup_1rdi8_13{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:1000px;min-width:320px;max-height:80vh;background:#fff;border-radius:1rem;box-shadow:0 12px 40px #00000026;border:1px solid rgba(229,231,235,.8);z-index:1000;overflow:hidden;animation:_fadeIn_1rdi8_1 .18s ease-out;display:flex;flex-direction:column}._popupHeader_1rdi8_34{display:flex;justify-content:flex-end;padding:.75rem .75rem 0;flex-shrink:0}._dismissButton_1rdi8_42{background:none;border:none;cursor:pointer;border-radius:6px;padding:4px;color:#6b7280;transition:background-color .15s ease}._dismissButton_1rdi8_42:hover{background-color:#f3f4f6}._popupContent_1rdi8_57{overflow-y:auto;flex:1;padding:0 1.5rem 1.5rem;scrollbar-width:thin}._popupContent_1rdi8_57::-webkit-scrollbar{width:4px}._popupContent_1rdi8_57::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}._container_19f4r_5{flex:1 1 100%;display:flex;flex-direction:column;overflow-y:hidden;height:100vh}._chatRoot_19f4r_13{flex:1 1 100%;display:flex;flex-direction:row;overflow:hidden}._chatContainer_19f4r_24{display:flex;justify-content:center;flex:1 1;flex-direction:column;align-items:center;padding-top:20px;height:100%}._chatContainerWithMessages_19f4r_38{justify-content:flex-start}._historyPanelWrapper_19f4r_42{width:300px;min-width:52px;max-width:400px;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:width .25s cubic-bezier(.4,0,.2,1)}._historyPanelWrapperCollapsed_19f4r_53{width:52px;min-width:52px}._panelHost_19f4r_58{width:100%;flex-grow:1;overflow:hidden;display:flex;flex-direction:column}._newChatButtonContainer_19f4r_70{width:100%;padding:10px;display:flex;flex-shrink:0;justify-content:center;background-color:#fff;transition:padding .25s ease}._historyPanelWrapperCollapsed_19f4r_53 ._newChatButtonContainer_19f4r_70{padding:8px}._newChatButton_19f4r_70{margin:0;justify-content:center;align-items:center;text-align:center}._chatMessageContainer_19f4r_95{display:flex;flex-direction:column;flex:9;width:100%;position:relative;scroll-behavior:smooth;scroll-padding-top:30px;overflow:hidden}._chatMessageStream_19f4r_108{flex-grow:1;width:90%;padding-left:24px;padding-right:24px;display:flex;flex-direction:column;max-width:1400px;margin:0 auto;overflow-y:auto;transition:padding-bottom .3s ease-out}._dateSeparator_19f4r_125{display:flex;align-items:center;justify-content:center;color:#8a96a3;font-size:.85rem;font-weight:500;margin:24px 0;width:100%;opacity:.8}._dateSeparator_19f4r_125:before,._dateSeparator_19f4r_125:after{content:"";flex:1;border-bottom:1px solid #e0e0e0}._dateSeparator_19f4r_125:not(:empty):before{margin-right:15px}._dateSeparator_19f4r_125:not(:empty):after{margin-left:15px}._chatMessageGpt_19f4r_152{margin-bottom:20px;width:auto;min-width:0;min-width:300px;display:flex;flex-direction:column;margin-right:auto;max-width:80%}._chatMessageGptMinWidth_19f4r_163{max-width:500px;margin-bottom:20px}._interactionWrapper_19f4r_168{flex-shrink:0;width:100%;display:flex;flex-direction:column}._chatEmptyStateWrapper_19f4r_179{flex:1;display:flex;align-items:center;justify-content:center}._chatEmptyState_19f4r_179{display:flex;flex-direction:column;justify-content:center;align-items:center}._chatEmptyStateWithInput_19f4r_193{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding-left:24px;padding-right:24px;box-sizing:border-box;gap:32px}._chatEmptyStateTitle_19f4r_206{font-size:4rem;font-weight:600;margin-top:0;margin-bottom:30px}._chatEmptyStateSubtitle_19f4r_213{font-weight:600;margin-bottom:10px}@media only screen and (max-height:780px){._chatEmptyState_19f4r_179{padding-top:0}._chatEmptyStateTitle_19f4r_206{font-size:3rem;margin-bottom:0}}._bottomContainer_19f4r_233{display:flex;justify-content:center;width:100%;position:relative;padding-top:20px;padding-bottom:10px}._bottomContainerCentered_19f4r_244{margin-top:0;width:100%}._bottomModeCommandsContainer_19f4r_249{width:67.5%;max-width:900px;display:flex;flex-direction:column;align-items:center;position:relative;padding-left:24px;padding-right:24px;box-sizing:border-box}._chatInput_19f4r_265{background:#fff;border-radius:16px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .2s ease-in-out;overflow:hidden;gap:4px}._chatInputTopRow_19f4r_287{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;padding-left:20px;padding-right:20px;min-height:45px;gap:12px}._chatAnalysisPanel_19f4r_308{flex:1 1 50%;max-width:50%;overflow-y:auto;max-height:85vh;margin-left:20px;margin-right:20px;transition:flex .3s ease}._chatSettingsSeparator_19f4r_318{margin-top:15px}._loadingLogo_19f4r_326{font-size:28px}._mbenergyLogo_19f4r_330{display:flex;justify-content:center;align-items:center;width:40%;height:auto;margin-bottom:16px}._mbenergyLogo_19f4r_330 img{width:100%;height:auto;object-fit:contain}._betaBadge_19f4r_349{display:inline;background-color:#f5a623;color:#fff;padding:2px 8px;font-size:.8em;border-radius:5px;margin-left:8px;width:fit-content;height:fit-content}._betaBadge_19f4r_349 svg{color:#fff;font-size:1.2px;vertical-align:-4px}._useCaseBadge_19f4r_367{display:inline-block;background-color:#00a66d;color:#fff;padding:2px 8px;font-size:.8em;border-radius:5px;margin-top:8px;width:fit-content;height:fit-content}._ragBadge_19f4r_379 svg{color:#fff;font-size:1.2px;vertical-align:-4px}._scrollToBottomButton_19f4r_389{position:absolute;bottom:40px;left:50%;transform:translate(-50%);padding:10px 20px;background-color:#fff;color:#000;border:none;border-radius:50%;width:40px;height:40px;font-size:20px;font-weight:700;cursor:pointer;box-shadow:0 4px 8px #0003;display:flex;align-items:center;justify-content:center;z-index:900}._scrollToBottomButton_19f4r_389:hover{background:#00a66d}._greetingContainer_19f4r_419{display:flex;flex-direction:column;align-items:center}._greetingRow_19f4r_425{display:flex;flex-direction:row;align-items:center;gap:16px}._greetingLogo_19f4r_432{height:48px;width:auto;object-fit:contain}._greetingText_19f4r_438{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0;white-space:nowrap}._createAssistantRow_19f4r_450{display:flex;justify-content:center;padding:20px 0 8px;width:100%}._createAssistantBtn_19f4r_457{display:inline-flex;align-items:center;line-height:1;padding:2px 4px;border-radius:4px;border:1px dashed #00a66d;background:transparent;color:#00a66d;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s ease;letter-spacing:.01em}._createAssistantBtnInner_19f4r_473{display:flex;align-items:center}._createAssistantBtn_19f4r_457:hover:not(:disabled){background:#00a66d14}._createAssistantBtn_19f4r_457:disabled{opacity:.45;cursor:not-allowed}._createAssistantLabel_19f4r_487{transform:translateY(1px);display:inline-block}._chatInputToolbar_19f4r_492{display:flex;align-items:center;justify-content:space-between;padding:2px 6px 5px}._toolbarLeft_19f4r_499{display:flex;align-items:center;gap:4px}._toolbarRight_19f4r_505{display:flex;align-items:center;gap:5px}._answerContainer_8rmx0_4{padding:12px 20px 20px;background:#f9f9f9;border-radius:8px;width:100%;box-shadow:0 2px 4px #00000024,0 0 2px #0000001f;outline:transparent solid 1px;box-sizing:border-box;transition:outline .1s ease-in-out;overflow-wrap:anywhere;word-wrap:break-word}._selected_8rmx0_19{outline:2px solid rgba(115,118,225,1)}._answerLogo_8rmx0_23{font-size:28px}._answerModeWrapper_8rmx0_28{display:inline-flex;align-items:center;gap:8px}._companyLogo_8rmx0_35{width:28px;height:28px;object-fit:contain;display:block}._answerModeBadge_8rmx0_43{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;color:#fff;font-size:.85rem;font-weight:500;line-height:1;background:#4b5563;box-shadow:0 1px 3px #0f172a2e;border:1px solid rgba(255,255,255,.15);white-space:nowrap}._answerModeBadge_8rmx0_43:hover{filter:brightness(1.05)}._answerModeBadgeIcon_8rmx0_65{display:inline-flex;align-items:center;justify-content:center}._answerModeBadgeIcon_8rmx0_65 svg{width:16px;height:16px;color:inherit}._answerModeBadgeLabel_8rmx0_78{font-weight:500}._answerText_8rmx0_85{font-size:16px;font-weight:400;line-height:22px}._answerText_8rmx0_85,._compact_8rmx0_92{word-wrap:break-word;overflow-wrap:anywhere}._answerText_8rmx0_85 td,._answerText_8rmx0_85 th{border:1px solid;padding:5px}._reasoningText_8rmx0_103{font-style:italic;color:#4a5568;line-height:1.5;white-space:pre-wrap}._reasoningHeader_8rmx0_110{font-weight:600;color:var(--text-secondary, #777);font-size:16px;line-height:22px;padding-top:16px;padding-bottom:16px}._reasoningHeader_8rmx0_110 td,._reasoningHeader_8rmx0_110 th{border:1px solid;padding:5px}._disclaimer_8rmx0_125{margin-right:5px;font-weight:600;line-height:24px;font-size:10px;color:#707070;padding-top:12px;margin-top:12px;border-top:1px solid #e1e4e8;display:block}._citationLearnMore_8rmx0_140{margin-right:5px;font-weight:600;line-height:24px}._citation_8rmx0_140{font-weight:500;line-height:24px;text-align:center;border-radius:4px;padding:0 8px;background:#d1dbfa;color:#123bb6;text-decoration:none;cursor:pointer}._citation_8rmx0_140:hover{text-decoration:underline}._supContainer_8rmx0_162{text-decoration:none;cursor:pointer}._supContainer_8rmx0_162:hover{text-decoration:underline}sup{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;vertical-align:top;top:-1px;margin:0 2px;min-width:14px;height:14px;border-radius:3px;background:#d1dbfa;color:#123bb6;text-decoration-color:transparent;outline:transparent solid 1px;cursor:pointer}._betaBadge_8rmx0_191{display:inline;background-color:#f5a623;color:#fff;padding:2px 8px;font-size:.8em;border-radius:5px;margin-left:8px;width:fit-content;height:fit-content}._betaBadge_8rmx0_191 svg{color:#fff;font-size:1.2px;vertical-align:-4px}@keyframes _loading_8rmx0_247{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}@keyframes _dots_8rmx0_1{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}._loadingdots_8rmx0_247:after{content:"";display:inline-block;animation:_dots_8rmx0_1 1.5s steps(4,end) infinite}._retryButton_8rmx0_253{width:fit-content}.viz-pending{display:flex;align-items:center;gap:10px;padding:24px;margin:1em 0;background:linear-gradient(135deg,#f0f2f4,#e8ebef,#f0f2f4);background-size:200% 200%;animation:_vizPendingShimmer_8rmx0_1 2s ease-in-out infinite;border-radius:8px;border:1px solid #e1e4e8;color:#57606a;font-size:14px;font-family:system-ui,-apple-system,sans-serif}@keyframes _vizPendingShimmer_8rmx0_1{0%{background-position:100% 50%}50%{background-position:0% 50%}to{background-position:100% 50%}}.viz-pending-spinner{width:18px;height:18px;border:2.5px solid #d1d5da;border-top-color:#00a66d;border-radius:50%;animation:_vizSpin_8rmx0_1 .8s linear infinite;flex-shrink:0}@keyframes _vizSpin_8rmx0_1{to{transform:rotate(360deg)}}._tableWrapper_8rmx0_311{overflow-x:auto;margin-top:1rem;margin-bottom:1rem}._table_8rmx0_311{border-collapse:collapse;max-width:100%;table-layout:auto;font-size:.95rem;border:1px solid #ccc}._tableHead_8rmx0_325{background-color:#f9f9f9}._tableRow_8rmx0_329:nth-child(2n){background-color:#f5f5f5}._tableHeaderCell_8rmx0_333,._tableCell_8rmx0_334{padding:.75rem;border:1px solid #ccc;text-align:left}._tableHeaderCell_8rmx0_333{font-weight:700;background-color:#f1f1f1}._tableCell_8rmx0_334{word-wrap:break-word}._compact_8rmx0_92{font-size:.9rem;color:var(--neutral-secondary, #666);line-height:1.4}._compactHeading_8rmx0_358{font-size:1rem;font-weight:600;margin:.25em 0;color:var(--neutral-primary, #444)}._compactParagraph_8rmx0_365{margin:.25em 0}._compact_8rmx0_92 code{font-family:monospace;background:#0000000d;padding:.1em .3em;border-radius:3px}._actionContainer_8rmx0_379{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:2px;margin-top:8px;margin-left:0;padding-left:4px;width:100%;opacity:1}._actionButton_8rmx0_392{border:none;background:transparent;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#605e5c;transition:all .2s ease}._actionButton_8rmx0_392:hover{background-color:#f3f2f1;color:#323130}._likeButton_8rmx0_412:hover{color:#2e8b57;background-color:#2e8b571a}._dislikeButton_8rmx0_418:hover{color:#000;background-color:#0000000d}._dislikeButton_8rmx0_418:hover ._actionIcon_8rmx0_423{fill:currentColor}._actionButton_8rmx0_392:disabled{cursor:not-allowed;opacity:.4}._actionButton_8rmx0_392._liked_8rmx0_433{color:#2e8b57;background-color:#2e8b571a}._actionButton_8rmx0_392._disliked_8rmx0_438{color:#d13438;background-color:#d134381a}._actionIcon_8rmx0_423{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:fill .2s ease}._logoWrapper_8rmx0_464{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px}._companyLogo_8rmx0_35{width:24px;height:24px;object-fit:contain;display:block;z-index:2}._spinningRing_8rmx0_483{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;border:2px solid rgba(0,166,109,.1);border-top:2px solid #00a66d;border-radius:50%;animation:_spin_8rmx0_483 1s linear infinite;z-index:1}._loadingContainer_8rmx0_497{display:flex;flex-direction:column;gap:8px;width:100%}._loadingHeader_8rmx0_505{display:flex;align-items:center;width:100%;margin-bottom:8px}._stepsContainer_8rmx0_518{display:flex;flex-direction:column;gap:0;border-left:2px solid var(--colorNeutralStroke2, #e2e8f0);margin-left:4px;padding-left:0}._stepGroup_8rmx0_527{animation:_stepFadeIn_8rmx0_1 .25s ease-out}._stepLine_8rmx0_533{display:flex;align-items:center;gap:8px;padding:3px 8px 3px 12px;cursor:pointer;border-radius:4px;transition:background-color .15s}._stepLine_8rmx0_533:hover{background-color:var(--colorNeutralBackground1Hover, rgba(0, 0, 0, .024))}._stepLineCurrent_8rmx0_549{display:flex;align-items:center;gap:8px;padding:3px 8px 3px 12px}._stepDot_8rmx0_558{width:5px;height:5px;border-radius:50%;background:var(--colorNeutralStroke1, #cbd5e1);flex-shrink:0}._stepDotActive_8rmx0_566{width:5px;height:5px;border-radius:50%;background:var(--colorNeutralForeground3, #94a3b8);flex-shrink:0}._stepSummary_8rmx0_576{font-family:Segoe UI,system-ui,sans-serif;font-size:.82rem;color:var(--colorNeutralForeground3, #64748b);line-height:1.4}._stepChevron_8rmx0_585{font-size:.7rem;color:var(--colorNeutralForeground4, #94a3b8);transition:transform .2s ease;margin-left:auto;user-select:none;opacity:0;transition:opacity .15s,transform .2s ease}._stepLine_8rmx0_533:hover ._stepChevron_8rmx0_585{opacity:1}._stepChevronOpen_8rmx0_601{opacity:1;transform:rotate(90deg)}._stepDetails_8rmx0_608{padding:4px 10px 8px 25px;font-size:.78rem;color:var(--colorNeutralForeground4, #94a3b8);line-height:1.5;font-family:Segoe UI,system-ui,sans-serif}._stepDetails_8rmx0_608 b,._stepDetails_8rmx0_608 strong{color:var(--colorNeutralForeground3, #64748b);font-weight:600}._stepDetails_8rmx0_608 i,._stepDetails_8rmx0_608 em{font-style:italic}._reasoningLine_8rmx0_629{padding:2px 8px 2px 12px;font-style:italic;font-size:.8rem;color:var(--colorNeutralForeground4, #94a3b8);line-height:1.4;font-family:Segoe UI,system-ui,sans-serif}._reasoningBlock_8rmx0_640{border-left:2px solid var(--colorNeutralStroke2, #e2e8f0);margin-left:4px;padding:2px 8px 2px 12px;font-style:italic;font-size:.8rem;color:var(--colorNeutralForeground4, #94a3b8);line-height:1.5;font-family:Segoe UI,system-ui,sans-serif}._placeholderLine_8rmx0_653{display:flex;align-items:center;gap:8px;padding:3px 8px 3px 12px}@keyframes _dotPulse_8rmx0_1{0%,to{opacity:1}50%{opacity:.3}}@keyframes _stepFadeIn_8rmx0_1{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_8rmx0_483{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._activeToolLine_8rmx0_696{display:flex;align-items:center;gap:8px;padding:3px 8px 3px 12px;animation:_stepFadeIn_8rmx0_1 .25s ease-out;min-height:22px}._activeToolLine_8rmx0_696{display:flex;align-items:center;gap:8px;padding:3px 8px 3px 12px;animation:_stepFadeIn_8rmx0_1 .25s ease-out,_dotPulse_8rmx0_1 1.8s ease-in-out infinite;min-height:22px}._completedToolLine_8rmx0_716{display:flex;align-items:center;gap:8px;padding:3px 8px 3px 12px}._completedToolLabel_8rmx0_723{font-family:Segoe UI,system-ui,sans-serif;font-size:.78rem;color:var(--colorNeutralForeground4, #94a3b8);line-height:1.4}._toolCounter_8rmx0_730{font-family:Segoe UI,system-ui,sans-serif;font-size:.75rem;color:var(--colorNeutralForeground4, #94a3b8);white-space:nowrap;flex-shrink:0}._toolGroupToggle_8rmx0_740{display:flex;align-items:center;gap:6px;padding:2px 8px 2px 12px;cursor:pointer;user-select:none;border-radius:4px;transition:background-color .15s}._toolGroupToggle_8rmx0_740:hover{background-color:var(--colorNeutralBackground1Hover, rgba(0, 0, 0, .024))}._toolGroupToggle_8rmx0_740:hover ._completedToolLabel_8rmx0_723{color:var(--colorNeutralForeground2, #475569)}._toolGroupExpanded_8rmx0_759{padding-left:8px}._processStepListWrapper_8rmx0_767{margin:4px 0 12px}._processStepListToggle_8rmx0_771{display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:2px 0;user-select:none}._processStepListToggle_8rmx0_771:hover ._processStepListLabel_8rmx0_780{color:var(--colorNeutralForeground2, #475569)}._processStepListChevron_8rmx0_784{font-size:.7rem;color:var(--colorNeutralForeground4, #94a3b8);width:10px;text-align:center}._processStepListLabel_8rmx0_780{font-family:Segoe UI,system-ui,sans-serif;font-size:.82rem;color:var(--colorNeutralForeground3, #64748b);transition:color .15s}._errorContainer_8rmx0_802{margin-top:16px;padding:12px 16px;background-color:#fff;border:1px solid #f3f2f1;border-left:4px solid #d13438;border-radius:4px;display:flex;flex-direction:column;gap:8px;box-shadow:0 2px 4px #0000000d;animation:_fadeIn_8rmx0_1 .3s ease-out}._errorHeader_8rmx0_816{display:flex;align-items:center;gap:8px;color:#a80000;font-weight:600;font-size:.95rem}._errorMessage_8rmx0_825{font-size:.9rem;color:#323130;line-height:1.5;margin:0}._retryButtonStyled_8rmx0_832{align-self:flex-start;margin-top:4px;background-color:#d13438;color:#fff;border:none;border-radius:4px;padding:6px 16px;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background-color .2s ease}._retryButtonStyled_8rmx0_832:hover{background-color:#a80000}._retryButtonStyled_8rmx0_832 svg{width:16px;height:16px}._backdrop_8rmx0_861{position:fixed;inset:0;background:#0f0f0f40;display:flex;align-items:center;justify-content:center;z-index:1300}._modal_8rmx0_872{background:#fff;border-radius:12px;border:1px solid rgba(15,15,15,.08);box-shadow:0 18px 45px #0f0f0f1f,0 0 0 1px #0f0f0f05;padding:20px 24px;max-width:520px;width:100%}._header_8rmx0_885{margin-bottom:12px}._title_8rmx0_889{font-size:16px;font-weight:600;margin-bottom:4px}._subtitle_8rmx0_895{font-size:13px;color:#37352fcc}._body_8rmx0_900{display:flex;flex-direction:column;gap:10px;font-size:14px}._sectionLabel_8rmx0_907{font-size:13px;font-weight:500;color:#37352fe6;margin-top:4px}._checkboxGroup_8rmx0_914{display:flex;flex-direction:column;gap:4px}._textareaBlock_8rmx0_921{margin-top:12px;display:flex;flex-direction:column;gap:4px}._textarea_8rmx0_921{min-height:120px}._footer_8rmx0_933{margin-top:18px;display:flex;justify-content:flex-end;gap:16px}._inlineCode_kk7k7_31{background-color:#afb8c133;padding:.2em .4em;border-radius:6px;font-family:SFMono-Regular,Consolas,monospace;color:#24292e;font-size:.9em;white-space:pre-wrap;word-wrap:break-word}._codeBlockContainer_kk7k7_42{margin:1.5em 0;background-color:#f6f8fa;border:1px solid #e1e4e8;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;max-width:100%;box-sizing:border-box}._codeBlockHeader_kk7k7_54{position:relative;display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#f0f2f4;border-bottom:1px solid #e1e4e8;z-index:10}._codeContentWrapper_kk7k7_65{overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%;scrollbar-width:thin;scrollbar-color:#d1d5da transparent;overflow-wrap:anywhere;word-wrap:break-word}._codeContentWrapper_kk7k7_65 pre{min-width:100%;width:100%;box-sizing:border-box}._codeBlockCopyButton_kk7k7_83{background:transparent;border:none;cursor:pointer;padding:6px;border-radius:4px;color:#57606a;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}._codeBlockCopyButton_kk7k7_83:hover{background-color:#0000000f;color:#24292f}._codeBlockCopyButton_kk7k7_83:active{background-color:#0000001a}._codeBlockCopyButton_kk7k7_83:focus-visible{outline:2px solid #0969da;outline-offset:-2px}._codeBlockCopyButton_kk7k7_83._copied_kk7k7_116{color:#2e8b57}._codePreviewWrapper_kk7k7_124{width:100%;max-width:100%;box-sizing:border-box;background:#fff;border-top:1px solid #e1e4e8;overflow:visible}._codePreviewIframe_kk7k7_133{width:100%;border:none;display:block;overflow:hidden}._codePreviewLoading_kk7k7_140{display:flex;align-items:center;justify-content:center;gap:10px;padding:32px 16px;min-height:100px;color:#57606a;font-size:14px;font-family:system-ui,-apple-system,sans-serif}._codePreviewSpinner_kk7k7_155{width:18px;height:18px;border:2.5px solid #d1d5da;border-top-color:#00a66d;border-radius:50%;animation:_vizSpin_kk7k7_1 .8s linear infinite;flex-shrink:0}._codePreviewError_kk7k7_165{padding:16px;margin:8px;background:#fff5f5;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:13px;font-family:system-ui,-apple-system,sans-serif;line-height:1.5}._codePreviewError_kk7k7_165 small{display:block;margin-top:4px;color:#b91c1c;font-size:12px;opacity:.8}._codePreviewFixing_kk7k7_5{display:flex;align-items:center;justify-content:center;padding:32px 16px;min-height:120px;background:linear-gradient(135deg,#f8faf9,#eef7f3,#f8faf9);background-size:200% 200%;animation:_vizPendingShimmer_kk7k7_1 2.5s ease-in-out infinite}._codePreviewFixingInner_kk7k7_16{display:flex;align-items:center;gap:10px;color:#006444;font-size:14px;font-family:system-ui,-apple-system,sans-serif}.viz-pending{display:flex;align-items:center;gap:10px;padding:24px;margin:1em 0;background:linear-gradient(135deg,#f0f2f4,#e8ebef,#f0f2f4);background-size:200% 200%;animation:_vizPendingShimmer_kk7k7_1 2s ease-in-out infinite;border-radius:8px;border:1px solid #e1e4e8;color:#57606a;font-size:14px;font-family:system-ui,-apple-system,sans-serif}@keyframes _vizPendingShimmer_kk7k7_1{0%{background-position:100% 50%}50%{background-position:0% 50%}to{background-position:100% 50%}}.viz-pending-spinner{width:18px;height:18px;border:2.5px solid #d1d5da;border-top-color:#00a66d;border-radius:50%;animation:_vizSpin_kk7k7_1 .8s linear infinite;flex-shrink:0}@keyframes _vizSpin_kk7k7_1{to{transform:rotate(360deg)}}._modalOverlay_kk7k7_261{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(4px);animation:_fadeIn_kk7k7_1 .2s ease-out}._modalContent_kk7k7_277{background:#fff;border-radius:8px;display:flex;flex-direction:column;box-shadow:0 10px 25px #00000040;overflow:hidden;width:auto;height:auto;max-width:95vw;max-height:95vh;animation:_scaleIn_kk7k7_1 .2s ease-out}._modalBody_kk7k7_298{flex:1;overflow:auto;position:relative;background-color:#fff;display:flex}._modalHeader_kk7k7_307{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e1e4e8;background:#f6f8fa}._modalTitle_kk7k7_316{font-weight:600;color:#24292e;font-size:14px;text-transform:uppercase}._modalCloseBtn_kk7k7_323{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#586069;display:flex;align-items:center;justify-content:center}._modalCloseBtn_kk7k7_323:hover{background-color:#e1e4e8;color:#24292e}@keyframes _fadeIn_kk7k7_1{0%{opacity:0}to{opacity:1}}@keyframes _scaleIn_kk7k7_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._zoomableContainer_i3kkm_5{width:100%;height:100%;display:flex;flex-direction:column}._zoomControls_i3kkm_12{display:flex;align-items:center;justify-content:flex-end;gap:2px;padding:4px 8px;background:#f6f8fa;border-bottom:1px solid #e1e4e8;font-family:system-ui,-apple-system,sans-serif;flex-shrink:0}._zoomBtn_i3kkm_24{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#24292e;font-size:16px;font-weight:500;line-height:1;padding:0;transition:background-color .15s ease}._zoomBtn_i3kkm_24:hover:not(:disabled){background-color:#e1e4e8}._zoomBtn_i3kkm_24:disabled{color:#c6cdd5;cursor:default}._zoomLevel_i3kkm_51{font-size:11px;font-weight:600;color:#57606a;min-width:40px;text-align:center;cursor:pointer;padding:4px 2px;border-radius:4px;user-select:none;transition:background-color .15s ease}._zoomLevel_i3kkm_51:hover{background-color:#e1e4e8;color:#24292e}._zoomViewport_i3kkm_69{width:100%;height:100%;overflow:hidden;flex:1}._zoomContent_i3kkm_76{width:100%;height:100%;transform-origin:center center}._container_178ap_1{position:relative;display:inline-flex}._trigger_178ap_8{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:6px;border-radius:6px;color:#57606a;transition:background-color .12s ease,color .12s ease}._trigger_178ap_8:hover{background-color:#0000000f;color:#24292f}._trigger_178ap_8:disabled{cursor:default;opacity:.7}._spinner_178ap_33{width:14px;height:14px;border:2px solid #d1d5da;border-top-color:#57606a;border-radius:50%;animation:_spin_178ap_33 .7s linear infinite}@keyframes _spin_178ap_33{to{transform:rotate(360deg)}}._menu_178ap_50{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014,0 8px 24px #0000001f;z-index:200;overflow:hidden;padding:4px 0;animation:_menuIn_178ap_1 .15s ease-out}@keyframes _menuIn_178ap_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._menuItem_178ap_79{display:flex;align-items:center;gap:10px;width:100%;padding:8px 14px;border:none;background:transparent;cursor:pointer;text-align:left;color:#24292f;transition:background .1s ease}._menuItem_178ap_79:hover{background:#f6f8fa}._menuItem_178ap_79 svg{flex-shrink:0;color:#57606a}._menuItemText_178ap_102{display:flex;flex-direction:column;gap:1px}._menuItemLabel_178ap_108{font-size:.85rem;font-weight:500}._menuItemHint_178ap_113{font-size:.72rem;color:#80868b}._menuDivider_178ap_120{height:1px;background:#e5e7eb;margin:4px 10px}._copyImageButton_19c6h_1{background:transparent;border:none;cursor:pointer;padding:6px;border-radius:4px;color:#57606a;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}._copyImageButton_19c6h_1:hover{background-color:#0000000f;color:#24292f}._copyImageButton_19c6h_1:active{background-color:#0000001a}._copyImageButton_19c6h_1:focus-visible{outline:2px solid #0969da;outline-offset:-2px}._copyImageButton_19c6h_1:disabled{cursor:default;opacity:.7}._copied_19c6h_37{color:#2e8b57}._spinner_19c6h_42{width:14px;height:14px;border:2px solid #d1d5da;border-top-color:#2e8b57;border-radius:50%;animation:_spin_19c6h_42 .7s linear infinite}@keyframes _spin_19c6h_42{to{transform:rotate(360deg)}}._backdrop_1uwh7_3{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#24242a99;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_1uwh7_16{background-color:#e0e1df;border-radius:12px;width:480px;max-width:95%;overflow:hidden;box-shadow:0 12px 40px #00000040;border:1px solid #50585f}._header_1uwh7_26{background-color:#00a66d;padding:24px;color:#fff}._title_1uwh7_32{font-size:1.4rem;font-weight:700}._subtitle_1uwh7_37{font-size:.95rem;opacity:.9;margin-top:6px}._body_1uwh7_43{padding:24px;color:#24242a}._sectionLabel_1uwh7_48{font-weight:700;margin-bottom:16px;display:block;color:#003226}._checkboxGroup_1uwh7_56{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}._checkboxGroup_1uwh7_56 .fui-Checkbox__label{padding-left:12px}._textareaBlock_1uwh7_69{margin-top:24px}._textarea_1uwh7_69{min-height:120px;width:100%;background-color:#fff!important;border:2px solid #00a66d!important;border-radius:6px;padding:12px;box-sizing:border-box;font-family:inherit;font-size:.9rem}._textarea_1uwh7_69:focus-within{outline:2px solid #00e68c!important;border-color:#00e68c!important}._footer_1uwh7_90{padding:16px 24px 24px;display:flex;justify-content:flex-end;gap:16px}._footer_1uwh7_90 button[appearance=primary]{background-color:#00a66d!important;border-color:#00a66d!important;font-weight:600}._footer_1uwh7_90 button[appearance=primary]:hover{background-color:#00e68c!important;border-color:#00e68c!important}._inputContainer_aj76w_2{width:100%;box-sizing:border-box;min-height:0}._questionInputWrapper_aj76w_9{width:100%;display:flex;align-items:center;border:2px solid transparent;border-radius:8px;transition:border-color .2s ease,background-color .2s ease}._dragActive_aj76w_18{border-color:#00a66d;background-color:#eff6fc}._textAreaRoot_aj76w_24{background-color:transparent!important;width:100%;display:flex;align-items:center;border:none!important;padding:0!important}._textAreaRoot_aj76w_24:after{content:none!important}._textAreaRoot_aj76w_24:focus-within{outline:none!important}._textAreaInput_aj76w_42{field-sizing:content;min-height:unset!important;height:auto;max-height:200px;line-height:20px;padding:4px 8px!important;background-color:transparent!important;border:none!important;box-shadow:none!important;overflow-y:hidden;--colorNeutralBackground3: transparent !important}._questionInputWrapper_aj76w_9 textarea{width:100%!important;min-height:1.4em;max-height:calc(7.5em + 8px);line-height:1.5em;padding:4px 8px!important;resize:none;overflow-y:auto;box-sizing:border-box;background-color:transparent!important}._button_13ukg_2{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:none;padding:0;background:#e5e5e0;color:#b0b0a8;cursor:default;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .1s ease;flex-shrink:0}._active_13ukg_23{background:#00a66d;color:#fff;cursor:pointer;box-shadow:0 1px 3px #2b7a3d33}._active_13ukg_23:hover{background:#236832;box-shadow:0 2px 5px #2b7a3d40}._active_13ukg_23:active{transform:scale(.94);box-shadow:0 0 2px #2b7a3d26}._streaming_13ukg_41{background:#1a1a1a;color:#fff;cursor:pointer;animation:_pulse_13ukg_1 1.6s ease-in-out infinite}._streaming_13ukg_41:hover{background:#333}._streaming_13ukg_41:active{transform:scale(.94)}@keyframes _pulse_13ukg_1{0%,to{box-shadow:0 0 #1a1a1a26}50%{box-shadow:0 0 0 4px #1a1a1a00}}._container_1g1bw_1{display:flex;justify-content:flex-end;align-items:flex-start;margin-bottom:20px;margin-left:auto;width:100%}._actions_1g1bw_11{display:flex;flex-direction:row;align-items:flex-start;gap:4px;margin-right:8px;margin-top:12px}._message_1g1bw_21{display:flex;flex-direction:row;align-items:flex-start;gap:8px;padding:16px 20px;background:#00a66db3;border-radius:8px;box-shadow:0 2px 4px #00000024,0 0 2px #0000001f;outline:transparent solid 1px;position:relative;max-width:70%;box-sizing:border-box}._textWrapper_1g1bw_40{flex:1 1 auto;min-width:0;width:100%}._text_1g1bw_40{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;word-break:break-word}._collapsed_1g1bw_55 ._text_1g1bw_40{line-clamp:5;-webkit-line-clamp:5}._expanded_1g1bw_60 ._text_1g1bw_40{line-clamp:unset;-webkit-line-clamp:unset}._editForm_1g1bw_66{width:100%;display:flex;flex-direction:column;gap:10px;min-width:0}._inputStack_1g1bw_74{display:grid;grid-template-columns:100%}._mirrorText_1g1bw_79,._editTextarea_1g1bw_80{grid-area:1 / 1;width:100%;padding:8px;font-family:inherit;font-size:inherit;line-height:1.5;white-space:pre-wrap;word-break:break-word;box-sizing:border-box;min-height:60px;border-radius:4px}._mirrorText_1g1bw_79{visibility:hidden;pointer-events:none;border:1px solid transparent}._editTextarea_1g1bw_80{background:#ffffff4d;border:1px solid rgba(0,0,0,.1);color:inherit;resize:none;outline:none;overflow:hidden}._editTextarea_1g1bw_80:focus{background:#ffffff80;border-color:#0000004d}._editActions_1g1bw_114{display:flex;justify-content:flex-end;gap:8px}._actionButton_1g1bw_120{padding:4px 12px;border-radius:4px;border:none;font-size:.85rem;cursor:pointer;font-weight:500;transition:background-color .2s}._saveButton_1g1bw_130{background-color:#000000b3;color:#fff}._saveButton_1g1bw_130:hover{background-color:#000000e6}._cancelButton_1g1bw_139{background-color:transparent;border:1px solid rgba(0,0,0,.2);color:#000000b3}._cancelButton_1g1bw_139:hover{background-color:#0000000d}._buttonWrapper_1g1bw_150{flex:0 0 auto;display:flex;align-items:center;padding-top:2px}._iconButton_1g1bw_158{border:none;background:transparent;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease,transform .2s ease,color .2s ease;color:#0009}._iconButton_1g1bw_158:hover{background:#00000014;color:#000000e6}._externalButton_1g1bw_180{padding:5px;color:#000000b3}._externalButton_1g1bw_180:hover{color:#000;background:#0000001a}._externalButton_1g1bw_180:disabled{cursor:not-allowed;opacity:.3;background:transparent}._externalButton_1g1bw_180:disabled:hover{background:transparent;color:#000000b3}._icon_1g1bw_158{width:20px;height:20px;display:block;transition:transform .3s cubic-bezier(.4,0,.2,1)}._actionIcon_1g1bw_210{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}._editIcon_1g1bw_222{width:20px;height:20px;display:block;transition:transform .2s ease;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}._externalButton_1g1bw_180:not(:disabled):hover ._editIcon_1g1bw_222{transform:rotate(-15deg) scale(1.1)}._iconDown_1g1bw_238{transform:rotate(0)}._iconUp_1g1bw_242{transform:rotate(180deg)}._iconButton_1g1bw_158:focus-visible,._externalButton_1g1bw_180:focus-visible,._actionButton_1g1bw_120:focus-visible{outline:2px solid rgba(0,0,0,.7);outline-offset:2px}._thoughtProcess_1shgs_1{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;word-wrap:break-word;padding-top:12px;padding-bottom:12px}._unsupportedBanner_1shgs_9{display:flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid #ffd1a6;background:#fff4e5;color:#8a4b00;border-radius:6px;font-size:14px;line-height:1.4}._unsupportedBanner_1shgs_9:before{content:"⚠️";font-size:16px;line-height:1}@media(prefers-color-scheme:dark){._unsupportedBanner_1shgs_9{border-color:#7a4d00;background:#2b1f0f;color:#ffd9a6}}._supportingContentNavList_1r0x2_1{list-style:none;padding-left:5px;display:flex;flex-direction:column;gap:10px}._supportingContentItem_1r0x2_9{word-break:break-word;background:#f9f9f9;border-radius:8px;box-shadow:#0000000d 0 0 0 1px,#0000001a 0 2px 3px;outline:transparent solid 1px;display:flex;flex-direction:column;padding:20px}._supportingContentItemHeader_1r0x2_23{margin:0}._supportingContentItemText_1r0x2_27{margin-bottom:0;font-weight:300}._button_o44ji_2{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid #e5e5e0;background:#fff;color:#777;cursor:pointer;padding:0;flex-shrink:0;transition:all .15s ease}._button_o44ji_2:hover{background:#f5f5f3;color:#444;border-color:#d8d8d4}._active_o44ji_24{background:#f0f0ed;border-color:#d8d8d4;color:#444}._button_o44ji_2:disabled{opacity:.4;cursor:not-allowed}._popup_2gikd_2{position:absolute;bottom:100%;left:0;margin-bottom:6px;background:#fff;border-radius:14px;border:1px solid #e5e5e0;box-shadow:0 8px 32px #00000017,0 1px 3px #0000000a;padding:10px;min-width:260px;max-width:320px;z-index:200;animation:_dropIn_2gikd_1 .18s cubic-bezier(.16,1,.3,1)}@keyframes _dropIn_2gikd_1{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._dropZone_1vzp6_1{border:2px dashed #c8c6c4;border-radius:8px;padding:16px 14px;text-align:center;cursor:pointer;background-color:#f8f9fa;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;height:80px}._dropZoneContent_1vzp6_15{display:flex;flex-direction:column;align-items:center;gap:6px}._largeDropIcon_1vzp6_22{font-size:24px;color:#a19f9d;transition:transform .2s ease}._dropZone_1vzp6_1:hover{background-color:#f3f2f1;border-color:#00a66d}._dropZone_1vzp6_1:hover ._largeDropIcon_1vzp6_22{transform:translateY(-2px);color:#00a66d}._dropZoneTextSmall_1vzp6_38{font-size:.75rem;color:#605e5c}._dropZoneTextSmall_1vzp6_38 strong{color:#00a66d;font-weight:600}._dropZoneActive_1vzp6_41{background-color:#e6f7f0!important;border-color:#00a66d!important;border-style:solid!important;box-shadow:inset 0 0 10px #00a66d1a}._dropZoneActive_1vzp6_41 ._largeDropIcon_1vzp6_22{color:#00a66d!important;transform:scale(1.1)}._container_17zpv_2{display:flex;flex-wrap:wrap;gap:6px;padding:8px 10px 4px;max-height:120px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d4d4d0 transparent}._container_17zpv_2::-webkit-scrollbar{height:3px}._container_17zpv_2::-webkit-scrollbar-thumb{background:#d4d4d0;border-radius:3px}._chip_17zpv_22{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 4px 4px;border-radius:8px;background:#f5f5f3;border:1px solid #ebebea;max-width:220px;transition:background .12s ease,opacity .2s ease}._chip_17zpv_22:hover{background:#eeeeec}._chipUploading_17zpv_38{opacity:.75}._chipUploading_17zpv_38 ._fileName_17zpv_42{color:#999}._iconArea_17zpv_47{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}._iconWrapper_17zpv_58{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;flex-shrink:0}._iconWrapper_17zpv_58 svg{width:18px;height:18px}._thumbnail_17zpv_74{width:28px;height:28px;border-radius:6px;object-fit:cover;flex-shrink:0}._spinnerOverlay_17zpv_83{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#fff9;border-radius:6px}._spinner_17zpv_83{width:14px;height:14px;border:2px solid #d4d4d0;border-top-color:#2b7a3d;border-radius:50%;animation:_spin_17zpv_83 .7s linear infinite}@keyframes _spin_17zpv_83{to{transform:rotate(360deg)}}._fileName_17zpv_42{font-size:11.5px;font-weight:450;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;line-height:1.2}._removeBtn_17zpv_121{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:5px;border:none;background:transparent;color:#999;cursor:pointer;flex-shrink:0;padding:0;transition:all .12s ease}._removeBtn_17zpv_121:hover{background:#e0e0dc;color:#555}._historyItem_1npkz_2{--mb-light-green: #00a66d;--mb-digital-green: #00e68c;--mb-orange: #f07000;--mb-dark-green: #006444;--mb-deep-green: #003226;--mb-anthracite: #24242a;--mb-gray: #50585f;--mb-light-gray: #e0e1df;position:relative;display:flex;align-items:flex-start;border-bottom:1px solid var(--mb-light-gray);background-color:transparent;transition:background-color .2s ease;margin:0;padding:0}._historyItem_1npkz_2:hover{background-color:#e0e1df4d}._selected_1npkz_27{background-color:#00a66d14;border-left:3px solid var(--mb-light-green)}._contentButton_1npkz_38{flex-grow:1;display:flex;flex-direction:column;gap:6px;padding:10px 32px 10px 8px;background:none;border:none;cursor:pointer;text-align:left;width:100%}._historyItem_1npkz_2:not(._selected_1npkz_27) ._contentButton_1npkz_38{padding-left:11px}._titleRow_1npkz_66{width:100%}._historyItemTitle_1npkz_70{font-size:.95rem;font-weight:600;color:var(--mb-anthracite);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;line-height:1.35}._metaRow_1npkz_85{display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--mb-gray);font-size:.75rem}._timestamp_1npkz_94{font-weight:500;letter-spacing:.02em}._statsContainer_1npkz_99{display:flex;align-items:center;gap:12px}._statBadge_1npkz_105{display:flex;align-items:center;gap:4px}._messageBadge_1npkz_112{opacity:0;transition:opacity .2s ease-in-out}._historyItem_1npkz_2:hover ._messageBadge_1npkz_112{opacity:1}._metaIcon_1npkz_123{width:16px;height:16px;color:#9ca3af;display:flex}._historyItem_1npkz_2:hover ._metaIcon_1npkz_123{color:var(--mb-gray)}._deleteButton_1npkz_135{position:absolute;right:2px;top:50%;transform:translateY(-50%);opacity:0;background:transparent;border:none;cursor:pointer;padding:6px;border-radius:50%;color:var(--mb-gray);display:flex;align-items:center;justify-content:center;transition:all .2s}._historyItem_1npkz_2:hover ._deleteButton_1npkz_135,._deleteButton_1npkz_135:focus{opacity:1}._deleteButton_1npkz_135:hover{background-color:#f070001a;color:var(--mb-orange)}._deleteIcon_1npkz_166{width:20px;height:20px}._modalOverlay_1npkz_172{position:fixed;inset:0;background-color:#24242a66;display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(2px)}._modalContent_1npkz_186{background-color:#fff;padding:24px;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;max-width:350px;width:90%}._modalTitle_1npkz_195{font-size:1.1rem;font-weight:600;margin:0 0 8px;color:var(--mb-anthracite)}._modalDescription_1npkz_202{margin:0 0 20px;color:var(--mb-gray);font-size:.9rem}._modalActions_1npkz_208{display:flex;justify-content:flex-end;gap:12px}._modalCancelButton_1npkz_214{background-color:#fff;border:1px solid var(--mb-light-gray);color:var(--mb-anthracite);padding:8px 16px;border-radius:4px;font-weight:500;cursor:pointer}._modalConfirmButton_1npkz_224{background-color:var(--mb-orange);border:none;color:#fff;padding:8px 16px;border-radius:4px;font-weight:500;cursor:pointer}._modalCancelButton_1npkz_214:hover{background-color:var(--mb-light-gray)}._modalConfirmButton_1npkz_224:hover{opacity:.9}._panel_1rora_6{display:flex;flex-direction:column;width:300px;height:100%;background:linear-gradient(180deg,#fafbfc,#f4f5f7);border-right:1px solid rgba(0,0,0,.06);overflow:hidden;transition:width .25s cubic-bezier(.4,0,.2,1)}._panelCollapsed_1rora_17{width:52px}._header_1rora_24{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;padding:12px 10px;min-height:48px;flex-shrink:0;border-bottom:1px solid rgba(0,0,0,.06);background:#ffffffb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._panelCollapsed_1rora_17 ._header_1rora_24{justify-content:center;padding:12px 0}._headerTitle_1rora_44{font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#24242a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}._iconButton_1rora_60{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#8a8a9a;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,color .15s ease}._iconButton_1rora_60:hover{background-color:#0000000d;color:#24242a}._iconButton_1rora_60:active{background-color:#00000014}._body_1rora_89{flex:1;min-height:0;overflow-y:auto;padding:4px 0 16px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}._body_1rora_89::-webkit-scrollbar{width:5px}._body_1rora_89::-webkit-scrollbar-track{background:transparent}._body_1rora_89::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}._body_1rora_89::-webkit-scrollbar-thumb:hover{background:#00000038}._group_1rora_118{margin-top:4px}._group_1rora_118:first-child{margin-top:0}._groupLabel_1rora_126{font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin:0;padding:12px 16px 6px;color:#8a8a9a;position:sticky;top:0;z-index:2;background:linear-gradient(180deg,#f4f5f7f2,#f4f5f7cc 80%,#f4f5f700);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}._emptyState_1rora_150{text-align:center;color:#a0a0b0;font-size:.85rem;margin-top:3rem;font-style:italic}._footer_1rora_161{margin-top:auto;flex-shrink:0;padding:10px;border-top:1px solid rgba(0,0,0,.06);background:#fff9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;justify-content:center}._newChatExpanded_1rora_174{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;font-size:15px;font-weight:600;border:none;border-radius:6px;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}._newChatExpanded_1rora_174:hover{background-color:#333}._newChatExpanded_1rora_174:active{background-color:#444}._newChatExpanded_1rora_174:disabled{background-color:#999;cursor:not-allowed;opacity:.6}._newChatCollapsed_1rora_208{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:8px;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:background-color .15s ease,transform .15s ease}._newChatCollapsed_1rora_208:hover{background-color:#333;transform:scale(1.05)}._newChatCollapsed_1rora_208:active{background-color:#444;transform:scale(.95)}._newChatCollapsed_1rora_208:disabled{background-color:#999;cursor:not-allowed;opacity:.6;transform:none}._overlay_86zzt_6{position:fixed;inset:0;background-color:#ffffffd9;backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_86zzt_1 .2s ease-out}._modalContainer_86zzt_22{width:95%;max-width:960px;max-height:85vh;background-color:#fff;box-shadow:0 20px 50px -12px #0003;border:1px solid rgba(0,0,0,.06);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;z-index:1000;animation:_slideUp_86zzt_1 .3s cubic-bezier(.16,1,.3,1)}._header_86zzt_39{padding:24px 40px;display:flex;justify-content:space-between;align-items:flex-start;background-color:#fff;flex-shrink:0}._title_86zzt_48{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}._subtitle_86zzt_56{margin:4px 0 0;font-size:.95rem;color:#666}._closeButton_86zzt_62{background:transparent;border:none;color:#999;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s}._closeButton_86zzt_62:hover{background-color:#f5f5f5;color:#333}._body_86zzt_78{padding:0;overflow-y:auto;flex-grow:1;display:flex;flex-direction:column}._scrollContent_86zzt_86{padding:10px 40px 40px;display:flex;flex-direction:column;gap:40px}._dashboardGrid_86zzt_97{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"name      model" "role      creativity" "role      reasoning" "task      format" "task      format";gap:12px 24px;align-items:start;grid-auto-rows:min-content}@media(max-width:768px){._dashboardGrid_86zzt_97{grid-template-columns:1fr;grid-template-areas:"name" "model" "role" "creativity" "reasoning" "task" "format";gap:16px}}._areaName_86zzt_131{grid-area:name}._areaModel_86zzt_134{grid-area:model}._areaCreativity_86zzt_137{grid-area:creativity;align-self:end}._areaReasoning_86zzt_141{grid-area:reasoning;align-self:start}._areaRole_86zzt_147{grid-area:role;height:100%;display:flex;flex-direction:column}._areaTask_86zzt_154{grid-area:task;height:100%;display:flex;flex-direction:column;margin-top:12px}._areaFormat_86zzt_162{grid-area:format;height:100%;display:flex;flex-direction:column;margin-top:12px}._inputGroup_86zzt_174{display:flex;flex-direction:column;gap:8px;height:100%}._label_86zzt_181{font-size:.85rem;font-weight:600;color:#444;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:8px}._helperText_86zzt_192{font-size:.8rem;color:#888;margin-top:-4px;margin-bottom:2px}._inputField_86zzt_199,._textarea_86zzt_200{width:100%;padding:12px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:.9rem;color:#1a1a1a;transition:all .2s ease;resize:none;box-sizing:border-box;box-shadow:0 1px 2px #00000008}._inputField_86zzt_199:focus,._textarea_86zzt_200:focus{border-color:#00a66d;box-shadow:0 0 0 3px #00a66d1a;outline:none}._textarea_86zzt_200{min-height:90px;max-height:155px;overflow-y:auto;line-height:1.5}._roleTextarea_86zzt_231,._taskTextarea_86zzt_232,._formatTextarea_86zzt_233{flex-grow:1;min-height:90px}._inputError_86zzt_239{border-color:#d32f2f!important;background-color:#fff8f8!important;box-shadow:0 0 0 2px #d32f2f1a!important;color:#d32f2f!important}._errorMessage_86zzt_246{display:flex;align-items:center;gap:6px;color:#d32f2f;font-size:.75rem;font-weight:600;margin-top:4px;animation:_fadeIn_86zzt_1 .2s ease-out}._sliderContainer_86zzt_261{display:flex;flex-direction:column;gap:12px;padding:16px;background-color:#fcfcfc;border:1px solid #f0f0f0;border-radius:8px}._sliderHeader_86zzt_271{display:flex;justify-content:space-between;align-items:center}._sliderValue_86zzt_277{font-size:.75rem;font-weight:700;color:#00a66d;background:#e6f6f0;padding:2px 8px;border-radius:4px}._rangeInput_86zzt_287{-webkit-appearance:none;width:100%;height:4px;border-radius:2px;background:#e5e5e5;outline:none;cursor:pointer}._rangeInput_86zzt_287::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #00a66d;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:transform .1s;margin-top:-6px}._rangeInput_86zzt_287::-webkit-slider-thumb:hover{transform:scale(1.1);background:#00a66d}._selectWrapper_86zzt_316{position:relative}._selectInput_86zzt_320{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff;font-size:.9rem;color:#333;cursor:pointer;appearance:none}._selectInput_86zzt_320:focus{border-color:#00a66d;outline:none}._selectArrow_86zzt_337{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#999}._templateSection_86zzt_350{display:flex;align-items:center;gap:16px;margin-bottom:8px}._templateHelperText_86zzt_357{display:flex;align-items:center;font-size:.85rem;font-weight:500;color:#555;margin-right:8px;white-space:nowrap}._templateLabel_86zzt_367{font-size:.75rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.05em}._templateGrid_86zzt_375{display:flex;gap:8px}._templateChip_86zzt_380{display:flex;align-items:center;gap:8px;padding:6px 14px;background-color:#f3f3f3;border:1px solid transparent;border-radius:6px;font-size:.85rem;font-weight:500;color:#555;cursor:pointer;transition:all .2s}._templateChip_86zzt_380:hover{background-color:#e5e5e5;color:#333}._activeChip_86zzt_400{background-color:#e6f6f0;color:#00a66d;font-weight:600}._generatorToggleWrapper_86zzt_411{width:100%;margin-bottom:-16px}._fullWidthGeneratorBtn_86zzt_416{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left}._fullWidthGeneratorBtn_86zzt_416:hover{border-color:#00a66d;background:#f0fdf9}._activeGeneratorBtn_86zzt_435{border-color:#00a66d;background:#f0fdf9;border-bottom-left-radius:0;border-bottom-right-radius:0}._btnContent_86zzt_442{display:flex;align-items:center;gap:16px}._btnIcon_86zzt_448{color:#00a66d;font-size:24px}._btnText_86zzt_453{display:flex;flex-direction:column}._btnTitle_86zzt_457{font-weight:700;font-size:.95rem;color:#1a1a1a}._btnSubtitle_86zzt_462{font-size:.8rem;color:#666}._chevron_86zzt_467{transition:transform .3s ease;color:#999}._rotated_86zzt_471{transform:rotate(180deg)}._aiGeneratorSection_86zzt_476{margin-top:-1px;border:1px solid #00a66d;border-top:none;border-radius:0 0 12px 12px;padding:16px 24px;background:#fcfdfc;display:flex;flex-direction:column;gap:16px}._explainerContainer_86zzt_489{display:flex;align-items:flex-start;gap:12px;background-color:#f0fdf9;border:1px solid #cbf4e2;border-radius:8px;padding:16px;width:100%;box-sizing:border-box}._explainerIcon_86zzt_501{font-size:20px;color:#00a66d;flex-shrink:0;margin-top:2px}._explainerContent_86zzt_508{display:flex;flex-direction:column;gap:8px}._explainerTitle_86zzt_514{font-size:.9rem;font-weight:700;color:#323130}._explainerText_86zzt_519{font-size:.85rem;color:#323130;margin:0;line-height:1.4}._explainerList_86zzt_526{margin:0;padding:0 0 0 18px;display:flex;flex-direction:column;gap:4px}._explainerList_86zzt_526 li{font-size:.8rem;color:#605e5c;line-height:1.4}._explainerList_86zzt_526 li strong{color:#000;font-weight:600}._generatorGrid_86zzt_546{display:flex;gap:24px;align-items:stretch;width:100%}._generatorColumn_86zzt_553{flex:1;display:flex;flex-direction:column;gap:12px;min-width:0}@media(max-width:768px){._generatorGrid_86zzt_546{flex-direction:column}}._columnTop_86zzt_567{display:flex;flex-direction:column;gap:8px;flex-grow:1}._columnBottom_86zzt_574{display:flex;flex-direction:column;gap:8px;margin-top:auto}._columnHeader_86zzt_581{display:flex;align-items:center;gap:8px}._headerIcon_86zzt_586{color:#00a66d;font-size:20px}._ioTextarea_86zzt_591{width:100%;border-radius:8px;border:1px solid #d1d5db;padding:10px;font-size:.85rem;resize:none;font-family:inherit;background:#fff;transition:border-color .2s;flex-grow:1}._ioTextarea_86zzt_591:focus{outline:none;border-color:#00a66d;box-shadow:0 0 0 3px #00a66d0d}._generatorFooter_86zzt_611{margin-top:8px;display:flex;justify-content:center}._generateDraftBtn_86zzt_617{background:#1a1a1a;color:#fff;border:none;padding:8px 28px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer}._uploadInfoSection_86zzt_632{display:flex;flex-direction:column;gap:2px;min-height:42px}._uploadHeaderText_86zzt_639{font-size:.75rem;font-weight:700;color:#323130;text-transform:uppercase}._uploadSubHeaderText_86zzt_645{font-size:.7rem;color:#605e5c;margin:0;line-height:1.3}._progressContainer_86zzt_656{padding:16px;background:#f5f7f9;border-radius:8px;border:1px solid #e0e0e0;margin-top:16px}._progressHeader_86zzt_664{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._progressTitle_86zzt_671{font-weight:600;font-size:.9rem;color:#323130;display:flex;align-items:center;gap:6px}._progressTitle_86zzt_671:before{content:"";display:block;width:8px;height:8px;background-color:#00a66d;border-radius:50%;animation:_pulse_86zzt_1 1.5s infinite}._progressStep_86zzt_690{font-size:.75rem;color:#605e5c}._progressBarTrack_86zzt_695{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden;margin-bottom:8px}._progressBarFill_86zzt_703{height:100%;background:#00a66d;transition:width .4s ease-in-out}._progressMessage_86zzt_709{font-size:.85rem;color:#323130;margin:0}._feedbackText_86zzt_715{margin-top:6px;font-size:.75rem;color:#d13438;font-style:italic}._examplesSection_86zzt_726{margin-top:10px;border-top:1px solid #f5f5f5;padding-top:32px}._sectionTitle_86zzt_732{font-size:.9rem;font-weight:700;color:#333;display:flex;align-items:center;gap:8px;margin-bottom:20px}._exampleCard_86zzt_742{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:16px}._exampleHeader_86zzt_750{background-color:#fcfcfc;padding:8px 16px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}._exampleTitle_86zzt_759{font-size:.75rem;font-weight:600;color:#999;text-transform:uppercase}._exampleGrid_86zzt_766{display:grid;grid-template-columns:1fr 1fr;divide-x:1px solid #f0f0f0}._exampleInputWrapper_86zzt_772{padding:0}._exampleBadge_86zzt_776{display:block;font-size:.7rem;font-weight:600;color:#ccc;margin:8px 12px 0}._exampleTextarea_86zzt_784{width:100%;border:none;resize:none;font-size:.85rem;background:transparent;outline:none;padding:8px 12px 12px}._addExampleBtn_86zzt_794{width:100%;padding:12px;border:1px dashed #d1d1d1;border-radius:8px;background:transparent;color:#666;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}._addExampleBtn_86zzt_794:hover{border-color:#00a66d;color:#00a66d;background-color:#f0fdf9}._footer_86zzt_820{padding:24px 40px;border-top:1px solid #f5f5f5;display:flex;justify-content:space-between;align-items:center;background-color:#fff;flex-shrink:0}._actions_86zzt_830{display:flex;gap:12px}._cancelBtn_86zzt_835{padding:10px 20px;border:none;background:transparent;color:#666;font-weight:500;border-radius:6px;cursor:pointer}._cancelBtn_86zzt_835:hover{color:#111;background:#f5f5f5}._saveBtn_86zzt_850{padding:10px 24px;background-color:#00a66d;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #00a66d33}._saveBtn_86zzt_850:hover:not(:disabled){background-color:#008f5d;transform:translateY(-1px)}._saveBtn_86zzt_850:disabled{background-color:#e5e5e5;color:#aaa;box-shadow:none;cursor:not-allowed}@keyframes _slideUp_86zzt_1{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes _fadeIn_86zzt_1{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes _pulse_86zzt_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._fileItemPill_1m548_1{display:flex;align-items:center;background-color:#f3f2f1;border:1px solid #e1dfdd;border-radius:4px;padding:4px 8px;transition:background-color .2s}._fileItemPill_1m548_1:hover{background-color:#edebe9}._fileIcon_1m548_13{font-size:16px;margin-right:6px;color:#605e5c}._fileName_1m548_15{font-size:12px;color:#323130;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:4px;flex:1}._removeFileBtn_1m548_25{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:2px;border-radius:50%;color:#a19f9d;transition:all .2s}._removeFileBtn_1m548_25:hover{background-color:#00a66d;color:#fff}._fileListScrollContainer_vvpow_2{margin-top:12px;min-height:36px;max-height:110px;overflow-y:auto;overflow-x:hidden;padding-right:4px;transition:all .2s ease-in-out}._fileListScrollContainer_vvpow_2::-webkit-scrollbar{width:4px}._fileListScrollContainer_vvpow_2::-webkit-scrollbar-track{background:#f3f2f1}._fileListScrollContainer_vvpow_2::-webkit-scrollbar-thumb{background:#c8c6c4;border-radius:10px}._fileGrid_vvpow_23{display:grid;grid-template-columns:1fr;gap:6px;width:100%}._emptyFileListText_vvpow_30{font-size:13px;color:#a19f9d;font-style:italic}._mainContainer_1mrvd_4{width:100%;position:relative;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;z-index:20;margin:0;padding:0;background-color:transparent}._controlBar_1mrvd_18{width:100%;background-color:#e0e1df;padding:4px;display:flex;flex-direction:column;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1);box-sizing:border-box;border-radius:0 0 12px 12px;outline:none;border:none}._controlBar_1mrvd_18._expanded_1mrvd_32{z-index:100;box-shadow:0 8px 24px #00000014}._gridViewport_1mrvd_40{max-height:32px;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1);background-color:transparent;padding:0;margin-bottom:0}._controlBar_1mrvd_18._expanded_1mrvd_32 ._gridViewport_1mrvd_40{max-height:400px;overflow-y:auto;padding-bottom:4px}._modeGrid_1mrvd_55{display:flex;flex-wrap:wrap;gap:4px;width:100%}._modeWrapper_1mrvd_62{flex:0 0 calc(25% - 3px);min-width:110px;height:32px;transition:transform .2s cubic-bezier(.2,0,0,1);transform-origin:center center}._modeButton_1mrvd_74{width:100%;height:100%;background:#fff;border:1px solid rgba(0,0,0,.04);box-shadow:0 1px 2px #00000008;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;cursor:pointer;color:#50585f;font-size:.75rem;font-weight:500;transition:all .2s ease}._modeButton_1mrvd_74:hover{background-color:#fff;border-color:#d0d0d0;color:#24242a;box-shadow:0 2px 4px #0000000d}._modeButton_1mrvd_74._active_1mrvd_100{background-color:#00a66d!important;color:#fff;border-color:#00a66d;font-weight:600;box-shadow:0 2px 5px #00a66d33}._editWrapper_1mrvd_112{cursor:default}._shake_1mrvd_117{animation:_shake_1mrvd_117 .3s infinite ease-in-out}@keyframes _shake_1mrvd_117{0%{transform:rotate(0)}25%{transform:rotate(.4deg)}50%{transform:rotate(0)}75%{transform:rotate(-.4deg)}to{transform:rotate(0)}}._editModeCard_1mrvd_139{width:100%;height:100%;background:#ffffffbf;border:1px solid #e0e0e0;border-radius:6px;display:flex;align-items:center;justify-content:space-between;padding:0 4px;gap:4px;user-select:none}._deleteButton_1mrvd_156{background:none;border:none;width:26px;height:26px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#d13438;cursor:pointer;flex-shrink:0}._deleteButton_1mrvd_156 svg{width:18px;height:18px}._deleteButton_1mrvd_156:hover{background-color:#fde7e9}._deleteSpacer_1mrvd_179{width:20px;flex-shrink:0}._editLabelContainer_1mrvd_185{display:flex;align-items:center;justify-content:center;gap:4px;flex-grow:1;overflow:hidden;opacity:.9}._editIcon_1mrvd_195{font-size:14px;color:#605e5c}._rightActions_1mrvd_201{display:flex;align-items:center;gap:2px}._editActionButton_1mrvd_208{background:none;border:none;width:26px;height:26px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#00a66d;cursor:pointer}._editActionButton_1mrvd_208 svg{width:18px;height:18px}._editActionButton_1mrvd_208:hover{background-color:#00a66d1a}._dragHandleBox_1mrvd_235{padding:2px 4px;height:20px;margin-left:2px;border-radius:4px;background-color:transparent;cursor:grab;display:grid;grid-template-columns:repeat(2,1fr);gap:2px;align-content:center}._dragHandleBox_1mrvd_235:hover{background-color:#0000000d}._dragHandleBox_1mrvd_235:active{cursor:grabbing;background-color:#00000014}._dot_1mrvd_259{width:3px;height:3px;background-color:#a19f9d;border-radius:50%}._dragHandleBox_1mrvd_235:hover ._dot_1mrvd_259{background-color:#605e5c}._utilityBar_1mrvd_273{height:18px;min-height:18px;display:flex;justify-content:space-between;align-items:center;background-color:transparent;border:none;margin-top:2px;overflow:hidden;cursor:default;padding:0 2px}._utilityBar_1mrvd_273>*{opacity:1;pointer-events:auto;transition:none}._leftTools_1mrvd_293{display:flex;gap:4px;align-items:center}._utilButton_1mrvd_299,._expandToggle_1mrvd_300{background:none;border:none;cursor:pointer;color:#000;padding:0 4px;height:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:0;transition:all .2s}._utilButton_1mrvd_299 svg,._expandToggle_1mrvd_300 svg{width:16px;height:16px}._utilButton_1mrvd_299:hover,._expandToggle_1mrvd_300:hover{background-color:#0000000d;color:#f07000}._utilButton_1mrvd_299:disabled{opacity:.3;cursor:default}._utilActive_1mrvd_332{color:#f07000;background-color:#00a66d1a}._hiddenPlaceholder_1mrvd_340{animation:none!important;background-color:#00a66d14;border:2px dashed #00a66d;border-radius:8px;opacity:1;transform:none;box-shadow:inset 0 0 8px #00a66d1a}._hiddenPlaceholder_1mrvd_340 ._modeButton_1mrvd_74,._hiddenPlaceholder_1mrvd_340 ._editModeCard_1mrvd_139{visibility:hidden}._trigger_wlike_2{display:inline-flex;align-items:center;gap:4px;min-height:28px;height:28px;padding:0 8px 0 6px;border-radius:8px;border:1px solid #e5e5e0;background:#fff;cursor:pointer;transition:all .15s ease;font-family:inherit;color:#1a1a1a;line-height:1;box-sizing:border-box}._trigger_wlike_2:hover{background:#f5f5f3}._triggerOpen_wlike_24{background:#f0f0ed;border-color:#d8d8d4}._providerIcon_wlike_29{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:5px;background:#f3f3f1;color:#5c5c5c;flex-shrink:0}._modelName_wlike_41{font-size:11.5px;font-weight:500;white-space:nowrap}._chevron_wlike_47{display:flex;align-items:center;color:#9a9a94;transition:transform .2s ease}._chevronFlipped_wlike_54{transform:rotate(180deg)}._container_1yx3k_5{display:inline-flex;align-items:center;gap:6px;position:relative}._toolsButton_1yx3k_14{display:inline-flex;align-items:center;gap:6px;padding:6px 12px 6px 10px;border-radius:20px;border:none;background:transparent;color:#5f6368;cursor:pointer;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:.85rem;font-weight:500;line-height:1;transition:background .15s ease,color .15s ease;white-space:nowrap}._toolsButton_1yx3k_14:hover{background:#f1f3f4;color:#202124}._toolsButtonActive_1yx3k_43{color:#00a66d}._toolsButtonActive_1yx3k_43:hover{background:#e8f0fe;color:#00a66d}._toolsButtonLabel_1yx3k_52{pointer-events:none}._activeChip_1yx3k_58{display:inline-flex;align-items:center;gap:5px;padding:4px 6px 4px 8px;border-radius:16px;background:#e8f0fe;color:#00a66d;font-size:.8rem;font-weight:500;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1;white-space:nowrap;animation:_chipIn_1yx3k_1 .15s ease-out}._activeChipIcon_1yx3k_78{display:flex;align-items:center;color:#00a66d}._activeChipLabel_1yx3k_84{padding:1px 0}._activeChipRemove_1yx3k_88{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:transparent;color:#00a66d;cursor:pointer;border-radius:50%;padding:0;opacity:.6;transition:opacity .1s ease,background .1s ease}._activeChipRemove_1yx3k_88:hover{opacity:1;background:#00a66d1a}@keyframes _chipIn_1yx3k_1{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}._dropdown_1yx3k_124{position:absolute;bottom:100%;left:0;padding:10px;margin-bottom:6px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014,0 8px 24px #0000001f;z-index:200;overflow:visible;animation:_panelIn_1yx3k_1 .18s ease-out}@keyframes _panelIn_1yx3k_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._dropdownTitle_1yx3k_151{padding:14px 16px 8px;font-size:.95rem;font-weight:600;color:#202124;font-family:Segoe UI,system-ui,-apple-system,sans-serif}._dropdownList_1yx3k_163{padding:0 0 8px}._dropdownRow_1yx3k_169{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .12s ease}._dropdownRow_1yx3k_169:hover{background:#f8f9fa}._dropdownRowActive_1yx3k_186{background:transparent}._dropdownRowActive_1yx3k_186:hover{background:#f8f9fa}._dropdownRowIcon_1yx3k_194{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#f1f3f4;color:#5f6368;flex-shrink:0;transition:all .15s ease}._dropdownRowIconActive_1yx3k_207{background:#e8f0fe;color:#00a66d}._dropdownRowBody_1yx3k_212{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}._dropdownRowName_1yx3k_220{font-size:.875rem;font-weight:500;color:#202124;font-family:Segoe UI,system-ui,-apple-system,sans-serif}._dropdownRowDesc_1yx3k_231{font-size:.75rem;color:#80868b;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.3}._dropdownRowToggle_1yx3k_244{width:36px;height:20px;border-radius:10px;background:#dadce0;position:relative;flex-shrink:0;transition:background .2s ease}._dropdownRowToggleOn_1yx3k_254{background:#00a66d}._dropdownRowToggleThumb_1yx3k_258{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s ease}._dropdownRowToggleOn_1yx3k_254 ._dropdownRowToggleThumb_1yx3k_258{transform:translate(16px)}._popup_x8rzf_1{position:absolute;bottom:100%;right:0;margin-bottom:6px;width:320px;background:#fff;border-radius:14px;border:1px solid #e5e5e0;box-shadow:0 8px 32px #00000017,0 1px 3px #0000000a;overflow:hidden;z-index:200;animation:_dropIn_x8rzf_1 .18s cubic-bezier(.16,1,.3,1)}@keyframes _dropIn_x8rzf_1{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._header_x8rzf_29{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 12px 8px}._title_x8rzf_37{font-size:12px;font-weight:600;color:#1a1a1a}._bulkAction_x8rzf_43{border:none;background:transparent;color:#1a1a1a;font-size:12px;font-weight:600;cursor:pointer;padding:0}._bulkAction_x8rzf_43:hover{color:#444}._bulkActionDanger_x8rzf_57{color:#f07000}._bulkActionDanger_x8rzf_57:hover{color:#d96300}._list_x8rzf_65{max-height:380px;overflow-y:auto;padding:10px;scrollbar-width:thin;scrollbar-color:#d4d4d0 transparent;display:block}._cityCard_x8rzf_74{width:100%;margin-top:10px;border:1px solid #ecece8;border-radius:12px;background:#fafaf8;overflow:hidden;box-sizing:border-box}._cityItems_x8rzf_84{padding:8px;display:block}._cityGroup_x8rzf_89{padding-top:6px}._cityHeading_x8rzf_93{padding:11px 12px 7px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7d7d76;background:linear-gradient(180deg,#fafaf8,#f7f7f5)}._optionRow_x8rzf_103{appearance:none;-webkit-appearance:none;display:flex;align-items:center;gap:12px;width:100%;min-height:52px;margin:0;padding:12px;border:1px solid transparent;border-radius:10px;background:#fff;color:inherit;cursor:pointer;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease;text-align:left;font-family:inherit;box-sizing:border-box}._optionRow_x8rzf_103+._optionRow_x8rzf_103{margin-top:6px}._optionText_x8rzf_128{display:block;flex:1;min-width:0}._optionBadge_x8rzf_134{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:26px;padding:0 9px;border-radius:999px;background:#f1f3ef;color:#445046;font-size:11px;font-weight:700;letter-spacing:.03em;flex-shrink:0}._optionName_x8rzf_150{display:block;font-size:13px;font-weight:600;color:#1a1a1a;line-height:1.3}._optionTag_x8rzf_158{display:block;font-size:11.5px;color:#7f7f79;margin-top:3px;line-height:1.25}._optionCheck_x8rzf_166{display:flex;align-items:center;justify-content:center;color:#2b7a3d;flex-shrink:0;margin-left:auto}._divider_x8rzf_175{height:1px;background:#ebebea;margin:10px 0}
