@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{background-color:#242424}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html{min-height:100%}body{margin:0;min-width:320px;min-height:100%}#root{width:100%;min-height:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547}html{background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}._icon-button_3rfwg_1{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:none;border-radius:8px;background-color:transparent;color:var(--black);font-size:13px;font-family:inherit;cursor:pointer;transition:all .2s}._icon-button_3rfwg_1:hover{background-color:var(--hover-color)}._icon-button_3rfwg_1:disabled{opacity:.5;cursor:not-allowed}._icon-button_3rfwg_1._border_3rfwg_23{border:var(--border-in-light);background-color:var(--white)}._icon-button_3rfwg_1._shadow_3rfwg_27{box-shadow:var(--card-shadow)}._icon-button_3rfwg_1._primary_3rfwg_30{background-color:var(--primary);color:#fff}._icon-button_3rfwg_1._primary_3rfwg_30:hover{opacity:.9;background-color:var(--primary)}._icon-button_3rfwg_1._danger_3rfwg_38{color:#c00}._icon-button_3rfwg_1._danger_3rfwg_38:hover{background-color:#ff00001a}._icon-button-icon_3rfwg_45{display:flex;align-items:center;justify-content:center}._icon-button-icon_3rfwg_45 svg{width:18px;height:18px}._icon-button-text_3rfwg_55{white-space:nowrap}._chat-container_1qcmr_2{display:flex;height:100%;width:100%;background-color:var(--gray)}._chat-sidebar_1qcmr_9{width:var(--sidebar-width);height:100%;border-right:var(--border-in-light);background-color:var(--white);flex-shrink:0;overflow:hidden}@media(max-width:600px){._chat-sidebar_1qcmr_9{position:fixed;left:0;top:0;z-index:100}}._chat-sidebar-overlay_1qcmr_26{position:fixed;inset:0;background:#00000080;z-index:99}@media(min-width:601px){._chat-sidebar-overlay_1qcmr_26{display:none}}._chat-main_1qcmr_38{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}._chat-header_1qcmr_46{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:var(--border-in-light);background-color:var(--white)}._chat-header-left_1qcmr_55{display:flex;align-items:center;gap:12px}._chat-header-title_1qcmr_61{display:flex;flex-direction:column}._chat-header-title_1qcmr_61 span:first-child{font-weight:600;font-size:16px}._chat-header-count_1qcmr_70{font-size:12px;color:var(--black);opacity:.6}._chat-header-actions_1qcmr_76{display:flex;gap:8px}._chat-body_1qcmr_81{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:20px}._chat-body-minimal_1qcmr_90{padding:12px;gap:12px}._chat-body-empty_1qcmr_95{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--black);opacity:.5}._chat-body-empty_1qcmr_95 svg{width:48px;height:48px;margin-bottom:16px}._chat-message_1qcmr_110{display:flex;gap:12px;animation:_slide-in_1qcmr_1 .3s ease;max-width:var(--message-max-width)}._chat-message_1qcmr_110._chat-message-user_1qcmr_116{flex-direction:row-reverse;align-self:flex-end}._chat-message_1qcmr_110._chat-message-user_1qcmr_116 ._chat-message-item_1qcmr_120{background-color:var(--primary);color:#fff}._chat-message_1qcmr_110._chat-message-user_1qcmr_116 ._chat-message-header_1qcmr_124{flex-direction:row-reverse}._chat-message-minimal_1qcmr_128{gap:0;max-width:100%}._chat-message-minimal_1qcmr_128._chat-message-user_1qcmr_116 ._chat-message-item_1qcmr_120{border-radius:16px 16px 4px}._chat-message-minimal_1qcmr_128:not(._chat-message-user_1qcmr_116) ._chat-message-item_1qcmr_120{border-radius:16px 16px 16px 4px}._chat-message-avatar_1qcmr_139{width:36px;height:36px;border-radius:50%;background-color:var(--second);display:flex;align-items:center;justify-content:center;flex-shrink:0}._chat-message-avatar_1qcmr_139 svg{width:20px;height:20px}._chat-message-container_1qcmr_154{display:flex;flex-direction:column;gap:4px;min-width:0}._chat-message-header_1qcmr_124{display:flex;align-items:center;gap:8px;font-size:12px;opacity:.7}._chat-message-role_1qcmr_169{font-weight:500}._chat-message-date_1qcmr_173{font-size:11px}._chat-message-item_1qcmr_120{padding:12px 16px;background-color:var(--white);border-radius:12px;border:var(--border-in-light);word-break:break-word}._chat-message-item_1qcmr_120._chat-message-error_1qcmr_184{background-color:#fee;border-color:#fcc;color:#c00}._chat-message-item-minimal_1qcmr_190{padding:8px 12px;border-radius:16px}._chat-message-images_1qcmr_195{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}._chat-message-images_1qcmr_195 img{max-width:200px;max-height:200px;border-radius:8px;object-fit:cover}._chat-message-streaming_1qcmr_208 ._markdown-body_1qcmr_208:after{content:"▌";animation:_blink_1qcmr_1 1s infinite}._chat-message-actions_1qcmr_213{display:flex;gap:4px;opacity:0;transition:opacity .2s}._chat-message_1qcmr_110:hover ._chat-message-actions_1qcmr_213{opacity:1}._chat-input-panel_1qcmr_223{padding:16px 20px;border-top:var(--border-in-light);background-color:var(--white)}._chat-input-panel-compact_1qcmr_229{padding:8px 12px}._attach-images_1qcmr_233{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}._attach-image_1qcmr_233{width:64px;height:64px;border-radius:8px;background-size:cover;background-position:center;position:relative;border:var(--border-in-light)}._attach-image-mask_1qcmr_250{position:absolute;inset:0;background:#00000080;border-radius:8px;opacity:0;transition:opacity .2s;display:flex;align-items:flex-start;justify-content:flex-end;padding:4px}._attach-image_1qcmr_233:hover ._attach-image-mask_1qcmr_250{opacity:1}._delete-image_1qcmr_266{width:20px;height:20px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}._delete-image_1qcmr_266 svg{width:12px;height:12px}._chat-input-actions_1qcmr_281{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._chat-input-actions-end_1qcmr_288{display:flex;align-items:center;gap:8px}._input-hint_1qcmr_294{font-size:12px;color:var(--black);opacity:.5}._chat-input_1qcmr_223{display:flex;gap:8px;align-items:center}._chat-input-textarea_1qcmr_306{flex:1;resize:none;border:var(--border-in-light);border-radius:12px;padding:12px 16px;font-size:14px;font-family:inherit;background-color:var(--gray);color:var(--black);outline:none;min-height:44px;max-height:200px}._chat-input-textarea_1qcmr_306:focus{border-color:var(--primary)}._chat-input-textarea_1qcmr_306::placeholder{color:var(--black);opacity:.4}._chat-input-textarea-compact_1qcmr_328{padding:8px 12px;min-height:36px;max-height:120px;border-radius:12px}._chat-input-send_1qcmr_335{flex-shrink:0}._chat-input-send-compact_1qcmr_339{width:36px;height:36px;min-width:36px;padding:0;display:flex;align-items:center;justify-content:center}._chat-input-image-btn_1qcmr_349{flex-shrink:0;width:36px;height:36px;min-width:36px;padding:0;display:flex;align-items:center;justify-content:center}._image-lightbox_1qcmr_360{position:fixed;inset:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;cursor:pointer}._image-lightbox_1qcmr_360 img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;cursor:default}._image-lightbox-close_1qcmr_381{position:absolute;top:16px;right:16px;background:#fff3;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background-color .2s}._image-lightbox-close_1qcmr_381:hover{background:#ffffff4d}._image-lightbox-close_1qcmr_381 svg{fill:#fff}._chat-input-expand-btn_1qcmr_404{flex-shrink:0;width:28px;height:28px;min-width:28px;padding:0;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s}._chat-input-expand-btn_1qcmr_404:hover{opacity:1}._fullscreen-input-overlay_1qcmr_420{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}._fullscreen-input-container_1qcmr_434{background:var(--white);border-radius:12px;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003}._fullscreen-input-header_1qcmr_445{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);font-weight:500}._fullscreen-input-close_1qcmr_454{background:none;border:none;padding:4px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--black);opacity:.6;transition:opacity .2s,background-color .2s}._fullscreen-input-close_1qcmr_454:hover{opacity:1;background-color:#0000000d}._fullscreen-input-images_1qcmr_472{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border)}._fullscreen-input-textarea_1qcmr_480{flex:1;min-height:200px;max-height:50vh;padding:16px;border:none;outline:none;resize:none;font-size:16px;line-height:1.5;font-family:inherit}._fullscreen-input-textarea_1qcmr_480::placeholder{color:var(--black);opacity:.4}._fullscreen-input-footer_1qcmr_497{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid var(--border)}._fullscreen-input-hint_1qcmr_505{flex:1;text-align:center;font-size:12px;color:var(--black);opacity:.5}.light{--theme: light;--white: white;--black: rgb(48, 48, 48);--gray: rgb(250, 250, 250);--primary: rgb(29, 147, 171);--second: rgb(231, 248, 255);--hover-color: #f3f3f3;--bar-color: rgba(0, 0, 0, .1);--theme-color: var(--gray);--shadow: 50px 50px 100px 10px rgb(0, 0, 0, .1);--card-shadow: 0px 2px 4px 0px rgb(0, 0, 0, .05);--border-in-light: 1px solid rgb(222, 222, 222)}.dark{--theme: dark;--white: rgb(30, 30, 30);--black: rgb(187, 187, 187);--gray: rgb(21, 21, 21);--primary: rgb(29, 147, 171);--second: rgb(27 38 42);--hover-color: #323232;--bar-color: rgba(255, 255, 255, .1);--border-in-light: 1px solid rgba(255, 255, 255, .192);--theme-color: var(--gray)}.dark div:not(.no-dark)>svg{filter:invert(.5)}:root{--theme: light;--white: white;--black: rgb(48, 48, 48);--gray: rgb(250, 250, 250);--primary: rgb(29, 147, 171);--second: rgb(231, 248, 255);--hover-color: #f3f3f3;--bar-color: rgba(0, 0, 0, .1);--theme-color: var(--gray);--shadow: 50px 50px 100px 10px rgb(0, 0, 0, .1);--card-shadow: 0px 2px 4px 0px rgb(0, 0, 0, .05);--border-in-light: 1px solid rgb(222, 222, 222);--sidebar-width: 280px;--message-max-width: 80%}@media(prefers-color-scheme:dark){:root{--theme: dark;--white: rgb(30, 30, 30);--black: rgb(187, 187, 187);--gray: rgb(21, 21, 21);--primary: rgb(29, 147, 171);--second: rgb(27 38 42);--hover-color: #323232;--bar-color: rgba(255, 255, 255, .1);--border-in-light: 1px solid rgba(255, 255, 255, .192);--theme-color: var(--gray)}:root div:not(.no-dark)>svg{filter:invert(.5)}}@media only screen and (max-width:600px){:root{--sidebar-width: 100vw;--message-max-width: 100%}}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;font-family:Noto Sans,SF Pro SC,SF Pro Text,Helvetica Neue,Arial,sans-serif;background-color:var(--gray);color:var(--black)}.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.clickable:hover{opacity:.8}@keyframes slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.loading-cursor{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bar-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
