.layout-module__2HnU_W__background_color{background-color:var(--color-white)}.layout-module__2HnU_W__layout_container{--first-side-width:240px;--chat-viewport-height:100vh;height:var(--chat-viewport-height);justify-content:space-between;display:flex;overflow:hidden}.layout-module__2HnU_W__side:first-child{width:var(--first-side-width)}.layout-module__2HnU_W__side:nth-child(2){width:calc(100% - var(--first-side-width));margin-top:var(--navbar-height);height:calc(var(--chat-viewport-height) - var(--navbar-height));flex-direction:column;min-height:0;display:flex}.layout-module__2HnU_W__container_menu{--padding:10px;--border-width:1px;height:calc(var(--chat-viewport-height) - var(--navbar-height) - (var(--padding)*2));width:calc(100% - (var(--padding)*2) - var(--border-width));padding-top:calc(var(--navbar-height) + var(--padding));padding-left:var(--padding);padding-bottom:var(--padding);padding-right:var(--padding);border-right:var(--border-width)var(--color-light-line)solid}@media (max-width:768px){.layout-module__2HnU_W__side:first-child{display:none}.layout-module__2HnU_W__side:nth-child(2){width:100%}}.layout-module__2HnU_W__content{flex:1;width:100%;min-height:0;position:relative}@supports (height:100svh){.layout-module__2HnU_W__layout_container{--chat-viewport-height:100svh}}
.lateralborders-module__hIoB9W__container{max-width:var(--standard-width);width:var(--lower-width);position:relative;left:50%;transform:translate(-50%)}
.Navbar-module__b5dVZW__main_container{background-color:var(--color-white);width:100%;height:var(--navbar-height);border-bottom:1px var(--color-light-line)solid;z-index:999;align-items:center;display:flex;position:fixed;top:0;left:0}.Navbar-module__b5dVZW__space_between{justify-content:space-between;align-items:center;height:fit-content;display:flex}.Navbar-module__b5dVZW__title{font-weight:var(--font-semibold);font-size:var(--text-xl)}.Navbar-module__b5dVZW__side{gap:6px;display:flex}.Navbar-module__b5dVZW__large_menu{display:flex}.Navbar-module__b5dVZW__short_menu{cursor:pointer;background:0 0;border:0;padding:0;line-height:0;display:none}@media (max-width:768px){.Navbar-module__b5dVZW__large_menu{display:none}.Navbar-module__b5dVZW__short_menu{display:block}}.Navbar-module__b5dVZW__vertical_space_between{flex-direction:column;justify-content:space-between;height:100%;min-height:0;display:flex}.Navbar-module__b5dVZW__sheet_scroll{overscroll-behavior:contain;flex:auto;min-height:0;overflow-y:auto}.Navbar-module__b5dVZW__button_spaced{--padding:8px;--multiplier:1.8;padding-top:var(--padding);padding-bottom:var(--padding);padding-left:calc(var(--padding)*var(--multiplier));padding-right:calc(var(--padding)*var(--multiplier));width:calc(100% - var(--padding)*var(--multiplier)*2);flex-direction:column;flex:none;gap:6px;display:flex}.Navbar-module__b5dVZW__sheet_section{padding:8px 14px 12px}.Navbar-module__b5dVZW__sheet_section:not(:first-child){border-top:1px solid var(--color-light-line)}.Navbar-module__b5dVZW__sheet_section_title{color:color-mix(in oklab,var(--color-black)60%,transparent);font-size:var(--text-xs);font-weight:var(--font-medium);margin:6px 0;padding:0 10px}
.SafeClick-module__Wf931q__safe_click_target{--padding:4px;--multiplier:2;position:relative}.SafeClick-module__Wf931q__safe_click_target:before{content:"";top:calc(var(--padding)*-1);right:calc(var(--padding)*var(--multiplier)*-1);bottom:calc(var(--padding)*-1);left:calc(var(--padding)*var(--multiplier)*-1);pointer-events:auto;position:absolute}.SafeClick-module__Wf931q__show:before{background-color:#f006}
.Button-module__FEaahq__container{width:fit-content;height:fit-content;position:relative}.Button-module__FEaahq__button{--padding:8px;--multiplier:1.4;box-sizing:border-box;padding-top:var(--padding);padding-bottom:var(--padding);padding-left:calc(var(--padding)*var(--multiplier));padding-right:calc(var(--padding)*var(--multiplier));letter-spacing:0;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:7px;line-height:1;text-decoration:none;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.Button-module__FEaahq__button:focus-visible{outline:2px solid color-mix(in oklab,var(--color-black)32%,transparent);outline-offset:2px}.Button-module__FEaahq__button:active:not(:disabled){transform:translateY(1px)}.Button-module__FEaahq__button:disabled,.Button-module__FEaahq__disabled{cursor:not-allowed;opacity:.65}.Button-module__FEaahq__text{white-space:nowrap;width:max-content;font-size:var(--text-md);font-weight:var(--font-medium);color:inherit;display:inline-block}.Button-module__FEaahq__icon{color:inherit;flex:none;justify-content:center;align-items:center;display:inline-flex}.Button-module__FEaahq__full_width{width:100%}.Button-module__FEaahq__dark{background-color:var(--color-black);color:var(--color-white)}.Button-module__FEaahq__dark:hover{background-color:color-mix(in oklab,var(--color-black)70%,transparent)}.Button-module__FEaahq__light{background-color:var(--color-white);color:var(--color-black);border-color:color-mix(in oklab,var(--color-black)14%,var(--color-white));box-shadow:0 1px 1px color-mix(in oklab,var(--color-black)8%,transparent)}.Button-module__FEaahq__light:hover{border-color:color-mix(in oklab,var(--color-black)22%,var(--color-white));background-color:color-mix(in oklab,var(--color-black)4%,var(--color-white))}.Button-module__FEaahq__red{color:var(--color-white);background-color:red}.Button-module__FEaahq__red:hover{background-color:#ff0000d9;background-color:lab(54.2905% 80.8049 69.891/.85)}.Button-module__FEaahq__ghost{box-shadow:none!important;border-color:#0000!important}.Button-module__FEaahq__dropdown{background-color:var(--color-white);min-width:220px;box-shadow:0px 12px 30px color-mix(in oklab,var(--color-black)12%,transparent);border:1px solid #e4e4e4;border:1px solid lab(90.72% .0000298023 -.0000119209);border-radius:12px;gap:12px;padding:14px;display:grid;position:absolute;top:calc(100% + 8px);left:0}
.BotMarkdown-module__l8jB_q__markdown{--chat-math-inline-font-size:var(--chat-math-font-size,1.12em);--chat-math-display-font-size:var(--chat-math-font-size,1.12em);width:100%;min-width:0;max-width:100%}.BotMarkdown-module__l8jB_q__containerCode{background-color:var(--color-background);border:1px solid var(--color-light-line);border-radius:12px;max-width:100%;padding:0 18px}.BotMarkdown-module__l8jB_q__containerCopy{justify-content:space-between;align-items:center;gap:12px;padding-top:16px;display:flex}.BotMarkdown-module__l8jB_q__containerLanguage{width:fit-content}.BotMarkdown-module__l8jB_q__language{font-size:var(--chat-caption-font-size,var(--text-xs));font-weight:var(--font-regular)}.BotMarkdown-module__l8jB_q__copy{cursor:pointer;transition:var(--standard-transition);background:0 0;border:0;align-items:center;gap:4px;display:flex}.BotMarkdown-module__l8jB_q__copy:hover{opacity:.6}.BotMarkdown-module__l8jB_q__copyText{font-size:var(--chat-caption-font-size,var(--text-xs));font-weight:var(--font-regular)}.BotMarkdown-module__l8jB_q__overflowContainer{width:100%;overflow-x:auto}.BotMarkdown-module__l8jB_q__innerCode{width:max-content;min-width:100%;padding:16px 0}.BotMarkdown-module__l8jB_q__mathInline{vertical-align:middle;white-space:nowrap;max-width:100%;display:inline-block}.BotMarkdown-module__l8jB_q__mathInlineInner{min-width:max-content;display:inline-block}.BotMarkdown-module__l8jB_q__mathDisplay{width:100%;max-width:100%}.BotMarkdown-module__l8jB_q__mathInline mjx-container{font-size:var(--chat-math-inline-font-size)!important}.BotMarkdown-module__l8jB_q__mathDisplay mjx-container{font-size:var(--chat-math-display-font-size)!important}.BotMarkdown-module__l8jB_q__mathScrollable{overflow:auto hidden}.BotMarkdown-module__l8jB_q__mathDisplayInner{width:max-content;min-width:100%}.BotMarkdown-module__l8jB_q__mathPending{white-space:pre-wrap;word-break:normal;overflow-wrap:break-word;width:100%;max-width:100%;font-size:var(--chat-message-font-size,var(--text-md));font-weight:var(--chat-message-font-weight,var(--font-regular));line-height:var(--chat-message-line-height,1.6);margin:0;overflow-x:auto}
.BotTools-module__xF3xoW__tools{justify-content:flex-start;align-items:center;width:100%;height:fit-content;padding-top:5px;display:flex}
.Dropdown-module__zoGivG__white_space_cover{--hover-bridge:6px}[data-placement=top] .Dropdown-module__zoGivG__white_space_cover{padding-bottom:var(--hover-bridge)}[data-placement=right] .Dropdown-module__zoGivG__white_space_cover{padding-left:var(--hover-bridge)}[data-placement=bottom] .Dropdown-module__zoGivG__white_space_cover{padding-top:var(--hover-bridge)}[data-placement=left] .Dropdown-module__zoGivG__white_space_cover{padding-right:var(--hover-bridge)}.Dropdown-module__zoGivG__container{--padding:4px;min-width:var(--dropdown-width,280px);width:var(--dropdown-width,max-content);max-width:calc(100vw - 16px);max-height:calc(100vh - 16px);padding:var(--padding);text-align:left;border-radius:calc(4px + var(--padding));box-shadow:0px 1px 3px 0px color-mix(in oklab,var(--color-black)12%,transparent);background-color:#fff;border:1px solid #e4e4e4;border:1px solid lab(90.72% .0000298023 -.0000119209);display:grid;overflow:auto}.Dropdown-module__zoGivG__section{padding:8px 10px 4px}.Dropdown-module__zoGivG__sectionSpaced{border-top:1px solid #e4e4e4;border-top:1px solid lab(90.72% .0000298023 -.0000119209);margin-top:4px;padding-top:12px}.Dropdown-module__zoGivG__sectionTitle{font-size:.8125rem;font-weight:var(--font-medium);color:color-mix(in oklab,var(--color-black)60%,transparent);letter-spacing:0;line-height:1.2}.Dropdown-module__zoGivG__hidden{opacity:.8}
.IconText-module__SGDbtq__container{--padding:8px;--multiplier:1.8;height:fit-content;padding-top:var(--padding);padding-bottom:var(--padding);padding-left:calc(var(--padding)*var(--multiplier));padding-right:calc(var(--padding)*var(--multiplier));transition:var(--standard-transition);width:calc(100% - var(--padding)*var(--multiplier)*2);cursor:default;border-radius:4px;justify-content:space-between;align-items:center;display:flex;position:relative}.IconText-module__SGDbtq__wrapper{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex;position:relative}.IconText-module__SGDbtq__clickable{cursor:pointer}.IconText-module__SGDbtq__no_padding{--padding:0px}.IconText-module__SGDbtq__hoverable:hover,.IconText-module__SGDbtq__hovered{background-color:color-mix(in oklab,var(--color-black)5%,transparent)!important}.IconText-module__SGDbtq__flip{flex-direction:row-reverse;justify-content:space-between}.IconText-module__SGDbtq__blocked{opacity:.6;pointer-events:none}.IconText-module__SGDbtq__highlight{border:1px solid #00000040;border:1px solid lab(0% 0 0/.25)}.IconText-module__SGDbtq__side{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.IconText-module__SGDbtq__align_top{align-items:flex-start}.IconText-module__SGDbtq__help{position:absolute;right:0}.IconText-module__SGDbtq__container_text{flex-direction:column;justify-content:flex-start;gap:2px;display:flex}.IconText-module__SGDbtq__text{font-weight:var(--font-medium);color:inherit}.IconText-module__SGDbtq__description{font-weight:var(--font-regular);color:inherit;opacity:.75}
.InputChip-module__tz5Wgq__chip{--chip-background:color-mix(in oklab,var(--color-white)78%,transparent);--chip-border:color-mix(in oklab,var(--color-black)10%,transparent);--chip-text-color:var(--color-black);--chip-text-size:10px;--chip-text-line-height:1;--chip-text-optical-offset-y:1px;--padding-y:2px;--padding-x:4px;width:fit-content;height:fit-content;padding:var(--padding-y)var(--padding-x);border:1px solid var(--chip-border);background:var(--chip-background);-webkit-backdrop-filter:blur(12px);border-radius:999px;justify-content:center;align-items:center;gap:4px;display:inline-flex}.InputChip-module__tz5Wgq__blue{--chip-background:#d9fffe;--chip-border:#b0d7dc;--chip-text-color:#00404e}@supports (color:lab(0% 0 0)){.InputChip-module__tz5Wgq__blue{--chip-background:lab(97.2822% -12.7552 -3.86614);--chip-border:lab(83.3259% -12.7144 -6.78806);--chip-text-color:lab(23.9545% -21.3953 -18.7095)}}.InputChip-module__tz5Wgq__yellow{--chip-background:linear-gradient(135deg,#fff8ea 0%,#f2e1a5 100%);--chip-border:#e5dcbb;--chip-text-color:#5b4400}@supports (color:lab(0% 0 0)){.InputChip-module__tz5Wgq__yellow{--chip-background:linear-gradient(135deg,lab(97.7568% .632256 7.66724) 0%,lab(89.9555% -.802964 32.0045) 100%);--chip-border:lab(87.9096% -.893354 17.7624);--chip-text-color:lab(30.5291% 5.9202 45.2335)}}.InputChip-module__tz5Wgq__red{--chip-background:linear-gradient(135deg,#fff6f6 0%,#ffd6d1 100%);--chip-border:#fcd8d6;--chip-text-color:#773031}@supports (color:lab(0% 0 0)){.InputChip-module__tz5Wgq__red{--chip-background:linear-gradient(135deg,lab(97.4794% 6.34217 2.67894) 0%,lab(89.968% 24.7055 13.4803) 100%);--chip-border:lab(89.3472% 12.7961 6.01645);--chip-text-color:lab(30.5381% 31.7827 15.9806)}}.InputChip-module__tz5Wgq__black{--chip-background:linear-gradient(135deg,#243145 0%,#494772 100%);--chip-border:#9897d542;--chip-text-color:#f4f4fc}@supports (color:lab(0% 0 0)){.InputChip-module__tz5Wgq__black{--chip-background:linear-gradient(135deg,lab(19.7475% -.560716 -14.3657) 0%,lab(31.9287% 9.26597 -24.4703) 100%);--chip-border:lab(64.2474% 11.0455 -31.6977/.26);--chip-text-color:lab(96.4347% .9377 -3.65138)}}.InputChip-module__tz5Wgq__point:before{content:"";background-color:var(--chip-text-color);border-radius:999px;flex-shrink:0;width:7px;height:7px}.InputChip-module__tz5Wgq__label{text-align:center;line-height:var(--chip-text-line-height);place-items:center;display:inline-grid}.InputChip-module__tz5Wgq__label>*{grid-area:1/1}.InputChip-module__tz5Wgq__text{font-size:var(--chip-text-size);line-height:var(--chip-text-line-height);font-weight:var(--font-semibold);text-transform:uppercase;color:var(--chip-text-color);transform:translateY(var(--chip-text-optical-offset-y));display:block}.InputChip-module__tz5Wgq__secondary_text,.InputChip-module__tz5Wgq__can_close:hover .InputChip-module__tz5Wgq__primary_text{opacity:0;visibility:hidden}.InputChip-module__tz5Wgq__can_close:hover .InputChip-module__tz5Wgq__secondary_text{opacity:1;visibility:visible}.InputChip-module__tz5Wgq__can_close{cursor:pointer}
.HelpIcon-module__VnAwia__container{justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex;position:relative}.HelpIcon-module__VnAwia__button{--button-size:20px;width:var(--button-size);height:var(--button-size);background-color:var(--color-black);color:var(--color-white);cursor:pointer;transition:var(--standard-transition);border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.HelpIcon-module__VnAwia__button:hover{background-color:color-mix(in oklab,var(--color-black)82%,transparent)}.HelpIcon-module__VnAwia__button:focus-visible{outline:2px solid color-mix(in oklab,var(--color-black)25%,white);outline-offset:2px}.HelpIcon-module__VnAwia__button:disabled{opacity:.55;cursor:not-allowed}.HelpIcon-module__VnAwia__tooltip{opacity:0;visibility:hidden;transition:opacity .12s,visibility .12s}.HelpIcon-module__VnAwia__container:hover .HelpIcon-module__VnAwia__tooltip,.HelpIcon-module__VnAwia__container:focus-within .HelpIcon-module__VnAwia__tooltip{opacity:1;visibility:visible}.HelpIcon-module__VnAwia__absolute{position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}
.ChatEmptyPlaceholder-module__gKJuuG__center{width:100%;height:calc(100lvh - var(--navbar-height));box-sizing:border-box;pointer-events:none;place-items:center;padding:24px;display:grid;position:fixed;inset-block-start:var(--navbar-height);inset-inline-start:0}.ChatEmptyPlaceholder-module__gKJuuG__content{flex-direction:column;align-items:center;gap:28px;width:min(100%,980px);display:flex}.ChatEmptyPlaceholder-module__gKJuuG__container{text-align:center;flex-direction:column;align-items:center;gap:8px;width:95%;max-width:400px;display:flex}.ChatEmptyPlaceholder-module__gKJuuG__logo{--size:64px;width:var(--size);height:var(--size);object-fit:contain;margin-bottom:-16px}.ChatEmptyPlaceholder-module__gKJuuG__title{font-size:var(--text-3xl);font-weight:var(--font-medium);margin:0}.ChatEmptyPlaceholder-module__gKJuuG__description{font-size:var(--text-md);font-weight:var(--font-regular);margin:0}.ChatEmptyPlaceholder-module__gKJuuG__container_buttons{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:min(100%,760px);display:grid}.ChatEmptyPlaceholder-module__gKJuuG__button{box-sizing:border-box;border:1px solid color-mix(in oklab,var(--color-black)8%,transparent);background:var(--color-white);min-width:0;height:160px;min-height:fit-content;color:var(--color-black);font:inherit;text-align:center;box-shadow:0 1px 2px color-mix(in oklab,var(--color-black)4%,transparent);cursor:pointer;pointer-events:auto;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:18px 14px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.ChatEmptyPlaceholder-module__gKJuuG__button:hover{border-color:color-mix(in oklab,var(--action-color)28%,transparent);box-shadow:0 8px 24px color-mix(in oklab,var(--color-black)7%,transparent);transform:translateY(-1px)}.ChatEmptyPlaceholder-module__gKJuuG__button:focus-visible{outline:2px solid color-mix(in oklab,var(--action-color)42%,transparent);outline-offset:3px}.ChatEmptyPlaceholder-module__gKJuuG__buttonIcon{background:color-mix(in oklab,var(--action-color)10%,var(--color-white));width:50px;height:50px;color:var(--action-color);border-radius:50%;place-items:center;display:grid}.ChatEmptyPlaceholder-module__gKJuuG__button_title{width:100%;max-width:100%;font-size:var(--text-md);font-weight:var(--font-semibold);overflow-wrap:break-word;text-wrap:wrap;line-height:1.2;display:block}.ChatEmptyPlaceholder-module__gKJuuG__button_description{width:100%;max-width:100%;color:var(--color-gray);font-size:var(--text-sm);font-weight:var(--font-medium);overflow-wrap:break-word;text-wrap:wrap;line-height:1.45;display:block}@media (max-width:768px){.ChatEmptyPlaceholder-module__gKJuuG__center{padding:12px}.ChatEmptyPlaceholder-module__gKJuuG__content{gap:16px}.ChatEmptyPlaceholder-module__gKJuuG__container{gap:6px;max-width:340px}.ChatEmptyPlaceholder-module__gKJuuG__container_buttons{flex-wrap:wrap;justify-content:center;gap:6px;width:100%;display:flex}.ChatEmptyPlaceholder-module__gKJuuG__button{box-sizing:border-box;width:auto;max-width:100%;height:auto;min-height:36px;box-shadow:none;border-radius:999px;flex-direction:row;align-items:center;gap:6px;padding:6px 12px 6px 8px}.ChatEmptyPlaceholder-module__gKJuuG__button:hover{box-shadow:none;transform:none}.ChatEmptyPlaceholder-module__gKJuuG__buttonIcon{flex:0 0 24px;width:24px;height:24px}.ChatEmptyPlaceholder-module__gKJuuG__button_title{width:auto;min-width:0;max-width:100%;font-size:var(--text-sm);text-overflow:clip;white-space:normal;line-height:1.15;overflow:visible}.ChatEmptyPlaceholder-module__gKJuuG__button_description{display:none}}
.ChatWrapper-module__5KNaPG__margins{--general-chat-width:800px;--general-mobile-width:var(--lower-width);--chat-font-family:var(--font-family-sans);--chat-message-font-size:var(--text-md);--chat-message-line-height:1.6;--chat-message-font-weight:var(--font-regular);--chat-ui-font-size:var(--text-sm);--chat-caption-font-size:var(--text-xs);width:100%;height:100%;min-height:0;font-family:var(--chat-font-family);flex-direction:column;margin:0 auto;display:flex}.ChatWrapper-module__5KNaPG__zindex_org:first-child{z-index:-1}.ChatWrapper-module__5KNaPG__zindex_org:nth-child(2){z-index:1}
.InputCircularButton-module__XUG58a__container{width:fit-content;height:100%;position:relative}.InputCircularButton-module__XUG58a__background{--size:100%;background-color:var(--color-black);height:var(--size);aspect-ratio:1;cursor:pointer;transition:var(--standard-transition);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.InputCircularButton-module__XUG58a__dark{background-color:var(--color-black)}.InputCircularButton-module__XUG58a__dark:not(:disabled):hover{background-color:color-mix(in oklab,var(--color-black)85%,transparent)}.InputCircularButton-module__XUG58a__light{background-color:color-mix(in oklab,var(--color-black)5%,transparent)}.InputCircularButton-module__XUG58a__light:not(:disabled):hover{background-color:color-mix(in oklab,var(--color-black)9%,transparent)}.InputCircularButton-module__XUG58a__disabled{opacity:.8;cursor:default}
.InputBottom-module__BTbbbW__space_between{height:var(--bottom-height);justify-content:space-between;align-items:center;width:100%;display:flex}.InputBottom-module__BTbbbW__side{align-items:center;gap:8px;height:100%;display:flex}
.InputDocuments-module__760oYG__container{align-items:center;gap:5px;width:100%;display:flex;overflow-x:auto}
.InputFileDrop-module__-tX-CW__main_container{z-index:9999;opacity:0;visibility:hidden;pointer-events:none;background-color:#00000052;justify-content:center;align-items:center;padding:24px;transition:opacity .15s,visibility .15s;display:flex;position:fixed;inset:0}.InputFileDrop-module__-tX-CW__active{opacity:1;visibility:visible;pointer-events:auto}.InputFileDrop-module__-tX-CW__outside_container{--border-inside:10px;--padding:6px;border-radius:calc(var(--padding) + var(--border-inside));width:min(500px,100%);padding:var(--padding);background-color:var(--color-white);box-shadow:var(--standard-box-shadow)}.InputFileDrop-module__-tX-CW__container_design{--padding-inside:15px;border-radius:var(--border-inside);padding:var(--padding-inside);background:linear-gradient(#f5f5f5 0%,#fff0 100%)}.InputFileDrop-module__-tX-CW__container_text{text-align:center;width:100%}.InputFileDrop-module__-tX-CW__title{font-weight:var(--font-medium);font-size:var(--text-lg)}.InputFileDrop-module__-tX-CW__description{font-size:var(--text-sm);margin-top:8px;line-height:18px}.InputFileDrop-module__-tX-CW__container_upload{--padding-dashed:10px;--distance:4px;--border-size:1px;border-radius:calc(var(--distance) + var(--border-size) + var(--padding-dashed));background-color:#0000;border:2px solid #0063c5;width:100%;height:200px;margin-top:20px}.InputFileDrop-module__-tX-CW__container_dashed{width:calc(100% - (var(--distance)*2 + var(--border-size)));height:calc(100% - (var(--distance)*2 + var(--border-size)));margin:var(--distance);border-radius:var(--padding-dashed);border:1px dashed #818181;position:relative}.InputFileDrop-module__-tX-CW__container_svg{background-color:#0000;justify-content:center;align-items:center;animation:2s ease-in-out infinite InputFileDrop-module__-tX-CW__upload;display:flex;position:absolute;inset:0}@keyframes InputFileDrop-module__-tX-CW__upload{0%{transform:translateY(0)}50%{transform:translateY(6px)}to{transform:translateY(0)}}
.Sheet-module__ogXB3a__overlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:888;transition:var(--standard-transition);pointer-events:none;background-color:#0000;align-items:flex-start;display:flex;position:fixed;inset:0}.Sheet-module__ogXB3a__container{--padding:10px;--edge-gap:50px;--sheet-width:320px;height:calc(100dvh - var(--navbar-height) - (var(--padding)*2));width:min(calc(100vw - (var(--edge-gap)*2)),var(--sheet-width));background-color:var(--color-white);padding-top:calc(var(--navbar-height) + var(--padding));padding-left:var(--padding);padding-bottom:var(--padding);padding-right:var(--padding);overscroll-behavior:contain;transition:var(--standard-transition);flex-direction:column;justify-content:space-between;display:flex;overflow-y:auto}.Sheet-module__ogXB3a__container_sm{--sheet-width:260px}.Sheet-module__ogXB3a__container_md{--sheet-width:360px}.Sheet-module__ogXB3a__container_lg{--sheet-width:520px}.Sheet-module__ogXB3a__overlay_left{justify-content:flex-start}.Sheet-module__ogXB3a__overlay_right{justify-content:flex-end}.Sheet-module__ogXB3a__container_left{transform:translate(-100%)}.Sheet-module__ogXB3a__container_right{transform:translate(100%)}.Sheet-module__ogXB3a__overlay_open{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto;background-color:#0006}.Sheet-module__ogXB3a__container_open{transform:translate(0)!important}
.SharedChatUnlockGate-module__a56j9W__position{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:24px;display:flex}.SharedChatUnlockGate-module__a56j9W__container{width:100%;max-width:360px;height:fit-content}.SharedChatUnlockGate-module__a56j9W__title{font-size:var(--text-xl);font-weight:var(--font-medium);letter-spacing:0;margin:0}.SharedChatUnlockGate-module__a56j9W__description{font-size:var(--text-sm);font-weight:var(--font-regular);color:var(--color-gray);margin:6px 0 20px;line-height:1}.SharedChatUnlockGate-module__a56j9W__form{flex-direction:column;gap:14px;display:flex}.SharedChatUnlockGate-module__a56j9W__field{flex-direction:column;gap:6px;display:flex}.SharedChatUnlockGate-module__a56j9W__label{font-size:var(--text-sm);font-weight:var(--font-regular);color:var(--color-black)}.SharedChatUnlockGate-module__a56j9W__input{--control-padding-vertical:8px;--control-padding-horizontal:10px;box-sizing:border-box;width:100%;padding:var(--control-padding-vertical)var(--control-padding-horizontal);background-color:var(--color-white);border-style:solid;border-width:1px;border-color:var(--color-light-line);font-size:var(--text-xs);font-weight:var(--font-regular);color:var(--color-black);transition:var(--standard-transition);border-radius:6px;outline:none;line-height:1.3}.SharedChatUnlockGate-module__a56j9W__input:focus{border-color:color-mix(in oklab,var(--color-black)28%,var(--color-light-line));box-shadow:0 0 0 3px color-mix(in oklab,var(--color-black)6%,transparent)}.SharedChatUnlockGate-module__a56j9W__error{border:1px solid color-mix(in oklab,#b42318 22%,var(--color-light-line));background-color:color-mix(in oklab,#b42318 7%,var(--color-white));color:#b42318;font-size:var(--text-xs);border-radius:6px;margin:0;padding:9px 10px;line-height:1.35}
.SearchAdvices-module__GkJHJa__container{width:100%;min-width:0}.SearchAdvices-module__GkJHJa__chips{overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:5px;width:100%;min-width:0;display:flex;position:relative;overflow-x:auto}.SearchAdvices-module__GkJHJa__chips::-webkit-scrollbar{display:none}.SearchAdvices-module__GkJHJa__chips>*{flex:none}.SearchAdvices-module__GkJHJa__suggestions{flex-direction:column;gap:2px;display:flex}
.Alert-module__G7KwpG__container{--external-padding:3%;width:calc(100% - var(--external-padding)*2);padding-left:var(--external-padding);padding-right:var(--external-padding);z-index:9999;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#0000004d;background-color:lab(0% 0 0/.3);justify-content:center;align-items:center;height:100dvh;display:flex;position:fixed;top:0;left:0}.Alert-module__G7KwpG__trigger{width:100%}.Alert-module__G7KwpG__alert{--padding:20px;width:calc(100% - var(--padding)*2);max-width:calc(400px - var(--padding)*2);height:fit-content;padding:var(--padding);background-color:#fff;border-radius:10px;flex-direction:column;align-items:center;display:flex}.Alert-module__G7KwpG__title{font-size:var(--text-xl);font-weight:var(--font-semibold);text-align:center;margin-bottom:5px}.Alert-module__G7KwpG__description{font-size:var(--text-md);font-weight:var(--font-regular);text-align:center}.Alert-module__G7KwpG__container_buttons{gap:10px;width:100%;display:flex}
.ChatLateralMenu-module__eQN2dG__container{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex}.ChatLateralMenu-module__eQN2dG__list{flex-direction:column;align-items:flex-start;display:flex}.ChatLateralMenu-module__eQN2dG__container_bottom{display:none}@media (max-width:768px){.ChatLateralMenu-module__eQN2dG__container_bottom{display:block}}
.SearchAdvicesSuggestion-module__LaJW5W__container{--suggestion-hover-background:color-mix(in oklab,var(--color-black)5%,transparent);--padding-h:10px;--padding-v:8px;width:calc(100% - var(--padding-h)*2);padding-top:var(--padding-v);padding-bottom:var(--padding-v);padding-left:var(--padding-h);padding-right:var(--padding-h);cursor:pointer;color:var(--color-black);transition:var(--standard-transition);text-align:left;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:12px;display:flex}.SearchAdvicesSuggestion-module__LaJW5W__container:hover{background-color:var(--suggestion-hover-background)}.SearchAdvicesSuggestion-module__LaJW5W__text{color:gray;min-width:0;font-size:var(--text-xs);font-weight:var(--font-medium)}.SearchAdvicesSuggestion-module__LaJW5W__icon{color:currentColor;opacity:0;transition:var(--standard-transition);flex-shrink:0;transform:translate(-4px)}.SearchAdvicesSuggestion-module__LaJW5W__container:hover .SearchAdvicesSuggestion-module__LaJW5W__icon{opacity:1;transform:translate(0)}
.ChatLateralMenuTitle-module__AnerHq__section_title{font-size:var(--text-sm);font-weight:var(--font-semibold)}
.SearchWrapper-module__1T0c4W__margins{--general-chat-width:800px;--general-mobile-width:95%;width:100%;height:100%;min-height:0;margin:0 auto}.SearchWrapper-module__1T0c4W__zindex_org:first-child{z-index:-1}.SearchWrapper-module__1T0c4W__zindex_org:nth-child(2){z-index:1}
.Indent-module__fKKmIG__indent{--padding:30px;width:calc(100% - var(--padding));padding-left:var(--padding)}
.ApiKeyEditor-module__ngDUGG__overlay{z-index:1400;box-sizing:border-box;background-color:color-mix(in oklab,var(--color-black)34%,transparent);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);place-items:center;padding:16px;display:grid;position:fixed;inset:0}.ApiKeyEditor-module__ngDUGG__dialog{box-sizing:border-box;border:1px solid color-mix(in oklab,var(--color-black)8%,var(--color-white));background-color:var(--color-white);width:min(100%,430px);box-shadow:0 20px 60px color-mix(in oklab,var(--color-black)20%,transparent);border-radius:14px;padding:20px}.ApiKeyEditor-module__ngDUGG__title{font-size:var(--text-lg);font-weight:var(--font-semibold);margin:0}.ApiKeyEditor-module__ngDUGG__description{color:color-mix(in oklab,var(--color-black)64%,var(--color-white));font-size:var(--text-sm);margin:5px 0 16px;line-height:1.45}.ApiKeyEditor-module__ngDUGG__field{font-size:var(--text-sm);font-weight:var(--font-semibold);gap:6px;display:grid}.ApiKeyEditor-module__ngDUGG__field+.ApiKeyEditor-module__ngDUGG__field{margin-top:12px}.ApiKeyEditor-module__ngDUGG__input{box-sizing:border-box;border:1px solid color-mix(in oklab,var(--color-black)18%,var(--color-white));background-color:var(--color-white);width:100%;height:38px;color:var(--color-black);font:inherit;font-size:var(--text-sm);border-radius:8px;outline:none;padding:0 10px}.ApiKeyEditor-module__ngDUGG__input:focus-visible{border-color:color-mix(in oklab,var(--color-black)38%,var(--color-white));box-shadow:0 0 0 3px color-mix(in oklab,var(--color-black)7%,transparent)}.ApiKeyEditor-module__ngDUGG__currency_input{box-sizing:border-box;border:1px solid color-mix(in oklab,var(--color-black)18%,var(--color-white));background-color:var(--color-white);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;height:38px;padding:0 10px;display:grid}.ApiKeyEditor-module__ngDUGG__currency_input:focus-within{border-color:color-mix(in oklab,var(--color-black)38%,var(--color-white));box-shadow:0 0 0 3px color-mix(in oklab,var(--color-black)7%,transparent)}.ApiKeyEditor-module__ngDUGG__currency_input>span{color:color-mix(in oklab,var(--color-black)58%,var(--color-white));font-size:var(--text-xs);font-weight:var(--font-medium)}.ApiKeyEditor-module__ngDUGG__currency_field{width:100%;min-width:0;height:36px;color:var(--color-black);font:inherit;font-size:var(--text-sm);background:0 0;border:0;outline:none;padding:0}.ApiKeyEditor-module__ngDUGG__error{color:#8d1c14;font-size:var(--text-xs);margin:8px 0 0}.ApiKeyEditor-module__ngDUGG__actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}@media (max-width:520px){.ApiKeyEditor-module__ngDUGG__overlay{align-items:end;padding:8px}.ApiKeyEditor-module__ngDUGG__dialog{padding:17px}}
.Separator-module__sx0_lW__hr{background-color:#cecece;background-color:lab(82.6% .0000298023 -.0000119209);border:none;width:100%;height:1px}
.CreateChatShareModal-module__Jf9sBq__container{--padding:15px;padding:var(--padding);height:calc(100% - var(--padding)*2);flex-direction:column;min-height:0;display:flex}.CreateChatShareModal-module__Jf9sBq__title{font-size:var(--text-md);font-weight:var(--font-medium);letter-spacing:0;margin:0}.CreateChatShareModal-module__Jf9sBq__description{font-size:var(--text-sm);font-weight:var(--font-regular);color:var(--color-gray);margin:6px 0 20px;line-height:1.4}.CreateChatShareModal-module__Jf9sBq__form{flex-direction:column;flex:1;gap:14px;min-height:0;display:flex;overflow-y:auto}.CreateChatShareModal-module__Jf9sBq__field{flex-direction:column;gap:6px;display:flex}.CreateChatShareModal-module__Jf9sBq__label{font-size:var(--text-sm);font-weight:var(--font-regular);color:var(--color-black)}.CreateChatShareModal-module__Jf9sBq__input,.CreateChatShareModal-module__Jf9sBq__select{--control-padding-vertical:8px;--control-padding-horizontal:10px;box-sizing:border-box;width:100%;padding:var(--control-padding-vertical)var(--control-padding-horizontal);background-color:var(--color-white);border-style:solid;border-width:1px;border-color:var(--color-light-line);font-size:var(--text-xs);font-weight:var(--font-regular);color:var(--color-black);transition:var(--standard-transition);border-radius:6px;outline:none;line-height:1.3}.CreateChatShareModal-module__Jf9sBq__select{cursor:pointer;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--color-gray)50%),linear-gradient(135deg,var(--color-gray)50%,transparent 50%);background-position:calc(100% - 15px),calc(100% - 10px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;min-height:34px;padding-right:32px}.CreateChatShareModal-module__Jf9sBq__input:focus,.CreateChatShareModal-module__Jf9sBq__select:focus{border-color:color-mix(in oklab,var(--color-black)28%,var(--color-light-line));box-shadow:0 0 0 3px color-mix(in oklab,var(--color-black)6%,transparent)}.CreateChatShareModal-module__Jf9sBq__input:read-only{color:var(--color-gray);background-color:color-mix(in oklab,var(--color-black)2%,var(--color-white))}.CreateChatShareModal-module__Jf9sBq__error{border:1px solid color-mix(in oklab,#b42318 22%,var(--color-light-line));background-color:color-mix(in oklab,#b42318 7%,var(--color-white));color:#b42318;font-size:var(--text-xs);border-radius:6px;margin:0;padding:9px 10px;line-height:1.35}.CreateChatShareModal-module__Jf9sBq__copy_feedback{box-sizing:border-box;background-color:color-mix(in oklab,var(--color-black)5%,var(--color-white));width:100%;color:var(--color-black);font-size:var(--text-md);font-weight:var(--font-medium);text-align:center;border-radius:6px;padding:10px 14px;line-height:1}.CreateChatShareModal-module__Jf9sBq__footer{flex:none;padding-top:15px}
.ApiKeyCreator-module__4ycVUq__overlay{z-index:1300;box-sizing:border-box;background-color:color-mix(in oklab,var(--color-black)34%,transparent);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);place-items:center;padding:16px;animation:.16s ease-out ApiKeyCreator-module__4ycVUq__overlay-in;display:grid;position:fixed;inset:0}.ApiKeyCreator-module__4ycVUq__dialog{border:1px solid color-mix(in oklab,var(--color-black)8%,var(--color-white));background-color:var(--color-white);width:min(100%,580px);max-height:calc(100svh - 32px);box-shadow:0 24px 80px color-mix(in oklab,var(--color-black)20%,transparent),0 4px 16px color-mix(in oklab,var(--color-black)8%,transparent);overscroll-behavior:contain;border-radius:16px;animation:.18s ease-out ApiKeyCreator-module__4ycVUq__dialog-in;overflow-y:auto}.ApiKeyCreator-module__4ycVUq__header,.ApiKeyCreator-module__4ycVUq__form_content,.ApiKeyCreator-module__4ycVUq__footer,.ApiKeyCreator-module__4ycVUq__result{box-sizing:border-box;padding-left:22px;padding-right:22px}.ApiKeyCreator-module__4ycVUq__header{padding-top:20px;padding-bottom:12px}.ApiKeyCreator-module__4ycVUq__title{font-size:var(--text-lg);font-weight:var(--font-semibold);margin:0;line-height:1.25}.ApiKeyCreator-module__4ycVUq__description,.ApiKeyCreator-module__4ycVUq__result_description{color:color-mix(in oklab,var(--color-black)66%,var(--color-white));font-size:var(--text-sm);margin:4px 0 0;line-height:1.55}.ApiKeyCreator-module__4ycVUq__form_content{gap:12px;padding-bottom:16px;display:grid}.ApiKeyCreator-module__4ycVUq__fieldset{border:0;min-width:0;margin:0;padding:0}.ApiKeyCreator-module__4ycVUq__field{gap:5px;display:grid}.ApiKeyCreator-module__4ycVUq__label{font-size:var(--text-sm);font-weight:var(--font-semibold);margin-bottom:5px;line-height:1.35;display:block}.ApiKeyCreator-module__4ycVUq__field>.ApiKeyCreator-module__4ycVUq__label{margin-bottom:0}.ApiKeyCreator-module__4ycVUq__optional{color:color-mix(in oklab,var(--color-black)55%,var(--color-white));font-size:var(--text-xs);font-weight:var(--font-regular);margin-left:3px}.ApiKeyCreator-module__4ycVUq__input,.ApiKeyCreator-module__4ycVUq__currency_input{box-sizing:border-box;border:1px solid color-mix(in oklab,var(--color-black)18%,var(--color-white));background-color:var(--color-white);width:100%;min-height:38px;color:var(--color-black);font:inherit;font-size:var(--text-sm);border-radius:9px}.ApiKeyCreator-module__4ycVUq__input{outline:none;padding:7px 10px;transition:border-color .14s,box-shadow .14s}.ApiKeyCreator-module__4ycVUq__input::placeholder{color:color-mix(in oklab,var(--color-black)42%,var(--color-white))}.ApiKeyCreator-module__4ycVUq__input:focus-visible{border-color:color-mix(in oklab,var(--color-black)38%,var(--color-white));box-shadow:0 0 0 3px color-mix(in oklab,var(--color-black)7%,transparent)}.ApiKeyCreator-module__4ycVUq__currency_input{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 10px;display:grid}.ApiKeyCreator-module__4ycVUq__currency_input>span{color:color-mix(in oklab,var(--color-black)58%,var(--color-white));font-size:var(--text-xs);font-weight:var(--font-medium)}.ApiKeyCreator-module__4ycVUq__currency_input .ApiKeyCreator-module__4ycVUq__input{min-height:36px;box-shadow:none;border:0;padding-left:0;padding-right:0}.ApiKeyCreator-module__4ycVUq__currency_input:focus-within{border-color:color-mix(in oklab,var(--color-black)38%,var(--color-white));box-shadow:0 0 0 3px color-mix(in oklab,var(--color-black)7%,transparent)}.ApiKeyCreator-module__4ycVUq__advanced{border-top:1px solid var(--color-light-line);border-bottom:1px solid var(--color-light-line)}.ApiKeyCreator-module__4ycVUq__advanced_summary{cursor:pointer;font-size:var(--text-sm);font-weight:var(--font-semibold);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;list-style:none;display:flex}.ApiKeyCreator-module__4ycVUq__advanced_summary::-webkit-details-marker{display:none}.ApiKeyCreator-module__4ycVUq__advanced_summary svg{transition:transform .16s}.ApiKeyCreator-module__4ycVUq__advanced[open] .ApiKeyCreator-module__4ycVUq__advanced_summary svg{transform:rotate(180deg)}.ApiKeyCreator-module__4ycVUq__advanced_summary:focus-visible{outline:2px solid color-mix(in oklab,var(--color-black)34%,transparent);outline-offset:3px;border-radius:6px}.ApiKeyCreator-module__4ycVUq__advanced_content{gap:12px;padding:4px 0 12px;display:grid}.ApiKeyCreator-module__4ycVUq__option_list,.ApiKeyCreator-module__4ycVUq__model_grid{gap:6px;display:grid}.ApiKeyCreator-module__4ycVUq__option,.ApiKeyCreator-module__4ycVUq__model_option{box-sizing:border-box;border:1px solid var(--color-light-line);cursor:pointer;border-radius:9px;align-items:center;gap:8px;padding:7px 9px;display:flex}:is(.ApiKeyCreator-module__4ycVUq__option:has(input:checked),.ApiKeyCreator-module__4ycVUq__model_option:has(input:checked)){border-color:color-mix(in oklab,var(--color-black)24%,var(--color-white));background-color:color-mix(in oklab,var(--color-black)3%,var(--color-white))}.ApiKeyCreator-module__4ycVUq__option input,.ApiKeyCreator-module__4ycVUq__model_option input{accent-color:var(--color-black);flex:none;margin:0}.ApiKeyCreator-module__4ycVUq__option span{gap:2px;display:grid}.ApiKeyCreator-module__4ycVUq__option strong,.ApiKeyCreator-module__4ycVUq__model_option span{font-size:var(--text-sm);font-weight:var(--font-medium)}.ApiKeyCreator-module__4ycVUq__option small{color:color-mix(in oklab,var(--color-black)56%,var(--color-white));font-size:var(--text-xs);line-height:1.4}.ApiKeyCreator-module__4ycVUq__model_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ApiKeyCreator-module__4ycVUq__error{background-color:color-mix(in oklab,#b42318 8%,var(--color-white));color:#8d1c14;font-size:var(--text-xs);border-radius:8px;margin:0;padding:10px 12px;line-height:1.45}.ApiKeyCreator-module__4ycVUq__footer{border-top:1px solid var(--color-light-line);justify-content:flex-end;gap:10px;padding-top:12px;padding-bottom:16px;display:flex}.ApiKeyCreator-module__4ycVUq__result{padding-top:22px;padding-bottom:18px}.ApiKeyCreator-module__4ycVUq__result_description{font-size:var(--text-sm);margin-top:8px}.ApiKeyCreator-module__4ycVUq__result_description strong{color:var(--color-black);font-weight:var(--font-semibold)}.ApiKeyCreator-module__4ycVUq__best_practices{color:var(--color-black);font-size:var(--text-sm);text-underline-offset:3px;align-items:center;gap:6px;margin-top:14px;text-decoration:underline;display:inline-flex}.ApiKeyCreator-module__4ycVUq__secret_key{border:1px solid color-mix(in oklab,var(--color-black)18%,var(--color-white));border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:16px;padding:7px;display:grid}.ApiKeyCreator-module__4ycVUq__secret_value{scrollbar-width:none;min-width:0;color:var(--color-black);font-family:inherit;font-size:var(--text-md);white-space:nowrap;padding:0 7px;overflow-x:auto}.ApiKeyCreator-module__4ycVUq__secret_value::-webkit-scrollbar{display:none}.ApiKeyCreator-module__4ycVUq__result>.ApiKeyCreator-module__4ycVUq__error{margin-top:10px}.ApiKeyCreator-module__4ycVUq__result_details{gap:10px;margin:18px 0 0;display:grid}.ApiKeyCreator-module__4ycVUq__result_details div{gap:5px;display:grid}.ApiKeyCreator-module__4ycVUq__result_details dt{font-size:var(--text-sm);font-weight:var(--font-semibold)}.ApiKeyCreator-module__4ycVUq__result_details dd{color:color-mix(in oklab,var(--color-black)70%,var(--color-white));font-size:var(--text-sm);margin:0;line-height:1.45}.ApiKeyCreator-module__4ycVUq__result_footer{justify-content:flex-end;margin-top:18px;display:flex}@keyframes ApiKeyCreator-module__4ycVUq__overlay-in{0%{opacity:0}}@keyframes ApiKeyCreator-module__4ycVUq__dialog-in{0%{opacity:0;transform:translateY(8px)scale(.99)}}@media (max-width:520px){.ApiKeyCreator-module__4ycVUq__overlay{align-items:end;padding:8px}.ApiKeyCreator-module__4ycVUq__dialog{border-radius:14px;max-height:calc(100svh - 16px)}.ApiKeyCreator-module__4ycVUq__header,.ApiKeyCreator-module__4ycVUq__form_content,.ApiKeyCreator-module__4ycVUq__footer,.ApiKeyCreator-module__4ycVUq__result{padding-left:16px;padding-right:16px}.ApiKeyCreator-module__4ycVUq__header{padding-top:17px;padding-bottom:10px}.ApiKeyCreator-module__4ycVUq__form_content{gap:11px;padding-bottom:14px}.ApiKeyCreator-module__4ycVUq__footer{padding-top:11px;padding-bottom:14px}.ApiKeyCreator-module__4ycVUq__model_grid{grid-template-columns:1fr}.ApiKeyCreator-module__4ycVUq__secret_key{grid-template-columns:minmax(0,1fr)}.ApiKeyCreator-module__4ycVUq__secret_key>div{width:100%}.ApiKeyCreator-module__4ycVUq__result{padding-top:18px;padding-bottom:16px}}@media (prefers-reduced-motion:reduce){.ApiKeyCreator-module__4ycVUq__overlay,.ApiKeyCreator-module__4ycVUq__dialog{animation:none}.ApiKeyCreator-module__4ycVUq__advanced_summary svg{transition:none}}
.ApiList-module__3VMgNa__container{min-width:0;margin-top:32px}.ApiList-module__3VMgNa__filter_bar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.ApiList-module__3VMgNa__search{box-sizing:border-box;border:1px solid color-mix(in oklab,var(--color-black)16%,var(--color-white));background-color:var(--color-white);border-radius:999px;flex:0 280px;align-items:center;gap:9px;width:min(100%,280px);min-width:min(100%,220px);height:38px;padding:0 12px;transition:border-color .14s,box-shadow .14s;display:flex}.ApiList-module__3VMgNa__search:focus-within{border-color:color-mix(in oklab,var(--color-black)32%,var(--color-white));box-shadow:0 0 0 2px color-mix(in oklab,var(--color-black)7%,transparent)}.ApiList-module__3VMgNa__search_input{width:100%;min-width:0;color:var(--color-black);font:inherit;font-size:var(--text-sm);background:0 0;border:0;outline:0}.ApiList-module__3VMgNa__search_input::placeholder{color:color-mix(in oklab,var(--color-gray)70%,var(--color-white))}.ApiList-module__3VMgNa__filter_chip{box-sizing:border-box;background-color:color-mix(in oklab,var(--color-black)7%,var(--color-white));white-space:nowrap;border-radius:999px;align-items:center;gap:7px;height:38px;padding:0 7px 0 12px;display:inline-flex}.ApiList-module__3VMgNa__filter_chip_label{font-size:var(--text-sm);font-weight:var(--font-medium)}.ApiList-module__3VMgNa__remove_filter{background-color:color-mix(in oklab,var(--color-black)45%,transparent);width:25px;height:25px;color:var(--color-white);cursor:pointer;border:0;border-radius:50%;place-items:center;transition:background-color .14s;display:inline-grid}.ApiList-module__3VMgNa__remove_filter:hover{background-color:color-mix(in oklab,var(--color-black)62%,transparent)}.ApiList-module__3VMgNa__remove_filter:focus-visible,.ApiList-module__3VMgNa__add_filter:focus-visible,.ApiList-module__3VMgNa__filter_option:focus-visible{outline:2px solid color-mix(in oklab,var(--color-black)32%,transparent);outline-offset:2px}.ApiList-module__3VMgNa__filter_menu_wrapper{flex:none;position:relative}.ApiList-module__3VMgNa__add_filter{box-sizing:border-box;border:1px solid color-mix(in oklab,var(--color-black)16%,var(--color-white));background-color:var(--color-white);height:38px;color:var(--color-gray);font-size:var(--text-sm);cursor:pointer;border-radius:999px;align-items:center;gap:7px;padding:0 13px;transition:border-color .14s,background-color .14s;display:inline-flex}.ApiList-module__3VMgNa__add_filter:hover:not(:disabled){border-color:color-mix(in oklab,var(--color-black)25%,var(--color-white));background-color:color-mix(in oklab,var(--color-black)3%,var(--color-white))}.ApiList-module__3VMgNa__add_filter:disabled{cursor:not-allowed;opacity:.5}.ApiList-module__3VMgNa__filter_menu{z-index:20;border:1px solid var(--color-light-line);background-color:var(--color-white);min-width:190px;box-shadow:0 12px 28px color-mix(in oklab,var(--color-black)12%,transparent);border-radius:9px;flex-direction:column;gap:3px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0}.ApiList-module__3VMgNa__filter_option{width:100%;color:var(--color-black);font-size:var(--text-sm);text-align:left;cursor:pointer;background-color:#0000;border:0;border-radius:6px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;padding:8px;display:grid}.ApiList-module__3VMgNa__filter_option:hover{background-color:color-mix(in oklab,var(--color-black)5%,transparent)}.ApiList-module__3VMgNa__filter_option_check{place-items:center;width:18px;height:18px;display:grid}.ApiList-module__3VMgNa__result_count{color:var(--color-gray);font-size:var(--text-sm);white-space:nowrap;flex:none}.ApiList-module__3VMgNa__table_shell{border:1px solid var(--color-light-line);background-color:var(--color-white);border-radius:8px;overflow:hidden}.ApiList-module__3VMgNa__viewport{overscroll-behavior-inline:contain;scrollbar-width:none;-ms-overflow-style:none;width:100%;overflow-x:auto}.ApiList-module__3VMgNa__viewport::-webkit-scrollbar{display:none}.ApiList-module__3VMgNa__viewport:focus-visible{outline:2px solid color-mix(in oklab,var(--color-black)28%,transparent);outline-offset:-2px}.ApiList-module__3VMgNa__table{border-spacing:0;table-layout:fixed;width:max-content;min-width:100%}.ApiList-module__3VMgNa__header_cell,.ApiList-module__3VMgNa__actions_header{box-sizing:border-box;background-color:color-mix(in oklab,var(--color-black)3.5%,var(--color-white));border-bottom:1px solid var(--color-light-line);height:42px;color:color-mix(in oklab,var(--color-black)78%,var(--color-white));font-size:var(--text-sm);font-weight:var(--font-medium);text-align:left;white-space:nowrap;padding:0 14px;position:relative}.ApiList-module__3VMgNa__header_label{color:inherit;font-size:inherit;font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.ApiList-module__3VMgNa__resize_handle{z-index:2;cursor:col-resize;touch-action:none;width:9px;position:absolute;top:0;bottom:0;right:-4px}.ApiList-module__3VMgNa__resize_handle:after{content:"";background-color:#0000;border-radius:999px;width:1px;transition:background-color .12s;position:absolute;top:8px;bottom:8px;right:4px}.ApiList-module__3VMgNa__resize_handle:hover:after,.ApiList-module__3VMgNa__resize_handle:focus-visible:after,.ApiList-module__3VMgNa__resize_handle[data-resizing=true]:after{background-color:color-mix(in oklab,var(--color-black)30%,transparent)}.ApiList-module__3VMgNa__resize_handle:focus-visible{outline:none}.ApiList-module__3VMgNa__row{background-color:var(--color-white);transition:background-color .14s}.ApiList-module__3VMgNa__row:hover{background-color:color-mix(in oklab,var(--color-black)2%,var(--color-white))}.ApiList-module__3VMgNa__cell,.ApiList-module__3VMgNa__actions_cell{box-sizing:border-box;border-bottom:1px solid var(--color-light-line);height:54px;color:color-mix(in oklab,var(--color-black)72%,var(--color-white));font-size:var(--text-sm);text-overflow:ellipsis;white-space:nowrap;padding:0 14px;overflow:hidden}.ApiList-module__3VMgNa__row:last-child .ApiList-module__3VMgNa__cell,.ApiList-module__3VMgNa__row:last-child .ApiList-module__3VMgNa__actions_cell{border-bottom:0}.ApiList-module__3VMgNa__cell[data-variant=code]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:var(--text-xs);overflow-wrap:anywhere;text-overflow:clip;white-space:normal;line-height:1.35}.ApiList-module__3VMgNa__actions_header,.ApiList-module__3VMgNa__actions_cell{z-index:3;width:44px;min-width:44px;box-shadow:none;padding-inline:4px;transition:box-shadow .14s;position:sticky;right:0}.ApiList-module__3VMgNa__container[data-can-scroll-right=true] .ApiList-module__3VMgNa__actions_header,.ApiList-module__3VMgNa__container[data-can-scroll-right=true] .ApiList-module__3VMgNa__actions_cell{box-shadow:-8px 0 16px -16px color-mix(in oklab,var(--color-black)45%,transparent)}.ApiList-module__3VMgNa__actions_header{z-index:4}.ApiList-module__3VMgNa__actions_cell{background-color:inherit}.ApiList-module__3VMgNa__actions{justify-content:flex-end;align-items:center;gap:2px;height:100%;display:flex}.ApiList-module__3VMgNa__action_button{width:30px;height:30px;color:var(--color-gray);cursor:pointer;background-color:#0000;border:0;border-radius:6px;place-items:center;transition:background-color .14s,color .14s;display:inline-grid}.ApiList-module__3VMgNa__action_button:hover:not(:disabled){background-color:color-mix(in oklab,var(--color-black)5%,transparent);color:var(--color-black)}.ApiList-module__3VMgNa__action_button:focus-visible{outline:2px solid color-mix(in oklab,var(--color-black)32%,transparent);outline-offset:1px}.ApiList-module__3VMgNa__action_button:disabled{opacity:.42;cursor:not-allowed}.ApiList-module__3VMgNa__delete_button{color:#dc2626}.ApiList-module__3VMgNa__delete_button:hover:not(:disabled){color:#b91c1c;background-color:#dc262614;background-color:lab(48.7982% 67.6999 48.8037/.08)}.ApiList-module__3VMgNa__empty_state{height:72px;color:var(--color-gray);font-size:var(--text-sm);text-align:center;padding:0 14px}.ApiList-module__3VMgNa__visually_hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){.ApiList-module__3VMgNa__container{margin-top:20px}.ApiList-module__3VMgNa__search{flex-basis:100%;width:100%}.ApiList-module__3VMgNa__header_cell,.ApiList-module__3VMgNa__actions_header,.ApiList-module__3VMgNa__cell,.ApiList-module__3VMgNa__actions_cell{padding-inline:10px}}@media (prefers-reduced-motion:reduce){.ApiList-module__3VMgNa__search,.ApiList-module__3VMgNa__remove_filter,.ApiList-module__3VMgNa__add_filter,.ApiList-module__3VMgNa__resize_handle:after,.ApiList-module__3VMgNa__row,.ApiList-module__3VMgNa__action_button,.ApiList-module__3VMgNa__actions_header,.ApiList-module__3VMgNa__actions_cell{transition:none}}
.SettingsContent-module__PsOtGa__content{flex-direction:column;flex:1;min-width:0;min-height:0;padding:20px;display:flex;overflow:hidden}.SettingsContent-module__PsOtGa__content_header{border-bottom:1px solid var(--color-light-line);flex:none;padding-bottom:18px}.SettingsContent-module__PsOtGa__title{font-size:var(--settings-title-size);font-weight:var(--settings-title-weight);letter-spacing:0}.SettingsContent-module__PsOtGa__content_section{flex:1;min-height:0;padding-top:14px;overflow-y:auto}.SettingsContent-module__PsOtGa__line{justify-content:space-between;align-items:flex-start;display:flex}@media (max-width:768px){.SettingsContent-module__PsOtGa__content{padding:12px 14px 14px}.SettingsContent-module__PsOtGa__content_header{display:none}.SettingsContent-module__PsOtGa__content_section{min-height:0;padding-top:0}.SettingsContent-module__PsOtGa__line{gap:8px}}
.Overview-module__PSSsna__container{border:1px solid var(--color-light-line);background-color:var(--color-light-line);border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1px;width:100%;height:fit-content;display:grid;overflow:hidden;container-type:inline-size}.Overview-module__PSSsna__card{--card-padding:14px;width:calc(1fr - var(--card-padding)*2);height:calc(100% - var(--card-padding)*2);background-color:var(--color-white);padding:var(--card-padding)}.Overview-module__PSSsna__inner{--inner-padding:8px;height:calc(100% - var(--inner-padding)*2);width:calc(100% - var(--inner-padding)*2);flex-direction:column;justify-content:space-between;gap:8px;display:flex}.Overview-module__PSSsna__small_title{font-size:var(--text-md)}.Overview-module__PSSsna__description{font-size:var(--text-sm)}.Overview-module__PSSsna__actions{flex-wrap:wrap;gap:8px;display:flex}.Overview-module__PSSsna__number{font-size:var(--text-lg);font-weight:var(--font-semibold)}.Overview-module__PSSsna__trend{--trend-color:#13906f;width:100%;height:32px;position:relative}.Overview-module__PSSsna__trend_line{background-color:var(--trend-color);border-radius:999px;height:2px;position:absolute;bottom:6px;left:0;right:4px}.Overview-module__PSSsna__trend_dot{border:2px solid var(--trend-color);background-color:var(--color-white);border-radius:50%;width:8px;height:8px;position:absolute;bottom:2px;right:0}@container (min-width:641px) and (max-width:961px){.Overview-module__PSSsna__card:last-child{grid-column:1/-1}}
.LockedSettingsPanel-module__PhYmGa__container{color:color-mix(in oklab,var(--color-black)62%,var(--color-white));font-size:var(--text-sm);border:1px dashed var(--color-light-line);border-radius:8px;padding:16px 10px}.LockedSettingsPanel-module__PhYmGa__title{color:var(--color-black);font-weight:var(--font-medium)}.LockedSettingsPanel-module__PhYmGa__description{color:color-mix(in oklab,var(--color-black)62%,var(--color-white));font-size:var(--text-xs);margin:8px 0 0;line-height:1.45}.LockedSettingsPanel-module__PhYmGa__actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}
.ChatSharesSettingsPanel-module__WKXTYq__overflow{flex-direction:column;min-height:0;display:flex}.ChatSharesSettingsPanel-module__WKXTYq__spacing{flex-direction:column;gap:10px;display:flex}.ChatSharesSettingsPanel-module__WKXTYq__loading_state{color:color-mix(in oklab,var(--color-black)62%,var(--color-white));font-size:var(--text-sm);border:1px solid var(--color-light-line);border-radius:8px;padding:16px 10px}.ChatSharesSettingsPanel-module__WKXTYq__item{border:1px solid var(--color-light-line);border-radius:8px;padding:10px}.ChatSharesSettingsPanel-module__WKXTYq__item p{opacity:.7;margin:0}.ChatSharesSettingsPanel-module__WKXTYq__line{justify-content:space-between;align-items:center;gap:10px;display:flex}.ChatSharesSettingsPanel-module__WKXTYq__title{font-size:var(--text-sm);font-weight:var(--font-medium)}.ChatSharesSettingsPanel-module__WKXTYq__description{font-size:var(--text-xs);font-weight:var(--font-regular)}.ChatSharesSettingsPanel-module__WKXTYq__container_buttons{gap:5px;display:flex}.ChatSharesSettingsPanel-module__WKXTYq__copy_action{min-width:58px}.ChatSharesSettingsPanel-module__WKXTYq__copy_feedback{box-sizing:border-box;background-color:color-mix(in oklab,var(--color-black)5%,var(--color-white));width:100%;color:var(--color-black);font-size:var(--text-xs);font-weight:var(--font-medium);text-align:center;border-radius:6px;padding:10px 14px;line-height:1}
.DashboardContent-module__x6b-mq__error{color:#8d1c14;font-size:var(--text-xs);font-weight:var(--font-medium);margin:20px 0 -18px}
.page-module__BUhvpG__borders{box-sizing:border-box;height:100%;padding:40px;overflow-y:auto}.page-module__BUhvpG__main_title{font-size:var(--text-3xl);font-weight:var(--font-medium);margin-bottom:40px}@media (max-width:768px){.page-module__BUhvpG__borders{padding:24px 16px 32px}.page-module__BUhvpG__main_title{margin-bottom:24px}}
.Settings-module__U8jhOG__overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);background-color:#00000029;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.Settings-module__U8jhOG__container{--settings-title-size:var(--text-md);--settings-title-weight:var(--font-medium);background-color:var(--color-white);border:1px solid var(--color-light-line);border-radius:var(--border-radius);flex-direction:column;width:min(740px,100vw - 32px);height:min(500px,100dvh - 32px);display:flex;overflow:hidden}.Settings-module__U8jhOG__topbar{display:none}.Settings-module__U8jhOG__body{flex:1;grid-template-columns:200px minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.Settings-module__U8jhOG__menu{--padding-top:64px;--padding-bottom:16px;--padding-horizontal:8px;box-sizing:border-box;min-height:0;padding:var(--padding-top)var(--padding-horizontal)var(--padding-bottom);background-color:color-mix(in oklab,var(--color-black)2%,var(--color-white));border-right:1px solid var(--color-light-line);border-radius:var(--border-radius)0 0 var(--border-radius);flex:none;position:relative;overflow-y:auto}.Settings-module__U8jhOG__desktop_close,.Settings-module__U8jhOG__close{cursor:pointer;transition:var(--standard-transition);background-color:#0000;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.Settings-module__U8jhOG__desktop_close:hover,.Settings-module__U8jhOG__close:hover{background-color:color-mix(in oklab,var(--color-black)5%,transparent)}.Settings-module__U8jhOG__desktop_close:disabled,.Settings-module__U8jhOG__close:disabled{cursor:not-allowed;opacity:.45}.Settings-module__U8jhOG__desktop_close:disabled:hover,.Settings-module__U8jhOG__close:disabled:hover{background-color:#0000}.Settings-module__U8jhOG__desktop_close{width:34px;height:34px;position:absolute;top:18px;left:18px}.Settings-module__U8jhOG__menu_list{flex-direction:column;gap:2px;display:flex}.Settings-module__U8jhOG__menu_scroll{width:100%;min-width:0}.Settings-module__U8jhOG__menu_item{width:100%}.Settings-module__U8jhOG__title{font-size:var(--settings-title-size);font-weight:var(--settings-title-weight);letter-spacing:0}@media (max-width:768px){.Settings-module__U8jhOG__overlay{padding:calc(var(--navbar-height) + 18px)10px 12px;background-color:#0000001a;align-items:flex-start}.Settings-module__U8jhOG__container{width:100%;height:calc(100dvh - var(--navbar-height) - 30px)}.Settings-module__U8jhOG__topbar{justify-content:space-between;align-items:center;gap:10px;padding:14px 18px 0;display:flex}.Settings-module__U8jhOG__close{flex:none;width:32px;height:32px}.Settings-module__U8jhOG__body{flex-direction:column;display:flex}.Settings-module__U8jhOG__menu{border-right:none;border-bottom:1px solid var(--color-light-line);background-color:var(--color-white);padding:8px;overflow:hidden}.Settings-module__U8jhOG__desktop_close{display:none}.Settings-module__U8jhOG__menu_list{flex-direction:row;gap:6px;width:max-content;min-width:100%}.Settings-module__U8jhOG__menu_scroll{box-sizing:border-box;scrollbar-width:none;width:100%;overflow:auto hidden}.Settings-module__U8jhOG__menu_scroll::-webkit-scrollbar{display:none}.Settings-module__U8jhOG__menu_item{flex:none;width:160px}}
