body,.ChatComponents-module__PbInkG__chatContainer,.ChatComponents-module__PbInkG__assistantMessage,.ChatComponents-module__PbInkG__userMessage,.ChatComponents-module__PbInkG__input,.ChatComponents-module__PbInkG__assistantMessage details summary,.ChatComponents-module__PbInkG__assistantMessage details>:not(summary){font-family:Inter,Segoe UI,Helvetica Neue,Arial,Liberation Sans,sans-serif!important}:root{--color-bg-primary:#10141a;--color-bg-secondary:#1e2429;--color-bg-tertiary:#272f36;--color-bg-hover:#4a4a4a;--color-bg-hover-light:#4a4a4a;--color-text-primary:#fff;--color-text-secondary:#e8e8e8;--color-text-muted:#b0b0b0;--color-text-placeholder:#7a7a7a;--color-accent-start:#006778;--color-accent-end:#006778;--color-accent:#09d0de}.ChatComponents-module__PbInkG__chatContainer{background-color:var(--color-bg-primary);height:100vh;color:var(--color-text-primary);border-left:1px solid #313a42;flex-direction:column;display:flex;position:relative}.ChatComponents-module__PbInkG__messagesContainer{border-top:1px solid #313a42;flex-direction:column;flex:1;gap:12px;padding:12px;display:flex;overflow-y:auto}.ChatComponents-module__PbInkG__messageWrapper{flex-direction:column;gap:8px;animation:.2s ease-in both ChatComponents-module__PbInkG__messageFadeIn;display:flex}@keyframes ChatComponents-module__PbInkG__messageFadeIn{0%{opacity:0}to{opacity:1}}.ChatComponents-module__PbInkG__assistantIconWrapper{align-items:center;gap:4px;margin-bottom:4px;display:flex}.ChatComponents-module__PbInkG__assistantIconWrapper img{width:24px;height:24px}.ChatComponents-module__PbInkG__assistantIcon{backface-visibility:hidden;width:28px;height:28px;transform:translateZ(0)}.ChatComponents-module__PbInkG__assistantLabel{color:var(--color-text-muted);font-size:14px;font-weight:500}.ChatComponents-module__PbInkG__userMessage{background:linear-gradient(135deg, var(--color-accent-start) 0%, var(--color-accent-end) 100%);color:#fff;box-sizing:content-box;word-wrap:break-word;border:1px solid #3fa4b5;border-radius:8px;align-self:flex-end;max-width:70%;padding:12px 16px;font-size:13px;line-height:1.4}.ChatComponents-module__PbInkG__assistantMessage{color:var(--color-text-secondary);box-sizing:content-box;word-wrap:break-word;border-radius:8px;align-self:flex-start;max-width:100%;padding:8px 0;font-size:13px;line-height:1.7}.ChatComponents-module__PbInkG__assistantMessage p{margin:0 0 .5em}.ChatComponents-module__PbInkG__assistantMessage p:last-child{margin-bottom:0}.ChatComponents-module__PbInkG__assistantMessage h1,.ChatComponents-module__PbInkG__assistantMessage h2,.ChatComponents-module__PbInkG__assistantMessage h3,.ChatComponents-module__PbInkG__assistantMessage h4,.ChatComponents-module__PbInkG__assistantMessage h5,.ChatComponents-module__PbInkG__assistantMessage h6{margin:.8em 0 .4em;font-weight:600}.ChatComponents-module__PbInkG__assistantMessage h1:first-child,.ChatComponents-module__PbInkG__assistantMessage h2:first-child,.ChatComponents-module__PbInkG__assistantMessage h3:first-child,.ChatComponents-module__PbInkG__assistantMessage h4:first-child,.ChatComponents-module__PbInkG__assistantMessage h5:first-child,.ChatComponents-module__PbInkG__assistantMessage h6:first-child{margin-top:0}.ChatComponents-module__PbInkG__assistantMessage ul,.ChatComponents-module__PbInkG__assistantMessage ol{margin:.5em 0;padding-left:1.5em}.ChatComponents-module__PbInkG__assistantMessage li{margin:.25em 0}.ChatComponents-module__PbInkG__assistantMessage code{background-color:#0003;border-radius:3px;padding:.2em .4em;font-family:Courier New,Courier,monospace;font-size:.9em}.ChatComponents-module__PbInkG__assistantMessage pre{background-color:#0000004d;border-radius:6px;margin:.5em 0;padding:.8em;overflow-x:auto}.ChatComponents-module__PbInkG__assistantMessage pre code{background-color:#0000;padding:0}.ChatComponents-module__PbInkG__assistantMessage blockquote{opacity:.8;border-left:3px solid #5b9ff5;margin:.5em 0;padding-left:1em}.ChatComponents-module__PbInkG__assistantMessage a{color:#5b9ff5;text-decoration:underline}.ChatComponents-module__PbInkG__assistantMessage a:hover{opacity:.8}.ChatComponents-module__PbInkG__assistantMessage strong{font-weight:600}.ChatComponents-module__PbInkG__assistantMessage em{font-style:italic}.ChatComponents-module__PbInkG__assistantMessage hr{border:none;border-top:1px solid var(--color-bg-tertiary);margin:.8em 0}.ChatComponents-module__PbInkG__assistantMessage details{background:#161b21;border:1px solid #1f2730;border-radius:6px;width:100%;margin:0 0 8px;padding:0;display:block;overflow:hidden}.ChatComponents-module__PbInkG__assistantMessage details summary{cursor:pointer;box-sizing:border-box;color:var(--color-text-primary);width:100%;font-weight:600;font-size:inherit;border-radius:0;justify-content:space-between;align-items:center;margin:0;padding:8px 16px;list-style:none;display:flex}.ChatComponents-module__PbInkG__assistantMessage details summary::-webkit-details-marker{display:none}.ChatComponents-module__PbInkG__assistantMessage details summary:after{content:"+" / "";margin-left:8px;font-size:18px;font-weight:600;line-height:1}.ChatComponents-module__PbInkG__assistantMessage details[open] summary:after{content:"−" / ""}.ChatComponents-module__PbInkG__assistantMessage details summary:hover{background-color:#27303a}.ChatComponents-module__PbInkG__assistantMessage details>:not(summary){box-sizing:border-box;background:0 0;width:100%;padding:0 10px 10px}.ChatComponents-module__PbInkG__assistantMessage img{border-radius:6px;max-width:100%;height:auto;margin:.5em 0;display:block}.ChatComponents-module__PbInkG__inputForm{background-color:var(--color-bg-primary);border-top:1px solid var(--color-bg-secondary);align-items:center;gap:12px;padding:16px 20px;display:flex}.ChatComponents-module__PbInkG__input{background-color:var(--color-bg-secondary);color:var(--color-text-primary);border:none;border-radius:24px;flex:1;padding:12px 20px;font-size:15px}.ChatComponents-module__PbInkG__input::placeholder{color:var(--color-text-placeholder)}.ChatComponents-module__PbInkG__input:focus{background-color:var(--color-bg-tertiary);outline:none}.ChatComponents-module__PbInkG__clearHistoryButton{z-index:1000;background-color:var(--color-bg-secondary);cursor:pointer;width:40px;height:40px;color:var(--color-text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s,opacity .2s;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 5px 17px -2px #00000091}.ChatComponents-module__PbInkG__clearHistoryButton:hover:not(:disabled){background-color:var(--color-bg-hover);color:#f87171}.ChatComponents-module__PbInkG__clearHistoryButton:active:not(:disabled){opacity:.6}.ChatComponents-module__PbInkG__clearHistoryButton:disabled{opacity:.3;cursor:not-allowed}.ChatComponents-module__PbInkG__sendButton{color:var(--color-accent);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:opacity .2s;display:flex}.ChatComponents-module__PbInkG__sendButton:hover:not(:disabled){opacity:.8}.ChatComponents-module__PbInkG__sendButton:active:not(:disabled){opacity:.6}.ChatComponents-module__PbInkG__sendButton:disabled{cursor:not-allowed;opacity:.5}.ChatComponents-module__PbInkG__sendButtonSpinner{align-items:center;gap:3px;display:flex}.ChatComponents-module__PbInkG__sendButtonDot{background-color:currentColor;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite ChatComponents-module__PbInkG__sendButtonPulse}.ChatComponents-module__PbInkG__sendButtonDot:first-child{animation-delay:0s}.ChatComponents-module__PbInkG__sendButtonDot:nth-child(2){animation-delay:.2s}.ChatComponents-module__PbInkG__sendButtonDot:nth-child(3){animation-delay:.4s}@keyframes ChatComponents-module__PbInkG__sendButtonPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.ChatComponents-module__PbInkG__messagesContainer::-webkit-scrollbar{width:8px}.ChatComponents-module__PbInkG__messagesContainer::-webkit-scrollbar-track{background:var(--color-bg-primary)}.ChatComponents-module__PbInkG__messagesContainer::-webkit-scrollbar-thumb{background:var(--color-bg-hover);border-radius:4px}.ChatComponents-module__PbInkG__messagesContainer::-webkit-scrollbar-thumb:hover{background:var(--color-bg-hover-light)}.ChatComponents-module__PbInkG__kvcToolContainer{background-color:var(--color-bg-primary);width:100vw;height:100vh}.ChatComponents-module__PbInkG__closeButton{z-index:1000;background-color:var(--color-bg-secondary);cursor:pointer;width:40px;height:40px;color:var(--color-text-primary);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,opacity .2s;display:flex;position:absolute;top:16px;right:16px}.ChatComponents-module__PbInkG__closeButton:hover{background-color:var(--color-bg-hover)}.ChatComponents-module__PbInkG__closeButton:active{opacity:.6}.ChatComponents-module__PbInkG__assistantResponseContainer{flex-direction:column;width:100%;animation:.2s ease-in both ChatComponents-module__PbInkG__messageFadeIn;display:flex}.ChatComponents-module__PbInkG__toolCallBubble{background-color:#161b21;border:1px solid #1f2730;border-radius:8px;max-width:100%;padding:8px 12px;font-size:12px}.ChatComponents-module__PbInkG__toolCallHeader{align-items:center;gap:8px;margin-bottom:4px;display:flex}.ChatComponents-module__PbInkG__toolIcon{font-size:14px}.ChatComponents-module__PbInkG__toolName{color:var(--color-text-primary);font-family:Courier New,Courier,monospace;font-size:12px;font-weight:600}.ChatComponents-module__PbInkG__toolStatus{color:var(--color-text-muted);margin-left:auto;font-size:11px;font-style:italic}.ChatComponents-module__PbInkG__toolStatusSuccess{color:#4ade80;margin-left:auto;font-size:11px;font-weight:600}.ChatComponents-module__PbInkG__toolStatusError{color:#f87171;margin-left:auto;font-size:11px;font-weight:600}.ChatComponents-module__PbInkG__toolCallDetails{margin-top:4px}.ChatComponents-module__PbInkG__toolInput{flex-wrap:wrap;gap:8px;padding-top:4px;display:flex}.ChatComponents-module__PbInkG__toolParam{color:var(--color-text-muted);font-family:Courier New,Courier,monospace;font-size:11px}.ChatComponents-module__PbInkG__toolParam strong{color:var(--color-text-secondary);font-weight:500}.ChatComponents-module__PbInkG__toolResult{word-break:break-word;color:var(--color-text-muted);justify-content:space-between;align-items:center;margin-top:8px;padding:8px 0;font-family:Courier New,Courier,monospace;display:flex}.ChatComponents-module__PbInkG__loadingSpinner{justify-content:flex-start;align-items:center;padding:8px 0;display:flex}.ChatComponents-module__PbInkG__dotsContainer{align-items:center;gap:6px;display:flex}.ChatComponents-module__PbInkG__dot{background-color:var(--color-accent);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite ChatComponents-module__PbInkG__dotPulse}.ChatComponents-module__PbInkG__dot:first-child{animation-delay:0s}.ChatComponents-module__PbInkG__dot:nth-child(2){animation-delay:.2s}.ChatComponents-module__PbInkG__dot:nth-child(3){animation-delay:.4s}@keyframes ChatComponents-module__PbInkG__dotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.ChatComponents-module__PbInkG__feedbackButtonsContainer{justify-content:flex-start;gap:8px;padding-right:8px;display:flex}.ChatComponents-module__PbInkG__feedbackButton{cursor:pointer;background-color:#0000;border:none;outline:none;padding:0;display:flex}.ChatComponents-module__PbInkG__feedbackButton:disabled{opacity:.7;cursor:default}
.ButtonGroup-module__iO9ybW__button-group.ButtonGroup-module__iO9ybW__button-group-default{flex-direction:row;justify-content:center;align-items:center;width:140px;display:flex}.ButtonGroup-module__iO9ybW__button-group button.ButtonGroup-module__iO9ybW__button-group-button-default{color:#fff;background-color:#fff3;border:none;flex-grow:1;justify-content:space-evenly;align-items:center;height:36px;margin:0;padding-left:11px;padding-right:11px;font-size:12px;font-style:normal;font-weight:500;line-height:14px;transition:background-color .2s ease-out;display:flex}.ButtonGroup-module__iO9ybW__button-group button.ButtonGroup-module__iO9ybW__button-group-button-default:hover{background-color:#0003}.ButtonGroup-module__iO9ybW__button-group button.ButtonGroup-module__iO9ybW__selected-default{background-color:#00000080}button.ButtonGroup-module__iO9ybW__left{border-top-left-radius:9999px;border-bottom-left-radius:9999px}button.ButtonGroup-module__iO9ybW__right{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.ButtonGroup-module__iO9ybW__button-group .ButtonGroup-module__iO9ybW__button-group-label-default{color:#fff;margin-right:10px;font-size:18px;font-style:normal;font-weight:700;line-height:21px}.ButtonGroup-module__iO9ybW__button-group .ButtonGroup-module__iO9ybW__button-icon-default{height:14px}
.Marquee-module__21Vtga__marquee{color:#ebebeb;align-items:center;font-size:18px;font-weight:700;display:flex}.Marquee-module__21Vtga__marquee span{flex-grow:1;align-items:center;margin-left:17px;margin-right:17px}.Marquee-module__21Vtga__marquee.Marquee-module__21Vtga__disabled button{opacity:.5}.Marquee-module__21Vtga__marquee button{background:0 0;border:none;outline:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex}
.KVCToolButton-module__Bht74a__kvctool{z-index:1000;width:10px;height:10px;font-size:0;position:absolute;top:0;left:0;cursor:default!important;background:0 0!important;border:none!important}.KVCToolButton-module__Bht74a__kvctool:hover{background:0 0!important}
.focus-indicator-provider-module__vwsfxq__glassStyleFocusIndicator{z-index:1000000}.focus-indicator-provider-module__vwsfxq__glassStyleFocusIndicator:before,.focus-indicator-provider-module__vwsfxq__glassStyleFocusIndicator:after{content:"";pointer-events:none;outline:2px solid #fff;width:calc(100% + 10px);height:calc(100% + 10px);position:absolute;box-shadow:0 0 0 4px #193146}.focus-indicator-provider-module__vwsfxq__glassStyleFocusIndicator:before{top:-5px;left:-5px}.focus-indicator-provider-module__vwsfxq__glassStyleFocusIndicator:after{bottom:-5px;right:-5px}
.tool-tip-provider-module__Vqa86G__tool-tip{border-color:1px solid black;background-color:#ffd;padding:1px 2px 2px;font-size:11px;position:absolute}.tool-tip-provider-module__Vqa86G__tool-tip-provider{pointer-events:none;z-index:9999;width:100%;height:100%;position:absolute}
.ModalDialog-module__-hiUcq__dialog{background:0 0;border:none;padding:0}.ModalDialog-module__-hiUcq__dialog::backdrop{background-color:#0e0e11cc}
:root{--color-bg-primary:#10141a;--color-bg-secondary:#1e2429;--color-bg-tertiary:#272f36;--color-bg-hover:#4a4a4a;--color-text-primary:#fff;--color-text-secondary:#e8e8e8;--color-text-muted:#b0b0b0;--color-accent-start:#006778;--color-accent-end:#006778;--color-accent:#09d0de}.page-module__HOc6Jq__chatContainer{background-color:var(--color-bg-primary);height:100vh;color:var(--color-text-primary);flex-direction:column;display:flex;position:relative}.page-module__HOc6Jq__clearHistoryButton{z-index:1000;background-color:var(--color-bg-secondary);cursor:pointer;width:40px;height:40px;color:var(--color-text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s,opacity .2s;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 5px 17px -2px #00000091}.page-module__HOc6Jq__clearHistoryButton:hover:not(:disabled){background-color:var(--color-bg-hover);color:#f87171}.page-module__HOc6Jq__clearHistoryButton:active:not(:disabled){opacity:.6}.page-module__HOc6Jq__clearHistoryButton:disabled{opacity:.3;cursor:not-allowed}.page-module__HOc6Jq__loadingContainer{background-color:var(--color-bg-primary);height:100vh;color:var(--color-text-primary);justify-content:center;align-items:center;font-family:system-ui,-apple-system,sans-serif;display:flex}.page-module__HOc6Jq__kvcToolContainer{background-color:var(--color-bg-primary);width:100vw;height:100vh;position:relative}.page-module__HOc6Jq__closeButton{z-index:1000;background-color:var(--color-bg-secondary);cursor:pointer;width:32px;height:32px;color:var(--color-text-primary);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,opacity .2s;display:flex;position:absolute;top:6px;right:106px}.page-module__HOc6Jq__closeButton:hover{background-color:var(--color-bg-hover)}.page-module__HOc6Jq__closeButton:active{opacity:.6}.page-module__HOc6Jq__quickPrompts{flex-direction:column;align-items:flex-end;gap:8px;margin-top:auto;display:flex}.page-module__HOc6Jq__quickPromptButton{background-color:var(--color-bg-secondary);color:var(--color-text-secondary);cursor:pointer;border:1px solid #414952;border-radius:20px;padding:8px 16px;font-family:inherit;font-size:13px;transition:all .2s ease-in-out}.page-module__HOc6Jq__quickPromptButton:hover:not(:disabled){background-color:var(--color-bg-tertiary);border-color:var(--color-bg-hover)}.page-module__HOc6Jq__quickPromptButton:active:not(:disabled){background-color:var(--color-accent-start);border-color:var(--color-accent)}.page-module__HOc6Jq__quickPromptButton:disabled{opacity:.4;cursor:not-allowed}
