:root{--color: #0d0d0d;--background: #f3f3f3;--border-color: #e0e0e0;--bubble-user-bg: #f3f3f3;--bubble-assistant-bg: #ffffff;--controls-bg: #ffffff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--color);background:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){:root{--color: #ececec;--background: #171717;--border-color: #333;--bubble-user-bg: #303030;--bubble-assistant-bg: #212121;--controls-bg: #212121}}.light{--color: #0d0d0d;--background: #f3f3f3;--border-color: #e0e0e0;--bubble-user-bg: #f3f3f3;--bubble-assistant-bg: #ffffff;--controls-bg: #ffffff}.dark{--color: #ececec;--background: #171717;--border-color: #333;--bubble-user-bg: #303030;--bubble-assistant-bg: #212121;--controls-bg: #212121}*{box-sizing:border-box}body{width:100%;max-width:640px;min-height:100vh;margin:0 auto;color:var(--color);background:var(--background)}._App_1v3oo_1{display:flex;flex-direction:column;align-items:center;gap:16px;height:100vh;padding:16px}._Header_1v3oo_10{text-align:center}._Logo_1v3oo_14{width:64px;height:64px}._Title_1v3oo_19{margin:0}._ChatContainer_1v3oo_23{flex-grow:1;width:100%;max-width:640px;background:var(--background);border-radius:20px;border:1.5px solid var(--border-color);box-shadow:0 4px 24px #00000012;overflow-y:auto;padding:24px 0 16px;margin-bottom:16px}._Configuration_1v3oo_36{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;font-size:14px;opacity:.8}._Chat_m6w0s_1{display:flex;flex-direction:column;gap:8px;height:100%;padding:8px;overflow-y:auto}._Group_m6w0s_10{display:flex;flex-direction:column;gap:8px}._Group_m6w0s_10:nth-last-of-type(2){min-height:calc(100% - 8px)}._Message_m6w0s_21{width:90%;padding:0 16px;border-radius:16px;font-size:14px;border:1px solid var(--border-color)}._Message_m6w0s_21[data-role=system]{background:#f9dbdb;color:#6d3030}._Message_m6w0s_21[data-role=user]{align-self:flex-end;background:var(--bubble-user-bg);color:var(--color)}._Message_m6w0s_21[data-role=assistant]{background:var(--bubble-assistant-bg);color:var(--color)}._Controls_1vc7l_1{display:flex;align-items:center;gap:8px;width:100%;margin-top:8px}._TextAreaContainer_1vc7l_9{flex-grow:1;padding:8px 16px;line-height:0;border-radius:16px;background:var(--controls-bg);border:1px solid var(--border-color);display:flex;align-items:center;transition:border-color .2s}._TextAreaContainer_1vc7l_9:focus-within{border-color:#4f8cff}._TextArea_1vc7l_9{width:100%;height:100%;border-radius:12px;border:none;outline:none;resize:none;background:var(--controls-bg);color:var(--color);font-size:15px;padding:8px 0;transition:color .2s,background .2s;font-family:inherit}._Button_1vc7l_40{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;border:none;outline:none;background:linear-gradient(135deg,#4f8cff 60%,#6f6fff);box-shadow:0 2px 8px #4f8cff14;cursor:pointer;transition:background .2s,box-shadow .2s}._Button_1vc7l_40:hover:not(:disabled),._Button_1vc7l_40:focus-visible:not(:disabled){background:linear-gradient(135deg,#357ae8 60%,#5f5fff);box-shadow:0 4px 16px #4f8cff26}._Button_1vc7l_40 svg{fill:#fff}._TextArea_1vc7l_9:disabled,._Button_1vc7l_40:disabled{opacity:.35;cursor:not-allowed}._LoaderWrapper_1dlrz_1{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--background);opacity:.6}._Loader_1dlrz_1{width:60px;aspect-ratio:2;--_g: no-repeat radial-gradient(circle closest-side, var(--color) 90%, #0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100% / 3) 50%;animation:_l3_1dlrz_1 1s infinite linear}@media (prefers-color-scheme: dark){._LoaderWrapper_1dlrz_1{opacity:.85}}@keyframes _l3_1dlrz_1{20%{background-position:0% 0%,50% 50%,100% 50%}40%{background-position:0% 100%,50% 0%,100% 50%}60%{background-position:0% 50%,50% 100%,100% 0%}80%{background-position:0% 50%,50% 50%,100% 100%}}._Theme_1vcpw_1,._Assistant_1biy0_1{display:flex;gap:8px}
