:root{--vt-c-white:#fff;--vt-c-white-soft:#f8f8f8;--vt-c-white-mute:#f2f2f2;--vt-c-black:#181818;--vt-c-black-soft:#222;--vt-c-black-mute:#282828;--vt-c-indigo:#2c3e50;--vt-c-divider-light-1:#3c3c3c4a;--vt-c-divider-light-2:#3c3c3c1f;--vt-c-divider-dark-1:#545454a6;--vt-c-divider-dark-2:#5454547a;--vt-c-text-light-1:var(--vt-c-indigo);--vt-c-text-light-2:#3c3c3ca8;--vt-c-text-dark-1:var(--vt-c-white);--vt-c-text-dark-2:#ebebeba3;--color-background:var(--vt-c-white);--color-background-soft:var(--vt-c-white-soft);--color-background-mute:var(--vt-c-white-mute);--color-border:var(--vt-c-divider-light-2);--color-border-hover:var(--vt-c-divider-light-1);--color-heading:var(--vt-c-text-light-1);--color-text:var(--vt-c-text-light-1);--section-gap:160px}@media (prefers-color-scheme:dark){:root{--color-background:var(--vt-c-black);--color-background-soft:var(--vt-c-black-soft);--color-background-mute:var(--vt-c-black-mute);--color-border:var(--vt-c-divider-dark-2);--color-border-hover:var(--vt-c-divider-dark-1);--color-heading:var(--vt-c-text-dark-1);--color-text:var(--vt-c-text-dark-2)}}*,:before,:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6;transition:color .5s,background-color .5s}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#app{margin:0;padding:0;font-weight:400}code{color:#e83e8c;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:2px 6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}strong{color:#2c3e50;font-weight:600}em{color:#495057;font-style:italic}.chat-container[data-v-16124227]{height:100vh;background:#f5f7fa;flex-direction:column;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.model-selector[data-v-16124227]{z-index:10;background:#fff;border-bottom:1px solid #e9ecef;padding:1rem;position:relative;box-shadow:0 2px 8px #0000001a}.selector-row[data-v-16124227]{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.model-selection[data-v-16124227]{flex-direction:column;gap:.5rem;width:100%;display:flex}.model-selection label[data-v-16124227]{color:#2c3e50;font-size:.9rem;font-weight:600}.model-select[data-v-16124227]{color:#2c3e50;background:#fff;border:2px solid #e9ecef;border-radius:12px;width:100%;padding:.75rem;font-size:1rem;font-weight:500;transition:all .2s;box-shadow:0 2px 4px #0000001a}.model-select[data-v-16124227]:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.action-buttons[data-v-16124227]{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;display:grid}.history-button[data-v-16124227],.save-button[data-v-16124227],.clear-button[data-v-16124227]{cursor:pointer;border:none;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:60px;padding:1rem .5rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000001a}.history-button[data-v-16124227]:active,.save-button[data-v-16124227]:active,.clear-button[data-v-16124227]:active{transform:scale(.95)}.history-button[data-v-16124227]{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}.history-button[data-v-16124227]:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}.save-button[data-v-16124227]{color:#fff;background:linear-gradient(135deg,#56ab2f,#a8e6cf)}.save-button[data-v-16124227]:hover:not(:disabled){background:linear-gradient(135deg,#4e9a2a,#96d4b5)}.save-button[data-v-16124227]:disabled{color:#6c757d;cursor:not-allowed;box-shadow:none;background:#e9ecef}.clear-button[data-v-16124227]{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ffa8a8);grid-column:1/-1}.clear-button[data-v-16124227]:hover{background:linear-gradient(135deg,#ff5252,#f99)}.host-selector[data-v-16124227]{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.host-selector label[data-v-16124227]{color:#2c3e50;cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem;font-size:.9rem;font-weight:500;transition:background-color .2s;display:flex}.host-selector label[data-v-16124227]:hover{background:#fff}.host-selector input[type=radio][data-v-16124227]{accent-color:#667eea;width:18px;height:18px}.history-panel[data-v-16124227]{background:#fff;border-bottom:1px solid #e9ecef;max-height:300px;overflow-y:auto}.history-header[data-v-16124227]{background:#f8f9fa;border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:1rem;display:flex}.history-header h3[data-v-16124227]{color:#495057;margin:0;font-size:1.1rem}.close-button[data-v-16124227]{cursor:pointer;color:#6c757d;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:background-color .2s}.close-button[data-v-16124227]:hover{background:#0000001a}.history-list[data-v-16124227]{padding:.5rem}.no-history[data-v-16124227]{text-align:center;color:#6c757d;padding:2rem;font-style:italic}.history-item[data-v-16124227]{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:.5rem;padding:1rem;transition:box-shadow .2s}.history-item[data-v-16124227]:hover{box-shadow:0 2px 8px #0000001a}.history-item-header[data-v-16124227]{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.history-title[data-v-16124227]{color:#2c3e50;font-size:.95rem;font-weight:600}.history-date[data-v-16124227]{color:#6c757d;font-size:.8rem}.history-preview[data-v-16124227]{color:#495057;margin-bottom:.75rem;font-size:.9rem;line-height:1.4}.history-actions[data-v-16124227]{gap:.5rem;display:flex}.load-button[data-v-16124227],.delete-button[data-v-16124227]{cursor:pointer;border:none;border-radius:4px;padding:.25rem .75rem;font-size:.8rem;transition:background-color .2s}.load-button[data-v-16124227]{color:#fff;background:#007bff}.load-button[data-v-16124227]:hover{background:#0056b3}.delete-button[data-v-16124227]{color:#fff;background:#dc3545}.delete-button[data-v-16124227]:hover{background:#c82333}.chat-messages[data-v-16124227]{scroll-behavior:smooth;background:#f5f7fa;flex:1;padding:1rem;overflow-y:auto}.welcome-message[data-v-16124227]{text-align:center;color:#495057;background:#fff;border:1px solid #e9ecef;border-radius:20px;margin:2rem 0;padding:2rem 1.5rem;box-shadow:0 4px 20px #0000001a}.welcome-message h3[data-v-16124227]{color:#2c3e50;margin:0 0 1rem;font-size:1.4rem;font-weight:700}.welcome-message p[data-v-16124227]{color:#6c757d;margin:0;font-size:1rem;line-height:1.5}.message[data-v-16124227]{margin-bottom:1rem;display:flex}.message.user[data-v-16124227]{justify-content:flex-end}.message.assistant[data-v-16124227]{justify-content:flex-start}.message-content[data-v-16124227]{color:#333;background:#fff;border-radius:12px;max-width:70%;padding:.75rem 1rem;box-shadow:0 2px 8px #0000001a}.message.user .message-content[data-v-16124227]{color:#fff;background:#007bff}.message.assistant .message-content[data-v-16124227]{color:#333;background:#fff;border:1px solid #e9ecef}.message-header[data-v-16124227]{opacity:.8;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8rem;display:flex}.message-role[data-v-16124227]{font-weight:600}.message-actions[data-v-16124227]{align-items:center;gap:.5rem;display:flex}.copy-button[data-v-16124227]{cursor:pointer;opacity:.6;color:inherit;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:opacity .2s}.copy-button[data-v-16124227]:hover{opacity:1;background:#0000001a}.message.user .copy-button[data-v-16124227]:hover{background:#fff3}.search-results[data-v-16124227]{border-top:1px solid #e9ecef;margin-top:1rem;padding-top:1rem}.search-header[data-v-16124227]{color:#6c757d;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;font-weight:500;display:flex}.search-header svg[data-v-16124227]{color:#007bff}.toggle-search-btn[data-v-16124227]{color:#6c757d;cursor:pointer;background:0 0;border:1px solid #dee2e6;border-radius:4px;margin-left:auto;padding:.25rem .5rem;font-size:.8rem;transition:all .2s}.toggle-search-btn[data-v-16124227]:hover{color:#007bff;background:#f8f9fa;border-color:#007bff}.search-results-list[data-v-16124227]{space-y:.75rem}.search-result-item[data-v-16124227]{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-bottom:.75rem;padding:.75rem}.search-result-header[data-v-16124227]{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.search-result-index[data-v-16124227]{color:#fff;background:#007bff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex}.search-result-source[data-v-16124227]{color:#495057;background:#e9ecef;border-radius:12px;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.search-result-title[data-v-16124227]{margin-bottom:.5rem}.search-result-title a[data-v-16124227]{color:#007bff;font-size:.95rem;font-weight:500;line-height:1.4;text-decoration:none}.search-result-title a[data-v-16124227]:hover{text-decoration:underline}.search-result-snippet[data-v-16124227]{color:#6c757d;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.search-result-url[data-v-16124227]{font-size:.8rem}.search-result-url a[data-v-16124227]{color:#28a745;word-break:break-all;text-decoration:none}.search-result-url a[data-v-16124227]:hover{text-decoration:underline}.message-text[data-v-16124227]{color:inherit;line-height:1.5}.message.assistant .message-text[data-v-16124227]{color:#2c3e50;font-weight:400}.message.user .message-text[data-v-16124227]{color:#fff}.typing-indicator[data-v-16124227]{align-items:center;gap:.25rem;display:flex}.typing-indicator span[data-v-16124227]{background:#007bff;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typing-16124227}.typing-indicator span[data-v-16124227]:nth-child(2){animation-delay:.2s}.typing-indicator span[data-v-16124227]:nth-child(3){animation-delay:.4s}@keyframes typing-16124227{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.chat-input[data-v-16124227]{z-index:10;background:#fff;border-top:1px solid #e9ecef;padding:1rem;position:relative;box-shadow:0 -2px 10px #0000001a}.function-toggles[data-v-16124227]{margin-bottom:1rem}.toggle-group[data-v-16124227]{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.function-toggle[data-v-16124227]{color:#495057;cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:70px;padding:1rem .75rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.function-toggle[data-v-16124227]:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.function-toggle.active[data-v-16124227]{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.search-toggle.active[data-v-16124227]{color:#fff;background:linear-gradient(135deg,#17a2b8,#20c997);border-color:#17a2b8}.thinking-toggle.active[data-v-16124227]{color:#fff;background:linear-gradient(135deg,#6f42c1,#e83e8c);border-color:#6f42c1}.toggle-indicator[data-v-16124227]{opacity:0;pointer-events:none;background:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:opacity .3s;position:absolute;top:6px;right:6px}.function-toggle.active .toggle-indicator[data-v-16124227]{opacity:1;background:#fffc}.function-toggle svg[data-v-16124227]{flex-shrink:0}.function-status[data-v-16124227]{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;display:flex}.status-text[data-v-16124227]{color:#6c757d;font-size:.85rem;font-weight:500}.status-tag[data-v-16124227]{border-radius:12px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.search-tag[data-v-16124227]{color:#fff;background:linear-gradient(135deg,#17a2b8,#20c997)}.thinking-tag[data-v-16124227]{color:#fff;background:linear-gradient(135deg,#6f42c1,#e83e8c)}@media (min-width:769px){.chat-container[data-v-16124227]{border-radius:12px;max-width:800px;height:80vh;margin:2rem auto;box-shadow:0 10px 30px #0003}.selector-row[data-v-16124227]{flex-direction:row;justify-content:space-between;align-items:center}.model-selection[data-v-16124227]{flex-direction:row;align-items:center;width:auto}.action-buttons[data-v-16124227]{gap:.5rem;width:auto;display:flex}.action-buttons button[data-v-16124227]{flex-direction:row;min-height:auto;padding:.5rem 1rem}.clear-button[data-v-16124227]{grid-column:auto}.toggle-group[data-v-16124227]{justify-content:center;display:flex}.function-toggle[data-v-16124227]{flex-direction:row;min-width:140px;min-height:auto;padding:.75rem 1.25rem}.host-selector[data-v-16124227]{background:0 0;border:none;flex-direction:row;padding:0}}@media (max-width:480px){.chat-header[data-v-16124227]{padding:.5rem .75rem}.chat-header h1[data-v-16124227]{font-size:1rem}.chat-header p[data-v-16124227]{font-size:.8rem}.action-buttons[data-v-16124227]{gap:.4rem}.action-buttons button[data-v-16124227]{min-height:40px;padding:.5rem .4rem;font-size:.7rem}.action-buttons button svg[data-v-16124227]{width:14px;height:14px}.function-toggle[data-v-16124227]{min-height:46px;padding:.6rem .4rem;font-size:.75rem}.function-toggle svg[data-v-16124227]{width:16px;height:16px}.chat-input[data-v-16124227]{padding:.6rem}.message-input[data-v-16124227]{padding:.6rem;font-size:16px}.send-button[data-v-16124227]{min-width:40px;min-height:40px}.send-button svg[data-v-16124227]{width:18px;height:18px}.message-content[data-v-16124227]{padding:.6rem}.message-text[data-v-16124227]{font-size:.85rem}.model-selection select[data-v-16124227]{padding:.4rem;font-size:.85rem}}.input-container[data-v-16124227]{align-items:flex-end;gap:.5rem;display:flex}.message-input[data-v-16124227]{resize:none;border:1px solid #ced4da;border-radius:8px;flex:1;max-height:120px;padding:.75rem;font-family:inherit;font-size:1rem;line-height:1.5;overflow-y:auto}.message-input[data-v-16124227]:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff40}.send-button[data-v-16124227]{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:48px;height:48px;padding:.75rem;transition:background-color .2s;display:flex}.send-button[data-v-16124227]:hover:not(:disabled){background:#0056b3}.send-button[data-v-16124227]:disabled{cursor:not-allowed;background:#6c757d}.loading-spinner[data-v-16124227]{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin-16124227}@keyframes spin-16124227{to{transform:rotate(360deg)}}#app[data-v-2ee13a30]{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;min-height:100vh;display:flex}.app-header[data-v-2ee13a30]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff1a;border-bottom:1px solid #fff3;padding:1rem 2rem}.app-header h1[data-v-2ee13a30]{color:#fff;margin:0;font-size:2rem;font-weight:600}.app-header p[data-v-2ee13a30]{color:#fffc;margin:.5rem 0 0;font-size:1rem}.app-main[data-v-2ee13a30]{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}
