*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.MessagesContainer_messagesContainer__gzdDD{display:flex;flex:1 1;flex-direction:column;gap:16px;height:100%;justify-content:flex-start;margin-bottom:auto;max-height:100%;overflow-y:auto;padding:16px}.ChatMessage_messageRow__YL97K{animation:ChatMessage_fadeIn__gAAPk .3s ease-in-out;display:flex;margin-bottom:8px}.ChatMessage_messageContainer__u8oKF{max-width:80%}@media(max-width:767px){.ChatMessage_messageContainer__u8oKF{max-width:90%}}.ChatMessage_messageContent__eY-Pm{border-radius:12px;padding:16px;position:relative}.ChatMessage_user__sJwSz{justify-content:flex-end}.ChatMessage_user__sJwSz .ChatMessage_messageContent__eY-Pm{background-color:#e0e3e7;border:1px solid #a0a3bd;border-bottom-right-radius:0;color:#2a2f36}.ChatMessage_assistant__8Gce3{justify-content:flex-start}.ChatMessage_assistant__8Gce3 .ChatMessage_messageContent__eY-Pm{background-color:#c2ffe9;border:1px solid #1e4841;border-bottom-left-radius:0;color:#2a2f36}.ChatMessage_messageSender__JJ0Ud{color:#4d5358;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:400;margin-bottom:4px}.ChatMessage_messageText__D8mYz{color:#2a2f36;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5;word-break:break-word}.ChatMessage_messageText__D8mYz p{margin:.7em 0}.ChatMessage_messageText__D8mYz p:first-child{margin-top:0}.ChatMessage_messageText__D8mYz p:last-child{margin-bottom:0}.ChatMessage_messageText__D8mYz ol,.ChatMessage_messageText__D8mYz ul{margin:.7em 0;padding-left:1.5em}.ChatMessage_messageText__D8mYz li{margin:.4em 0;padding-left:.3em}.ChatMessage_messageText__D8mYz li>p{margin:.4em 0}.ChatMessage_messageText__D8mYz code{background-color:#2a2f361a;border-radius:4px;font-size:13px;padding:4px 8px}.ChatMessage_messageText__D8mYz pre{background-color:#2a2f361a;border-radius:4px;margin:.7em 0;overflow-x:auto;padding:8px}.ChatMessage_messageText__D8mYz pre code{background-color:#0000;padding:0}.ChatMessage_messageTime__kPR9e{color:#4d5358;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;margin-top:4px;text-align:right}.ChatMessage_messageBlock__aQksm{margin-bottom:16px}.ChatMessage_messageContent__eY-Pm.ChatMessage_thinkingMessage__IbE9B{background:#f7fafd!important;border:1.5px dashed #b3d4fc!important;box-shadow:none;opacity:.95;padding:12px}.ChatMessage_messageContent__eY-Pm.ChatMessage_thinkingMessage__IbE9B .ChatMessage_messageBlock__aQksm{font-size:13px;margin-bottom:0}.ChatMessage_typingIndicator__lZ54l{align-items:center;color:#3a7bd5;display:flex;font-size:13px;font-style:italic;gap:.5em}.ChatMessage_typingIndicator__lZ54l .ChatMessage_dot__2Kufn{animation:ChatMessage_blink__njufv 1.4s infinite both;display:inline-block;opacity:.5;width:.5em}.ChatMessage_typingIndicator__lZ54l .ChatMessage_dot__2Kufn:nth-child(2){animation-delay:.2s}.ChatMessage_typingIndicator__lZ54l .ChatMessage_dot__2Kufn:nth-child(3){animation-delay:.4s}@keyframes ChatMessage_blink__njufv{0%,80%,to{opacity:.2}40%{opacity:1}}@keyframes ChatMessage_fadeIn__gAAPk{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.AlertBanner_alertBanner__2oHkC{align-items:center;border-radius:4px;border-style:solid;border-width:1px;display:flex;font-size:13px;font-weight:500;justify-content:space-between;margin-bottom:0;padding:8px 16px;position:absolute;text-align:center;top:0;width:100%;z-index:10}.AlertBanner_alertBanner__2oHkC .AlertBanner_content__CIdjj{flex:1 1}.AlertBanner_alertBanner__2oHkC .AlertBanner_content__CIdjj .AlertBanner_message__Noo\+c{font-weight:500}.AlertBanner_alertBanner__2oHkC .AlertBanner_content__CIdjj .AlertBanner_details__4r-Ic{font-weight:400;margin-top:4px}.AlertBanner_alertBanner__2oHkC .AlertBanner_actions__NwCD7{align-items:center;display:flex;margin-left:16px}.AlertBanner_alertBanner__2oHkC .AlertBanner_actions__NwCD7 .AlertBanner_actionContainer__40E2B{margin-right:8px}.AlertBanner_alertBanner__2oHkC .AlertBanner_actions__NwCD7 .AlertBanner_dismissButton__EprDf{align-items:center;background:none;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:4px;transition:opacity .2s ease}.AlertBanner_alertBanner__2oHkC .AlertBanner_actions__NwCD7 .AlertBanner_dismissButton__EprDf:hover{opacity:1}.AlertBanner_alertBanner__2oHkC .AlertBanner_actions__NwCD7 .AlertBanner_dismissButton__EprDf:focus{box-shadow:0 0 0 2px #0000001a;outline:none}.AlertBanner_alertBanner__2oHkC.AlertBanner_error__capAO{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.AlertBanner_alertBanner__2oHkC.AlertBanner_warning__K3aHW{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.AlertBanner_alertBanner__2oHkC.AlertBanner_info__yWFAE{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.AlertBanner_alertBanner__2oHkC.AlertBanner_success__qePQZ{background-color:#d4edda;border-color:#c3e6cb;color:#155724}@media(max-width:576px){.AlertBanner_alertBanner__2oHkC{font-size:12px;padding:4px 8px}.AlertBanner_alertBanner__2oHkC .AlertBanner_actions__NwCD7{margin-left:8px}}.Button_button__Wx62k{align-items:center;border:none;border-radius:8px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;gap:4px;justify-content:center;outline:none;position:relative;transition:all .2s ease;white-space:nowrap}.Button_button__Wx62k:disabled{cursor:not-allowed;opacity:.5}.Button_button__Wx62k.Button_loading__OA1Qj{cursor:wait}.Button_button__Wx62k.Button_loading__OA1Qj .Button_content__cGbk6{opacity:0}.Button_button__Wx62k.Button_hasIcon__ek0mp .Button_icon__\+vs19{align-items:center;display:flex;flex-shrink:0;justify-content:center}.Button_button__Wx62k.Button_iconOnly__x2xRL{aspect-ratio:1;padding:0}.Button_button__Wx62k.Button_iconOnly__x2xRL.Button_small__5zUqM{width:32px}.Button_button__Wx62k.Button_iconOnly__x2xRL.Button_medium__3cIJF{width:40px}.Button_button__Wx62k.Button_iconOnly__x2xRL.Button_large__nB-zU{width:48px}.Button_button__Wx62k.Button_iconRight__22H3v{flex-direction:row-reverse}.Button_primary__\+WKs6{background-color:#00c896;color:#fff}.Button_primary__\+WKs6:hover:not(:disabled){background-color:#1e4841}.Button_primary__\+WKs6:active:not(:disabled){background-color:#173631;transform:translateY(1px)}.Button_darkGreen__zlTV1{background-color:#1e4841;color:#fff}.Button_darkGreen__zlTV1:hover:not(:disabled){background-color:#173631}.Button_darkGreen__zlTV1:active:not(:disabled){background-color:#0f2421;transform:translateY(1px)}.Button_secondary__BIt0H{background-color:#f7faf9;color:#2a2f36}.Button_secondary__BIt0H:hover:not(:disabled){background-color:#e0e3e7}.Button_secondary__BIt0H:active:not(:disabled){background-color:#a0a3bd;transform:translateY(1px)}.Button_outline__ZzH7a{background-color:#0000;border:1.5px solid #e0e3e7;color:#2a2f36}.Button_outline__ZzH7a:hover:not(:disabled){background-color:#f7faf9;border-color:#a0a3bd}.Button_outline__ZzH7a:active:not(:disabled){background-color:#e0e3e7;border-color:#4d5358;transform:translateY(1px)}.Button_ghost__69OKG{background-color:#0000;color:#2a2f36}.Button_ghost__69OKG:hover:not(:disabled){color:#a0a3bd}.Button_ghost__69OKG:active:not(:disabled){color:#a0a3bd;transform:translateY(1px)}.Button_danger__4EPAC{background-color:#ff7a5c;color:#fff}.Button_danger__4EPAC:hover:not(:disabled){background-color:#ff5029}.Button_danger__4EPAC:active:not(:disabled){background-color:#ff3c10;transform:translateY(1px)}.Button_small__5zUqM{font-size:13px;height:32px;min-width:32px;padding:4px 8px}.Button_small__5zUqM .Button_icon__\+vs19{height:16px;width:16px}.Button_small__5zUqM .Button_spinner__HSBko{border-width:1.5px;height:16px;width:16px}.Button_medium__3cIJF{font-size:14px;height:40px;min-width:40px;padding:8px 16px}.Button_medium__3cIJF .Button_icon__\+vs19{height:20px;width:20px}.Button_medium__3cIJF .Button_spinner__HSBko{border-width:2px;height:20px;width:20px}.Button_large__nB-zU{font-size:16px;height:48px;min-width:48px;padding:8px 24px}.Button_large__nB-zU .Button_icon__\+vs19{height:24px;width:24px}.Button_large__nB-zU .Button_spinner__HSBko{border-width:2.5px;height:24px;width:24px}.Button_fullWidth__4aN2V{width:100%}.Button_spinner__HSBko{animation:Button_spin__EmTWf .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:initial;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@keyframes Button_spin__EmTWf{to{transform:translate(-50%,-50%) rotate(1turn)}}.Checkbox_container__xEcJj{align-items:flex-start;border-radius:4px;cursor:pointer;display:flex;padding:8px;transition:background-color .2s ease}.Checkbox_container__xEcJj:hover{background-color:#f7faf9}.Checkbox_input__uRSy8{accent-color:#00c896;height:16px;margin-right:8px;margin-top:2px;width:16px}.Checkbox_label__scbRi{flex:1 1}.Checkbox_disabled__fii9J{cursor:not-allowed;opacity:.7;pointer-events:none}.Modal_modalBackdrop__cmZDA{align-items:center;animation:Modal_fadeIn__w2\+8F .3s ease-out;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.Modal_modalContainer__UHOHI{animation:Modal_slideIn__147JL .3s ease-out;background-color:#fff;border-radius:8px;box-shadow:0 10px 15px #0000001a;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.Modal_modalHeader__v-22S{align-items:center;background-color:#f7faf9;border-bottom:1px solid #e0e3e7;display:flex;justify-content:space-between;padding:8px 16px}.Modal_modalTitle__2Ac-m{color:#2a2f36;font-size:20px;font-weight:600;margin:0}.Modal_closeButton__anuVQ{align-items:center;background:none;border:none;border-radius:999px;color:#a0a3bd;cursor:pointer;display:flex;font-size:24px;height:24px;justify-content:center;line-height:1;margin:0;padding:0;width:24px}.Modal_closeButton__anuVQ:hover{background-color:#0000001a;color:#4d5358}.Modal_modalContent__tvY28{flex:1 1;overflow:auto;padding:24px}.Modal_small__jYG8m{max-width:90%;width:400px}.Modal_medium__ihBts{max-width:90%;width:600px}.Modal_large__-ToIH{max-width:90%;width:800px}.Modal_fullscreen__E9XKA{height:90%;width:90%}@keyframes Modal_fadeIn__w2\+8F{0%{opacity:0}to{opacity:1}}@keyframes Modal_slideIn__147JL{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.NumberInput_container__mwokL{display:flex;flex-direction:column;margin-bottom:1rem}.NumberInput_container__mwokL label{font-weight:600;margin-bottom:.5rem}.NumberInput_container__mwokL .NumberInput_input__v6FiO{border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.NumberInput_container__mwokL .NumberInput_input__v6FiO:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.NumberInput_container__mwokL .NumberInput_input__v6FiO:disabled{background-color:#f2f2f2;cursor:not-allowed}.Popover_popoverContainer__g-GeT{position:relative}.Popover_popoverTrigger__tQ8jb{align-items:center;background:none;border:none;border-radius:4px;color:#4d5358;cursor:pointer;display:inline-flex;justify-content:center;padding:4px}.Popover_popoverTrigger__tQ8jb:hover{color:#2a2f36}.Popover_menu__GMKBR{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-top:4px;position:absolute;right:0;top:100%;width:max-content;z-index:100}.Popover_icon__cmTOn{align-items:center;display:flex;justify-content:center;margin-right:8px}@media(max-width:767px){.Popover_menu__GMKBR{border-radius:0 0 8px 8px;left:0!important;margin-top:0!important;max-width:100vw!important;position:fixed!important;right:0!important;transform:none!important;width:100vw!important;z-index:1000}}.Select_selectContainer__k0euf{display:flex;flex-direction:column;gap:4px;width:fit-content}.Select_selectContainer__k0euf.Select_fullWidth__9HxiB{width:100%}.Select_labelWrapper__CClji{display:block}.Select_select__HARFy{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4 4-4' stroke='%236f767e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:1px solid #e0e3e7;border-radius:4px;box-sizing:border-box;color:#2a2f36;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;height:40px;overflow:hidden;padding:0 32px 0 8px;text-overflow:ellipsis;transition:border-color .2s ease;white-space:nowrap;width:100%}.Select_select__HARFy:hover{border-color:#a0a3bd}.Select_select__HARFy:focus{border-color:#00c896;box-shadow:0 0 0 2px #00c89633;outline:none}.Select_select__HARFy:disabled{background-color:#f7faf9;color:#a0a3bd;cursor:not-allowed}.Select_select__HARFy.Select_fullWidth__9HxiB{width:100%}.Select_select__HARFy.Select_error__kfGgz{border-color:#ff7a5c}.Select_select__HARFy.Select_error__kfGgz:focus{box-shadow:0 0 0 2px #ff7a5c33}.Select_select__HARFy option{background-color:#fff;color:#2a2f36;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}.Select_errorMessage__adI8r{color:#ff7a5c;margin-top:4px}.Typography_base__q0CZD{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0}.Typography_textLarge__nQvwU{font-size:16px}.Typography_textBase__Irwbi{font-size:14px}.Typography_textSmall__GRYQG{font-size:13px}.Typography_weightRegular__rQw98{font-weight:400}.Typography_weightMedium__NWgUq{font-weight:500}.Typography_weightSemibold__X7kB3{font-weight:600}.Typography_weightBold__PTRkg{font-weight:700}.Typography_neutral-700__xvsl-{color:#2a2f36}.Typography_neutral-600__180Vi{color:#4d5358}.Typography_neutral-500__W8DvY{color:#a0a3bd}.Typography_neutral-400__F\+KKl{color:#e0e3e7}.Typography_neutral-200__w2aAk{color:#dcddeb}.Typography_neutral-100__npefD{color:#f7faf9}.Typography_white__GSE4i{color:#fff}.Typography_brand-dark__WBkzK{color:#1e4841}.Typography_brand-primary__Eswq7{color:#00c896}.Typography_brand-light__4zCOC{color:#c2ffe9}.Typography_blue-dark__nxwjd{color:#004492}.Typography_blue__2ExEi{color:#00a3ff}.Typography_gold__EzTrI{color:#ffd66b}.Typography_coral__GbDtJ{color:#ff7a5c}.Typography_h1__c5n6P{font-size:32px}.Typography_h1__c5n6P,.Typography_h2__jk3Mv{color:#2a2f36;font-weight:600;line-height:1.2}.Typography_h2__jk3Mv{font-size:28px}.Typography_h3__FShBu{font-size:24px}.Typography_h3__FShBu,.Typography_h4__KiK8v{color:#2a2f36;font-weight:600;line-height:1.2}.Typography_h4__KiK8v{font-size:20px}.Typography_alignLeft__e9Hjs{text-align:left}.Typography_alignCenter__gae9w{text-align:center}.Typography_alignRight__6SLzc{text-align:right}.TextArea_textareaContainer__xW\+RS{display:flex;flex-direction:column;gap:4px}.TextArea_labelWrapper__Hc7BF{cursor:pointer}.TextArea_textarea__7U8-r{background-color:#fff;border:1px solid #e0e3e7;border-radius:4px;box-sizing:border-box;color:#2a2f36;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:24px;min-height:40px;overflow-y:auto;padding:8px;resize:none;transition:border-color .2s,height .1s ease}.TextArea_textarea__7U8-r:focus{border-color:#00c896;outline:none}.TextArea_textarea__7U8-r.TextArea_error__Nfhh1{border-color:#ff7a5c}.TextArea_fullWidth__w8hzj{width:100%}.TextArea_errorMessage__PUYe3{margin-top:-4px}.TextInput_inputContainer__\+Ev3N{display:flex;flex-direction:column;gap:4px;width:fit-content}.TextInput_inputContainer__\+Ev3N.TextInput_fullWidth__u6wKL{width:100%}.TextInput_labelWrapper__fV\+zO{align-items:center;display:flex;gap:4px}.TextInput_input__VK3SV{background-color:#fff;border:1px solid #e0e3e7;border-radius:4px;box-sizing:border-box;color:#2a2f36;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;height:40px;line-height:24px;padding:8px;transition:border-color .2s ease;width:100%}.TextInput_input__VK3SV:focus{border-color:#00c896;outline:none}.TextInput_input__VK3SV.TextInput_error__tLCor{border-color:#ff7a5c}.TextInput_input__VK3SV:disabled{background-color:#f7faf9;color:#a0a3bd;cursor:not-allowed}.TextInput_errorMessage__GQmaU{color:#ff7a5c}.Badge_badge__RzjRa{align-items:center;border-radius:9999px;display:inline-flex;font-size:12px;line-height:1;padding:2px 6px}.Badge_neutral__MFRHu{background:#f2f4f7;color:#344054}.Badge_success__uzGXI{background:#e7f6ec;color:#027a48}.Badge_warning__kNOi3{background:#fff4e5;color:#b54708}.Badge_danger__IcTns{background:#fee4e2;color:#b42318}.Snippet_snippet__HLPrD{background:#fafafa;border:1px solid #eee;border-radius:6px;font-size:14px;padding:8px}.Snippet_highlight__29RS5{background:#fffbcc}.MultiSelect_container__miWaT{gap:4px}.MultiSelect_select__6-ZvI{width:100%}.MultiSelect_select__6-ZvI .multi-select__control{background-color:#fff;border:1px solid #e0e3e7;border-radius:4px;box-shadow:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;padding:4px 0}.MultiSelect_select__6-ZvI .multi-select__control:hover{border-color:#e0e3e7}.MultiSelect_select__6-ZvI .multi-select__menu{background-color:#fff;border:1px solid #e0e3e7;border-radius:4px;box-shadow:0 1px 2px #0000000d;z-index:9999}.MultiSelect_select__6-ZvI .multi-select__menu-notice{color:#4d5358}.MultiSelect_select__6-ZvI .multi-select__menu-notice,.MultiSelect_select__6-ZvI .multi-select__option{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;padding:8px 16px}.MultiSelect_select__6-ZvI .multi-select__option--is-selected{background-color:#00c896;color:#fff}.MultiSelect_select__6-ZvI .multi-select__option--is-focused:not(.select .multi-select__option--is-selected){background-color:#f7faf9;color:#2a2f36}.MultiSelect_select__6-ZvI .multi-select__multi-value{background-color:#f7faf9;border-radius:4px}.MultiSelect_select__6-ZvI .multi-select__multi-value__label{color:#2a2f36;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;padding:4px}.MultiSelect_select__6-ZvI .multi-select__multi-value__remove{color:#4d5358}.MultiSelect_select__6-ZvI .multi-select__multi-value__remove:hover{background-color:#e0e3e7;color:#2a2f36}.MultiSelect_select__6-ZvI .multi-select__input{color:#2a2f36;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}.MultiSelect_select__6-ZvI .multi-select__placeholder{color:#a0a3bd;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}.MultiSelect_select__6-ZvI .multi-select__single-value{color:#2a2f36;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}.MultiSelect_container__miWaT{display:flex;flex-direction:column;gap:8px}.Tooltip_trigger__ZH\+\+5{width:100%}.Tooltip_bubble__PwBwE{background-color:#2a2f36f2;border-radius:4px;box-shadow:0 1px 2px #0000000d;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;max-width:280px;padding:4px 8px;z-index:1000}.SourceItem_contextSourceHeader__jCQs4{font-weight:700;margin-bottom:4px}.SourceItem_contextSourceContent__feng3{background-color:#f7faf9;border-left:3px solid #00c896;border-radius:4px;font-size:12px;margin-top:4px;overflow-wrap:break-word;padding:8px;white-space:pre-wrap}.SourceItem_contextSourcePath__Rxr0N{color:#a0a3bd;font-size:12px;font-style:italic;margin-bottom:4px}.SourceItem_popoverTriggerButton__6-Oz6{align-items:center;background:#f7faf9;border:none;border-radius:6px;color:#2a2f36;cursor:pointer;display:inline-flex;font-size:12px;justify-content:center;padding:2px 6px;transition:background .2s,color .2s}.SourceItem_popoverTriggerButton__6-Oz6:hover{background:#e0e3e7;color:#2a2f36}.SourceItem_popoverContent__kBC6q{box-sizing:border-box;max-height:100vh;max-height:480px;max-width:100vw;max-width:480px;overflow-x:hidden;overflow-y:auto;padding:16px}@media(max-width:767px){.SourceItem_popoverContent__kBC6q{border-radius:0 0 4px 4px;left:0!important;max-width:100vw;right:0!important;width:100vw}}.SourceItem_popoverFooter__SMMCs{display:flex;justify-content:flex-end;margin-top:16px}.SourceItem_popoverFileName__1603P{color:#4d5358;font-size:13px;margin-bottom:4px}.SourceItem_contextSourceTable__Dm9fn{background:#f7faf9;border-collapse:collapse;font-size:13px;margin-bottom:4px;margin-top:4px;width:100%}.SourceItem_contextSourceTh__r81rx{background:#dcddeb;border:1px solid #4d5358;color:#2a2f36;font-size:13px;font-weight:500;padding:4px 8px;text-align:left}.SourceItem_contextSourceTdText__fHa2B{border:1px solid #e0e3e7;color:#2a2f36;font-size:13px;padding:4px 8px;text-align:left}.SourceItem_contextSourceTdNumber__LMvWk{border:1px solid #e0e3e7;color:#2a2f36;font-size:13px;padding:4px 8px;text-align:right}.HTMLTable_tableContainer__dBZs3{overflow-x:auto}.HTMLTable_sharedTable__hoaQT{border-collapse:collapse;table-layout:fixed;width:100%}.HTMLTable_th__UXOp1{background-color:#f7faf9;border:1px solid #e0e3e7;color:#2a2f36;font-weight:500;padding:4px 8px;text-align:left}.HTMLTable_tdText__LKCsj{text-align:left}.HTMLTable_tdNumber__we6tv,.HTMLTable_tdText__LKCsj{border:1px solid #e0e3e7;color:#2a2f36;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;white-space:nowrap}.HTMLTable_tdNumber__we6tv{text-align:right}.HTMLTable_rawHtmlWrapper__q7eJH{overflow-x:auto}.Sources_sourceButton__Atw\+Y{padding-left:0}.Sources_contextInfo__MHY-t{display:flex;flex-wrap:wrap;overflow:visible}.Sources_inlineSources__gDxHf{display:inline;font-size:.85em;margin-bottom:8px;margin-left:8px}.MessageStatus_statusContainer__Z3bNh{align-items:center;display:flex;justify-content:flex-end;margin-bottom:2px;margin-top:4px;min-height:16px}.MessageStatus_statusText__nnqMT{font-size:12px!important;opacity:.8;padding:0 4px;transition:opacity .2s ease}.MessageStatus_sent__hxLbw{color:#a0a3bd}.MessageStatus_seen__MHwby{color:#1e4841}.MessageStatus_delivered__6br-4{color:#00c896}.CurrentChat_chatContainer__\+Eoie{background-color:#f7faf9;height:100%;justify-content:flex-end;margin:0;position:relative;width:100%}.CurrentChat_chatContainer__\+Eoie,.CurrentChat_chatContainer__\+Eoie .CurrentChat_chatContainerContent__60bDw{display:flex;flex-direction:column;overflow:hidden}@media(max-width:767px){.CurrentChat_chatContainer__\+Eoie .CurrentChat_chatContainerContent__60bDw{overflow-y:scroll}}.CurrentChat_chatContainer__\+Eoie:not(.CurrentChat_newConversation__RzX32) .CurrentChat_chatContainerContent__60bDw{height:100%}.CurrentChat_chatContainer__\+Eoie.CurrentChat_newConversation__RzX32{justify-content:center}@media(max-width:767px){.CurrentChat_chatContainer__\+Eoie{border-radius:0;box-shadow:none;height:100%;width:100%}}.EmptyState_emptyState__04S0-{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem;text-align:center}.EmptyState_emptyState__04S0- h2{color:#2a2f36;font-size:28px}.EmptyState_emptyState__04S0- p{color:#4d5358;font-size:16px;margin-bottom:4px}.EmptyState_emptyState__04S0- p strong{color:#2a2f36}.EmptyState_loadingIndicator__meEXe{animation:EmptyState_spin__XYQpp 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#00a3ff;height:40px;margin-bottom:1rem;width:40px}@keyframes EmptyState_spin__XYQpp{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.EmptyState_examplesSection__Fbrpt{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1.5rem 1rem}.EmptyState_examplesHeading__ZIJud{color:#4d5358;margin-bottom:.5rem}.EmptyState_examplesButtons__bmqKi{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;justify-content:center}.EmptyState_exampleButton__63p9z{color:#4d5358;font-size:16px;font-weight:400}.ChatTextArea_textareaContainer__qwS3O{display:flex;flex-direction:column;width:100%}.ChatTextArea_textareaContainer__qwS3O.ChatTextArea_fullWidth__cF82\+{width:100%}.ChatTextArea_labelWrapper__z5HHh{display:block;margin-bottom:4px}.ChatTextArea_textarea__AuIDQ{background-color:#fff;border:1px solid #e0e3e7;border-radius:4px;box-sizing:border-box;color:#2a2f36;font-size:14px;line-height:1.5;overflow-y:auto;padding:8px;resize:none;transition:all .2s;width:100%}.ChatTextArea_textarea__AuIDQ:focus{border-color:#00c896;box-shadow:0 0 0 2px #00c89633;outline:none}.ChatTextArea_textarea__AuIDQ.ChatTextArea_error__i3cz5{border-color:#ff7a5c}.ChatTextArea_textarea__AuIDQ.ChatTextArea_error__i3cz5:focus{box-shadow:0 0 0 2px #ff7a5c33}.ChatTextArea_textarea__AuIDQ::placeholder{color:#a0a3bd}.ChatTextArea_textarea__AuIDQ:disabled{background-color:#dcddeb;cursor:not-allowed}.ChatTextArea_errorMessage__0WISO{margin-top:4px}.ChatInput_inputContainer__YGL9J{align-self:flex-end;background-color:#f7faf9;border-top:1px solid #e0e3e7;box-sizing:border-box;padding:16px;width:100%}.ChatInput_inputWrapper__\+Z-YO{align-items:flex-end;display:flex;flex-direction:row;gap:8px;margin:0 auto;position:relative;width:100%}.ChatInput_textarea__m4xov{border-radius:8px;box-sizing:border-box;flex-grow:1;resize:none;width:100%}.ChatInput_sendButton__4-BpE{flex-shrink:0;margin-left:8px;z-index:2}.ChatInput_loadingSpinner__\+FXns{animation:ChatInput_spin__utxzt .8s linear infinite;border:2px solid #ffffff4d;border-radius:999px;border-top-color:#fff;height:16px;width:16px}@keyframes ChatInput_spin__utxzt{to{transform:rotate(1turn)}}.ConversationItem_menuItem__269IX{border-radius:4px;cursor:pointer;min-width:140px;padding:8px}.ConversationItem_menuItem__269IX:hover{background-color:#f7faf9}.ConversationItem_menuDivider__h3xQ5{background-color:#dcddeb;height:1px}.ConversationItem_container__31pRy{align-items:center;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:4px;transition:background-color .2s ease}.ConversationItem_container__31pRy:hover{background-color:#f7faf9}.ConversationItem_container__31pRy:hover .ConversationItem_actionButton__DqGsD{opacity:1}.ConversationItem_container__31pRy.ConversationItem_active__YqUGY{background-color:#c2ffe9}.ConversationItem_content__QDiNd{display:flex;flex-direction:column;flex-grow:1;gap:4px;overflow:hidden}.ConversationItem_titleContainer__Us8fn{align-items:center;display:flex;gap:4px;justify-content:flex-start;width:100%}.ConversationItem_statusWrapper__Xf3Mu{align-items:center;display:flex;justify-content:center;min-width:20px}.ConversationItem_title__A19ll{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ConversationItem_actionButton__DqGsD{opacity:0;transition:opacity .2s ease}.ConversationItem_container__31pRy.ConversationItem_active__YqUGY .ConversationItem_actionButton__DqGsD{opacity:1}@media(max-width:767px){.ConversationItem_menuItem__269IX{font-size:16px;padding:16px 24px}.ConversationItem_container__31pRy{min-height:56px;padding:12px 20px 12px 0}}.ConversationStatus_dot__\+aCXx{border-radius:50%;display:inline-block;height:8px;margin-left:8px;width:8px}.ConversationStatus_newAnswerDot__cZxic{background-color:#00c896}.ConversationStatus_errorDot__niiSm{background-color:#ff7a5c}.ConversationStatus_loadingIndicator__PevIg{align-items:center;display:flex;gap:2px;margin-right:8px}.ConversationStatus_loadingDot__7E9-G{animation:ConversationStatus_pulse__TShfI 1.4s ease-in-out infinite;background-color:#00c896;border-radius:50%;display:inline-block;height:5px;width:5px}.ConversationStatus_loadingDot__7E9-G:first-child{animation-delay:0s}.ConversationStatus_loadingDot__7E9-G:nth-child(2){animation-delay:.2s}.ConversationStatus_loadingDot__7E9-G:nth-child(3){animation-delay:.4s}@keyframes ConversationStatus_pulse__TShfI{0%,to{opacity:.4;transform:scale(.6)}50%{opacity:1;transform:scale(1)}}.ConversationTags_tagsContainer__9BMup{display:flex;flex-wrap:wrap;gap:4px;margin-left:16px;margin-top:4px}.ConversationTags_tag__nkYZR{background-color:#dcddeb;border-radius:4px;padding:2px 6px}.ConversationGroup_group__h4nEm{margin-bottom:16px}.ConversationGroup_groupTitle__t033T{margin-bottom:4px;padding:4px 12px}.ConversationGroup_groupItems__uuNUR{display:flex;flex-direction:column;gap:4px}.ConversationList_list__FDzJe{display:flex;flex-direction:column;overflow-y:auto;width:100%}.ConversationList_empty__6Tv2W,.ConversationList_loading__2JtiL{align-items:center;display:flex;justify-content:center;min-height:100px;padding:16px;width:100%}.ChatHistory_container__NaYFj{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;height:100%;height:calc(100svh - 60px);min-height:calc(100svh - 60px);overflow:hidden;position:relative}.ChatHistory_closeButton__-XuQq{display:block;margin-left:16px;margin-top:16px}.ChatHistory_header__Giiiu{align-items:center;display:flex;justify-content:space-between;padding:16px;position:relative}.ChatHistory_newChatButton__mM5xK{align-items:center;border-radius:999px;display:flex;font-size:20px;height:28px;justify-content:center;min-width:auto;padding:0;width:28px}.ChatHistory_newChatButton__mM5xK:hover{background-color:#f7faf9}.ChatHistory_historyList__Oxf9b{flex:1 1;overflow-y:auto;padding:8px}.ChatHistory_error__9Oq\+T{background-color:#ff7a5c1a;border-radius:8px;margin:8px;padding:16px;text-align:center}.ChatHistory_currentChat__NNjEq{background-color:#fff;border:1px solid #e0e3e7;border-radius:6px;cursor:pointer;padding:12px;transition:background-color .2s}.ChatHistory_currentChat__NNjEq:hover{background-color:#f7faf9}.ChatPage_app-container__CXePy{display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s ease-in-out;width:100vw}.ChatPage_app-container__CXePy.ChatPage_with-document__F9VDs .ChatPage_content-container__Z3GlH{display:flex;flex-direction:row}.ChatPage_app-container__CXePy.ChatPage_with-document__F9VDs .ChatPage_file-explorer-container__68CKy{display:none}@media(max-width:767px){.ChatPage_app-container__CXePy.ChatPage_with-document__F9VDs .ChatPage_content-container__Z3GlH{padding-right:0}}.ChatPage_app-container__CXePy .ChatPage_history-container__5KFfY{background-color:#f7faf9;border-right:1px solid #e0e3e7;min-width:250px;overflow-y:auto;width:250px;z-index:10}@media(max-width:767px){.ChatPage_app-container__CXePy .ChatPage_history-container__5KFfY{box-shadow:2px 0 8px #0000001a;display:none;height:100vh;height:100svh;left:0;position:fixed;top:0;transform:translateX(-100%);width:80%;z-index:110}.ChatPage_app-container__CXePy .ChatPage_history-container__5KFfY.ChatPage_mobile-visible__mUFoh{animation:ChatPage_slideInFromLeft__qsxEf .3s ease-out;display:block;transform:translateX(0)}}.ChatPage_app-container__CXePy .ChatPage_chat-interface-container__dMkpJ{display:flex;flex:1 1;overflow:hidden}.ChatPage_app-container__CXePy .ChatPage_content-container__Z3GlH{display:flex;flex:1 1;height:calc(100svh - 60px);min-height:calc(100svh - 60px);overflow:hidden;position:relative;transition:padding-right .3s ease-in-out}.ChatPage_app-container__CXePy .ChatPage_file-explorer-container__68CKy{background-color:#f7faf9;border-left:1px solid #e0e3e7;height:100%;min-width:300px;overflow-y:auto;transition:all .3s ease-in-out;width:300px;z-index:20}.ChatPage_app-container__CXePy .ChatPage_file-explorer-container__68CKy.ChatPage_open__MRo0u{display:block}@media(max-width:767px){.ChatPage_app-container__CXePy .ChatPage_file-explorer-container__68CKy{box-shadow:-2px 0 8px #0000001a;height:100vh;height:100svh;position:fixed;right:0;top:0;transform:translateX(100%);width:80%;z-index:110}.ChatPage_app-container__CXePy .ChatPage_file-explorer-container__68CKy.ChatPage_mobile__2Ic7i.ChatPage_open__MRo0u{transform:translateX(0)}}.ChatPage_app-container__CXePy .ChatPage_document-container__gijux{background:#fff;border-left:1px solid #e0e3e7;box-shadow:-4px 0 12px #0000001a;flex-shrink:0;height:calc(100svh - 60px);overflow:hidden;transition:all .3s ease-in-out;width:0}.ChatPage_app-container__CXePy .ChatPage_document-container__gijux:not(:empty){width:700px}@media(max-width:1200px){.ChatPage_app-container__CXePy .ChatPage_document-container__gijux:not(:empty){min-width:400px;width:40%}}@media(max-width:767px){.ChatPage_app-container__CXePy .ChatPage_document-container__gijux{background:#fff;border:none;height:100vh;height:100svh;left:0;max-width:100%;position:fixed;top:0;transform:translateY(100%);width:100%;z-index:90}.ChatPage_app-container__CXePy .ChatPage_document-container__gijux:not(:empty){transform:translateY(0);width:100%}}@keyframes ChatPage_slideInFromLeft__qsxEf{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.ChatPage_backdropOverlay__7PSFN{background:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:80}.ChatPage_backdropOverlay__7PSFN.ChatPage_visible__5Jwsc{display:block}.ChatPage_hidden__z6F0K{display:none!important}.ConversationModals_modalContent__82sI8{margin-bottom:16px}.ConversationModals_modalActions__JH0Nj{display:flex;gap:8px;justify-content:flex-end}.CompanyFilesLayout_container__GucKZ{display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%}.CompanyFilesLayout_mainAndRight__tmbv9{display:flex;flex:1 1;height:100%;overflow:hidden}.CompanyFilesLayout_sidebar__RyLAQ{display:flex;flex:0 0 auto;height:100%}.CompanyFilesLayout_leftColumn__cpGdS{display:flex;flex:1 1;flex-direction:column;height:100%;overflow:hidden}.CompanyFilesLayout_rightColumn__YodLP{border-left:1px solid #e0e3e7;display:flex;flex-direction:row}.CompanyFilesLayout_initialView__g8q3g{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:20px;text-align:center}.CompanyFilesLayout_title__OLg-z{margin-bottom:24px}.CompanyFilesLayout_tickerInputWrapper__-ko5Y{max-width:500px;width:100%}.CompanyFilesLayout_fileExplorerContainer__ymjkh{background-color:#f7faf9;height:100%;min-width:300px;overflow-y:auto;transition:all .3s ease-in-out;width:300px;z-index:20}.CompanyFilesLayout_fileExplorerContainer__ymjkh.CompanyFilesLayout_open__-xDmp{display:block}@media(max-width:767px){.CompanyFilesLayout_fileExplorerContainer__ymjkh{box-shadow:-2px 0 8px #0000001a;height:100vh;height:100svh;position:fixed;right:0;top:0;transform:translateX(100%);width:80%;z-index:110}.CompanyFilesLayout_fileExplorerContainer__ymjkh.CompanyFilesLayout_mobile__Zh5\+7.CompanyFilesLayout_open__-xDmp{transform:translateX(0)}}.CompanyFilesLayout_mobile__Zh5\+7,.CompanyFilesLayout_open__-xDmp{display:block}.CompanyFilesLayout_documentContainer__1sEWp{background:#fff;border-left:1px solid #e0e3e7;box-shadow:-4px 0 12px #0000001a;flex-shrink:0;height:100%;overflow:hidden;transition:all .3s ease-in-out;width:0}.CompanyFilesLayout_documentContainer__1sEWp:not(:empty){width:700px}@media(max-width:1200px){.CompanyFilesLayout_documentContainer__1sEWp:not(:empty){min-width:400px;width:40%}}@media(max-width:767px){.CompanyFilesLayout_documentContainer__1sEWp{background:#fff;border:none;height:100vh;height:100svh;left:0;max-width:100%;position:fixed;top:0;transform:translateY(100%);width:100%;z-index:90}.CompanyFilesLayout_documentContainer__1sEWp:not(:empty){transform:translateY(0);width:100%}}.CompanyFilesLayout_hidden__PHQtz{display:none!important}.TickerInput_tickerInput__vHqfZ{display:flex;flex-direction:column;gap:4px;width:100%}.TickerInput_labelWrapper__5WpZk{display:block;margin-bottom:4px}.TickerInput_select__Xr0VV{width:100%}.TickerInput_select__Xr0VV .ticker-select__control{background-color:#fff;border:1px solid #e0e3e7;border-radius:4px;box-shadow:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;padding:4px 0}.TickerInput_select__Xr0VV .ticker-select__control:hover{border-color:#e0e3e7}.TickerInput_select__Xr0VV .ticker-select__menu{background-color:#fff;border:1px solid #e0e3e7;border-radius:4px;box-shadow:0 1px 2px #0000000d;z-index:9999}.TickerInput_select__Xr0VV .ticker-select__menu-notice{color:#4d5358}.TickerInput_select__Xr0VV .ticker-select__menu-notice,.TickerInput_select__Xr0VV .ticker-select__option{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;padding:8px 16px}.TickerInput_select__Xr0VV .ticker-select__option--is-selected{background-color:#00c896;color:#fff}.TickerInput_select__Xr0VV .ticker-select__option--is-focused:not(.select .ticker-select__option--is-selected){background-color:#f7faf9;color:#2a2f36}.TickerInput_select__Xr0VV .ticker-select__multi-value{background-color:#f7faf9;border-radius:4px}.TickerInput_select__Xr0VV .ticker-select__multi-value__label{color:#2a2f36;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;padding:4px}.TickerInput_select__Xr0VV .ticker-select__multi-value__remove{color:#4d5358}.TickerInput_select__Xr0VV .ticker-select__multi-value__remove:hover{background-color:#e0e3e7;color:#2a2f36}.TickerInput_select__Xr0VV .ticker-select__input{color:#2a2f36;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}.TickerInput_select__Xr0VV .ticker-select__placeholder{color:#a0a3bd;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}.TickerInput_select__Xr0VV .ticker-select__single-value{color:#2a2f36;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}.DocumentList_documentList__yasHl{margin-bottom:4px}.DocumentList_documentItem__T-emU{border-radius:4px;cursor:pointer;display:flex;flex-direction:column;margin-bottom:2px;padding:4px 8px;transition:background-color .2s ease}.DocumentList_documentItem__T-emU:hover{background-color:#f7faf9}.DocumentList_documentItem__T-emU.DocumentList_active__CbU12{background-color:#c2ffe9}.DocumentList_documentName__Yw-3r{color:#2a2f36;font-size:12px;font-weight:500;line-height:1.3;margin-bottom:2px;word-break:break-word}.DocumentList_documentDate__IUM2l{color:#a0a3bd;font-size:10px}.DocumentList_emptyDocuments__seRci{font-style:italic;padding:4px 8px}@media(max-width:767px){.DocumentList_documentItem__T-emU{min-height:48px;padding:16px 24px}.DocumentList_documentName__Yw-3r{font-size:16px}.DocumentList_documentDate__IUM2l{font-size:14px}}.CompanySection_companySection__A8moI{margin-bottom:24px}.CompanySection_companyHeader__kQriy{margin-bottom:16px;padding:4px 0}.CompanySection_documentCategory__eNiZQ{margin-bottom:16px}.CompanySection_categoryHeader__YsQUF{border-bottom:1px solid #dcddeb;color:#4d5358;margin-bottom:8px;padding:4px 0}.CompanySection_docTypeSelector__Ah6Gk{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.CompanySection_docTypeButton__ioCYi{background-color:#fff;border:1px solid #d1d5db;border-radius:4px;color:#4b5563;cursor:pointer;font-size:14px;padding:4px 8px;transition:all .2s ease}.CompanySection_docTypeButton__ioCYi:hover{background-color:#c2ffe9}.CompanySection_docTypeButton__ioCYi.CompanySection_selected__RNpMp{background-color:#00c896;border-color:#00c896;color:#fff}.EightKList_eightKGroup__jUKhC{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:10px;padding:0}.EightKList_eightKButton__Kopsa{align-self:flex-start;background:#0000;border-radius:4px;box-shadow:none;color:#2a2f36;cursor:pointer;font-size:12px;font-weight:500;height:24px;justify-content:flex-start;line-height:1.3;padding:0 4px 0 8px;text-align:left;transition:background-color .2s ease;width:100%;word-break:break-word}.EightKList_eightKButton__Kopsa:hover{background-color:#f7faf9}.EightKList_eightKButton__Kopsa.EightKList_active__nMi8e{background-color:#c2ffe9}.EightKList_children__1h5Xk{display:flex;flex-direction:column;gap:2px;width:100%}.EightKList_childButton__WEFoz{align-self:flex-start;background:#0000;border-radius:4px;box-shadow:none;color:#2a2f36;cursor:pointer;font-size:12px;font-weight:500;height:24px;justify-content:flex-start;line-height:1.3;padding:0 4px 0 20px;text-align:left;transition:background-color .2s ease;width:100%;word-break:break-word}.EightKList_childButton__WEFoz:hover{background-color:#f7faf9}.EightKList_childButton__WEFoz.EightKList_active__nMi8e{background-color:#c2ffe9}.EightKList_date__M-p7W{align-self:flex-start;color:#a0a3bd;font-size:10px;margin-top:2px;padding-left:8px}.EightKList_emptyDocuments__1fakB{color:#6b7280;font-style:italic;padding:4px 8px}.FileExplorer_container__DbXSQ{background-color:#fff;display:flex;flex-direction:column;height:100%;padding:16px}.FileExplorer_tickerSection__rz9kn{margin-bottom:16px}.FileExplorer_documentsTree__o\+DW-{flex-grow:1;overflow-y:auto}.FileExplorer_companyHeader__OMJt7{padding-bottom:8px}.FileExplorer_emptyState__2C3PP{align-items:center;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;padding:16px;text-align:center}.FileExplorer_loadingSpinner__acSHK{animation:FileExplorer_spin__mygbc 1s linear infinite;border:3px solid #e0e3e7;border-radius:50%;border-top-color:#00c896;height:32px;margin-bottom:8px;width:32px}@keyframes FileExplorer_spin__mygbc{to{transform:rotate(1turn)}}.FileExplorer_closeButton__dt8nA{display:block;margin-bottom:8px}.FileExplorer_searchButton__imfur{margin-top:8px}.PDFViewer_pdfViewer__oRrFd{display:flex;flex-direction:column;height:100%;width:100%}.PDFViewer_toolbar__7y6oK{align-items:center;background-color:#f7faf9;border-bottom:1px solid #e0e3e7;display:flex;gap:8px;padding:8px}.PDFViewer_pageInput__nzPT\+{text-align:center;width:60px}.PDFViewer_pageCount__Cdtk1{color:#a0a3bd;font-size:13px}.PDFViewer_pdfContainer__RLy99{align-items:flex-start;background-color:#e0e3e7;display:flex;flex:1 1;justify-content:center;overflow:auto;padding:16px}.PDFViewer_errorContainer__UjM4-{align-items:center;color:#a0a3bd;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;padding:16px;text-align:center}.PDFViewer_errorMessage__3Ywdp{font-size:14px;margin-bottom:8px}.PDFViewer_pdfModal__YziK0{display:flex;flex-direction:column;height:100%}.PDFViewer_pdfViewerToolbar__Wf1kz{align-items:center;background-color:#f7faf9;border-bottom:1px solid #e0e3e7;display:flex;justify-content:space-between;padding:8px 16px}.PDFViewer_searchInfo__mTz0w,.PDFViewer_toolbarActions__VgbTr{align-items:center;display:flex;gap:8px}.PDFViewer_searchInfo__mTz0w{font-size:13px}.PDFViewer_searchAgainButton__pXiiV{background-color:#00c896;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px}.PDFViewer_searchAgainButton__pXiiV:hover{background-color:#1e4841}.PDFViewer_documentInfoSection__Wp3M3{background-color:#f7faf9;border-bottom:1px solid #e0e3e7;color:#a0a3bd;font-size:13px;padding:8px 16px}.PDFViewer_documentInfoSection__Wp3M3 p{margin:4px 0}.PDFViewer_pdfErrorContainer__fQejN{padding:24px}.PDFViewer_pdfErrorContainer__fQejN h3{color:#ff7a5c}.PDFViewer_pdfErrorContainer__fQejN p{margin-bottom:16px}.PDFViewer_pdfErrorContainer__fQejN a{color:#00c896;text-decoration:none}.PDFViewer_pdfErrorContainer__fQejN a:hover{text-decoration:underline}.PDFViewer_pdfLoaderContainer__lWziU{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.PDFViewer_pdfLoaderContainer__lWziU p{color:#a0a3bd;margin-bottom:16px;margin-top:16px}.PDFViewer_loadingMessage__A01BP{color:#00c896!important;font-size:16px;font-weight:500}.PDFViewer_loadingWarning__QHWiv{background-color:#ffd66b1a;border-radius:4px;color:#ffd66b!important;font-size:14px;font-weight:500;margin-bottom:16px!important;margin-top:4px!important;max-width:80%;padding:8px;text-align:center}.PDFViewer_closeButton__VkWWu{margin-left:8px;min-width:80px}.PDFViewer_pdfLoader__SEHHv{animation:PDFViewer_spin__M8TJi 1s linear infinite;border:3px solid #00c89633;border-radius:999px;border-top-color:#00c896;height:40px;width:40px}@keyframes PDFViewer_spin__M8TJi{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rpv-core__viewer{flex:1 1;height:100%;width:100%}.rpv-search__highlight{background-color:#ffd66b80;border-radius:4px;box-shadow:0 1px 2px #0000000d}.rpv-search__highlight--current{background-color:#ffd66bb3;box-shadow:0 4px 6px #0000001a}.rpv-search__container{left:8px;position:absolute;top:8px;z-index:1}.PDFViewer_pdfViewerContainer__ngcf4{background:#fff;display:flex;flex-direction:column;height:100%;width:100%}.PDFViewer_pdfToolbar__e4eIE{align-items:center;background:#f7faf9;border-bottom:1px solid #e0e3e7;box-shadow:0 1px 2px #0000000d;display:flex;gap:8px;padding:8px;position:sticky;top:0;z-index:20}.PDFViewer_searchForm__o\+Wm1{align-items:center;display:flex;gap:8px;margin-right:auto}.PDFViewer_pdfViewerContent__-w3m1{flex:1 1;overflow:hidden;position:relative}.PDFViewer_searchContainer__OUS3r{padding:8px;position:absolute;right:0;top:0;z-index:10}.PDFViewer_searchWrapper__ovgHm{background:#ffffffe6;border-radius:4px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;padding:8px}.PDFViewer_searchResults__uTCpR{align-items:center;display:flex;font-size:14px;gap:8px}.PDFViewer_pdfErrorContainer__fQejN{background:#ff7a5c1a;border:1px solid #ff7a5c4d;border-radius:4px;color:#ff7a5c;margin:16px;padding:16px;text-align:center}.PDFViewer_pdfErrorContainer__fQejN h3{margin-bottom:8px}.PDFViewer_pdfErrorContainer__fQejN a{color:#ff7a5c;text-decoration:underline}.PDFViewer_pdfErrorContainer__fQejN a:hover{color:#ff3c10}.PDFViewer_searchResultsFixed__lqcbn{align-items:center;background-color:#00a3ff1a;border-radius:4px;display:flex;font-size:14px;margin-left:16px;padding:4px 12px}.PDFViewer_searchResultsFixed__lqcbn span{font-weight:500;margin-right:12px}:root{--rpv-core__annotation--link-hover-background-color:#ff03;--rpv-core__annotation-popup-wrapper-background-color:#faf089;--rpv-core__annotation-popup-wrapper-box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--rpv-core__annotation-popup-content-border-top-color:#1a202c;--rpv-core__arrow-border-color:#0000004d;--rpv-core__asking-password-color:#000;--rpv-core__asking-password-wrapper-background-color:#fff;--rpv-core__asking-password-wrapper-border-color:#0000004d;--rpv-core__button-background-color:#0000004d;--rpv-core__button-color:#000;--rpv-core__doc-error-background-color:#fff;--rpv-core__doc-error-text-background-color:#c02424;--rpv-core__doc-error-text-color:#fff;--rpv-core__doc-loading-background-color:#fff;--rpv-core__full-screen-target-background-color:#fff;--rpv-core__inner-page-background-color:#fff;--rpv-core__menu-divider-border-bottom-color:#0000004d;--rpv-core__menu-item-color:#000;--rpv-core__menu-item--hover-background-color:#0000001a;--rpv-core__menu-item--disabled-color:#0000004d;--rpv-core__minimal-button-color:#000;--rpv-core__minimal-button--hover-background-color:#0000001a;--rpv-core__minimal-button--disabled-color:#0000004d;--rpv-core__minimal-button--selected-background-color:#0000001a;--rpv-core__modal-body-background-color:#fff;--rpv-core__modal-body-border-color:#0000004d;--rpv-core__modal-overlay-background-color:#00000080;--rpv-core__page-layer-box-shadow:2px 2px 8px 0 #0003;--rpv-core__popover-body-background-color:#fff;--rpv-core__popover-body-border-color:#0000004d;--rpv-core__popover-body-color:#000;--rpv-core__primary-button-background-color:#2566e8;--rpv-core__primary-button-color:#fff;--rpv-core__progress-bar-background-color:#0000001a;--rpv-core__progress-bar-progress-background-color:#2566e8;--rpv-core__progress-bar-progress-color:#fff;--rpv-core__separator-border-bottom-color:#0000004d;--rpv-core__spinner-border-color:#0006;--rpv-core__spinner-border-transparent-color:#0000;--rpv-core__splitter-background-color:#0000;--rpv-core__splitter--hover-background-color:#0003;--rpv-core__text-layer-text--selection-background-color:#00f;--rpv-core__text-layer-text--selection-color:#0000;--rpv-core__textbox-background-color:#fff;--rpv-core__textbox-border-color:#0003;--rpv-core__textbox-color:#000;--rpv-core__tooltip-body-background-color:#000;--rpv-core__tooltip-body-color:#fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color:#363636;--rpv-core__asking-password-color:#fff;--rpv-core__asking-password-wrapper-border-color:#191919;--rpv-core__asking-password-wrapper-background-color:#191919;--rpv-core__button-background-color:#171717;--rpv-core__button-color:#fff;--rpv-core__doc-error-background-color:#191919;--rpv-core__doc-error-text-background-color:#c02323;--rpv-core__doc-error-text-color:#fff;--rpv-core__doc-loading-background-color:#191919;--rpv-core__full-screen-target-background-color:#1a1a1a;--rpv-core__inner-page-background-color:#1a1a1a;--rpv-core__menu-divider-border-bottom-color:#000;--rpv-core__menu-item-color:#fff;--rpv-core__menu-item--hover-background-color:#2566e8;--rpv-core__menu-item--disabled-color:#5e5e5e;--rpv-core__minimal-button-color:#fff;--rpv-core__minimal-button--disabled-color:#5e5e5e;--rpv-core__minimal-button--hover-background-color:#191919;--rpv-core__minimal-button--selected-background-color:#1657bb;--rpv-core__modal-body-background-color:#363636;--rpv-core__primary-button-background-color:#2566e8;--rpv-core__popover-body-background-color:#363636;--rpv-core__popover-body-color:#fff;--rpv-core__progress-bar-background-color:#000;--rpv-core__separator-border-bottom-color:#000;--rpv-core__spinner-border-color:#fff;--rpv-core__splitter-background-color:#1a1a1a;--rpv-core__splitter--hover-background-color:#2566e8;--rpv-core__textbox-background-color:#121212;--rpv-core__textbox-border-color:#121212;--rpv-core__textbox-color:#fff;--rpv-core__tooltip-body-background-color:#414141;--rpv-core__tooltip-body-color:#fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid #0000004d;border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:#0000004d;border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid #0000004d;border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:#0000004d;border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{left:50%}.rpv-core__arrow--tc,.rpv-core__arrow--tr{bottom:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{right:0}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{top:50%}.rpv-core__arrow--rb,.rpv-core__arrow--rc{left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%}.rpv-core__arrow--bc,.rpv-core__arrow--br{top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{top:50%}.rpv-core__arrow--lb,.rpv-core__arrow--lc{right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:#000;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:#fff;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid #0000004d;border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:#0000004d;background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:#000;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;overflow:hidden;position:absolute;top:0}.rpv-core__doc-error{align-items:center;background-color:#fff;background-color:var(--rpv-core__doc-error-background-color);display:flex;height:100%;justify-content:center}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:#c02424;background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:#fff;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{align-items:center;background-color:#fff;background-color:var(--rpv-core__doc-loading-background-color);display:flex;height:100%;justify-content:center;min-height:inherit;width:100%}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:#fff;background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{align-items:center;display:flex;justify-content:center}.rpv-core__inner-page--dual-even{align-items:center;display:flex;justify-content:flex-end}.rpv-core__inner-page--dual-odd{align-items:center;display:flex;justify-content:flex-start}.rpv-core__inner-page--dual-cover{align-items:center;display:flex;justify-content:center}.rpv-core__inner-page--dual-cover-odd{align-items:center;display:flex;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{align-items:center;display:flex;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:#ff03;background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid #0000004d;border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;border:none;color:#000;color:var(--rpv-core__menu-item-color);cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{outline:0}.rpv-core__menu-item:focus,.rpv-core__menu-item:hover{background-color:#0000001a;background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:#0000004d;color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:#000;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:#0000001a;background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:#0000004d;color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:#0000001a;background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:#fff;background-color:var(--rpv-core__modal-body-background-color);border:1px solid #0000004d;border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:#00000080;background-color:var(--rpv-core__modal-overlay-background-color);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.rpv-core__modal-overlay,.rpv-core__page-layer{align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{overflow:visible;position:relative}.rpv-core__page-layer:after{bottom:.25rem;box-shadow:2px 2px 8px 0 #0003;box-shadow:var(--rpv-core__page-layer-box-shadow);content:"";left:.25rem;position:absolute;right:.25rem;top:.25rem}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{border:1px solid #0000004d;border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:#000;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body,.rpv-core__popover-body-arrow{background-color:#fff;background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{bottom:0;left:0;position:fixed;right:0;top:0}.rpv-core__annotation-popup-wrapper{background-color:#faf089;background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid #1a202c;border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);max-height:16rem;overflow:auto;padding:.25rem}.rpv-core__primary-button{background-color:#2566e8;background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:#fff;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:#0000001a;background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:#2566e8;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:#fff;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;height:.75rem;justify-content:center}.rpv-core__separator{border-bottom:1px solid #0000004d;border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid #0000;border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid #0000;border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-radius:9999px;border-right:2px solid #0006;border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid #0006;border-top:2px solid var(--rpv-core__spinner-border-color)}.rpv-core__spinner--animating{animation-duration:.4s;animation-iteration-count:infinite;animation-name:rpv-core__spinner-transform;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rpv-core__splitter{background-color:initial;background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter--resizing,.rpv-core__splitter:hover{background-color:#0003;background-color:var(--rpv-core__splitter--hover-background-color);cursor:col-resize}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;-webkit-user-select:none;user-select:none}.rpv-core__textbox{background-color:#fff;background-color:var(--rpv-core__textbox-background-color);border:1px solid #0003;border:1px solid var(--rpv-core__textbox-border-color);border-radius:.25rem;box-sizing:border-box;color:#000;color:var(--rpv-core__textbox-color);height:2rem;padding:0 .5rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{height:100%;left:0;line-height:1;opacity:.2;position:absolute;top:0;width:100%;z-index:1}.rpv-core__text-layer span::selection{background-color:#00f;background-color:var(--rpv-core__text-layer-text--selection-background-color);color:#0000;color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0 0;white-space:pre}.rpv-core__tooltip-body{background-color:#000;background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:#fff;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:#000;background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media(min-width:640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media(min-width:768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media(min-width:1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}.rpv-page-navigation__current-page-input{margin:0 .25rem;text-align:right;width:3rem}.rpv-search__highlights{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-search__highlight{background-color:#ff06;background-color:var(--rpv-search__highlight-background-color);border-radius:.25rem;position:absolute;z-index:1}.rpv-search__highlight--current{background-color:#00800066;background-color:var(--rpv-search__highlight--current-background-color)}.rpv-search__popover{padding:0 .5rem}.rpv-search__popover-input-counter{align-items:center;display:flex;margin-bottom:.5rem;position:relative;width:12rem}.rpv-search__popover-counter{align-items:center;bottom:0;display:flex;position:absolute;top:0}.rpv-search__popover-counter--ltr{padding-right:.25rem;right:0}.rpv-search__popover-counter--rtl{left:0;padding-left:.25rem}.rpv-search__popover-label{align-items:center;cursor:pointer;display:flex;margin-bottom:.5rem}.rpv-search__popover-label-checkbox{cursor:pointer;margin-right:.25rem}.rpv-search__popover-footer{align-items:center;display:flex}.rpv-search__popover-footer-item{padding:0 .25rem}.rpv-search__popover-footer-button--ltr{margin-left:auto}.rpv-search__popover-footer-button--rtl{margin-right:auto}:root{--rpv-search__highlight-background-color:#ff06;--rpv-search__highlight--current-background-color:#00800066}.HTMLViewer_container__xLNMN{background:#fff;display:flex;flex-direction:column;height:100%}.HTMLViewer_toolbar__5qBPs{align-items:center;background:#f7faf9;border-bottom:1px solid #e0e3e7;box-shadow:0 1px 2px #0000000d;display:flex;justify-content:flex-end;padding:8px}.HTMLViewer_htmlViewer__V2xA7{border:none;display:block;flex:1 1;margin:0;padding:0;width:100%}.HTMLViewer_error__aNo2j{color:#ff7a5c}.HTMLViewer_error__aNo2j,.HTMLViewer_loading__sUNyU{align-items:center;display:flex;flex:1 1;font-size:14px;justify-content:center}.HTMLViewer_loading__sUNyU{color:#a0a3bd}.DocumentViewer_documentContainer__RrylX{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden}@media(max-width:767px){.DocumentViewer_documentContainer__RrylX{height:100vh;height:100svh;width:100vw}}.DocumentViewer_documentTitle__q8Zk-{display:block;font-size:16px;font-weight:500;margin:auto;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DocumentViewer_header__wJRx4{background-color:#f8f8f8;border-bottom:1px solid #e0e0e0;display:flex;justify-content:flex-end;padding:12px 16px}@media(max-width:767px){.DocumentViewer_header__wJRx4{box-shadow:0 2px 4px #0000001a;justify-content:space-between;position:sticky;top:0;z-index:10}}.DocumentViewer_viewerContainer__jPHKJ{flex:1 1;height:calc(100% - 49px);overflow:hidden}.DocumentViewer_loadingContainer__nQ8xG{align-items:center;background:#fff;display:flex;flex-direction:column;height:100%;justify-content:center}.DocumentViewer_loadingText__K70QO{color:#666;font-size:14px;margin-top:16px}.DocumentViewer_loadingSpinner__T0tbP{animation:DocumentViewer_spin__riHQb 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;width:40px}@keyframes DocumentViewer_spin__riHQb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ResearchPage_researchPage__3JYV-{display:flex;flex-direction:column;height:100%;width:100%}.ResearchPage_initialView__bbmhU{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:20px;text-align:center}.ResearchPage_title__KHZpF{margin-bottom:24px}.ResearchPage_tickerInputWrapper__LA23b{max-width:500px;width:100%}.ResearchPage_mainContent__f4\+lj{display:flex;flex:1 1;height:calc(100svh - 60px);overflow:hidden}.ResearchPage_leftColumn__ddY-J{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.ResearchPage_rightColumn__E-W1u{border-left:1px solid #e0e3e7;display:flex;flex-direction:row}.ResearchPage_summariesContainer__JJ17z{flex-grow:1;overflow-y:auto;padding:20px}.ResearchPage_summarySection__OT7-D{margin-bottom:40px}.ResearchPage_summarySection__OT7-D:last-child{margin-bottom:10px}.ResearchPage_chatInputContainer__z1jb7{background-color:#f7faf9;border-top:1px solid #e0e3e7;width:100%}.ResearchPage_fileExplorerContainer__PwTw9{background-color:#f7faf9;height:100%;min-width:300px;overflow-y:auto;transition:all .3s ease-in-out;width:300px;z-index:20}.ResearchPage_fileExplorerContainer__PwTw9.ResearchPage_open__oLysC{display:block}@media(max-width:767px){.ResearchPage_fileExplorerContainer__PwTw9{box-shadow:-2px 0 8px #0000001a;height:100vh;height:100svh;position:fixed;right:0;top:0;transform:translateX(100%);width:80%;z-index:110}.ResearchPage_fileExplorerContainer__PwTw9.ResearchPage_mobile__DEtP5.ResearchPage_open__oLysC{transform:translateX(0)}}.ResearchPage_documentContainer__QDerQ{background:#fff;border-left:1px solid #e0e3e7;box-shadow:-4px 0 12px #0000001a;flex-shrink:0;height:100%;overflow:hidden;transition:all .3s ease-in-out;width:0}.ResearchPage_documentContainer__QDerQ:not(:empty){width:700px}@media(max-width:1200px){.ResearchPage_documentContainer__QDerQ:not(:empty){min-width:400px;width:40%}}@media(max-width:767px){.ResearchPage_documentContainer__QDerQ{background:#fff;border:none;height:100vh;height:100svh;left:0;max-width:100%;position:fixed;top:0;transform:translateY(100%);width:100%;z-index:90}.ResearchPage_documentContainer__QDerQ:not(:empty){transform:translateY(0);width:100%}}.ResearchPage_hidden__uw\+gG{display:none!important}.SummariesView_summariesView__lYZ\+I{display:flex;flex-direction:column}.SummariesView_summarySection__SJmwz{margin-top:24px}.SummariesView_summaryTitle__7K878{margin-bottom:16px}.SummariesView_summaryBody__OHiwc{color:#4d5358;font-size:16px;line-height:1.5}.SummariesView_summaryBody__OHiwc p{margin:.7em 0}.SummariesView_summaryBody__OHiwc p:first-child{margin-top:0}.SummariesView_summaryBody__OHiwc p:last-child{margin-bottom:0}.SummariesView_summaryBody__OHiwc ol,.SummariesView_summaryBody__OHiwc ul{margin:.7em 0;padding-left:1.5em}.SummariesView_summaryBody__OHiwc li{margin:.4em 0;padding-left:.3em}.SummariesView_summaryBody__OHiwc li>p{margin:.4em 0}.SummariesView_summaryBody__OHiwc code{background-color:#2a2f361a;border-radius:4px;font-size:13px;padding:4px 8px}.SummariesView_summaryBody__OHiwc pre{background-color:#2a2f361a;border-radius:4px;margin:.7em 0;overflow-x:auto;padding:8px}.SummariesView_summaryBody__OHiwc pre code{background-color:#0000;padding:0}.SummariesView_loadingSpinner__PBVuA{animation:SummariesView_spin__N2fpL 1s linear infinite;border:4px solid #00c89633;border-radius:50%;border-top-color:#00c896;height:40px;margin:32px auto;width:40px}@keyframes SummariesView_spin__N2fpL{to{transform:rotate(1turn)}}.SummariesView_sourcesSection__wTPic{margin-top:32px}.SummariesView_sourcesList__mSmlB{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:16px 0 0;padding:0}.EmptyState_emptyState__BpiXi p{color:#4d5358;font-size:16px;line-height:1.5;margin-top:16px}.PromptForm_form__5E2lH{display:flex;flex-direction:column;gap:16px;padding:16px}.PromptForm_actions__lyGz1{margin-top:16px}.PromptForm_error__oWV9E{background-color:#ff7a5c1a;border-radius:4px;color:#ff7a5c;font-size:14px;margin-bottom:8px;padding:8px}.PromptCard_card__HNBuJ{background:#fff;border:1px solid #e0e3e7;border-radius:8px;cursor:pointer;padding:1.5rem;transition:all .2s ease-in-out}.PromptCard_card__HNBuJ:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.PromptCard_header__lhwQj{align-items:center;display:flex;justify-content:space-between}.PromptCard_title__9I5vk{flex:1 1;margin:0}.PromptCard_description__EjRZa{margin-bottom:1rem}.PromptCard_tag__M9j1e{background-color:#c2ffe9;border-radius:4px;color:#1e4841;display:inline-block;font-size:13px;margin-bottom:16px;padding:4px 8px}.PromptCard_content__-YHYq{margin:0;white-space:pre-wrap}.PromptCard_viewModal__VFmkw{padding:1rem}.PromptCard_viewModal__VFmkw .PromptCard_description__EjRZa,.PromptCard_viewModal__VFmkw .PromptCard_tag__M9j1e{margin-bottom:1.5rem}.PromptCard_viewModal__VFmkw .PromptCard_fullContent__wXzD5{line-height:1.6;white-space:pre-wrap}.TagFilter_container__5FM6z{margin-bottom:32px}.TagFilter_select__aLsMa{background-color:#fff;border:1px solid #e0e3e7;border-radius:8px;color:#2a2f36;font-size:14px;padding:8px 16px;transition:all .2s ease;width:100%}.TagFilter_select__aLsMa:focus{border-color:#00c896;box-shadow:0 0 0 2px #00c89633;outline:none}@media(min-width:768px){.TagFilter_select__aLsMa{width:256px}}.TagFilter_option__-CsRC{color:#2a2f36;font-size:14px;padding:8px}.PromptsPage_container__c7TQv{padding:24px}.PromptsPage_header__mavXj{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.PromptsPage_title__xNox2{color:#2a2f36;font-size:32px;font-weight:700;margin:0}.PromptsPage_grid__O1vWO{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:768px){.PromptsPage_grid__O1vWO{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.PromptsPage_grid__O1vWO{grid-template-columns:repeat(3,1fr)}}.PromptsPage_loadingContainer__QiB58{color:#4d5358;font-size:16px;padding:24px}.PromptsPage_errorContainer__T3WAL{color:#ff7a5c;font-size:16px;padding:24px}.PromptsPage_emptyState__oBTKN{color:#a0a3bd;font-size:16px;margin-top:32px;text-align:center}.NotFound_container__dvLOl{align-items:center;display:flex;flex-direction:column;height:100vh;height:100svh;justify-content:center;padding:24px;text-align:center}.NotFound_container__dvLOl h1{color:#2a2f36;font-size:32px;font-weight:700;margin-bottom:16px}.NotFound_container__dvLOl p{color:#a0a3bd;font-size:16px;line-height:1.5;margin-bottom:24px}.NotFound_link__k4nv4{background:none;border:none;color:#00c896;cursor:pointer;font-size:14px;font-weight:500;padding:0;text-decoration:none}.NotFound_link__k4nv4:hover{text-decoration:underline}.LoginPage_container__kmMK9{align-items:center;background-color:#c2ffe9;display:flex;justify-content:center;min-height:100vh;min-height:100svh;padding:8px}@media(min-width:768px){.LoginPage_container__kmMK9{padding:16px}}.LoginPage_wrapper__SyXqp{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:440px;padding:24px 16px;width:100%}@media(min-width:768px){.LoginPage_wrapper__SyXqp{padding:32px 24px}}.LoginPage_wrapper__SyXqp .stytch-container{border:none!important;box-shadow:none!important;margin:0!important;max-width:100%!important;padding:0!important;width:100%!important}.LoginPage_wrapper__SyXqp .stytch-container *{max-width:100%!important}.LoginPage_wrapper__SyXqp .stytch-email-magic-link{width:100%}.LoginPage_wrapper__SyXqp .stytch-prebuilt-input,.LoginPage_wrapper__SyXqp .stytch-prebuilt-oauth-button{max-width:100%!important;width:100%!important}.LoginPage_wrapper__SyXqp [style*="width: 400px"]{width:100%!important}.LoginPage_header__J2UYH{margin-bottom:24px}.LoginPage_divider__tCSIs{align-items:center;color:#a0a3bd;display:flex;margin:24px 0;text-align:center}.LoginPage_divider__tCSIs:after,.LoginPage_divider__tCSIs:before{border-bottom:1px solid #e0e3e7;content:"";flex:1 1}.LoginPage_divider__tCSIs:before{margin-right:16px}.LoginPage_divider__tCSIs:after{margin-left:16px}.AuthenticatePage_container__XYwsT{height:100vh;height:100svh}.AuthenticatePage_container__XYwsT,.UnauthorizedPage_container__81Fxm{align-items:center;background-color:#c2ffe9;display:flex;justify-content:center}.UnauthorizedPage_container__81Fxm{min-height:100vh;min-height:100svh;padding:16px}.UnauthorizedPage_content__YFLDG{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:32px;text-align:center;width:100%}.UnauthorizedPage_message__dhVFE{color:#4d5358;margin:24px 0}.ProtectedRoutes_loadingContainer__F-c-j{align-items:center;background-color:#c2ffe9;display:flex;justify-content:center;min-height:100vh;min-height:100svh;padding:16px}.Pagination_container__H3lrQ{align-items:center;border-top:1px solid #e0e3e7;display:flex;justify-content:space-between;margin-top:24px;padding:16px 0}.Pagination_controls__tRzeF{align-items:center;display:flex;gap:16px}.Pagination_pageInfo__WKs9s{margin:0 8px}.Pagination_info__puYYp{color:#4d5358}.EvaluationsPage_container__eTG-p{display:flex;flex-direction:column;gap:1.5rem;height:100%;padding:1.5rem}.EvaluationsPage_filters__CPyzD{align-items:center;display:flex;gap:1rem}.EvaluationsPage_table__90DJj{background-color:var(--color-white);border:1px solid var(--color-gray-10);border-radius:4px;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.EvaluationsPage_pageHeader__wxILo{align-items:center;display:flex;justify-content:space-between}.EvaluationsPage_header__At\+oR{grid-gap:1rem;align-items:center;background-color:var(--color-gray-5);border-bottom:1px solid var(--color-gray-10);display:grid;gap:1rem;grid-template-columns:1fr 2fr 60px 100px}.EvaluationsPage_nameColumn__8Db6M,.EvaluationsPage_reasonColumn__SdeiB,.EvaluationsPage_scoreColumn__NmdTu,.EvaluationsPage_triggerColumn__qyVHg{align-items:center;display:flex}.EvaluationsPage_scoreColumn__NmdTu{justify-content:center}.EvaluationsPage_error__RPiMc,.EvaluationsPage_loading__T-qbV,.EvaluationsPage_noResults__RXScs{align-items:center;display:flex;justify-content:center;padding:2rem}.Filters_filter__m5MSy{margin-right:16px;min-width:200px}.Filters_filters__AsG0n{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.CritiqueForm_form__9eboy{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.CritiqueForm_error__swd60{color:#ff6a55;font-size:.875rem;margin-bottom:.5rem}.CritiqueForm_actions__Xhv-y{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.EvaluationModal_modalContent__2FyJX{display:flex;flex-direction:column;gap:1.5rem}.EvaluationModal_evaluations__575Zh{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}.EvaluationModal_evaluation__tCqjS{background-color:#f7faf9;border-radius:4px;padding:0 1rem}.EvaluationModal_evaluation__tCqjS h3{margin:0 0 .5rem}.EvaluationModal_evaluationDetails__AMJUb{color:#4d5358;gap:1rem}.EvaluationModal_section__pn-6d{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.EvaluationModal_section__pn-6d h3{margin:0}.EvaluationModal_inputField__RVDJ1{background-color:#f7faf9;border-radius:4px;display:flex;flex-direction:column;gap:.25rem}.EvaluationModal_context__I8KuO{display:flex;flex-direction:column;gap:.75rem}.EvaluationModal_contextItem__tOPP8{background-color:#f7faf9;border-radius:4px}.EvaluationModal_contextHeader__eBM2U{display:flex;justify-content:space-between;margin-bottom:.5rem}.EvaluationModal_response__KsVdi{background-color:#f7faf9;border-radius:4px;display:flex;flex-direction:column;font-size:14px;gap:.25rem}.EvaluationModal_response__KsVdi p{margin:.7em 0}.EvaluationModal_response__KsVdi p:first-child{margin-top:0}.EvaluationModal_response__KsVdi p:last-child{margin-bottom:0}.EvaluationModal_response__KsVdi ol,.EvaluationModal_response__KsVdi ul{margin:.7em 0;padding-left:1.5em}.EvaluationModal_response__KsVdi li{margin:.4em 0;padding-left:.3em}.EvaluationModal_response__KsVdi li>p{margin:.4em 0}.EvaluationModal_response__KsVdi code{background-color:#2a2f361a;border-radius:4px;font-size:13px;padding:4px 8px}.EvaluationModal_response__KsVdi pre{background-color:#2a2f361a;border-radius:4px;margin:.7em 0;overflow-x:auto;padding:8px}.EvaluationModal_response__KsVdi pre code{background-color:#0000;padding:0}.EvaluationRow_row__g8vVH{grid-gap:1rem;align-items:center;border-bottom:1px solid #dcddeb;display:grid;gap:1rem;grid-template-columns:1fr 2fr 60px 100px}.EvaluationRow_row__g8vVH:hover{background-color:#f7faf9}.EvaluationRow_nameColumn__34d92,.EvaluationRow_reasonColumn__IHfco,.EvaluationRow_scoreColumn__bUVSJ,.EvaluationRow_triggerColumn__Ziisn{align-items:center;display:flex;min-width:0}.EvaluationRow_scoreColumn__bUVSJ{text-align:center}.EvaluationRow_triggerInfo__tldk0{align-items:center;display:flex;gap:.5rem;min-width:0;overflow:hidden}.EvaluationRow_triggerId__pm1gj{border-radius:4px;flex-shrink:0;font-size:.875rem;padding:.125rem .375rem}.EvaluationRow_countColumn__8k5gN{text-align:right}.EvaluationRow_questionColumn__szycV p{overflow:hidden;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.EvaluationRow_traceColumn__6LT9X{display:flex;justify-content:flex-start;margin-left:-8px}.EvaluationRow_modalContent__h0skQ{padding:1.5rem}.EvaluationRow_section__wRZkO{margin-bottom:2rem}.EvaluationRow_section__wRZkO:last-child{margin-bottom:0}.EvaluationRow_section__wRZkO h3{margin-bottom:.75rem}.EvaluationRow_jsonDisplay__3Dgim{background:#f7faf9;border-radius:4px;font-family:monospace;margin:0;max-height:300px;overflow:auto;padding:1rem;white-space:pre-wrap;word-break:break-all}.BenchmarkQuestionForm_form__\+LS8V{display:flex;flex-direction:column;gap:16px;padding:16px}.BenchmarkQuestionForm_buttons__95M1t{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.BenchmarkQuestionsPage_container__PKCyN{margin:0 auto;max-width:1200px;padding:32px}.BenchmarkQuestionsPage_header__S7kgw{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.BenchmarkQuestionsPage_header__S7kgw .BenchmarkQuestionsPage_headerButtons__xTrHP{align-items:center;display:flex;gap:1rem}.BenchmarkQuestionsPage_filters__NBFjV{display:flex;gap:16px;justify-content:space-between;margin-bottom:32px}.BenchmarkQuestionsPage_grid__NDzYn{display:flex;flex-direction:column;gap:16px}.BenchmarkQuestionsPage_error__jEvJx,.BenchmarkQuestionsPage_loading__9Uoga,.BenchmarkQuestionsPage_noResults__JnGNx{align-items:center;background:#fff;border:1px solid #e0e3e7;border-radius:8px;display:flex;justify-content:center;min-height:200px;padding:16px;width:100%}.BenchmarkQuestionsPage_error__jEvJx{background-color:#ff7a5c0d;border-color:#ff7a5c}.BenchmarkQuestionsPage_deleteConfirm__MAjUr{padding:16px;text-align:center}.BenchmarkQuestionsPage_deleteConfirm__MAjUr p{color:#4d5358;margin-bottom:24px}.BenchmarkQuestionsPage_buttons__rzxLq{display:flex;gap:8px;justify-content:center}.DocumentItem_container__fdxRw{border-bottom:1px solid #dcddeb;border-radius:4px;margin-bottom:16px;padding-bottom:8px;transition:background-color .2s ease}.DocumentItem_container__fdxRw:hover{background-color:#f7faf9}.DocumentItem_container__fdxRw:last-child{border-bottom:none}.DocumentItem_content__Y8inA{flex:1 1}.DocumentItem_title__uxL\+q{color:#2a2f36;margin:0 0 4px}.DocumentItem_meta__WpCGA{line-height:1.5;margin:0}.DocumentItem_pending__NgA3U{opacity:.7;pointer-events:none}.DocumentItem_pendingText__R\+8J0{font-style:italic;margin-top:.25rem}.DocumentList_container__giKXX{margin-bottom:32px}.DocumentList_header__96Onu{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.DocumentList_controls__t7Rey{display:flex;gap:8px}.DocumentList_emptyState__TR-OQ,.DocumentList_errorState__oubmt,.DocumentList_loadingContainer__xyQmF{padding:16px}.DocumentList_documentList__u\+GVl{display:flex;flex-direction:column;gap:0}.DocumentList_showMoreContainer__X\+\+Yb{margin-top:16px;text-align:center}.DocumentSections_container__S9wLP{background-color:#fff;border:1px solid #dcddeb;border-radius:8px;margin-bottom:24px;padding:16px}.DocumentSections_documentHeader__wn2L-{border-bottom:1px solid #dcddeb;margin-bottom:16px;padding-bottom:8px}.DocumentSections_sectionsContainer__62Om1{display:flex;flex-direction:column;gap:8px}.DocumentSections_sectionContent__kVZUf{flex:1 1}.DocumentSections_sectionTitle__sRZJt{color:#2a2f36;font-weight:500;margin:0 0 4px}.DocumentSections_characterCount__XKMRj{line-height:1.5;margin:0}.DocumentSections_useEmbeddingsLabel__aizpp{align-items:center;display:inline-flex;margin-left:16px}.DocumentSections_selectAllButton__jHl45{margin-left:12px}.DocumentSections_deselectAllButton__GuPkO{margin-left:4px}.DocumentSections_noEmbeddingsMsg__uO3vJ{color:#bfa500;font-style:italic;margin-left:8px}.SectionSelector_container__rZinU{margin-bottom:32px}.SectionSelector_header__1hFzX{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.SectionSelector_controls__yoKT1{display:flex;gap:8px}.SectionSelector_emptyState__Y5\+ND,.SectionSelector_errorState__PkKu-,.SectionSelector_loadingContainer__9becZ,.SectionSelector_noDocuments__jC3qG{padding:16px}.SectionSelector_selectionSummary__s6qpE{background-color:#f7faf9;border-radius:4px;margin-top:16px;padding:8px;text-align:center}.SectionSelector_maxCharsInput__ImiOj{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:.5rem;margin-bottom:1rem;padding:1rem}.SectionSelector_maxCharsHelp__h2tUE{font-style:italic;margin-top:.5rem}.ContextWindowStats_container__OOkEh{background-color:#fff;border:1px solid #dcddeb;border-radius:8px;margin-bottom:24px;padding:16px}.ContextWindowStats_header__YIluz{margin-bottom:16px}.ContextWindowStats_stats__3dRFX{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:16px}.ContextWindowStats_statItem__Rwp8L{display:flex;flex-direction:column;gap:4px}.ContextWindowStats_statLabel__-tQcz,.ContextWindowStats_statValue__cZshj{margin:0}.ContextWindowStats_dangerValue__fWSYi{color:#ff7a5c}.ContextWindowStats_warningValue__202NV{color:#ffd66b}.ContextWindowStats_progressBar__OkOXm{background-color:#dcddeb;border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden;width:100%}.ContextWindowStats_progressFill__JyAbf{background-color:#00c896;height:100%;transition:width .3s ease}.ContextWindowStats_progressFill__JyAbf.ContextWindowStats_warning__ljgoI{background-color:#ffd66b}.ContextWindowStats_progressFill__JyAbf.ContextWindowStats_danger__BMHDo{background-color:#ff7a5c}.ContextWindowStats_summary__myAgB{align-items:center;display:flex;gap:4px}.ContextWindowStats_sticky__WV1rt{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px 0 #0000001a;padding:1rem;position:fixed;right:0;top:0;z-index:10}.PromptInput_container__1fNRu{margin-bottom:32px}.PromptInput_header__njqNm{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.PromptInput_controls__PYINK{display:flex;gap:8px}.PromptInput_templateInfo__cmZWV{background-color:#f7faf9;border-radius:4px;margin-bottom:16px;padding:16px}.PromptInput_templateInfo__cmZWV ul{margin:8px 0 0;padding-left:24px}.PromptInput_templateInfo__cmZWV li{margin-bottom:4px}.PromptInput_loadingContainer__LpP-e{padding:16px}.PromptInput_errorContainer__Lj9PR{background-color:#ff7a5c1a;border:1px solid #ff7a5c4d;border-radius:4px;margin-bottom:16px;padding:16px}.PromptInput_promptContainer__DcnAp{position:relative}.PromptInput_charCount__mq5JI{margin-top:.25rem;text-align:right}.PromptInput_aggregatedContainer__e6rPp{border-top:1px solid #e0e0e0;margin-top:1.5rem;padding-top:1.5rem}.PromptInput_aggregatedOptions__Z7311{border-left:2px solid #f0f0f0;margin-top:1rem;padding-left:1.5rem}.SummaryResult_container__63q8T{margin-bottom:32px}.SummaryResult_header__2QD9K{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.SummaryResult_controls__vSYVX{display:flex;gap:8px}.SummaryResult_generateButton__xchH1{margin-bottom:16px}.SummaryResult_loadingContainer__MVUY6{background-color:#f7faf9;border:1px solid #dcddeb;border-radius:8px;padding:32px;text-align:center}.SummaryResult_loadingContainer__MVUY6 .SummaryResult_spinner__XVGH9{margin-bottom:16px}.SummaryResult_loadingContainer__MVUY6 .SummaryResult_loadingText__aJCZz{color:#4d5358;font-size:14px}.SummaryResult_errorContainer__yBswD{background-color:#fff;border:1px solid #ff7a5c;border-radius:8px;color:#ff7a5c;font-size:14px;padding:16px}.SummaryResult_emptyState__U5yLo{background-color:#f7faf9;border:1px solid #dcddeb;border-radius:8px;color:#4d5358;font-size:14px;padding:32px;text-align:center}.SummaryResult_resultContainer__vOwJB{background-color:#fff;border:1px solid #dcddeb;border-radius:8px;overflow:hidden}.SummaryResult_resultHeader__vYKaZ{align-items:center;background-color:#f7faf9;border-bottom:1px solid #dcddeb;display:flex;justify-content:space-between;padding:16px}.SummaryResult_resultHeader__vYKaZ .SummaryResult_resultInfo__sxLhC{color:#4d5358;font-size:13px}.SummaryResult_resultHeader__vYKaZ .SummaryResult_resultActions__qpLZe{display:flex;gap:8px}.SummaryResult_resultContent__tUTOw{max-height:600px;overflow-y:auto;padding:16px}.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK{color:#2a2f36;font-size:14px;line-height:1.7;white-space:pre-wrap}.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK h2,.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK h3,.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK h4{color:#2a2f36;margin-bottom:8px;margin-top:24px}.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK h2{border-bottom:2px solid #dcddeb;font-size:20px;font-weight:600;padding-bottom:4px}.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK h3{font-size:16px;font-weight:600}.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK p{margin-bottom:16px}.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK ol,.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK ul{margin-bottom:16px;padding-left:24px}.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK ol li,.SummaryResult_resultContent__tUTOw .SummaryResult_summaryText__qtLHK ul li{margin-bottom:4px}.SummaryResult_resultFooter__tZRc5{background-color:#f7faf9;border-top:1px solid #dcddeb;color:#4d5358;font-size:13px;padding:8px 16px;text-align:center}.SummaryResult_wordCount__eZfp4{color:#2a2f36;font-weight:500}.SummaryResult_progressBar__2SeaC{background-color:#e5e7eb;border-radius:4px;height:8px;margin:12px 0;overflow:hidden;width:100%}.SummaryResult_progressFill__dXCm3{background-color:#3b82f6;border-radius:4px;height:100%;transition:width .3s ease}.SummaryTestPage_container__3OLu\+{margin:0 auto;max-width:900px;padding:32px}.SummaryTestPage_section__8EA\+3{margin:32px 0}.SummaryTestPage_rightPanel__rdsdL{position:sticky;top:16px}@media(max-width:768px){.SummaryTestPage_content__QN9tb{gap:24px;grid-template-columns:1fr}.SummaryTestPage_rightPanel__rdsdL{position:static}}.AdminSidebar_sidebar__ZZspg{background-color:#c2ffe9;border-right:1px solid #e0e3e7;height:100vh;height:100svh;min-width:150px;padding:16px;width:150px}.AdminSidebar_nav__s3LVY{display:flex;flex-direction:column;gap:16px}.AdminSidebar_navItem__\+sL-N{align-items:center;border-radius:4px;color:#4d5358;display:flex;font-weight:500;padding:8px;text-decoration:none;transition:all .2s ease}.AdminSidebar_navItem__\+sL-N:hover{background-color:#00c8960d;color:#00c896}.AdminSidebar_navItem__\+sL-N.AdminSidebar_active__vidPD{background-color:#00c8961a;color:#00c896;font-weight:700}.AdminLayout_layout__yDt0Q{display:flex;height:100vh;height:100svh;overflow:hidden;width:100vw}.AdminLayout_content__ekQyF{background-color:#fff;flex:1 1;overflow-y:auto;padding:24px}.UserSettingsContent_userPopover__KLuac{padding:16px}.UserSettingsContent_userInfo__RErej{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.UserSettingsContent_adminToggle__DJQnA{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin-bottom:8px;padding:8px 0}.AdminChatForm_chatControls__j5b9Y{background-color:#f7faf9;border-bottom:1px solid #e0e3e7;padding:16px}.AdminChatForm_controlRow__pNtiV{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.AdminChatForm_controlRow__pNtiV:last-child{margin-bottom:0}.AdminChatForm_controlGroup__zEfdO{display:flex;flex:1 1;flex-direction:column;min-width:120px}@media(max-width:767px){.AdminChatForm_controlGroup__zEfdO{width:100%}}.AdminChatForm_controlLabel__lSiK9{color:#2a2f36;font-size:12px;font-weight:600;margin-bottom:4px}.AdminChatForm_rowLabel__sN2oD{color:#2a2f36;font-weight:600;margin-bottom:4px;width:100%}.AdminChatForm_inputGroup__\+u3\+5{display:flex;flex-direction:column}.TopKInput_topKInput__rYP4E{width:100%}.TopBar_topBar__l2aye{align-items:center;background-color:#fff;border-bottom:1px solid #e0e3e7;display:flex;height:60px;justify-content:space-between;padding:0 16px}.TopBar_leftContent__83IS5{gap:24px}.TopBar_leftContent__83IS5,.TopBar_logoContainer__PTziu,.TopBar_settingsContainer__8VwFF{align-items:center;display:flex}.TopBar_adminButton__qJP0y{margin-right:8px}.TopBar_adminFormContainer__3\+yR2{background-color:#f7faf9;border-bottom:1px solid #e0e3e7;width:100%}.TopBar_inputGroup__-\+HfL{display:flex;flex-direction:column}.NavLinks_navLinks__XBjjY{display:flex;gap:16px}.NavLinks_navLinks__XBjjY.NavLinks_column__s6Yee{align-items:stretch;flex-direction:column}.NavLinks_navLink__aHd1o{border-radius:4px;color:#4d5358;font-weight:500;padding:8px 16px;text-decoration:none;transition:background-color .2s}.NavLinks_navLink__aHd1o:hover{background-color:#dcddeb}.NavLinks_navLink__aHd1o.NavLinks_active__rqY5k{background-color:#e0e3e7;color:#2a2f36}.NavLinks_navLinkContainer__54SiX{align-items:center;display:flex;gap:4px}.NavLinks_betaTag__uCpTX{background-color:#c2ffe9;border-radius:4px;color:#1e4841;font-size:10px;font-weight:600;padding:2px 6px;text-transform:uppercase}.MobileMenu_mobileMenu__l5M0w{animation:MobileMenu_slideIn__iJ2ya .3s ease-out;background-color:#fff;box-shadow:0 0 20px #0003;height:100vh;height:100svh;left:0;position:fixed;top:0;width:80%;z-index:110}.MobileMenu_mobileMenu__l5M0w .MobileMenu_mobileMenuContent__QTiGz{display:flex;flex-direction:column;gap:16px;height:100%;padding:16px}.MobileMenu_mobileMenu__l5M0w .MobileMenu_actions__uhUUF{display:flex;flex-direction:column;gap:8px}.MobileMenu_mobileMenu__l5M0w .MobileMenu_mobileUserSection__dLy0U{margin-bottom:16px;margin-top:auto}@keyframes MobileMenu_slideIn__iJ2ya{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.MobileMenu_closeButton__Ksvzp{display:block}.MainLayout_appContainer__xBWwQ{display:flex;flex-direction:column;height:100vh}.MainLayout_mainContent__HiRhh{flex-grow:1;overflow:auto}.MainLayout_backdropOverlay__5GAoX{background-color:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:100}.MainLayout_backdropOverlay__5GAoX.MainLayout_visible__cXsPd{opacity:1;visibility:visible}.DocumentUploadPage_container__ErnIm{display:flex;flex-direction:column;min-height:100vh;padding:32px}.DocumentUploadPage_header__TuprE{margin-bottom:32px}.DocumentFileItem_fileItem__Wc731{align-items:flex-end;display:flex;gap:16px;margin-bottom:16px}.UploadStatusIndicator_uploading__sdq4n{color:#1976d2}.UploadStatusIndicator_success__M4M22{color:#388e3c;font-weight:700}.UploadStatusIndicator_failed__HpAnd{color:#d32f2f;font-weight:700}.UploadStatusIndicator_retryBtn__8Y3AP{background:none;border:1px solid #1976d2;border-radius:4px;color:#1976d2;cursor:pointer;font-size:.95em;margin-left:12px;padding:2px 8px;transition:background .2s,color .2s}.UploadStatusIndicator_retryBtn__8Y3AP:hover{background:#1976d2;color:#fff}.DocumentUploadForm_formContainer__xaaXm{display:flex;flex-direction:column;gap:24px;margin-top:24px}.DocumentUploadForm_dropzone__heVhW{background:#fafbfc;border:2px dashed #aaa;border-radius:8px;color:#888;cursor:pointer;margin-bottom:16px;padding:32px;text-align:center;transition:border-color .2s}.DocumentUploadForm_active__rQxf0{background:#e6f0ff;border-color:#007bff}.DocumentUploadForm_fileList__wLD\+2{display:flex;flex-direction:column;gap:8px}.DocumentUploadForm_errorMsg__\+cJHF{color:#d32f2f;font-size:.95em;margin-top:8px}.DocumentUploadForm_buttonContainer__ucCyu{align-items:center;display:flex;gap:16px;margin-top:24px}.SearchTestPage_container__\+uqXr{display:flex;flex-direction:column;gap:2rem;padding:2rem}.SearchTestPage_header__2v-4e{border-bottom:1px solid #dcddeb;padding-bottom:1rem}.SearchTestPage_form__D21AG{display:flex;flex-direction:column;gap:1.5rem;max-width:600px}.SearchTestPage_filters__q5DBk{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.SearchTestPage_checkboxContainer__whnYn{align-items:center;display:flex;gap:.5rem}.SearchTestPage_resultsContainer__rD36\+{display:flex;flex-direction:column;gap:1rem}.SearchTestPage_resultsGrid__lsp8U{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.ResultCard_resultCard__g0c5r{background-color:#f7faf9;border:1px solid #dcddeb;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.ResultCard_similarity__Byc7F{margin-top:auto;padding-top:.5rem}.ResultCard_contentSnippet__ST-lz{color:#4d5358;font-style:italic}.SignalSearchPage_container__iU7NP{display:flex;flex-direction:column;gap:16px}.SignalSearchPage_main__I8mW\+{display:flex;flex-direction:row;height:calc(100svh - 60px)}.SignalSearchPage_leftArea__EL8Se{display:flex;flex:0 0 320px;flex-direction:column;overflow:hidden;padding:16px}.SignalSearchPage_header__QrguF{display:flex;flex-direction:column;gap:8px}.SignalSearchPage_resultsColumn__idocb{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.SignalSearchPage_filtersSection__vA9nQ{margin-top:16px}.SignalSearchPage_resultsSection__J5h1l{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:16px 16px 16px 0}.SignalSearchPage_resultsBar__5IQDF{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.SignalSearchPage_viewerSection__VoY\+x{display:flex;flex-direction:column;overflow:hidden}.SignalSearchPage_documentContainer__2dqRg{background:#fff;border-left:1px solid #d1d5db;box-shadow:-4px 0 12px #0000001a;flex-shrink:0;height:100%;overflow:hidden;transition:all .3s ease-in-out;width:0}.SignalSearchPage_documentContainer__2dqRg:not(:empty){width:700px}@media(max-width:1200px){.SignalSearchPage_documentContainer__2dqRg:not(:empty){min-width:400px;width:40%}}@media(max-width:767px){.SignalSearchPage_documentContainer__2dqRg{background:#fff;border:none;height:100vh;height:100svh;left:0;max-width:100%;position:fixed;top:0;transform:translateY(100%);width:100%;z-index:90}.SignalSearchPage_documentContainer__2dqRg:not(:empty){transform:translateY(0);width:100%}}.CompanyResultsGrid_grid__cwxvT{grid-gap:8px;display:grid;gap:8px}.HydratedSnippetView_image__uT5xK{border-radius:8px;height:auto;max-height:400px;max-width:100%;object-fit:contain;width:auto}.HydratedSnippetView_tableWrap__6hP4T{overflow-x:auto}.HydratedSnippetView_table__bne3\+{border-collapse:collapse;width:100%}.HydratedSnippetView_th__GVVuV{border-bottom:1px solid #dcddeb;padding:6px;text-align:left}.HydratedSnippetView_td__eacZK{border-bottom:1px solid #f2f2f2;padding:6px}.DocumentHitList_list__iRYix{display:flex;flex-direction:column;gap:8px;margin-top:16px}.DocumentHitList_docCard__5FkH2{border-top:1px solid #dcddeb;padding-bottom:16px;padding-top:16px}.DocumentHitList_docHeader__mHwyP{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:4px}.DocumentHitList_docHeaderRight__fjetk{align-items:center;display:flex;gap:8px}.DocumentHitList_caretSlot__f6rcZ{align-items:center;display:flex;justify-content:center;width:42px}.DocumentHitList_snippetList__Da8yr{display:flex;flex-direction:column;gap:8px;margin-top:8px}.DocumentHitList_actions__gkV9I{margin-top:8px}.DocumentHitList_snippetHeader__NYzbF{align-items:center;display:flex;gap:8px}.CompanyCard_card__8nYuH{border:1px solid #dcddeb;border-radius:8px;padding:16px 16px 8px}.CompanyCard_header__HFu-a{align-items:center;display:flex;justify-content:space-between}.CompanyCard_headerRight__-eb85{align-items:center;display:flex;gap:8px}.CompanyCard_actions__oqrTk{margin-top:8px}.SignalFilters_form__wQp6K{display:flex;flex-direction:column;gap:12px}
/*# sourceMappingURL=main.b4351c8d.css.map*/