html{font-family:Inter,system-ui,-apple-system,sans-serif;box-sizing:border-box;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;width:100vw;height:100vh}html[data-theme=light]{--background: #f5f7f8;--foreground: #1a1a2e;--user-message-bg: #dce7ec;--user-message-shadow: rgba(0, 0, 0, .06);--secondary-fg: #5a6a72;--secondary-bg: #ffffff;--accent: #0f7b8a;--accent-hover: #0c6570;--accent-subtle: rgba(15, 123, 138, .08);--accent-fg: #ffffff;--highlight: #0f7b8a;--error: #d63031;--error-bg: #fef2f2;--error-fg: #991b1b;--error-border: #fecaca;--sidebar-bg: #eef1f3;--sidebar-border: #dce1e4;--sidebar-hover: rgba(15, 123, 138, .06);--sidebar-active: rgba(15, 123, 138, .12);--border-color: #d1d9de;--border-subtle: #e2e8ec;--button-disabled-bg: #e2e8ec;--button-disabled-fg: #94a3af;--focus-ring: rgba(15, 123, 138, .4);--reasoning-bg: rgba(15, 123, 138, .04);--reasoning-border: #0f7b8a;--reasoning-fg: #5a6a72;--scrollbar-thumb: rgba(0, 0, 0, .15);--scrollbar-thumb-hover: rgba(0, 0, 0, .25);background-color:var(--background)}html[data-theme=dark]{--background: #1a1d21;--foreground: #e0e4e8;--user-message-bg: #2a3038;--user-message-shadow: rgba(0, 0, 0, .2);--secondary-fg: #8a96a0;--secondary-bg: #13161a;--accent: #38bcc8;--accent-hover: #4dd0dc;--accent-subtle: rgba(56, 188, 200, .1);--accent-fg: #1a1d21;--highlight: #38bcc8;--error: #f87171;--error-bg: rgba(248, 113, 113, .1);--error-fg: #fca5a5;--error-border: rgba(248, 113, 113, .2);--sidebar-bg: #1e2228;--sidebar-border: #2a3038;--sidebar-hover: rgba(56, 188, 200, .06);--sidebar-active: rgba(56, 188, 200, .14);--border-color: #2e3640;--border-subtle: #252b32;--button-disabled-bg: #2e3640;--button-disabled-fg: #5a6a72;--focus-ring: rgba(56, 188, 200, .4);--reasoning-bg: rgba(56, 188, 200, .06);--reasoning-border: #38bcc8;--reasoning-fg: #8a96a0;--scrollbar-thumb: rgba(255, 255, 255, .12);--scrollbar-thumb-hover: rgba(255, 255, 255, .22);background-color:var(--background)}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px;box-shadow:0 0 0 4px var(--focus-ring)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}*::-webkit-scrollbar{width:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:3px}*::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}code,pre,kbd,samp{font-family:ui-monospace,SF Mono,Cascadia Code,Segoe UI Mono,Menlo,Consolas,monospace;font-size:.9em}div.sidebar.svelte-1nhzsi7{height:100%;width:260px;display:flex;flex-direction:column;gap:20px;padding:32px 16px;align-items:stretch;justify-content:space-between;flex:0 0 auto;background-color:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);transition:background-color .3s ease,border-color .3s ease}div.sidebar-tophalf.svelte-1nhzsi7{flex:1 1 auto;display:flex;flex-direction:column}h1.svelte-1nhzsi7{margin:0 0 4px 8px;font-size:1.2em;font-weight:600;letter-spacing:-.02em;color:var(--accent)}p.subheading.svelte-1nhzsi7{margin:0 0 24px 8px;font-size:.85em;font-weight:400;color:var(--secondary-fg);line-height:1.3}div.sidebar-buttons.svelte-1nhzsi7{width:100%;display:flex;flex-direction:column;gap:12px;min-height:100px;max-height:calc(100vh - 270px);align-items:stretch}div.sidebar-buttons.svelte-1nhzsi7>span:where(.svelte-1nhzsi7){font-size:.75em;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--secondary-fg);padding-left:8px}div.conversations.svelte-1nhzsi7{width:100%;display:flex;flex-direction:column;gap:2px;align-items:stretch;padding-right:4px;overflow-y:auto}div.conversation-manager.svelte-1nhzsi7{width:100%;display:flex;gap:4px;align-items:center;justify-content:space-between;padding:6px 8px;border-radius:6px;transition:background-color .15s ease}div.conversation-manager.svelte-1nhzsi7:hover{background-color:var(--sidebar-hover)}div.conversation-manager.svelte-1nhzsi7 label:where(.svelte-1nhzsi7){white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.85em;margin:0;padding:0;cursor:pointer;color:var(--foreground)}div.conversation-manager.svelte-1nhzsi7 input:where(.svelte-1nhzsi7):disabled+label:where(.svelte-1nhzsi7){cursor:default;opacity:.6}div.conversation-manager.svelte-1nhzsi7 input:where(.svelte-1nhzsi7):checked+label:where(.svelte-1nhzsi7){font-weight:600;color:var(--accent)}div.conversation-manager.svelte-1nhzsi7 button.delete-conversation:where(.svelte-1nhzsi7){flex:0 0 auto;background-color:transparent;color:var(--secondary-fg);text-decoration:none;border:none;padding:2px 4px;border-radius:4px;font-size:.8em;opacity:0;transition:opacity .15s ease,color .15s ease}div.conversation-manager.svelte-1nhzsi7:hover button.delete-conversation:where(.svelte-1nhzsi7){opacity:1}div.conversation-manager.svelte-1nhzsi7 button.delete-conversation:where(.svelte-1nhzsi7):hover{color:var(--error);cursor:pointer}div.conversation-manager.svelte-1nhzsi7:has(input:where(.svelte-1nhzsi7):checked){background-color:var(--sidebar-active)}a.qr-link.svelte-1nhzsi7{display:flex;justify-content:center;margin-bottom:8px}img.qr-code.svelte-1nhzsi7{width:120px;height:120px;border-radius:8px;background-color:#fff;padding:.1px}div#button-wrapper.svelte-1nhzsi7{flex:0 0 auto;width:100%;display:flex;flex-direction:column;gap:8px;padding:0 4px}div#button-wrapper.svelte-1nhzsi7 button.sidebar-bottom:where(.svelte-1nhzsi7){font:inherit;font-size:.85em;height:min-content;background-color:transparent;border:1px solid var(--border-subtle);border-radius:6px;color:var(--foreground);cursor:pointer;padding:8px 12px;text-align:left;transition:background-color .15s ease,border-color .15s ease}div#button-wrapper.svelte-1nhzsi7 button.sidebar-bottom:where(.svelte-1nhzsi7):hover{background-color:var(--sidebar-hover);border-color:var(--border-color)}div#button-wrapper.svelte-1nhzsi7 button.sidebar-bottom.bold:where(.svelte-1nhzsi7){font-weight:600;color:var(--accent);border-color:var(--accent)}div#loading.svelte-gftfsn{width:100%;text-align:left;margin-right:auto;color:var(--secondary-fg);font-size:.9em;font-weight:500;padding:10px;display:flex;align-items:center;gap:8px}div#loading.hide.svelte-gftfsn{visibility:hidden}span.dot.svelte-gftfsn{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:var(--accent);animation:svelte-gftfsn-pulse 1.2s ease-in-out infinite}div#loading.svelte-gftfsn:after{content:"";display:inline-block;animation:svelte-gftfsn-dots 1s steps(4,start) infinite;white-space:pre}@keyframes svelte-gftfsn-pulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}@keyframes svelte-gftfsn-dots{0%{content:""}20%{content:"."}40%{content:".."}60%{content:"..."}to{content:"..."}}div.wrapper.svelte-1eyrbkb{display:flex;flex-direction:column;gap:0}button.svelte-1eyrbkb{background-color:transparent;border:none;cursor:pointer;font:inherit;color:var(--reasoning-fg);width:max-content;padding:4px 0;margin:0;font-size:.8em;font-weight:500;transition:color .15s ease}button.svelte-1eyrbkb:hover{color:var(--accent)}div.reasoning.svelte-1eyrbkb{margin:8px 0 0;padding:12px 16px;font-size:.8em;color:var(--reasoning-fg);background-color:var(--reasoning-bg);border-left:3px solid var(--reasoning-border);border-radius:0 8px 8px 0}div.reasoning.svelte-1eyrbkb p{margin:0;padding:0}div.reasoning.svelte-1eyrbkb h1,div.reasoning.svelte-1eyrbkb h2,div.reasoning.svelte-1eyrbkb h3,div.reasoning.svelte-1eyrbkb h4,div.reasoning.svelte-1eyrbkb h5,div.reasoning.svelte-1eyrbkb h6{margin:10px 0 5px}div.reasoning.svelte-1eyrbkb ul,div.reasoning.svelte-1eyrbkb ol{margin:0;padding-left:1.5em}div.reasoning.svelte-1eyrbkb ul ul,div.reasoning.svelte-1eyrbkb ul ol,div.reasoning.svelte-1eyrbkb ol ul,div.reasoning.svelte-1eyrbkb ol ol{margin-top:5px}div.reasoning.svelte-1eyrbkb li+li{margin-top:5px}div.chatlog.svelte-e78rsr{width:100%;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:24px;margin:auto 0 20px;padding:0 4px;scroll-behavior:smooth}div.chatlog.svelte-e78rsr>:where(.svelte-e78rsr):last-child{margin-bottom:100vh}div.tool.svelte-e78rsr{font-size:.8em;color:var(--secondary-fg)}div.tool.svelte-e78rsr a:where(.svelte-e78rsr){color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}div.tool.svelte-e78rsr a:where(.svelte-e78rsr):hover,div.tool.svelte-e78rsr a:where(.svelte-e78rsr):active,div.tool.svelte-e78rsr a:where(.svelte-e78rsr):focus{color:var(--accent-hover);border-bottom-color:var(--accent)}div.tool.svelte-e78rsr p:where(.svelte-e78rsr){margin:0;padding:0}div.tool.svelte-e78rsr ul:where(.svelte-e78rsr){margin:4px 0 0;padding-left:20px}div.human.svelte-e78rsr p,div.ai.svelte-e78rsr p,div.loading.svelte-e78rsr p{margin:0;padding:0}div.human.svelte-e78rsr h1,div.human.svelte-e78rsr h2,div.human.svelte-e78rsr h3,div.human.svelte-e78rsr h4,div.human.svelte-e78rsr h5,div.human.svelte-e78rsr h6,div.ai.svelte-e78rsr h1,div.ai.svelte-e78rsr h2,div.ai.svelte-e78rsr h3,div.ai.svelte-e78rsr h4,div.ai.svelte-e78rsr h5,div.ai.svelte-e78rsr h6,div.loading.svelte-e78rsr h1,div.loading.svelte-e78rsr h2,div.loading.svelte-e78rsr h3,div.loading.svelte-e78rsr h4,div.loading.svelte-e78rsr h5,div.loading.svelte-e78rsr h6{margin:10px 0 5px}div.human.svelte-e78rsr ul,div.human.svelte-e78rsr ol,div.ai.svelte-e78rsr ul,div.ai.svelte-e78rsr ol,div.loading.svelte-e78rsr ul,div.loading.svelte-e78rsr ol{margin:0;padding-left:1.5em}div.human.svelte-e78rsr ul ul,div.human.svelte-e78rsr ul ol,div.human.svelte-e78rsr ol ul,div.human.svelte-e78rsr ol ol,div.ai.svelte-e78rsr ul ul,div.ai.svelte-e78rsr ul ol,div.ai.svelte-e78rsr ol ul,div.ai.svelte-e78rsr ol ol,div.loading.svelte-e78rsr ul ul,div.loading.svelte-e78rsr ul ol,div.loading.svelte-e78rsr ol ul,div.loading.svelte-e78rsr ol ol{margin-top:5px}div.human.svelte-e78rsr li+li,div.ai.svelte-e78rsr li+li,div.loading.svelte-e78rsr li+li{margin-top:5px}div.human.svelte-e78rsr a,div.ai.svelte-e78rsr a,div.loading.svelte-e78rsr a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}div.human.svelte-e78rsr a:hover,div.ai.svelte-e78rsr a:hover,div.loading.svelte-e78rsr a:hover{color:var(--accent-hover);border-bottom-color:var(--accent)}div.human.svelte-e78rsr,div.ai.svelte-e78rsr{width:max-content;display:flex;flex-direction:column;gap:10px}div.human.svelte-e78rsr{max-width:70%;background-color:var(--user-message-bg);border-radius:18px 18px 4px;padding:10px 16px;margin-left:auto;box-shadow:0 1px 3px var(--user-message-shadow)}div.ai.svelte-e78rsr{width:100%;text-align:left;margin-right:auto;border-radius:18px 18px 18px 4px}@media(max-width:768px){div.human.svelte-e78rsr{max-width:90%}}div#demographics-wrapper.svelte-1htgoj5{margin:0 10px;border-radius:10px;border:1px solid var(--border-subtle);transition:border-color .15s ease}div#demographics-wrapper.svelte-1htgoj5:hover{border-color:var(--border-color)}button#toggle.svelte-1htgoj5{background-color:transparent;border:none;cursor:pointer;font:inherit;color:var(--secondary-fg);width:100%;padding:6px 0;margin:0;font-size:.72em;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:color .15s ease}button#toggle.svelte-1htgoj5:hover{color:var(--foreground)}div#demographics.svelte-1htgoj5{display:grid;font-size:.85em;grid-template-columns:max-content 1fr;gap:8px 12px;padding:12px;align-items:center;color:var(--secondary-fg)}div#demographics.svelte-1htgoj5 input:where(.svelte-1htgoj5),div#demographics.svelte-1htgoj5 select:where(.svelte-1htgoj5){font:inherit;font-size:1em;padding:4px 8px;border:1px solid var(--border-color);border-radius:6px;background-color:var(--secondary-bg);color:var(--foreground);transition:border-color .15s ease,box-shadow .15s ease}div#demographics.svelte-1htgoj5 input:where(.svelte-1htgoj5):focus,div#demographics.svelte-1htgoj5 select:where(.svelte-1htgoj5):focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}form.svelte-462jed{width:100%;display:grid;grid-template-columns:1fr max-content;gap:0 10px;align-items:end}div.grow-wrap.svelte-462jed{width:100%;max-width:100%;display:grid}div.grow-wrap.svelte-462jed:after{content:attr(data-replicated-value) " ";white-space:pre-wrap;visibility:hidden}.grow-wrap.svelte-462jed>textarea:where(.svelte-462jed){resize:none}.grow-wrap.svelte-462jed>textarea:where(.svelte-462jed),.grow-wrap.svelte-462jed:after{width:100%;max-width:100%;max-height:300px;border:1.5px solid var(--border-color);color:var(--foreground);background-color:var(--secondary-bg);border-radius:20px;padding:10px 16px;font-family:inherit;font-size:inherit;line-height:1.5;grid-area:1 / 1 / 2 / 2;word-break:break-word;transition:border-color .15s ease,box-shadow .15s ease}.grow-wrap.svelte-462jed>textarea:where(.svelte-462jed):focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}button.svelte-462jed{font-family:inherit;font-size:1.1em;height:40px;width:40px;background-color:var(--accent);color:var(--accent-fg);border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-bottom:4px;transition:background-color .15s ease,transform .1s ease}button.svelte-462jed:hover{background-color:var(--accent-hover);transform:scale(1.05)}button.svelte-462jed:active{transform:scale(.95)}button.svelte-462jed:disabled{background-color:var(--button-disabled-bg);color:var(--button-disabled-fg);cursor:not-allowed;transform:none}div#error.svelte-1nvvtoh{position:fixed;top:100px;left:50%;transform:translate(-50%);background-color:var(--error-bg);border:1px solid var(--error-border);border-radius:12px;box-shadow:0 4px 24px #0000001f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:4;text-align:center;padding:16px 24px;display:flex;flex-direction:column;gap:8px;max-width:480px}div#error.svelte-1nvvtoh p:where(.svelte-1nvvtoh){margin:0;padding:0;color:var(--error-fg)}p.error-message.svelte-1nvvtoh{font-size:.9em;word-break:break-word}button.svelte-1nvvtoh{background-color:transparent;border:none;cursor:pointer;text-decoration:underline;font:inherit;font-weight:500;color:var(--error-fg);padding:4px;transition:opacity .15s ease}button.svelte-1nvvtoh:hover{opacity:.7}div#wrapper.svelte-1n46o8q{display:flex;align-items:stretch;height:100vh;min-width:300px;width:100vw;background-color:var(--background);color:var(--foreground);transition:background-color .3s ease,color .3s ease}main.svelte-1n46o8q{height:calc(100vh - 60px);margin:30px auto;padding:0 24px;min-width:300px;width:100%;max-width:860px;display:flex;flex-direction:column;align-items:stretch;justify-content:end}p#no-backend.svelte-1n46o8q{display:flex;flex-direction:column;gap:12px;margin:auto;padding:0 30px;text-align:center;color:var(--secondary-fg);line-height:1.6}p#no-backend.svelte-1n46o8q code:where(.svelte-1n46o8q){background-color:var(--accent-subtle);color:var(--accent);padding:2px 6px;border-radius:4px;font-size:.85em}
