:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--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);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body[data-theme] img{filter:var(--theme-image-filter);transition:filter .25s ease}body[data-theme] .ai-avatar img{filter:var(--theme-ai-avatar-filter)}body[data-theme] .base-select__option-icon{filter:none}label.check{display:inline-flex;align-items:center;gap:8px;cursor:pointer}body[data-theme] label.check{color:var(--theme-text)}input[type=checkbox]:not(.checkbox-input){appearance:none;-webkit-appearance:none;margin:0;width:16px;height:16px;border-radius:3px;border:1px solid var(--theme-border);background:linear-gradient(180deg,#141414,#0b0b0b);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease,transform .12s ease}input[type=checkbox]:not(.checkbox-input):hover{border-color:var(--theme-border)}input[type=checkbox]:not(.checkbox-input):active{transform:scale(.96)}input[type=checkbox]:not(.checkbox-input):focus-visible{outline:none;border-color:var(--theme-border)}input[type=checkbox]:not(.checkbox-input):checked{background:var(--theme-surface-strong);border-color:var(--theme-border-active);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-repeat:no-repeat;background-position:center;background-size:12px 12px}input[type=checkbox]:not(.checkbox-input):disabled{opacity:.5;cursor:not-allowed}:root{--theme-bg: #201d1e;--theme-rail-bg: #252223;--theme-panel-bg: #2b2728;--theme-surface: #2f2b2c;--theme-surface-alt: #292526;--theme-surface-hover: #353132;--theme-surface-strong: #3a3637;--theme-border: #3b3536;--theme-border-active: #e5e5e5;--theme-active-text: #ffffff;--theme-border-strong: #4a4446;--theme-border-muted: #332f30;--theme-text: #e6e1e2;--theme-text-strong: #f8f4f5;--theme-text-muted: #b4abad;--theme-text-subtle: #8d8486;--theme-accent: #ffffff;--theme-accent-border: #e5e5e5;--theme-accent-hover: #f5f5f5;--theme-accent-contrast: #161415;--theme-pill-bg: #292526;--theme-pill-border: #3b3536;--theme-chat-bg: #201d1e;--theme-header-bg: #242021;--theme-header-border: #3b3536;--theme-header-button-border: #3b3536;--theme-share-bg: #201d1e;--theme-code-fade: rgba(32, 29, 30, .9);--theme-code-fade-solid: #201d1e;--theme-image-filter: none;--theme-ai-avatar-filter: invert(1);--theme-skeleton-start: #262223;--theme-skeleton-mid: #302c2d;--theme-success: #ffffff;--theme-success-soft: rgba(255, 255, 255, .12);--theme-success-border: #3b3536;--theme-warning: #e1a65c;--theme-warning-soft: rgba(225, 166, 92, .12);--theme-warning-border: #3b3536;--theme-danger: #e17676;--theme-danger-soft: rgba(225, 118, 118, .12);--theme-danger-border: #3b3536;--theme-danger-hover: #ec8a8a;--theme-focus: rgba(255, 255, 255, .35);--theme-fade-overlay: rgba(32, 29, 30, .6);--theme-input-bg: #2f2b2c;--theme-input-border: #3b3536;--theme-input-shadow: none;--theme-input-shadow-focus: none}:root[data-theme=dark]{color-scheme:dark}:root[data-theme=light]{color-scheme:light;--theme-bg: #fafaf9;--theme-rail-bg: #f5f5f4;--theme-panel-bg: #f5f5f4;--theme-surface: #ffffff;--theme-surface-alt: #f5f5f4;--theme-surface-hover: #e7e5e4;--theme-surface-strong: #e7e5e4;--theme-border: #d4d4d8;--theme-border-active: #d4d4d8;--theme-border-strong: #d4d4d8;--theme-border-muted: #d4d4d8;--theme-text: #292524;--theme-text-strong: #1c1917;--theme-active-text: #1c1917;--theme-text-muted: #78716c;--theme-text-subtle: #a8a29e;--theme-accent: #1c1917;--theme-accent-border: #d4d4d8;--theme-accent-hover: #292524;--theme-accent-contrast: #fafaf9;--theme-pill-bg: #f5f5f4;--theme-pill-border: #d4d4d8;--theme-chat-bg: #fafaf9;--theme-header-bg: #fafaf9;--theme-header-border: #d4d4d8;--theme-header-button-border: #d4d4d8;--theme-share-bg: linear-gradient(180deg, #ffffff 0%, #fafaf9 60%, #f5f5f4 100%);--theme-code-fade: rgba(245, 245, 244, .85);--theme-code-fade-solid: #f5f5f4;--theme-image-filter: invert(1);--theme-ai-avatar-filter: none;--theme-skeleton-start: #f5f5f4;--theme-skeleton-mid: #e7e5e4;--theme-button-bg: #f5f5f4;--theme-button-bg-hover: #e7e5e4;--theme-button-border: #d4d4d8;--theme-button-text: #1c1917;--theme-success: #15803d;--theme-success-soft: rgba(22, 163, 74, .12);--theme-success-border: #d4d4d8;--theme-warning: #b45309;--theme-warning-soft: rgba(180, 83, 9, .12);--theme-warning-border: #d4d4d8;--theme-danger: #b91c1c;--theme-danger-soft: rgba(185, 28, 28, .12);--theme-danger-border: #d4d4d8;--theme-danger-hover: #dc2626;--theme-focus: rgba(120, 113, 108, .35);--theme-fade-overlay: rgba(250, 250, 249, .75);--theme-input-bg: #ffffff;--theme-input-border: #d4d4d8;--theme-input-shadow: none;--theme-input-shadow-focus: none}body[data-theme],body[data-theme] .app-shell,body[data-theme] .chat-app,body[data-theme] .management-page,body[data-theme] .account-page,body[data-theme] .mcp-page,body[data-theme] .auth-page,body[data-theme] .demo-page,body[data-theme] .share-view{background:var(--theme-bg);color:var(--theme-text)}body[data-theme] .chat-app{background:var(--theme-chat-bg)}body[data-theme] .share-view{background:var(--theme-share-bg)}body[data-theme] .sidebar-rail{background-color:var(--theme-rail-bg);border-right-color:var(--theme-border)}body[data-theme] .sidebar-panel{background-color:var(--theme-panel-bg);border-right-color:var(--theme-border)}body[data-theme] .rail-brand{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text-strong)}body[data-theme] .rail-toggle{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .rail-toggle:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong)}body[data-theme] .rail-link{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .rail-link:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong);border-color:var(--theme-border-strong)}body[data-theme] .rail-link.active{background:var(--theme-surface-strong);color:var(--theme-text-strong);border-color:var(--theme-border-active)}body[data-theme] .rail-link.active:before{background:var(--theme-accent)}body[data-theme] [data-tooltip]:after{background:var(--theme-surface);color:var(--theme-text-strong);border-color:var(--theme-border)}.panel-shell{height:100%;display:flex;flex-direction:column}.panel-top{height:44px;min-height:44px;padding:0 18px;box-sizing:border-box;border-bottom:1px solid var(--theme-border);background:var(--theme-panel-bg);display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto;column-gap:10px;align-items:center;position:relative}.panel-shell .panel-title{font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.panel-top>.panel-title{grid-column:1}.panel-toggle{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:0;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.panel-toggle:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong)}.panel-toggle:focus-visible{border-color:var(--theme-border-strong);outline:2px solid var(--theme-border-strong);outline-offset:1px}.panel-nav{display:flex;flex-direction:column;gap:6px;padding:16px 18px 18px}.panel-tab{background:var(--theme-surface);border:1px solid var(--theme-border);color:var(--theme-text-muted);padding:10px 12px;border-radius:0;font-weight:600;cursor:pointer;text-align:left;transition:background .2s ease,color .2s ease,border-color .2s ease}.panel-tab:disabled{opacity:.5;cursor:not-allowed}.page-shell{min-height:100vh;background:var(--theme-bg);color:var(--theme-text)}.page-container{max-width:1100px;margin:0 auto;padding:20px}.page-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.page-heading{display:flex;flex-direction:column;gap:2px}.page-title{margin:0;font-size:20px;font-weight:700;color:var(--theme-text-strong)}.page-subtitle{margin:0;color:var(--theme-text-muted)}.page-content{display:grid;gap:14px}body[data-theme] .panel-title{color:var(--theme-text-muted)}body[data-theme] .panel-tab{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .panel-tab:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong);border-color:var(--theme-border-strong)}body[data-theme] .panel-tab.active{background:var(--theme-surface-strong);color:var(--theme-text-strong);border-color:var(--theme-border-active)}body[data-theme] .card,body[data-theme] .settings-card,body[data-theme] .prompt-section,body[data-theme] .stat-card,body[data-theme] .analytics-card,body[data-theme] .modal{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .muted,body[data-theme] .subtitle,body[data-theme] .hint,body[data-theme] .section-desc,body[data-theme] .stat-label,body[data-theme] .stat-meta,body[data-theme] .setting-desc,body[data-theme] .setting-meta{color:var(--theme-text-muted)}body[data-theme] .label,body[data-theme] .setting-title,body[data-theme] .section-title,body[data-theme] .analytics-title,body[data-theme] .stat-value{color:var(--theme-text-strong)}body[data-theme] select.select,body[data-theme] .textarea,body[data-theme] .search-input,body[data-theme] .session-title-input,body[data-theme] select.model-select,body[data-theme] .input{background-color:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] select.select:focus,body[data-theme] .textarea:focus,body[data-theme] .search-input:focus,body[data-theme] .session-title-input:focus,body[data-theme] select.model-select:focus,body[data-theme] .input:focus{border-color:var(--theme-border-strong)}body[data-theme] select.select,body[data-theme] select.model-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--theme-surface);border:1px solid var(--theme-border);color:var(--theme-text);border-radius:3px;padding:8px 36px 8px 12px;font-size:13px;font-family:inherit;line-height:1.2;cursor:pointer;outline:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a3a3a3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-size:14px 14px;background-position:right 12px center;transition:border-color .2s ease,background-color .2s ease}body[data-theme] select.select:disabled,body[data-theme] select.model-select:disabled{opacity:.6;cursor:not-allowed;background-color:var(--theme-surface-alt)}body[data-theme] select.select option,body[data-theme] select.model-select option,body[data-theme] select.select optgroup,body[data-theme] select.model-select optgroup{background-color:var(--theme-surface);color:var(--theme-text);padding:6px 10px}body[data-theme] select.select option:checked,body[data-theme] select.model-select option:checked{background-color:var(--theme-surface-strong);color:var(--theme-text-strong)}body[data-theme] select.select option:disabled,body[data-theme] select.model-select option:disabled{color:var(--theme-text-subtle)}body[data-theme] .base-select{position:relative;display:inline-flex;flex-direction:column;min-width:0}body[data-theme] .base-select.is-full{width:100%}body[data-theme] .base-select__trigger{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--theme-surface);border:1px solid var(--theme-border);color:var(--theme-text);border-radius:3px;padding:10px 12px;font-size:13px;font-family:inherit;line-height:1.2;cursor:pointer;display:inline-flex;align-items:center;gap:8px;justify-content:flex-start;transition:border-color .2s ease,background-color .2s ease}body[data-theme] .base-select__trigger:hover{background:var(--theme-surface-hover);border-color:var(--theme-border-strong)}body[data-theme] .base-select__trigger:focus-visible{border-color:var(--theme-border-strong)}body[data-theme] .base-select.is-open .base-select__trigger{border-color:var(--theme-border-strong)}body[data-theme] .base-select.is-disabled .base-select__trigger{opacity:.6;cursor:not-allowed;background:var(--theme-surface-alt)}body[data-theme] .base-select__value{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body[data-theme] .base-select__value.is-placeholder{color:var(--theme-text-subtle)}body[data-theme] .base-select__icon{color:var(--theme-text-muted);transition:transform .2s ease;margin-left:auto}body[data-theme] .base-select.is-open .base-select__icon{transform:rotate(180deg)}body[data-theme] .base-select__menu{position:absolute;top:calc(100% + 6px);left:0;right:auto;min-width:100%;width:max-content;max-width:min(420px,90vw);max-height:min(320px,60vh);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:3px;padding:6px;z-index:40;animation:select-pop .12s ease-out}body[data-theme] .base-select__menu-header{padding:2px 6px 4px;border-bottom:1px solid var(--theme-border);margin-bottom:4px}body[data-theme] .base-select__menu-row{display:flex;align-items:center;justify-content:space-between;gap:8px}body[data-theme] .base-select__menu-title{font-weight:700;font-size:12px;color:var(--theme-text-strong)}body[data-theme] .base-select__menu-button{border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);border-radius:3px;width:24px;height:24px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;justify-content:center;padding:0;position:relative}body[data-theme] .base-select__menu-button:hover:not(:disabled){background:var(--theme-surface-hover);border-color:var(--theme-border-strong)}body[data-theme] .base-select__menu-button svg{width:12px;height:12px}body[data-theme] .base-select__menu-button:disabled{opacity:.6;cursor:not-allowed}body[data-theme] .base-select__menu-button[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 6px);right:0;background:var(--theme-surface-alt);color:var(--theme-text-strong);border:1px solid var(--theme-border);border-radius:3px;padding:4px 8px;font-size:11px;white-space:nowrap;opacity:0;transform:translateY(4px);pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:5}body[data-theme] .base-select__menu-button[data-tooltip]:hover:after,body[data-theme] .base-select__menu-button[data-tooltip]:focus-visible:after{opacity:1;transform:translateY(0)}body[data-theme] .base-select__menu-footer{display:flex;justify-content:flex-end;padding:6px 4px 2px;border-top:1px solid var(--theme-border);margin-top:6px}body[data-theme] .base-select__menu-action{width:30px;height:30px;border-radius:3px;border:1px solid var(--theme-border);background:transparent;color:var(--theme-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}body[data-theme] .base-select__menu-action:hover:not(:disabled){background:var(--theme-surface-hover);border-color:var(--theme-border-strong);color:var(--theme-text)}body[data-theme] .base-select__menu-action:disabled{opacity:.5;cursor:not-allowed}body[data-theme] .base-select.is-open-up .base-select__menu{top:auto;bottom:calc(100% + 6px);animation:select-pop-up .12s ease-out}body[data-theme] .base-select__option{width:100%;border:none;background:transparent;color:var(--theme-text);text-align:left;padding:8px 10px;border-radius:3px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;transition:background-color .15s ease,color .15s ease}body[data-theme] .base-select__option-content{display:inline-flex;align-items:center;gap:8px;min-width:0}body[data-theme] .base-select__option-icon{width:22px;height:22px;flex-shrink:0;border-radius:3px;padding:3px;background:#fff;border:.5px solid var(--theme-border-active)}body[data-theme=dark] .model-select__option-icon-image,body[data-theme=dark] .model-select__label-icon-image{filter:brightness(0) invert(1)}body[data-theme=light] .model-select__option-icon-image,body[data-theme=light] .model-select__label-icon-image{filter:none}body[data-theme=dark] .more-menu__option-icon-image{filter:brightness(0) invert(1)}body[data-theme=light] .more-menu__option-icon-image{filter:none}body[data-theme] .base-select__option-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body[data-theme] .base-select__option.is-selected{color:var(--theme-text-strong);font-weight:600}body[data-theme] .base-select__option.is-active{color:var(--theme-text-strong)}body[data-theme] .base-select__option:hover{background:var(--theme-surface-hover)}body[data-theme] .base-select__option.is-disabled{color:var(--theme-text-subtle);cursor:not-allowed}body[data-theme] .base-select__option.is-disabled:hover{background:transparent}body[data-theme] .base-select__check{width:16px;height:16px;flex-shrink:0}body[data-theme] .base-select__empty{padding:10px;color:var(--theme-text-subtle);font-size:12px;text-align:center}body[data-theme] .base-select.size-sm .base-select__trigger{padding:6px 10px;font-size:12px;border-radius:3px}body[data-theme] .base-select.size-sm .base-select__option{padding:6px 8px;font-size:12px}@keyframes select-pop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes select-pop-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}body[data-theme] .search-input::placeholder{color:var(--theme-text-subtle)}body[data-theme] .search-icon{color:var(--theme-text-subtle)}body[data-theme] .chat-panel{color:var(--theme-text)}body[data-theme] .panel-top{background-color:var(--theme-panel-bg);border-bottom-color:var(--theme-border)}body[data-theme] .panel-section{border-bottom-color:var(--theme-border)}body[data-theme] .panel-brand{color:var(--theme-text-strong)}body[data-theme] .panel-count{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .new-chat-btn{background:var(--theme-accent);color:var(--theme-accent-contrast);border-color:var(--theme-accent-border)}body[data-theme] .new-chat-btn:hover{background:var(--theme-accent-hover)}body[data-theme] .history-switch{background:var(--theme-surface-alt);border-color:var(--theme-border)}body[data-theme] .history-switch-btn{color:var(--theme-text-muted)}body[data-theme] .history-switch-btn:hover{color:var(--theme-text-strong)}body[data-theme] .history-switch-btn.active{background:var(--theme-surface-strong);color:var(--theme-text-strong);border:1px solid var(--theme-border-active)}body[data-theme] .filter-tab{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .filter-tab:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong)}body[data-theme] .filter-tab.active{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-text-strong)}body[data-theme] .chat-session{background:var(--theme-surface);border-color:var(--theme-border)}body[data-theme] .chat-session:hover{background:var(--theme-surface-alt);border-color:var(--theme-border-strong)}body[data-theme] .chat-session.active{background:var(--theme-surface-alt);border-color:var(--theme-border-active);color:var(--theme-text-strong)}body[data-theme] .session-title{color:var(--theme-text-strong)}body[data-theme] .session-preview{color:var(--theme-text-muted)}body[data-theme] .session-meta,body[data-theme] .session-date,body[data-theme] .session-count{color:var(--theme-text-subtle)}body[data-theme] .session-action{color:var(--theme-text-muted)}body[data-theme] .session-action:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong)}body[data-theme] .session-action.shared{color:var(--theme-accent)}body[data-theme] .session-action.confirm{border-color:var(--theme-border)}body[data-theme] .session-action.confirm.yes{color:var(--theme-success)}body[data-theme] .session-action.confirm.no{color:var(--theme-warning)}body[data-theme] .chat-header{background:var(--theme-header-bg);border-bottom-color:var(--theme-header-border)}body[data-theme] .brand{color:var(--theme-text-strong)}body[data-theme] .header-btn{border-color:var(--theme-header-button-border);color:var(--theme-text-muted)}body[data-theme] .header-btn:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong)}body[data-theme] .message-text{color:var(--theme-text)}body[data-theme] .message-meta{color:var(--theme-text-muted)}body[data-theme] .message-meta .name{color:var(--theme-text-strong)}body[data-theme] .user-avatar{background:var(--theme-surface-strong);color:var(--theme-text-strong)}body[data-theme] .messages-container{scrollbar-color:var(--theme-border-strong) var(--theme-bg)}body[data-theme] .messages-container::-webkit-scrollbar-track{background:var(--theme-bg)}body[data-theme] .messages-container::-webkit-scrollbar-thumb{background:var(--theme-border-strong)}body[data-theme] .share-header{border-bottom-color:var(--theme-border)}body[data-theme] .share-title p{color:var(--theme-text-muted)}body[data-theme] .pill{background:var(--theme-pill-bg);border-color:var(--theme-pill-border);color:var(--theme-text)}body[data-theme] .back-btn{border-color:var(--theme-border-muted);color:var(--theme-text)}body[data-theme] .back-btn:hover{background:var(--theme-surface-strong)}body[data-theme] .table th,body[data-theme] .table td{border-bottom-color:var(--theme-border)}body[data-theme] .range-preset{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .range-preset:hover{background:var(--theme-surface-hover);border-color:var(--theme-border-strong)}body[data-theme=light] select.select,body[data-theme=light] select.model-select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>")}body[data-theme] .sidebar-panel .panel-title,body[data-theme] .chat-panel .panel-title h3{color:var(--theme-text-strong)}body[data-theme] .chat-panel .panel-count{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .sidebar-panel .panel-tab{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .sidebar-panel .panel-tab:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong);border-color:var(--theme-border-strong)}body[data-theme] .sidebar-panel .panel-tab.active{background:var(--theme-surface-strong);color:var(--theme-text-strong);border-color:var(--theme-border-active)}body[data-theme] .app-main .management-page .card,body[data-theme] .app-main .mcp-page .card{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .app-main .management-page .section-title,body[data-theme] .app-main .mcp-page .section-title{color:var(--theme-text-strong)}body[data-theme] .app-main .management-page .muted,body[data-theme] .app-main .mcp-page .muted,body[data-theme] .app-main .management-page .loading,body[data-theme] .app-main .mcp-page .loading,body[data-theme] .app-main .management-page .filter-label,body[data-theme] .app-main .management-page .section-desc,body[data-theme] .app-main .management-page .helper-text,body[data-theme] .app-main .mcp-page .label,body[data-theme] .app-main .mcp-page .small{color:var(--theme-text-muted)}body[data-theme] .app-main .management-page .prompt-section{background:var(--theme-surface-alt);border-color:var(--theme-border)}body[data-theme] .app-main .management-page .prompt-section-header{border-bottom-color:var(--theme-border)}body[data-theme] .app-main .management-page .prompt-section-header h3{color:var(--theme-text-strong)}body[data-theme] .app-main .management-page .prompt-tabs{color:var(--theme-text)}body[data-theme] .app-main .management-page .prompt-tab{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .app-main .management-page .prompt-tab:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong);border-color:var(--theme-border-strong)}body[data-theme] .app-main .management-page .prompt-tab.active{background:var(--theme-surface-strong);color:var(--theme-text-strong);border-color:var(--theme-border-active)}body[data-theme] .app-main .management-page .prompt-section .table-wrapper{background:var(--theme-surface);border-color:var(--theme-border)}body[data-theme] .app-main .management-page .prompt-section .table th{background:var(--theme-surface-alt)}body[data-theme] .app-main .management-page .prompt-content{color:var(--theme-text-muted)}body[data-theme] .app-main .management-page .tag,body[data-theme] .app-main .management-page .role-filters .tag{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .app-main .management-page .tag-user{border-color:var(--theme-border);color:var(--theme-text);background:var(--theme-surface-alt)}body[data-theme] .app-main .management-page .tag-admin{border-color:var(--theme-border-active);color:var(--theme-text-strong);background:var(--theme-surface-strong)}body[data-theme] .app-main .management-page .tag-active{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-active-text)}body[data-theme] .app-main .management-page .tag-inactive{border-color:var(--theme-border);color:var(--theme-text-muted);background:var(--theme-surface)}body[data-theme] .app-main .management-page .role-filters .check input:checked+.tag{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-text-strong)}body[data-theme] .app-main .management-page .role-filters .check input:focus-visible+.tag{border-color:var(--theme-border-strong)}body[data-theme] .app-main .management-page .generated-key .notice{color:var(--theme-text)}body[data-theme] .app-main .management-page .generated-key .key-wrapper{background:var(--theme-surface-alt);border-color:var(--theme-border)}body[data-theme] .app-main .management-page .generated-key .key{color:var(--theme-text)}body[data-theme] .app-main .management-page .copy-btn{color:var(--theme-text-muted)}body[data-theme] .app-main .management-page .copy-btn:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong)}body[data-theme] .app-main .management-page select.select,body[data-theme] .app-main .management-page .input,body[data-theme] .app-main .management-page .textarea,body[data-theme] .app-main .mcp-page select.select,body[data-theme] .app-main .mcp-page .textarea,body[data-theme] .app-main .mcp-page .param-input select.param-select,body[data-theme] .app-main .mcp-page .param-input .input{background-color:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .app-main .management-page .textarea:focus,body[data-theme] .app-main .mcp-page .textarea:focus,body[data-theme] .app-main .mcp-page .param-input select.param-select:focus,body[data-theme] .app-main .mcp-page .param-input .input:focus{border-color:var(--theme-border-strong)}body[data-theme] .app-main .management-page .table th,body[data-theme] .app-main .management-page .table td,body[data-theme] .app-main .mcp-page .table th,body[data-theme] .app-main .mcp-page .table td{border-bottom-color:var(--theme-border)}body[data-theme] .app-main .mcp-page .mono,body[data-theme] .app-main .mcp-page .json-viewer,body[data-theme] .app-main .mcp-page .result-box{color:var(--theme-text-muted)}body[data-theme] .app-main .mcp-page .json-block{background:var(--theme-surface-alt);border-color:var(--theme-border)}body[data-theme] .app-main .mcp-page .json-viewer{color:var(--theme-text)}body[data-theme] .app-main .mcp-page .pill,body[data-theme] .app-main .mcp-page .pill-gray{border-color:var(--theme-border);color:var(--theme-text);background:var(--theme-surface-alt)}body[data-theme] .app-main .mcp-page .pill-green{border-color:var(--theme-border-active);color:var(--theme-text-strong);background:var(--theme-surface-strong)}body[data-theme] .app-main .mcp-page .pager{background:var(--theme-surface-alt);color:var(--theme-text);border-color:var(--theme-border)}body[data-theme] .app-main .mcp-page .schema,body[data-theme] .app-main .mcp-page .inline-result,body[data-theme] .app-main .mcp-page .result,body[data-theme] .app-main .mcp-page .param-line{background:var(--theme-surface-alt);border-color:var(--theme-border)}body[data-theme] .app-main .mcp-page .param-type{color:var(--theme-text-muted)}body[data-theme] .app-main .mcp-page .inline-error{color:var(--theme-danger)}body[data-theme] .center-section .recent-header h3{color:var(--theme-text-strong)}body[data-theme] .center-section .recent-tab{border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .center-section .recent-tab.active{border-color:var(--theme-border-active);color:var(--theme-text-strong)}body[data-theme] .center-section .recent-page-info,body[data-theme] .center-section .recent-state,body[data-theme] .center-section .recent-preview{color:var(--theme-text-muted)}body[data-theme] .center-section .recent-item{background:var(--theme-surface);border-color:var(--theme-border)}body[data-theme] .center-section .recent-item:hover{border-color:var(--theme-border-strong)}body[data-theme] .center-section .source-pill{background:var(--theme-pill-bg);border-color:var(--theme-pill-border);color:var(--theme-text)}body[data-theme] .center-section .title-text{color:var(--theme-text-strong)}body[data-theme] .center-section .recent-meta{color:var(--theme-text-subtle)}body[data-theme] .center-section .pager-btn{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .chat-panel .new-chat-btn{background:var(--theme-accent);color:var(--theme-accent-contrast);border-color:var(--theme-accent-border)}body[data-theme] .chat-panel .new-chat-btn:hover{background:var(--theme-accent-hover)}body[data-theme] .chat-panel .new-chat-text{color:inherit}body[data-theme] .btn.btn-primary,body[data-theme] .btn.btn-primary.btn-md{background:var(--theme-accent);color:var(--theme-accent-contrast);border-color:var(--theme-accent-border)}body[data-theme] .btn.btn-primary:hover:not(:disabled),body[data-theme] .btn.btn-primary.btn-md:hover:not(:disabled){background:var(--theme-accent-hover)}body[data-theme=light] .btn-primary,body[data-theme=light] .btn-secondary,body[data-theme=light] .btn.btn-primary,body[data-theme=light] .btn.btn-secondary,body[data-theme=light] .btn.btn-primary.btn-md,body[data-theme=light] .btn.btn-secondary.btn-md,body[data-theme=light] .new-chat-btn,body[data-theme=light] .chat-panel .new-chat-btn,body[data-theme=light] .refresh-button,body[data-theme=light] .send-button,body[data-theme=light] .pager,body[data-theme=light] .pager-btn,body[data-theme=light] .filter-tab,body[data-theme=light] .prompt-tab,body[data-theme=light] .history-switch-btn.active,body[data-theme=light] .range-preset,body[data-theme=light] .code-toggle,body[data-theme=light] .copy-button,body[data-theme=light] .link-btn,body[data-theme=light] .center-section .pager-btn{background:var(--theme-button-bg);border-color:var(--theme-button-border);color:var(--theme-button-text)}body[data-theme=light] .btn-primary:hover:not(:disabled),body[data-theme=light] .btn-secondary:hover:not(:disabled),body[data-theme=light] .btn.btn-primary:hover:not(:disabled),body[data-theme=light] .btn.btn-secondary:hover:not(:disabled),body[data-theme=light] .btn.btn-primary.btn-md:hover:not(:disabled),body[data-theme=light] .btn.btn-secondary.btn-md:hover:not(:disabled),body[data-theme=light] .new-chat-btn:hover,body[data-theme=light] .chat-panel .new-chat-btn:hover,body[data-theme=light] .refresh-button:hover:not(:disabled),body[data-theme=light] .send-button:hover:not(:disabled),body[data-theme=light] .pager:hover:not(:disabled),body[data-theme=light] .pager-btn:hover:not(:disabled),body[data-theme=light] .filter-tab:hover,body[data-theme=light] .prompt-tab:hover,body[data-theme=light] .range-preset:hover,body[data-theme=light] .code-toggle:hover,body[data-theme=light] .copy-button:hover,body[data-theme=light] .link-btn:hover{background:var(--theme-button-bg-hover);border-color:var(--theme-border-strong);color:var(--theme-button-text)}body[data-theme=light] .rail-toggle,body[data-theme=light] .rail-link,body[data-theme=light] .history-switch,body[data-theme=light] .app-main .management-page .prompt-tab,body[data-theme=light] .variant-button,body[data-theme=light] .nav-btn,body[data-theme=light] .date-picker-trigger{background:var(--theme-button-bg)}body[data-theme=light] .rail-link{border-color:var(--theme-button-border)}body[data-theme=light] .rail-link.active,body[data-theme=light] .panel-tab.active,body[data-theme=light] .sidebar-panel .panel-tab.active,body[data-theme=light] .filter-tab.active,body[data-theme=light] .prompt-tab.active,body[data-theme=light] .app-main .management-page .prompt-tab.active{background:var(--theme-button-bg);border-color:var(--theme-border-active)}body[data-theme=light] .rail-link.active{background:var(--theme-button-bg-hover);border-color:var(--theme-border-active);color:var(--theme-text-strong)}body[data-theme=light] .history-switch-btn.active{background:var(--theme-button-bg-hover);border:1px solid var(--theme-border-active);color:var(--theme-text-strong)}body[data-theme=light] .new-chat-btn:hover,body[data-theme=light] .chat-panel .new-chat-btn:hover{background:var(--theme-accent-hover);border-color:var(--theme-accent-border);color:var(--theme-accent-contrast)}body[data-theme=light] .panel-tab.active,body[data-theme=light] .sidebar-panel .panel-tab.active,body[data-theme=light] .filter-tab.active{background:var(--theme-button-bg-hover)}body[data-theme] .btn{border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .btn-primary{background:var(--theme-accent);color:var(--theme-accent-contrast);border-color:var(--theme-accent-border)}body[data-theme] .btn-primary:hover:not(:disabled){background:var(--theme-accent-hover)}body[data-theme] .btn-secondary{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .btn-secondary:hover:not(:disabled){background:var(--theme-surface-strong)}body[data-theme] .btn-ghost{background:transparent;border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .btn-ghost:hover:not(:disabled){background:var(--theme-surface-strong);color:var(--theme-text-strong)}body[data-theme] .btn-danger{background:transparent;border-color:var(--theme-border);color:var(--theme-danger)}body[data-theme] .btn-danger:hover:not(:disabled){background:var(--theme-surface-alt);color:var(--theme-danger)}body[data-theme] .btn .spinner,body[data-theme=light] .btn .spinner{border-color:var(--theme-border);border-top-color:var(--theme-border)}body[data-theme] .toast{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .toast-success{border-color:var(--theme-success-border)}body[data-theme] .toast-error{border-color:var(--theme-danger-border)}body[data-theme] .toast-warning{border-color:var(--theme-warning-border)}body[data-theme] .toast-info{border-color:var(--theme-border-muted)}body[data-theme] .close{color:var(--theme-text-muted)}body[data-theme] .close:focus-visible{outline-color:var(--theme-border-strong)}body[data-theme] .alert-info{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .alert-success{background:var(--theme-success-soft);border-color:var(--theme-success-border);color:var(--theme-success)}body[data-theme] .alert-warning{background:var(--theme-warning-soft);border-color:var(--theme-warning-border);color:var(--theme-warning)}body[data-theme] .alert-error{background:var(--theme-danger-soft);border-color:var(--theme-danger-border);color:var(--theme-danger)}body[data-theme] .input-container{background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:3px;padding:var(--input-container-pad-top, 6px) 12px 15px}body[data-theme] .input-container:focus-within{border-color:var(--theme-border-strong)}body[data-theme] .input-wrapper{background:transparent;border:none}body[data-theme] .input-wrapper:focus-within{border-color:transparent}body[data-theme] .input-field{color:var(--theme-text)}body[data-theme] .input-field::placeholder{color:var(--theme-text-subtle)}body[data-theme] .send-button{background:var(--theme-accent);color:var(--theme-accent-contrast);border:1px solid var(--theme-accent-border)}body[data-theme] .send-button:hover:not(:disabled){background:var(--theme-accent-hover)}body[data-theme] .send-button.stop{background:var(--theme-danger);color:var(--theme-accent-contrast);border-color:var(--theme-border)}body[data-theme] .send-button.stop:hover:not(:disabled){background:var(--theme-danger-hover)}body[data-theme] .refresh-button{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .refresh-button:hover:not(:disabled){background:var(--theme-surface-strong);border-color:var(--theme-border-strong);color:var(--theme-text-strong)}body[data-theme] .input-footer{color:var(--theme-text-subtle)}body[data-theme] .message-actions{background:var(--theme-surface-alt);border-color:var(--theme-border)}body[data-theme] .message-actions .tooltip-wrapper button{color:var(--theme-text-muted)}body[data-theme] .message-actions .tooltip-wrapper button:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong)}body[data-theme] .message-actions .tooltip-text{background:var(--theme-surface-strong);color:var(--theme-text);border:1px solid var(--theme-border)}body[data-theme] .variant-controls{border-left-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .variant-button{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .variant-button:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover);color:var(--theme-text-strong)}body[data-theme] .variant-label{color:var(--theme-text-muted)}body[data-theme] .variant-status{color:var(--theme-text-subtle)}body[data-theme] .message-card{background:var(--theme-surface);border-color:var(--theme-border)}body[data-theme] .message-card .card-header{background:var(--theme-surface-alt);border-bottom-color:var(--theme-border)}body[data-theme] .message-card .card-title{color:var(--theme-text-strong)}body[data-theme] .message-card .card-path{color:var(--theme-text-muted)}body[data-theme] .message-card .card-code{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .message-card .card-code.output{background:var(--theme-surface-strong)}body[data-theme] .message-card .card-text{color:var(--theme-text)}body[data-theme] .message-text.markdown code{background:var(--theme-surface-strong);color:var(--theme-text)}body[data-theme] .message-text.markdown hr{border-color:var(--theme-border)}body[data-theme] .message-text.markdown .citation-tag{display:inline-flex;align-items:center;max-width:220px;padding:1px 8px;margin:0 4px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);font-size:12px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}body[data-theme] .code-block-container{background:var(--theme-surface);border-color:var(--theme-border)}body[data-theme] .code-block-header{background:var(--theme-surface-alt);border-bottom-color:var(--theme-border)}body[data-theme] .code-toggle,body[data-theme] .copy-button{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .code-toggle:hover,body[data-theme] .copy-button:hover{background:var(--theme-surface-hover);border-color:var(--theme-border-strong)}body[data-theme] .copy-button.copied{background:var(--theme-surface-strong);border-color:var(--theme-border-active)}body[data-theme] .code-language{color:var(--theme-text-muted)}body[data-theme] .code-wrapper{background:var(--theme-surface)}body[data-theme] .code-block-container.is-collapsible.is-collapsed .code-wrapper:after{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,var(--theme-code-fade) 60%,var(--theme-code-fade-solid) 100%)}body[data-theme] .line-numbers{background:var(--theme-surface);border-right-color:var(--theme-border)}body[data-theme] .line-numbers code{color:var(--theme-text-subtle)}body[data-theme] .code-line:hover{background:var(--theme-surface-hover)}body[data-theme] .indent-guides{color:var(--theme-border-muted)}body[data-theme] .progress-panel{background:var(--theme-surface);border-color:var(--theme-border)}body[data-theme] .progress-header h3{color:var(--theme-text-strong)}body[data-theme] .stats,body[data-theme] .month-label,body[data-theme] .weekday-label,body[data-theme] .legend-label,body[data-theme] .tooltip-count{color:var(--theme-text-muted)}body[data-theme] .day-cell.level-0,body[data-theme] .legend-cell.level-0{background:var(--theme-surface-strong)}body[data-theme] .day-cell.level-1,body[data-theme] .legend-cell.level-1{background:var(--theme-border)}body[data-theme] .day-cell.level-2,body[data-theme] .legend-cell.level-2{background:var(--theme-border-strong)}body[data-theme] .day-cell.level-3,body[data-theme] .legend-cell.level-3{background:var(--theme-border-active)}body[data-theme] .day-cell.level-4,body[data-theme] .legend-cell.level-4{background:var(--theme-text-muted)}body[data-theme] .day-cell:hover{outline-color:var(--theme-border-active)}body[data-theme] .day-tooltip{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .date-picker-label,body[data-theme] .date-picker-icon,body[data-theme] .date-picker-value.placeholder,body[data-theme] .weekday{color:var(--theme-text-subtle)}body[data-theme] .date-picker-trigger{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .date-picker-trigger:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}body[data-theme] .date-picker-trigger:focus-visible{border-color:var(--theme-border-strong)}body[data-theme] .date-picker-popover{background:var(--theme-surface);border-color:var(--theme-border)}body[data-theme] .nav-btn{border-color:var(--theme-border);background:var(--theme-surface);color:var(--theme-text)}body[data-theme] .nav-btn:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}body[data-theme] .month-label{color:var(--theme-text-muted)}body[data-theme] .date-cell{color:var(--theme-text)}body[data-theme] .date-cell:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}body[data-theme] .date-cell.is-outside{color:var(--theme-text-subtle)}body[data-theme] .date-cell.is-today{border-color:var(--theme-border-active)}body[data-theme] .date-cell.is-today:after{background:var(--theme-text-strong)}body[data-theme] .date-cell.is-range{background:var(--theme-surface-hover);border-color:var(--theme-border);color:var(--theme-text-muted)}body[data-theme] .date-cell.is-range-start,body[data-theme] .date-cell.is-range-end,body[data-theme] .date-cell.is-selected{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-text-strong)}body[data-theme] .typing-dot{background:var(--theme-text-subtle)}body[data-theme] .ai-avatar{background:var(--theme-surface-strong);color:var(--theme-text-strong)}body[data-theme] .modal-title{color:var(--theme-text-strong)}body[data-theme] .tag{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme] .tag-admin{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-text-strong)}body[data-theme] .tag-user{background:var(--theme-surface-alt);border-color:var(--theme-border);color:var(--theme-text)}body[data-theme=light] input[type=checkbox]:not(.checkbox-input){border-color:var(--theme-border-strong);background:var(--theme-surface)}body[data-theme=light] input[type=checkbox]:not(.checkbox-input):checked{background:var(--theme-surface-strong);border-color:var(--theme-border-active);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c1917' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-repeat:no-repeat;background-position:center;background-size:12px 12px}body[data-theme] .checkbox{color:var(--theme-text)}body[data-theme] .checkbox-box{border-color:var(--theme-border);background:var(--theme-surface)}body[data-theme] .checkbox:hover .checkbox-box{border-color:var(--theme-border-strong)}body[data-theme] .checkbox-input:focus-visible+.checkbox-box{border-color:var(--theme-border-strong)}body[data-theme] .checkbox-input:checked+.checkbox-box{background:var(--theme-surface-strong);border-color:var(--theme-border-active)}body[data-theme=light] .checkbox-input:checked+.checkbox-box:after{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c1917' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat}body[data-theme] .checkbox-label{color:var(--theme-text)}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.28"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.toasts[data-v-d3000090]{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:10px;z-index:1000}.toast[data-v-d3000090]{min-width:220px;max-width:360px;background:#171717;border:1px solid var(--theme-border);color:#e5e5e5;border-radius:3px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.toast-success[data-v-d3000090],.toast-error[data-v-d3000090],.toast-warning[data-v-d3000090],.toast-info[data-v-d3000090]{border-color:var(--theme-border)}.msg[data-v-d3000090]{font-size:14px}.close[data-v-d3000090]{background:transparent;border:none;color:#a3a3a3;font-size:18px;cursor:pointer}.close[data-v-d3000090]:focus-visible{outline:2px solid #525252;border-radius:3px}.sidebar-rail[data-v-2eba64b0]{position:fixed;top:0;left:0;width:var(--rail-width, 68px);height:100vh;background:var(--theme-rail-bg);border-right:1px solid var(--theme-border);display:flex;flex-direction:column;align-items:center;padding:16px 12px 18px;gap:16px;z-index:20}.rail-brand-wrap[data-v-2eba64b0]{position:relative;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}.rail-brand[data-v-2eba64b0]{width:100%;height:100%;border-radius:0;background:var(--theme-surface);border:1px solid var(--theme-border);color:var(--theme-text-strong);font-weight:700;font-size:13px;letter-spacing:.08em;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;text-decoration:none;text-transform:uppercase;transition:background .2s ease,border-color .2s ease}.rail-brand[data-v-2eba64b0]:hover{background:var(--theme-surface-hover)}.rail-brand[data-v-2eba64b0]:focus-visible{outline:2px solid var(--theme-border-strong);outline-offset:1px;border-color:var(--theme-border-strong)}.rail-toggle[data-v-2eba64b0]{width:100%;height:100%;border-radius:0;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.rail-toggle[data-v-2eba64b0]:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong)}.rail-toggle[data-v-2eba64b0]:focus-visible{outline:2px solid var(--theme-border-strong);outline-offset:1px;border-color:var(--theme-border-strong)}.rail-nav[data-v-2eba64b0]{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:4px}.rail-link[data-v-2eba64b0]{width:40px;height:40px;border-radius:0;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text-muted);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;position:relative;transition:background .2s ease,color .2s ease,border-color .2s ease}.rail-link[data-v-2eba64b0]:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong);border-color:var(--theme-border-strong)}.rail-link[data-v-2eba64b0]:focus-visible{outline:2px solid var(--theme-border-strong);outline-offset:1px;border-color:var(--theme-border-strong)}.rail-link.active[data-v-2eba64b0]{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-text-strong)}.rail-link.active[data-v-2eba64b0]:before{content:"";position:absolute;left:-12px;width:4px;height:24px;border-radius:0;background:var(--theme-accent)}.rail-account[data-v-2eba64b0]{position:relative;display:inline-flex;align-items:center;justify-content:center}.rail-account-trigger[data-v-2eba64b0]{padding:0;border:none;background:transparent}.rail-account .rail-account-trigger[data-v-2eba64b0],.rail-account .rail-account-trigger[data-v-2eba64b0]:hover,.rail-account .rail-account-trigger[data-v-2eba64b0]:focus-visible,.rail-account .rail-account-trigger.active[data-v-2eba64b0]{background:transparent;border:none;border-color:transparent}.rail-avatar[data-v-2eba64b0]{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase}.rail-account-menu[data-v-2eba64b0]{position:absolute;left:100%;bottom:0;min-width:180px;padding:3px 6px 6px;border-radius:3px;background:var(--theme-surface);border:1px solid var(--theme-border);display:grid;gap:4px;z-index:30;animation:select-pop .12s ease-out}.rail-account-header[data-v-2eba64b0]{padding:2px 6px 4px;border-bottom:1px solid var(--theme-border);margin-bottom:4px}.rail-account-name[data-v-2eba64b0]{font-size:12px;font-weight:600;color:var(--theme-text-strong)}.rail-account-item[data-v-2eba64b0]{width:100%;border:none;background:transparent;color:var(--theme-text);font-size:12px;text-align:left;padding:8px 10px;border-radius:3px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.rail-account-item[data-v-2eba64b0]:hover{background:var(--theme-surface-hover)}.rail-account-logout[data-v-2eba64b0]{color:var(--theme-danger)}.rail-spacer[data-v-2eba64b0]{flex:1}[data-tooltip][data-v-2eba64b0]{position:relative}[data-tooltip][data-v-2eba64b0]:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%) translate(4px);background:var(--theme-surface);color:var(--theme-text-strong);border:1px solid var(--theme-border);border-radius:0;padding:4px 8px;font-size:11px;letter-spacing:.02em;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:50}[data-tooltip][data-v-2eba64b0]:hover:after,[data-tooltip][data-v-2eba64b0]:focus-visible:after{opacity:1;transform:translateY(-50%) translate(0)}.app-shell[data-v-04cb3dd6]{--rail-width: 64px;--panel-width: 320px;min-height:100vh;background:var(--theme-bg);color:var(--theme-text)}.sidebar-panel[data-v-04cb3dd6]{position:fixed;top:0;left:var(--rail-width);width:var(--panel-width);height:100vh;background:var(--theme-panel-bg);border-right:1px solid var(--theme-border);display:flex;flex-direction:column;transition:transform .25s ease,opacity .2s ease;z-index:10}.app-main[data-v-04cb3dd6]{min-height:100vh;margin-left:calc(var(--rail-width) + var(--panel-width));width:calc(100% - var(--rail-width) - var(--panel-width));transition:margin-left .25s ease}.panel-collapsed .sidebar-panel[data-v-04cb3dd6]{transform:translate(-100%);opacity:0;pointer-events:none}.panel-collapsed .app-main[data-v-04cb3dd6]{margin-left:var(--rail-width);width:calc(100% - var(--rail-width))}@media (max-width: 1024px){.app-shell[data-v-04cb3dd6]{--rail-width: 56px;--panel-width: 280px}}@media (max-width: 720px){.app-shell[data-v-04cb3dd6]{--rail-width: 52px;--panel-width: 240px}}.session-title-wrapper[data-v-17b49e3f]{flex:1;min-width:0}.chat-session[data-v-17b49e3f]{position:relative;padding:14px 14px 13px;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease;border:1px solid var(--theme-border);border-radius:0;background:linear-gradient(180deg,color-mix(in srgb,var(--theme-surface-strong) 18%,transparent) 0%,transparent 100%),var(--theme-surface);overflow:hidden}.chat-session[data-v-17b49e3f]:hover{background:linear-gradient(180deg,color-mix(in srgb,var(--theme-surface-strong) 42%,transparent) 0%,transparent 100%),var(--theme-surface-alt);border-color:color-mix(in srgb,var(--theme-border-strong) 84%,transparent);transform:translateY(-1px)}.chat-session.active[data-v-17b49e3f]{background:linear-gradient(180deg,color-mix(in srgb,var(--theme-accent) 12%,transparent) 0%,transparent 100%),color-mix(in srgb,var(--theme-accent) 6%,var(--theme-surface));border-color:var(--theme-border-active);box-shadow:inset 3px 0 0 var(--theme-accent)}.session-header[data-v-17b49e3f]{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:8px}.session-title[data-v-17b49e3f]{font-size:14px;font-weight:700;color:var(--theme-text-strong);margin:0;line-height:1.3;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-preview[data-v-17b49e3f]{margin:0 0 10px;font-size:12px;line-height:1.55;color:color-mix(in srgb,var(--theme-text-muted) 90%,var(--theme-text-subtle));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.session-actions[data-v-17b49e3f]{display:flex;gap:4px;opacity:0;transition:opacity .2s ease;position:relative}.chat-session:hover .session-actions[data-v-17b49e3f],.chat-session:focus-within .session-actions[data-v-17b49e3f],.session-actions.is-open[data-v-17b49e3f]{opacity:1}.session-action[data-v-17b49e3f]{background:transparent;border:none;color:var(--theme-text-muted);padding:4px;border-radius:0;cursor:pointer;transition:background .2s ease,color .2s ease}.session-action[disabled][data-v-17b49e3f]{opacity:.5;cursor:not-allowed}.session-action[data-v-17b49e3f]:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong)}.session-action[data-v-17b49e3f]:focus-visible{outline:none;outline:2px solid var(--theme-border-strong);outline-offset:1px}.session-action.shared[data-v-17b49e3f]{color:var(--theme-accent)}.session-action.menu-button[data-v-17b49e3f]{display:inline-flex;align-items:center;justify-content:center}.session-menu[data-v-17b49e3f]{position:absolute;right:0;top:calc(100% + 6px);min-width:140px;background:var(--theme-surface);border:1px solid var(--theme-border);padding:6px;z-index:10;display:grid;gap:4px}.session-menu-item[data-v-17b49e3f]{border:none;background:var(--theme-surface-alt);color:var(--theme-text);text-align:left;padding:6px 8px;font-size:12px;cursor:pointer;transition:background .2s ease,color .2s ease}.session-menu-item[data-v-17b49e3f]:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong)}.session-menu-item[disabled][data-v-17b49e3f]{opacity:.5;cursor:not-allowed}.session-menu-item.shared[data-v-17b49e3f]{color:var(--theme-accent)}.session-menu-item.delete[data-v-17b49e3f]:hover{color:var(--theme-danger)}.session-menu-item.confirm[data-v-17b49e3f]{background:var(--theme-surface-alt);border:1px solid var(--theme-border)}.session-menu-item.confirm.yes[data-v-17b49e3f]{color:var(--theme-success)}.session-menu-item.confirm.no[data-v-17b49e3f]{color:var(--theme-warning)}.session-meta[data-v-17b49e3f]{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px;color:var(--theme-text-subtle)}.session-meta-left[data-v-17b49e3f]{display:inline-flex;align-items:center;gap:8px}.session-source[data-v-17b49e3f]{border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text-muted);padding:1px 6px;font-size:10px;line-height:1.3;text-transform:uppercase}.session-source.chat[data-v-17b49e3f]{border-color:var(--theme-border-strong)}.session-source.ide[data-v-17b49e3f]{border-color:var(--theme-accent-border);color:var(--theme-accent)}.session-date[data-v-17b49e3f]{color:var(--theme-text-subtle)}.session-meta-right[data-v-17b49e3f]{display:inline-flex;align-items:center;gap:8px;margin-left:auto}.session-branches[data-v-17b49e3f]{color:var(--theme-text-muted);border:1px solid var(--theme-border);background:var(--theme-surface-alt);padding:1px 6px;font-size:10px;line-height:1.3}.session-count[data-v-17b49e3f]{color:var(--theme-text-subtle)}.date-range-picker[data-v-017293dd]{position:relative;display:grid;gap:6px;min-width:190px}.date-range-picker-label[data-v-017293dd]{font-size:11px;color:var(--theme-text-muted)}.date-range-picker-trigger[data-v-017293dd]{width:100%;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:3px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--theme-text);font-size:12px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.date-range-picker-trigger[data-v-017293dd]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}.date-range-picker-trigger[data-v-017293dd]:focus-visible{outline:none;border-color:var(--theme-border-strong)}.date-range-picker-trigger[data-v-017293dd]:disabled{opacity:.6;cursor:not-allowed}.date-range-picker-value.placeholder[data-v-017293dd]{color:var(--theme-text-subtle)}.date-range-picker-icon[data-v-017293dd]{width:16px;height:16px;color:var(--theme-text-subtle);display:inline-flex}.date-range-picker-icon svg[data-v-017293dd]{width:100%;height:100%}.date-range-popover[data-v-017293dd]{padding:12px;border:1px solid var(--theme-border);border-radius:3px;background:var(--theme-surface);box-shadow:0 20px 44px #00000052}.date-range-summary[data-v-017293dd]{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.date-range-summary-value[data-v-017293dd]{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--theme-text-strong)}.date-range-summary-value .divider[data-v-017293dd]{color:var(--theme-text-subtle)}.date-range-clear[data-v-017293dd]{border:none;background:transparent;color:var(--theme-text-subtle);font-size:11px;font-weight:600;padding:0;cursor:pointer}.date-range-clear[data-v-017293dd]:hover{color:var(--theme-text-strong)}.date-range-presets[data-v-017293dd]{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.date-range-preset[data-v-017293dd]{border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text-muted);font-size:10px;font-weight:600;padding:4px 8px;border-radius:3px;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.date-range-preset[data-v-017293dd]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover);color:var(--theme-text-strong)}.date-range-header[data-v-017293dd]{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.nav-btn[data-v-017293dd]{width:28px;height:28px;border-radius:3px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);cursor:pointer;transition:border-color .2s ease,background .2s ease}.nav-btn svg[data-v-017293dd]{width:15px;height:15px}.nav-btn[data-v-017293dd]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}.nav-btn[data-v-017293dd]:disabled{opacity:.45;cursor:not-allowed}.month-label-wrap[data-v-017293dd]{position:relative;display:inline-flex;align-items:center}.month-label-toggle[data-v-017293dd]{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;border-radius:3px;padding:4px 8px;margin:-4px -8px;cursor:pointer;transition:background .2s ease}.month-label-toggle[data-v-017293dd]:hover{background:var(--theme-surface-hover)}.month-label-toggle[data-v-017293dd]:focus-visible{outline:none;background:var(--theme-surface-hover)}.month-label-toggle[data-v-017293dd]:disabled{cursor:not-allowed;opacity:.55}.month-label[data-v-017293dd]{font-size:12px;font-weight:700;color:var(--theme-text-strong)}.month-caret[data-v-017293dd]{width:14px;height:14px;color:var(--theme-text-subtle);transition:transform .2s ease}.month-caret.is-open[data-v-017293dd]{transform:rotate(180deg)}.month-year-panel[data-v-017293dd]{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);width:min(268px,calc(100vw - 56px));margin:0;padding:8px;border:1px solid var(--theme-border);border-radius:3px;background:var(--theme-surface-alt);box-shadow:0 12px 26px #00000047;display:grid;gap:6px;z-index:24}.month-year-select[data-v-017293dd]{width:100%;border:1px solid var(--theme-border);border-radius:3px;padding:5px 7px;font-size:11px;background:var(--theme-surface);color:var(--theme-text)}.month-year-select[data-v-017293dd]:focus-visible{outline:none;border-color:var(--theme-border-strong)}.month-year-grid[data-v-017293dd]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.month-year-btn[data-v-017293dd]{border:1px solid var(--theme-border);border-radius:3px;background:var(--theme-surface);color:var(--theme-text-muted);font-size:10px;font-weight:600;padding:5px 0;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.month-year-btn[data-v-017293dd]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover);color:var(--theme-text-strong)}.month-year-btn.is-active[data-v-017293dd]{border-color:var(--theme-accent-border);background:var(--theme-accent);color:var(--theme-accent-contrast)}.month-year-btn[data-v-017293dd]:disabled{opacity:.45;cursor:not-allowed}.month-year-btn[data-v-017293dd]:disabled:hover{border-color:var(--theme-border);background:var(--theme-surface);color:var(--theme-text-muted)}.date-range-weekdays[data-v-017293dd]{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;margin-bottom:5px}.weekday[data-v-017293dd]{font-size:9px;text-align:center;color:var(--theme-text-subtle)}.date-range-grid[data-v-017293dd]{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.date-cell[data-v-017293dd]{height:30px;border-radius:3px;border:1px solid var(--theme-border);background:transparent;color:var(--theme-text);font-size:10px;position:relative;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.date-cell[data-v-017293dd]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}.date-cell[data-v-017293dd]:disabled{opacity:.35;cursor:not-allowed}.date-cell[data-v-017293dd]:disabled:hover{border-color:var(--theme-border);background:transparent}.date-cell-number[data-v-017293dd]{position:relative;z-index:1}.date-cell.is-outside[data-v-017293dd]{color:var(--theme-text-subtle)}.date-cell.is-today[data-v-017293dd]{border-color:var(--theme-border-active)}.date-cell.is-range[data-v-017293dd],.date-cell.is-preview[data-v-017293dd]{background:var(--theme-surface-strong)}.date-cell.is-range-start[data-v-017293dd],.date-cell.is-range-end[data-v-017293dd]{background:var(--theme-accent);border-color:var(--theme-accent-border);color:var(--theme-accent-contrast);font-weight:700}.date-range-picker.variant-calendar[data-v-017293dd]{min-width:0}.date-range-picker-trigger.variant-calendar[data-v-017293dd]{min-height:46px;padding:0 14px;background:var(--theme-surface-alt);border-radius:0;color:var(--theme-text-strong)}.date-range-picker-trigger.variant-calendar .date-range-picker-value[data-v-017293dd]{font-size:12px;font-weight:600}.date-range-picker-trigger.variant-calendar .date-range-picker-value.placeholder[data-v-017293dd],.date-range-picker-trigger.variant-calendar .date-range-picker-icon[data-v-017293dd]{color:var(--theme-text-subtle)}.date-range-popover.variant-calendar[data-v-017293dd]{border-radius:0;padding:10px}.date-range-popover.variant-calendar .date-range-summary[data-v-017293dd]{margin-bottom:10px}.date-range-popover.variant-calendar .date-range-presets[data-v-017293dd]{gap:5px;margin-bottom:10px}.date-range-popover.variant-calendar .date-range-preset[data-v-017293dd]{border-radius:0;padding:4px 8px}.date-range-popover.variant-calendar .nav-btn[data-v-017293dd]{width:28px;height:28px;border-radius:0}.date-range-popover.variant-calendar .month-label[data-v-017293dd]{font-size:13px}.date-range-popover.variant-calendar .month-year-panel[data-v-017293dd]{border-radius:0;padding:6px;top:calc(100% + 8px)}.date-range-popover.variant-calendar .date-range-weekdays[data-v-017293dd]{gap:4px;margin-bottom:6px}.date-range-popover.variant-calendar .weekday[data-v-017293dd]{font-size:9px;font-weight:600}.date-range-popover.variant-calendar .date-range-grid[data-v-017293dd]{gap:2px 3px}.date-range-popover.variant-calendar .date-cell[data-v-017293dd]{height:32px;border:none;border-radius:0;font-size:11px}.spinner[data-v-2b88e821]{display:inline-block;border-style:solid;border-radius:50%;animation:spin-2b88e821 .8s linear infinite}.visually-hidden[data-v-2b88e821]{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,1px,1px);white-space:nowrap;border:0}@keyframes spin-2b88e821{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-panel[data-v-41ee94c9]{height:100%;display:flex;flex-direction:column;color:var(--theme-text);background:linear-gradient(180deg,color-mix(in srgb,var(--theme-surface-alt) 18%,transparent) 0%,transparent 18%),var(--theme-panel-bg)}.panel-toggle[data-v-41ee94c9]{width:30px;height:30px;position:absolute;right:18px;top:50%;transform:translateY(-50%);border-radius:0;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.panel-toggle[data-v-41ee94c9]:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong)}.panel-toggle[data-v-41ee94c9]:focus-visible{outline:2px solid var(--theme-border-strong);outline-offset:1px}.panel-top[data-v-41ee94c9]{padding:12px 18px 10px;border-bottom:1px solid var(--theme-border);background:linear-gradient(180deg,color-mix(in srgb,var(--theme-surface-alt) 30%,transparent) 0%,transparent 100%),var(--theme-panel-bg);display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto;column-gap:10px;align-items:center;position:relative}.panel-top .panel-title[data-v-41ee94c9]{font-size:15px;font-weight:600;letter-spacing:.1em;color:var(--theme-text-strong)}.panel-top>.panel-title[data-v-41ee94c9]{grid-column:1}.panel-section[data-v-41ee94c9]{padding:16px 18px;border-bottom:1px solid var(--theme-border);display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,color-mix(in srgb,var(--theme-surface-alt) 18%,transparent) 0%,transparent 100%)}.panel-section-header[data-v-41ee94c9]{display:flex;justify-content:space-between;align-items:center;gap:12px}.panel-section .panel-title[data-v-41ee94c9]{display:flex;align-items:center;gap:8px}.panel-section .panel-title h3[data-v-41ee94c9]{font-size:14px;font-weight:600;color:var(--theme-text-strong);margin:0}.panel-count[data-v-41ee94c9]{font-size:11px;color:var(--theme-text-strong);background:color-mix(in srgb,var(--theme-surface-strong) 70%,transparent);border:1px solid color-mix(in srgb,var(--theme-border-strong) 68%,var(--theme-border));border-radius:0;padding:3px 8px;box-shadow:inset 0 1px #ffffff0a}.new-chat-btn[data-v-41ee94c9]{background:linear-gradient(180deg,color-mix(in srgb,var(--theme-accent) 78%,#fff 22%) 0%,var(--theme-accent) 100%);color:var(--theme-accent-contrast);border:1px solid var(--theme-accent-border);border-radius:0;padding:8px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;display:flex;align-items:center;gap:6px;box-shadow:0 10px 22px #00000024}.new-chat-btn[data-v-41ee94c9]:hover{background:var(--theme-accent-hover);transform:translateY(-1px);box-shadow:0 14px 28px #0000002e}.history-switch[data-v-41ee94c9]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;border-radius:0;background:linear-gradient(180deg,color-mix(in srgb,var(--theme-surface-strong) 36%,transparent) 0%,transparent 100%),var(--theme-surface-alt);border:1px solid var(--theme-border)}.history-switch-btn[data-v-41ee94c9]{border:none;background:transparent;color:var(--theme-text-muted);font-size:11px;font-weight:600;padding:6px 10px;border-radius:0;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.history-switch-btn[data-v-41ee94c9]:hover{color:var(--theme-text-strong)}.history-switch-btn.active[data-v-41ee94c9]{background:var(--theme-surface-strong);border:1px solid var(--theme-border-active);color:var(--theme-text-strong)}.panel-content[data-v-41ee94c9]{flex:1;overflow:visible;display:flex;flex-direction:column;min-height:0;padding:0}.history-toolbar[data-v-41ee94c9]{position:relative;z-index:40;padding:16px 18px 14px;border-bottom:1px solid var(--theme-border);background:linear-gradient(180deg,color-mix(in srgb,var(--theme-surface-alt) 22%,transparent) 0%,transparent 100%)}.history-toolbar-shell[data-v-41ee94c9]{position:relative;display:flex;align-items:stretch;min-width:0;background:linear-gradient(180deg,color-mix(in srgb,var(--theme-surface-strong) 32%,transparent) 0%,transparent 100%),var(--theme-surface);border:1px solid var(--theme-border);box-shadow:0 12px 26px #00000024;transition:border-color .2s ease,box-shadow .2s ease}.history-toolbar-shell[data-v-41ee94c9]:focus-within,.history-toolbar-shell.is-filter-open[data-v-41ee94c9]{border-color:var(--theme-border-strong);box-shadow:inset 0 0 0 1px var(--theme-border-strong),0 18px 34px #0000002e}.search-container[data-v-41ee94c9]{position:relative;flex:1;min-width:0;padding:0}.search-input[data-v-41ee94c9]{width:100%;height:100%;min-height:46px;background:transparent;border:none;border-radius:0;padding:10px 42px 10px 38px;color:var(--theme-text);font-size:13px;outline:none;transition:background .2s ease}.search-input[data-v-41ee94c9]:focus{background:color-mix(in srgb,var(--theme-surface-strong) 44%,transparent)}.search-icon[data-v-41ee94c9]{position:absolute;left:14px;top:51%;transform:translateY(-50%);color:var(--theme-text-subtle)}.search-clear-btn[data-v-41ee94c9]{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:none;background:transparent;color:var(--theme-text-subtle);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s ease,background .2s ease}.search-clear-btn[data-v-41ee94c9]:hover{color:var(--theme-text-strong);background:var(--theme-surface-alt)}.filter-menu[data-v-41ee94c9]{position:static;flex:0 0 auto;z-index:120}.filter-trigger[data-v-41ee94c9]{box-sizing:border-box;width:44px;min-width:44px;height:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0;background:transparent;border:none;border-left:1px solid var(--theme-border);color:var(--theme-text-muted);border-radius:0;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;font-size:12px;font-weight:600}.filter-trigger[data-v-41ee94c9]:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong)}.filter-trigger.active[data-v-41ee94c9]{color:var(--theme-text-strong);border-left:2px solid var(--theme-border-strong);background:color-mix(in srgb,var(--theme-surface-strong) 46%,transparent)}.filter-trigger[data-v-41ee94c9]:focus-visible{outline:none}.filter-trigger-icon[data-v-41ee94c9]{flex:0 0 auto}.filter-popover[data-v-41ee94c9]{position:absolute;top:calc(100% + 8px);left:auto;right:-18px;z-index:2000;width:min(440px,calc(100vw - 28px));display:grid;gap:12px;padding:14px;background:linear-gradient(180deg,color-mix(in srgb,var(--theme-surface-strong) 30%,transparent) 0%,transparent 100%),var(--theme-surface);border:1px solid var(--theme-border);box-shadow:0 22px 48px #00000052;max-height:min(70vh,560px);overflow-y:auto;overscroll-behavior:contain}.filter-popover-section[data-v-41ee94c9]{display:grid;gap:10px;padding:12px;background:color-mix(in srgb,var(--theme-surface-alt) 78%,transparent);border:1px solid color-mix(in srgb,var(--theme-border) 88%,transparent)}.filter-preset-list[data-v-41ee94c9]{display:flex;flex-wrap:wrap;gap:8px}.filter-preset[data-v-41ee94c9]{background:color-mix(in srgb,var(--theme-panel-bg) 18%,var(--theme-surface-alt));border:1px solid color-mix(in srgb,var(--theme-border) 84%,transparent);color:var(--theme-text-muted);padding:7px 12px;border-radius:0;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;font-size:11px;font-weight:600}.filter-preset[data-v-41ee94c9]:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong)}.filter-preset.active[data-v-41ee94c9]{background:color-mix(in srgb,var(--theme-surface-strong) 88%,transparent);border-color:color-mix(in srgb,var(--theme-border-active) 84%,transparent);color:var(--theme-text-strong);box-shadow:inset 0 1px #ffffff0a}.filter-range-header[data-v-41ee94c9]{display:flex;align-items:center;justify-content:space-between;gap:8px}.filter-range-title[data-v-41ee94c9]{font-size:11px;font-weight:700;color:var(--theme-text-muted);letter-spacing:.08em;text-transform:uppercase}.filter-clear-btn[data-v-41ee94c9]{border:none;background:transparent;color:var(--theme-text-subtle);font-size:11px;font-weight:600;cursor:pointer;padding:0}.filter-clear-btn[data-v-41ee94c9]:hover:not(:disabled){color:var(--theme-text-strong)}.filter-clear-btn[data-v-41ee94c9]:disabled{opacity:.4;cursor:not-allowed}.filter-range-pickers[data-v-41ee94c9]{display:block}.filter-range-pickers[data-v-41ee94c9] .date-range-picker{min-width:0;width:100%}.filter-sort-list[data-v-41ee94c9]{display:flex;flex-wrap:wrap;gap:8px}.search-clear-btn[data-v-41ee94c9]:focus-visible,.filter-preset[data-v-41ee94c9]:focus-visible,.filter-clear-btn[data-v-41ee94c9]:focus-visible,.pagination-btn[data-v-41ee94c9]:focus-visible,.new-chat-btn[data-v-41ee94c9]:focus-visible,.history-switch-btn[data-v-41ee94c9]:focus-visible{outline:2px solid var(--theme-border-strong);outline-offset:2px}.chat-sessions[data-v-41ee94c9]{flex:1;overflow-y:auto;padding:12px 14px 22px;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:var(--theme-border-strong) transparent}.chat-sessions[data-v-41ee94c9]::-webkit-scrollbar{width:6px}.chat-sessions[data-v-41ee94c9]::-webkit-scrollbar-thumb{background:var(--theme-border-strong);border-radius:0}.chat-sessions[data-v-41ee94c9]::-webkit-scrollbar-track{background:transparent}.sessions-loading[data-v-41ee94c9]{display:flex;align-items:center;justify-content:center;padding:32px 0;color:var(--theme-text-muted)}.recent-sessions-group[data-v-41ee94c9]{display:grid;gap:8px}.recent-group-header[data-v-41ee94c9]{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 2px}.recent-group-title[data-v-41ee94c9]{font-size:11px;font-weight:700;color:var(--theme-text-muted);letter-spacing:.08em;text-transform:uppercase}.recent-group-count[data-v-41ee94c9]{font-size:10px;color:var(--theme-text-subtle)}.all-sessions-group-header[data-v-41ee94c9]{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 2px 0;margin-top:2px;border-top:1px solid color-mix(in srgb,var(--theme-border) 88%,transparent)}.all-group-title[data-v-41ee94c9]{font-size:11px;font-weight:700;color:var(--theme-text-muted);letter-spacing:.08em;text-transform:uppercase}.all-group-count[data-v-41ee94c9]{font-size:10px;color:var(--theme-text-subtle)}.sessions-empty[data-v-41ee94c9]{display:grid;gap:12px;align-items:center;justify-content:center;justify-items:center;padding:38px 16px;color:var(--theme-text-muted);border:1px dashed color-mix(in srgb,var(--theme-border-strong) 74%,var(--theme-border));background:linear-gradient(180deg,color-mix(in srgb,var(--theme-surface-strong) 28%,transparent) 0%,transparent 100%),var(--theme-surface)}.sessions-empty-icon[data-v-41ee94c9]{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--theme-text-subtle);border:1px solid var(--theme-border);background:var(--theme-surface-alt)}.sessions-empty-icon svg[data-v-41ee94c9]{width:20px;height:20px}.sessions-empty-text[data-v-41ee94c9]{font-size:13px;color:var(--theme-text-muted);text-align:center}.sessions-pagination[data-v-41ee94c9]{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.pagination-btn[data-v-41ee94c9]{border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);font-size:12px;font-weight:600;padding:8px 10px;border-radius:0;cursor:pointer;transition:background .2s ease,border-color .2s ease}.pagination-btn[data-v-41ee94c9]:hover:not(:disabled){background:var(--theme-surface-hover);border-color:var(--theme-border-strong)}.pagination-btn[data-v-41ee94c9]:disabled{opacity:.5;cursor:not-allowed}.pagination-status[data-v-41ee94c9]{font-size:11px;color:var(--theme-text-muted);text-align:center}@media (max-width: 520px){.history-toolbar-shell[data-v-41ee94c9]{flex-direction:column}.filter-trigger[data-v-41ee94c9]{width:100%;border-left:none;border-top:1px solid var(--theme-border)}.filter-trigger.active[data-v-41ee94c9]{border-top:2px solid var(--theme-border-strong)}.filter-popover[data-v-41ee94c9]{top:calc(100% + 10px);left:auto;right:0;width:min(100vw - 20px,440px)}.filter-range-pickers[data-v-41ee94c9]{grid-template-columns:1fr}}.message-footer[data-v-f2801a44]{display:flex;justify-content:flex-start;align-items:center;gap:4px;margin-top:12px;padding-left:0}.message-actions[data-v-f2801a44]{display:flex;gap:4px;align-items:center;border-radius:3px;background:#1a1a1a;border:1px solid var(--theme-border)}.message-actions[data-v-f2801a44] .tooltip-wrapper{position:relative;display:inline-block}.message-actions[data-v-f2801a44] .tooltip-wrapper button{display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:none;padding:0;cursor:pointer;width:28px;height:28px;border-radius:3px;box-sizing:border-box;transition:background-color .2s,color .2s,border-color .2s;color:#d4d4d4}.message-actions[data-v-f2801a44] .tooltip-wrapper button:hover{background-color:#ffffff1a}.message-actions[data-v-f2801a44] .tooltip-wrapper button.disabled{cursor:not-allowed;opacity:.4}.message-actions[data-v-f2801a44] .tooltip-wrapper button.active{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-active-text)}.message-actions[data-v-f2801a44] .tooltip-wrapper button svg{display:block}.message-actions[data-v-f2801a44] .tooltip-text{visibility:hidden;opacity:0;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background-color:#333;color:#fff;text-align:center;padding:4px 8px;border-radius:3px;white-space:nowrap;font-size:12px;z-index:10;transition:opacity .2s,visibility .2s;pointer-events:none}.message-actions[data-v-f2801a44] .tooltip-wrapper:hover .tooltip-text{visibility:visible;opacity:1}.variant-controls[data-v-f2801a44]{display:inline-flex;align-items:center;gap:6px;padding-left:8px;padding-right:8px;margin-left:2px;border-left:1px solid var(--theme-border);color:#d4d4d4;font-size:12px}.variant-controls[data-v-f2801a44] .response{display:inline-flex;align-items:center;gap:6px}.variant-button[data-v-f2801a44]{border:1px solid var(--theme-border);background:#0f0f0f;color:#e5e5e5;width:22px;height:22px;border-radius:3px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease,color .2s ease}.variant-button[data-v-f2801a44]:hover{border-color:var(--theme-border);background:#1a1a1a}.variant-button[data-v-f2801a44]:disabled{opacity:.5;cursor:not-allowed}.variant-button[data-v-f2801a44] .arrow{display:flex;align-items:center;justify-content:center}.variant-label[data-v-f2801a44]{color:#a3a3a3}.variant-status[data-v-f2801a44]{color:#737373;font-size:11px}.message-card[data-v-f72cb71d]{border:1px solid var(--theme-border);border-radius:3px;background:#111;overflow:hidden}.card-header[data-v-f72cb71d]{display:flex;flex-direction:column;align-items:flex-start;padding:10px 14px;background:#171717;border-bottom:1px solid var(--theme-border)}.card-title[data-v-f72cb71d]{font-weight:600;color:#e5e5e5;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.card-body[data-v-f72cb71d]{padding:12px 14px}.card-body.is-collapsed[data-v-f72cb71d]{max-height:240px;overflow:hidden;position:relative}.card-body.is-collapsed[data-v-f72cb71d]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:48px;background:linear-gradient(180deg,#1110,#111);pointer-events:none}.card-path[data-v-f72cb71d]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:#a3a3a3}.card-code[data-v-f72cb71d]{background:#0a0a0a;border:1px solid var(--theme-border);border-radius:3px;padding:10px;margin:0 0 10px;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;color:#e5e5e5}.card-code.output[data-v-f72cb71d]{margin-top:10px;background:#171717}.card-text[data-v-f72cb71d]{white-space:pre-wrap;word-break:break-word;color:#e5e5e5}.card-toggle[data-v-f72cb71d]{width:100%;padding:8px 12px;border:0;border-top:1px solid var(--theme-border);background:#171717;color:#a3a3a3;font-size:12px;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.card-toggle[data-v-f72cb71d]:hover{color:#e5e5e5}.message-skeleton[data-v-268eaebf]{display:grid;gap:8px;padding:6px 0}.message-skeleton-line[data-v-268eaebf]{height:12px;border-radius:3px;background:linear-gradient(90deg,var(--theme-skeleton-start) 0%,var(--theme-skeleton-mid) 50%,var(--theme-skeleton-start) 100%);background-size:200% 100%;animation:skeletonShimmer-268eaebf 1.2s ease-in-out infinite}@keyframes skeletonShimmer-268eaebf{0%{background-position:200% 0}to{background-position:-200% 0}}.message-text[data-v-0d71aa7a]{font-size:16px;line-height:1.6;color:var(--theme-text);word-wrap:break-word}.message-text.markdown[data-v-0d71aa7a] h1,.message-text.markdown[data-v-0d71aa7a] h2,.message-text.markdown[data-v-0d71aa7a] h3{margin:.6em 0 .4em;font-weight:600}.message-text.markdown[data-v-0d71aa7a] hr{border-color:var(--theme-border);margin:2rem 0}.message-text.markdown[data-v-0d71aa7a] p{margin:.5em 0}.message-text.markdown[data-v-0d71aa7a] strong,.message-text.markdown[data-v-0d71aa7a] b{font-weight:600;color:var(--theme-text-strong)}.message-text.markdown[data-v-0d71aa7a] .katex{font-size:1em}.message-text.markdown[data-v-0d71aa7a] .katex-block{display:block;width:100%;text-align:center;overflow-x:auto;overflow-y:hidden}.message-text.markdown[data-v-0d71aa7a] .katex-display{margin:.6em 0;display:inline-block}.message-text.markdown[data-v-0d71aa7a] code{background:var(--theme-surface-strong);color:var(--theme-text);white-space:nowrap;margin:0 .15rem;padding:.25em .35em;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95em}.message-text.markdown[data-v-0d71aa7a] .code-block-container{background-color:var(--theme-surface);border:1px solid var(--theme-border);border-radius:3px;margin:1rem 0;position:relative;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr}.message-text.markdown[data-v-0d71aa7a] .mermaid-block{grid-template-rows:auto auto}.message-text.markdown[data-v-0d71aa7a] .mermaid-wrapper{grid-column:1 / -1;grid-row:2;border-top:1px solid var(--theme-border);background:var(--theme-surface)}.message-text.markdown[data-v-0d71aa7a] .mermaid-render-target{min-height:120px;padding:14px;overflow:auto}.message-text.markdown[data-v-0d71aa7a] .mermaid-render-target svg{max-width:100%;height:auto;display:block;margin:0 auto}.message-text.markdown[data-v-0d71aa7a] .mermaid-source{margin:0;padding:12px 14px;border-top:1px solid var(--theme-border);background:var(--theme-surface-alt);overflow:auto}.message-text.markdown[data-v-0d71aa7a] .mermaid-source[hidden],.message-text.markdown[data-v-0d71aa7a] .mermaid-wrapper.is-rendered .mermaid-source{display:none}.message-text.markdown[data-v-0d71aa7a] .mermaid-source code{white-space:pre;background:transparent;padding:0;margin:0}.message-text.markdown[data-v-0d71aa7a] .mermaid-error{font-size:12px;color:#fecaca;border:1px dashed #7f1d1d;border-radius:4px;background:#7f1d1d33;padding:8px 10px}.message-text.markdown[data-v-0d71aa7a] .code-block-container.is-collapsible.is-collapsed .code-wrapper{max-height:240px}.message-text.markdown[data-v-0d71aa7a] .code-block-container.is-collapsible.is-collapsed .code-wrapper pre{overflow:hidden}.message-text.markdown[data-v-0d71aa7a] .code-block-header{display:flex;justify-content:flex-start;align-items:center;padding:8px 14px;background:var(--theme-surface-alt);border-bottom:1px solid var(--theme-border);border-top-left-radius:3px;border-top-right-radius:3px;grid-column:1 / -1;grid-row:1}.message-text.markdown[data-v-0d71aa7a] .code-header-left{display:flex;align-items:center;gap:8px;min-width:0}.message-text.markdown[data-v-0d71aa7a] .code-header-actions{display:flex;align-items:center;gap:8px;grid-column:2;grid-row:1;justify-self:end;align-self:stretch;padding:8px 14px}.message-text.markdown[data-v-0d71aa7a] .code-block-container.is-collapsible:not(.is-collapsed) .code-header-actions{position:sticky;top:0;z-index:3}.message-text.markdown[data-v-0d71aa7a] .code-toggle{background:var(--theme-surface-alt);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:3px;height:28px;padding:6px 10px;font-size:12px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all .2s ease-in-out}.message-text.markdown[data-v-0d71aa7a] .code-toggle:hover{background-color:var(--theme-surface-strong);border-color:var(--theme-border-strong)}.message-text.markdown[data-v-0d71aa7a] .code-toggle svg{width:14px;height:14px;transition:transform .2s ease-in-out}.message-text.markdown[data-v-0d71aa7a] .code-block-container.is-collapsible.is-collapsed .code-toggle svg{transform:rotate(0)}.message-text.markdown[data-v-0d71aa7a] .code-block-container.is-collapsible:not(.is-collapsed) .code-toggle svg{transform:rotate(180deg)}.message-text.markdown[data-v-0d71aa7a] .code-window-dot{width:8px;height:8px;border-radius:3px;display:inline-block}.message-text.markdown[data-v-0d71aa7a] .dot-red{background:#ff5f56}.message-text.markdown[data-v-0d71aa7a] .dot-yellow{background:#ffbd2e}.message-text.markdown[data-v-0d71aa7a] .dot-green{background:#27c93f}.message-text.markdown[data-v-0d71aa7a] .code-language{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;color:var(--theme-text-muted);text-transform:uppercase;font-weight:600;letter-spacing:.08em;margin-left:6px}.message-text.markdown[data-v-0d71aa7a] .copy-button{background:var(--theme-surface-alt);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:3px;height:28px;padding:6px 10px;font-size:12px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all .2s ease-in-out}.message-text.markdown[data-v-0d71aa7a] .copy-button svg{width:14px;height:14px}.message-text.markdown[data-v-0d71aa7a] .copy-button:hover{background-color:var(--theme-surface-strong);border-color:var(--theme-border-strong)}.message-text.markdown[data-v-0d71aa7a] .copy-button.copied{background:var(--theme-surface-strong);border-color:var(--theme-border-active)}.message-text.markdown[data-v-0d71aa7a] .code-wrapper{display:grid;grid-template-columns:auto 1fr;background:var(--theme-surface);border-bottom-left-radius:3px;border-bottom-right-radius:3px;overflow:hidden;position:relative;grid-column:1 / -1;grid-row:2}.message-text.markdown[data-v-0d71aa7a] .code-block-container.is-collapsible.is-collapsed .code-wrapper:after{content:"";position:absolute;left:0;right:0;bottom:0;height:48px;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,var(--theme-code-fade) 60%,var(--theme-code-fade-solid) 100%);pointer-events:none}.message-text.markdown[data-v-0d71aa7a] .code-overlay-toggle{position:absolute;left:50%;bottom:12px;transform:translate(-50%);display:none;align-items:center;gap:4px;color:var(--theme-text-muted);font-size:12px;line-height:1;-webkit-user-select:none;user-select:none;cursor:pointer;border:none;background:transparent;padding:0;z-index:4}.message-text.markdown[data-v-0d71aa7a] .code-block-container.is-collapsible.is-collapsed .code-overlay-toggle{display:inline-flex}.message-text.markdown[data-v-0d71aa7a] .code-overlay-toggle:hover{color:var(--theme-text-strong)}.message-text.markdown[data-v-0d71aa7a] .code-overlay-toggle svg{width:14px;height:14px}.message-text.markdown[data-v-0d71aa7a] .code-wrapper pre{background:transparent;padding:14px 16px;margin:0;border-radius:3px;overflow:auto;position:relative}.message-text.markdown[data-v-0d71aa7a] .code-wrapper pre code{background:unset;padding:0;font-family:JetBrains Mono,monospace;font-size:13px;white-space:pre}.message-text.markdown[data-v-0d71aa7a] .line-numbers{overflow:visible;padding:14px 12px;background:var(--theme-surface);border-right:1px solid var(--theme-border);text-align:right}.message-text.markdown[data-v-0d71aa7a] .line-numbers code{color:var(--theme-text-subtle);-webkit-user-select:none;user-select:none;line-height:1.6}.message-text.markdown[data-v-0d71aa7a] .code-content{padding:14px 16px}.message-text.markdown[data-v-0d71aa7a] .code-content code{line-height:1.6}.message-text.markdown[data-v-0d71aa7a] .code-line{display:block;padding-left:8px}.message-text.markdown[data-v-0d71aa7a] .code-line:hover{background:var(--theme-surface-hover)}.message-text.markdown[data-v-0d71aa7a] .indent-guides{color:var(--theme-border-muted)}.message-text.markdown[data-v-0d71aa7a] ul,.message-text.markdown[data-v-0d71aa7a] ol{padding-left:1.2em}.message-text.markdown[data-v-0d71aa7a] a{color:#3b82f6;text-decoration:none}.message-text.markdown[data-v-0d71aa7a] a:hover{text-decoration:underline}.link-preview[data-v-0d71aa7a]{position:fixed;z-index:999;width:340px;max-width:calc(100vw - 24px);background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:3px;box-shadow:0 18px 45px #00000059;overflow:hidden}.link-preview-header[data-v-0d71aa7a]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-text-subtle);background:var(--theme-surface-alt);border-bottom:1px solid var(--theme-border)}.link-preview-ai[data-v-0d71aa7a]{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text-muted);font-size:11px;cursor:pointer;transition:all .15s ease}.link-preview-ai svg[data-v-0d71aa7a]{width:14px;height:14px}.link-preview-ai[data-v-0d71aa7a]:hover{color:var(--theme-text);border-color:var(--theme-border-strong)}.link-preview-ai.is-done[data-v-0d71aa7a]{color:var(--theme-success);border-color:var(--theme-success-border)}.link-preview-ai[data-v-0d71aa7a]:disabled{opacity:.6;cursor:default}.link-preview-loading[data-v-0d71aa7a],.link-preview-error[data-v-0d71aa7a]{padding:12px;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--theme-text-muted)}.link-preview-error[data-v-0d71aa7a]{color:var(--theme-danger)}.link-preview-body[data-v-0d71aa7a]{display:flex;gap:12px;padding:12px;align-items:flex-start}.link-preview-text[data-v-0d71aa7a]{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.link-preview-title[data-v-0d71aa7a]{display:flex;align-items:center;gap:6px;min-width:0}.link-preview-favicon[data-v-0d71aa7a]{width:14px;height:14px;border-radius:3px;flex-shrink:0;background:var(--theme-surface-alt);border:1px solid var(--theme-border);object-fit:cover;filter:none}.link-preview-title-text[data-v-0d71aa7a]{font-size:14px;font-weight:600;color:var(--theme-text-strong);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-preview-skeleton[data-v-0d71aa7a]{display:flex;flex-direction:column;gap:6px}.link-preview-skeleton .skeleton-line[data-v-0d71aa7a]{width:100%;height:10px;border-radius:6px;background:linear-gradient(90deg,var(--theme-surface-alt) 0%,var(--theme-border) 45%,var(--theme-surface-alt) 100%);background-size:220% 100%;animation:linkPreviewSkeleton-0d71aa7a 1.2s ease-in-out infinite}.link-preview-skeleton .skeleton-line[data-v-0d71aa7a]:nth-child(2){width:82%}.link-preview-skeleton .skeleton-line[data-v-0d71aa7a]:nth-child(3){width:62%}.link-preview-desc[data-v-0d71aa7a]{font-size:13px;line-height:1.4;color:var(--theme-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-preview.is-expanded .link-preview-desc[data-v-0d71aa7a]{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:auto;max-height:220px}.link-preview-toggle[data-v-0d71aa7a]{align-self:flex-start;background:none;border:none;padding:0;font-size:12px;color:var(--theme-text-subtle);cursor:pointer;text-decoration:underline}.link-preview-toggle[data-v-0d71aa7a]:hover{color:var(--theme-text)}.link-preview-domain[data-v-0d71aa7a]{font-size:12px;color:var(--theme-text-subtle);word-break:break-all}.link-preview-image[data-v-0d71aa7a]{width:96px;height:72px;border-radius:3px;overflow:hidden;background:var(--theme-surface-alt);border:1px solid var(--theme-border);flex-shrink:0}.link-preview-image img[data-v-0d71aa7a]{width:100%;height:100%;object-fit:cover;display:block}.link-preview-fade-enter-active[data-v-0d71aa7a],.link-preview-fade-leave-active[data-v-0d71aa7a]{transition:opacity .15s ease,transform .15s ease}.link-preview-fade-enter-from[data-v-0d71aa7a],.link-preview-fade-leave-to[data-v-0d71aa7a]{opacity:0;transform:translateY(4px)}@keyframes linkPreviewSkeleton-0d71aa7a{0%{background-position:100% 0}to{background-position:-100% 0}}.message-text.markdown[data-v-0d71aa7a] table{width:100%;border-collapse:collapse;margin:1.5rem 0;table-layout:fixed;font-size:.9em}.message-text.markdown[data-v-0d71aa7a] table code{white-space:normal}.message-text.markdown[data-v-0d71aa7a] th,.message-text.markdown[data-v-0d71aa7a] td{padding:12px 16px;text-align:left;border:1px solid var(--theme-border);color:var(--theme-text)}.message-text.markdown[data-v-0d71aa7a] th{font-weight:600;color:var(--theme-text-strong)}.message-text.markdown[data-v-0d71aa7a] .hljs{background:transparent;color:var(--theme-text)}.message-row[data-v-1e8ac3f1]{margin-bottom:32px;animation:fadeIn-1e8ac3f1 .4s ease-out;position:relative}.message-container[data-v-1e8ac3f1]{display:flex;align-items:flex-start;gap:16px;position:relative;z-index:1}.message-row.is-active[data-v-1e8ac3f1]:before{content:"";position:absolute;top:-12px;bottom:-12px;left:50%;width:100vw;transform:translate(-50%);background:var(--theme-surface-alt);box-shadow:inset 0 0 0 1px var(--theme-border);pointer-events:none;z-index:0}.message-avatar[data-v-1e8ac3f1]{flex-shrink:0}.avatar-content[data-v-1e8ac3f1]{width:40px;height:40px;border-radius:3px;display:flex;align-items:center;justify-content:center;font-weight:600}.user-avatar[data-v-1e8ac3f1]{background:#262626;color:#f5f5f5}.ai-avatar[data-v-1e8ac3f1]{background-color:#fff;color:#f5f5f5}.ai-avatar img[data-v-1e8ac3f1]{width:18px}.message-content[data-v-1e8ac3f1]{flex:1;min-width:0}.message-text[data-v-1e8ac3f1]{font-size:16px;line-height:1.6;color:#e5e5e5;word-wrap:break-word}.message-header[data-v-1e8ac3f1]{display:flex;align-items:center;margin-bottom:6px}.deepwiki-progress[data-v-1e8ac3f1]{margin:0 0 10px;padding:10px 12px;border:1px solid #2f2f2f;background:#121212;border-radius:8px}.deepwiki-progress-head[data-v-1e8ac3f1]{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.deepwiki-progress-title[data-v-1e8ac3f1]{color:#d4d4d4;font-size:12px;letter-spacing:.02em}.deepwiki-progress-percent[data-v-1e8ac3f1]{color:#e5e5e5;font-size:12px;font-weight:600}.deepwiki-progress-track[data-v-1e8ac3f1]{position:relative;width:100%;height:8px;border-radius:999px;background:#1b1b1b;overflow:hidden}.deepwiki-progress-fill[data-v-1e8ac3f1]{position:absolute;top:0;left:0;bottom:0;min-width:2px;background:linear-gradient(90deg,#33d17a,#2ec27e 55%,#9be15d);transition:width .4s ease}.deepwiki-progress-meta[data-v-1e8ac3f1]{margin-top:6px;font-size:11px;color:#9f9f9f}.deepwiki-references[data-v-1e8ac3f1]{margin:0 0 10px;padding:10px 12px;border:1px solid #2f2f2f;border-radius:8px;background:#111315}.deepwiki-references-head[data-v-1e8ac3f1]{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.deepwiki-references-title[data-v-1e8ac3f1]{font-size:12px;letter-spacing:.02em;color:#d4d4d4}.deepwiki-references-count[data-v-1e8ac3f1]{font-size:11px;color:#9f9f9f}.deepwiki-reference-list[data-v-1e8ac3f1]{display:flex;flex-direction:column;gap:8px}.deepwiki-reference-item[data-v-1e8ac3f1]{padding:8px 10px;border:1px solid #25282b;border-radius:6px;background:#0f1113}.deepwiki-reference-path[data-v-1e8ac3f1]{font-size:12px;color:#d8dde3;word-break:break-all}.deepwiki-reference-snippet[data-v-1e8ac3f1]{margin:6px 0 0;padding:8px;border-radius:6px;background:#0b0d0f;color:#b9c3cc;font-size:11px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.message-meta[data-v-1e8ac3f1]{display:flex;gap:6px;align-items:flex-end;font-size:12px;color:#a3a3a3;white-space:nowrap}.message-name[data-v-1e8ac3f1]{font-size:15px;color:#f5f5f5}.message-files[data-v-1e8ac3f1]{display:flex;flex-direction:column;gap:6px;margin:6px 0 10px;width:100%}.file-card[data-v-1e8ac3f1]{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--theme-border);border-radius:4px;background:linear-gradient(180deg,var(--theme-surface) 0%,var(--theme-surface-alt) 100%);position:relative;transition:border-color .2s ease;z-index:1;width:100%}.file-card.inactive[data-v-1e8ac3f1]{border-color:var(--theme-border-muted);background:var(--theme-surface-alt);opacity:.75;box-shadow:none}.file-icon[data-v-1e8ac3f1]{width:32px;height:32px;border-radius:4px;background:var(--theme-surface-alt);border:1px solid var(--theme-border);color:var(--theme-text);font-size:10px;font-weight:700;letter-spacing:.08em;display:flex;align-items:center;justify-content:center}.file-details[data-v-1e8ac3f1]{display:flex;flex-direction:column;gap:2px;min-width:0}.file-title[data-v-1e8ac3f1]{font-size:13px;color:var(--theme-text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-meta[data-v-1e8ac3f1]{font-size:11px;color:var(--theme-text-subtle)}.file-actions[data-v-1e8ac3f1]{margin-left:auto;display:flex;align-items:center;gap:8px}.file-toggle[data-v-1e8ac3f1]{background:var(--theme-surface-alt);border:1px solid var(--theme-border);color:var(--theme-text);border-radius:4px;padding:4px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:all .2s ease}.file-toggle[data-v-1e8ac3f1]:hover{border-color:var(--theme-border-strong)}.file-toggle.inactive[data-v-1e8ac3f1]{background:var(--theme-surface);border-color:var(--theme-border-muted);color:var(--theme-text-subtle)}.message-responding[data-v-1e8ac3f1]{margin-top:12px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,var(--theme-text-subtle) 0%,var(--theme-accent, #6ea8ff) 50%,var(--theme-text-subtle) 100%);background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:respondingShimmer-1e8ac3f1 1.8s linear infinite,respondingPulse-1e8ac3f1 1.8s ease-in-out infinite}.message-responding[data-v-1e8ac3f1]:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--theme-accent, #6ea8ff);box-shadow:0 0 color-mix(in srgb,var(--theme-accent, #6ea8ff) 42%,transparent);animation:respondingDot-1e8ac3f1 1.2s ease-out infinite}@keyframes fadeIn-1e8ac3f1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes respondingShimmer-1e8ac3f1{0%{background-position:200% center}to{background-position:-20% center}}@keyframes respondingPulse-1e8ac3f1{0%,to{opacity:.72}50%{opacity:1}}@keyframes respondingDot-1e8ac3f1{0%{transform:scale(.85);box-shadow:0 0 color-mix(in srgb,var(--theme-accent, #6ea8ff) 44%,transparent)}70%{transform:scale(1);box-shadow:0 0 0 9px color-mix(in srgb,var(--theme-accent, #6ea8ff) 0%,transparent)}to{transform:scale(.9);box-shadow:0 0 color-mix(in srgb,var(--theme-accent, #6ea8ff) 0%,transparent)}}@media (max-width: 768px){.message-container[data-v-1e8ac3f1]{gap:12px}.avatar-content[data-v-1e8ac3f1]{width:32px;height:32px}}.system-message-row[data-v-1e8ac3f1]{width:100%;margin:32px 0;display:flex;justify-content:center;align-items:center}.branch-divider[data-v-1e8ac3f1]{width:100%;display:flex;align-items:center;text-align:center;color:#a3a3a3;font-size:13px}.branch-divider[data-v-1e8ac3f1]:before,.branch-divider[data-v-1e8ac3f1]:after{content:"";flex:1;border-bottom:1px solid oklch(44.4% .011 73.639)}.branch-divider[data-v-1e8ac3f1]:before{margin-right:16px}.branch-divider[data-v-1e8ac3f1]:after{margin-left:16px}.branch-link[data-v-1e8ac3f1]{color:#a3a3a3;text-decoration:underline;text-underline-offset:4px;font-weight:500}.branch-link[data-v-1e8ac3f1]:hover{color:#f5f5f5}.messages-container[data-v-f7979e0a]{flex:1 1 auto;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#333 #0f0f0f;min-height:0}.messages-header[data-v-f7979e0a]{position:sticky;top:0;z-index:2;background:var(--theme-chat-bg);border-bottom:1px solid var(--theme-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.messages-header-inner[data-v-f7979e0a]{max-width:1000px;margin:0 auto;height:43px;min-height:43px;padding:0 24px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative}.messages-header-title[data-v-f7979e0a]{font-size:15px;font-weight:600;color:var(--theme-text-strong);letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-header-actions[data-v-f7979e0a]{display:inline-flex;align-items:center;gap:8px}.header-toggle[data-v-f7979e0a]{width:30px;height:30px;border-radius:0;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.header-toggle[data-v-f7979e0a]:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong)}.header-toggle[data-v-f7979e0a]:focus-visible{outline:2px solid var(--theme-border-strong);outline-offset:1px}.header-toggle.active[data-v-f7979e0a]{color:var(--theme-active-text);border-color:var(--theme-border-active);background:var(--theme-surface-strong)}.messages-container[data-v-f7979e0a]::-webkit-scrollbar{width:6px}.messages-container[data-v-f7979e0a]::-webkit-scrollbar-track{background:#0f0f0f}.messages-container[data-v-f7979e0a]::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.messages-list[data-v-f7979e0a]{padding:24px;max-width:1000px;margin:0 auto;width:100%}@media (max-width: 768px){.messages-list[data-v-f7979e0a]{padding:16px}.messages-header-inner[data-v-f7979e0a]{padding:0 16px}.messages-header-title[data-v-f7979e0a]{font-size:14px}}.welcome-state[data-v-f4fab3de]{text-align:center;margin-bottom:80px}.welcome-state h2[data-v-f4fab3de]{font-size:36px;font-weight:600;margin-bottom:2px;color:var(--theme-text-strong)}.welcome-state p[data-v-f4fab3de]{font-size:18px;color:var(--theme-text-muted);line-height:1.5}@media (max-width: 768px){.welcome-state h2[data-v-f4fab3de]{font-size:24px}.welcome-state p[data-v-f4fab3de]{font-size:16px}}.model-select[data-v-8006e16e]{position:relative;min-width:100px;max-width:150px;width:100%}.model-select__trigger[data-v-8006e16e]{width:100%;height:28px;padding:0 10px;border-radius:4px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);font-size:12px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.model-select__trigger[data-v-8006e16e]:hover:not(:disabled){background:var(--theme-surface-hover);border-color:var(--theme-border-strong)}.model-select__trigger[data-v-8006e16e]:disabled{opacity:.6;cursor:not-allowed}.model-select__label[data-v-8006e16e]{flex:1;display:inline-flex;align-items:center;gap:6px;min-width:0}.model-select__label-text[data-v-8006e16e]{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.model-select__label-icon[data-v-8006e16e]{width:16px;height:16px;border-radius:4px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--theme-text-muted);font-size:10px;font-weight:600;padding:2px}.model-select__label-icon-image[data-v-8006e16e]{width:100%;height:100%;object-fit:contain;border-radius:3px}.model-select__label-icon-text[data-v-8006e16e]{line-height:1}.model-select__chevron[data-v-8006e16e]{color:var(--theme-text-muted)}.model-select__popover[data-v-8006e16e]{position:absolute;left:0;bottom:calc(100% + 6px);z-index:30;overflow:visible}.model-select__panel-box[data-v-8006e16e]{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;box-shadow:var(--theme-input-shadow);padding:6px;display:flex;flex-direction:column;gap:6px}.model-select__menu[data-v-8006e16e]{min-width:240px;max-width:min(320px,90vw)}.model-select__more-menu[data-v-8006e16e]{position:fixed;top:0;left:0;min-width:220px;max-width:min(300px,90vw);z-index:31}.model-select__search[data-v-8006e16e]{display:flex;align-items:center;gap:6px}.model-select__search-box[data-v-8006e16e]{flex:1;display:flex;align-items:center;gap:6px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);border-radius:4px;height:28px;padding:0 8px}.model-select__search-icon[data-v-8006e16e]{color:var(--theme-text-muted)}.model-select__search-input[data-v-8006e16e]{border:none;outline:none;background:transparent;color:var(--theme-text);font-size:12px;width:100%;height:100%}.model-select__refresh[data-v-8006e16e]{border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);border-radius:4px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.model-select__refresh[data-v-8006e16e]:hover:not(:disabled){background:var(--theme-surface-hover);border-color:var(--theme-border-strong)}.model-select__refresh[data-v-8006e16e]:disabled{opacity:.6;cursor:not-allowed}.model-select__panel[data-v-8006e16e]{display:flex;flex-direction:column;gap:4px}.model-select__section-title[data-v-8006e16e]{font-size:10px;color:var(--theme-text-subtle);letter-spacing:.02em;padding:2px 6px 4px}.model-select__row[data-v-8006e16e]{width:100%;border:none;background:transparent;color:var(--theme-text);text-align:left;padding:6px 8px;border-radius:4px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;transition:background-color .15s ease,color .15s ease}.model-select__row[data-v-8006e16e]:hover:not(.is-disabled),.model-select__row.is-active[data-v-8006e16e]{background:var(--theme-surface-hover)}.model-select__row.is-selected[data-v-8006e16e]{color:var(--theme-text-strong);font-weight:600}.model-select__row.is-disabled[data-v-8006e16e]{color:var(--theme-text-subtle);cursor:not-allowed}.model-select__row.is-nav[data-v-8006e16e]{font-weight:600}.model-select__row-label[data-v-8006e16e]{flex:1}.model-select__row-chevron[data-v-8006e16e]{color:var(--theme-text-muted);transition:transform .15s ease}.model-select__row.is-open .model-select__row-chevron[data-v-8006e16e]{transform:rotate(180deg)}.model-select__option-content[data-v-8006e16e]{display:inline-flex;align-items:center;gap:6px;min-width:0}.model-select__option-icon[data-v-8006e16e]{width:18px;height:18px;border-radius:4px;flex-shrink:0;border:1px solid var(--theme-border);background:var(--theme-surface-alt);display:inline-flex;align-items:center;justify-content:center;color:var(--theme-text-muted);font-size:10px;font-weight:600;padding:2px}.model-select__option-icon-image[data-v-8006e16e]{width:100%;height:100%;object-fit:contain;border-radius:3px}.model-select__option-icon-text[data-v-8006e16e]{line-height:1}.model-select__option-label[data-v-8006e16e]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-select__check[data-v-8006e16e]{color:var(--theme-accent)}.model-select__retry[data-v-8006e16e]{border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);border-radius:4px;padding:6px 8px;font-size:12px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.model-select__retry[data-v-8006e16e]:hover{background:var(--theme-surface-hover);border-color:var(--theme-border-strong);color:var(--theme-text-strong)}.model-select__empty[data-v-8006e16e]{padding:8px;color:var(--theme-text-subtle);font-size:12px;text-align:center}.more-menu[data-v-91266f4e]{position:relative;display:flex;align-items:center}.more-menu__trigger[data-v-91266f4e]{background:var(--theme-surface-alt);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:4px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0}.more-menu__trigger[data-v-91266f4e]:hover:not(:disabled){background:color-mix(in srgb,#ffffff 88%,var(--theme-surface-hover));border-color:var(--theme-border-strong);color:var(--theme-text-strong)}.more-menu__trigger[data-v-91266f4e]:disabled{opacity:.5;cursor:not-allowed}.more-menu__panel[data-v-91266f4e]{position:absolute;top:calc(100% + 6px);left:calc(100% + 6px);min-width:240px;max-width:min(320px,90vw);z-index:20}.more-menu__panel-box[data-v-91266f4e]{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;padding:6px;display:flex;flex-direction:column;gap:6px;box-shadow:var(--theme-input-shadow)}.more-menu.is-open-up .more-menu__panel[data-v-91266f4e]{top:auto;bottom:calc(100% + 6px)}.more-menu__group[data-v-91266f4e]{display:flex;flex-direction:column;gap:4px}.more-menu__group+.more-menu__group[data-v-91266f4e]{margin-top:4px;padding-top:4px;border-top:1px solid var(--theme-border)}.more-menu__section-title[data-v-91266f4e]{font-size:10px;color:var(--theme-text-subtle);letter-spacing:.02em;padding:2px 6px 4px}.more-menu__row[data-v-91266f4e]{width:100%;border:none;background:transparent;color:var(--theme-text);text-align:left;padding:6px 8px;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .15s ease,color .15s ease;display:flex;align-items:center;justify-content:space-between;gap:8px}.more-menu__row[data-v-91266f4e]:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong)}.more-menu__row.is-primary[data-v-91266f4e]{font-weight:600;color:var(--theme-text-strong)}.more-menu__row.is-disabled[data-v-91266f4e]{cursor:not-allowed;opacity:.6}.more-menu__row.is-active[data-v-91266f4e]{background:var(--theme-surface-hover);color:var(--theme-text-strong)}.more-menu__option-content[data-v-91266f4e]{display:inline-flex;align-items:center;gap:6px;min-width:0}.more-menu__option-icon[data-v-91266f4e]{width:18px;height:18px;flex-shrink:0;border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface-alt);color:var(--theme-text-muted);font-size:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.02em;padding:2px}.more-menu__option-label[data-v-91266f4e]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.more-menu__option-active[data-v-91266f4e]{font-size:10px;color:var(--theme-text-subtle);flex-shrink:0}.input-section[data-v-f5c5ef80]{width:100%;max-width:1000px;position:relative;z-index:6}.input-section.is-expanded[data-v-f5c5ef80]{z-index:24}.input-container[data-v-f5c5ef80]{width:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:4px;border-radius:4px;position:relative;z-index:20;min-height:0;transition:.3s}.input-section .input-container.has-tags[data-v-f5c5ef80]{--input-container-pad-top: 10px}.model-row[data-v-f5c5ef80]{display:flex;flex-direction:column;gap:6px;padding:8px 4px 0;align-self:stretch;z-index:1}.model-actions[data-v-f5c5ef80]{display:flex;align-items:center;justify-content:space-between;gap:8px}.model-actions__left[data-v-f5c5ef80],.model-actions__right[data-v-f5c5ef80]{display:flex;align-items:center;gap:4px}.model-actions__left[data-v-f5c5ef80]{flex:1;min-width:0}.model-actions__right[data-v-f5c5ef80]{flex-shrink:0}.file-actions[data-v-f5c5ef80]{display:flex;align-items:center;gap:6px}.icon-button[data-v-f5c5ef80]{background:var(--theme-surface-alt);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:4px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.icon-button[data-v-f5c5ef80]:hover:not(:disabled){background:var(--theme-surface-strong);border-color:var(--theme-border-strong);color:var(--theme-text-strong)}.icon-button[data-v-f5c5ef80]:disabled{opacity:.5;cursor:not-allowed}.attach-button[data-v-f5c5ef80]{border-radius:4px}.sr-only[data-v-f5c5ef80]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.input-wrapper[data-v-f5c5ef80]{position:relative;display:block;min-height:0;padding:6px 4px;transition:color .2s ease,padding .32s ease;max-height:260px;overflow-y:auto;will-change:padding}.input-editor[data-v-f5c5ef80]{width:100%;min-height:24px;max-height:220px;overflow-y:auto;color:var(--theme-text);transition:min-height .3s ease,max-height .3s ease}.mention-popover[data-v-f5c5ef80]{position:absolute;left:8px;right:8px;bottom:calc(100% + 8px);display:flex;flex-direction:column;gap:2px;max-height:180px;overflow-y:auto;border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);z-index:0}.mention-item[data-v-f5c5ef80]{width:100%;border:none;background:transparent;color:var(--theme-text);display:flex;align-items:center;gap:6px;text-align:left;padding:8px 10px;cursor:pointer}.mention-item[data-v-f5c5ef80]:hover,.mention-item.active[data-v-f5c5ef80]{background:var(--theme-surface-hover)}.mention-item-at[data-v-f5c5ef80]{color:var(--theme-text-subtle);font-weight:600}.mention-item-name[data-v-f5c5ef80]{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mention-item-meta[data-v-f5c5ef80]{flex-shrink:0;font-size:11px;color:var(--theme-text-subtle)}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror{outline:none;min-height:24px;line-height:1.5;font-size:16px;font-family:inherit;color:var(--theme-text);white-space:pre-wrap;word-break:break-word}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror p{margin:0}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror>*+*{margin-top:.35em}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror a{color:#3b82f6}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror h1,.input-editor[data-v-f5c5ef80] .chat-input-prosemirror h2,.input-editor[data-v-f5c5ef80] .chat-input-prosemirror h3,.input-editor[data-v-f5c5ef80] .chat-input-prosemirror h4,.input-editor[data-v-f5c5ef80] .chat-input-prosemirror h5,.input-editor[data-v-f5c5ef80] .chat-input-prosemirror h6{margin:0}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror h1{font-size:1.55em}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror h2{font-size:1.35em}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror h3{font-size:1.2em}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror code{background:color-mix(in srgb,var(--theme-surface-strong) 85%,transparent);border-radius:3px;padding:.1em .3em;font-size:.92em}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror pre{background:color-mix(in srgb,var(--theme-surface-strong) 90%,transparent);border:1px solid var(--theme-border);border-radius:4px;padding:10px;overflow-x:auto}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror pre code{background:transparent;border-radius:0;padding:0}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror blockquote{border-left:3px solid var(--theme-border-strong);padding-left:10px;margin:0;color:var(--theme-text-muted)}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror p.is-editor-empty:first-child:before{color:var(--theme-text-subtle);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror .md-token-faded{opacity:.45;font-weight:500}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror .md-token-strong{font-weight:700}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror .md-token-em{font-style:italic}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror .md-token-strike{text-decoration:line-through}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror .md-token-code{background:color-mix(in srgb,var(--theme-surface-strong) 85%,transparent);border-radius:3px;padding:.1em .3em;font-size:.92em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror .md-heading-1{font-size:1.55em;font-weight:700;line-height:1.25}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror .md-heading-2{font-size:1.35em;font-weight:700;line-height:1.3}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror .md-heading-3{font-size:1.2em;font-weight:700;line-height:1.35}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror .md-mention-tag{display:inline-block;background:color-mix(in srgb,var(--theme-accent) 20%,transparent);color:var(--theme-accent);border-radius:4px;font-size:14px;padding:0 .45em}.input-editor[data-v-f5c5ef80] .chat-input-prosemirror .md-mention-command{background:color-mix(in srgb,var(--theme-accent) 10%,transparent)}.input-section.is-expanded .input-wrapper[data-v-f5c5ef80]{padding:10px 8px 6px;max-height:none;overflow-y:auto}.input-section.is-expanded .input-container[data-v-f5c5ef80]{min-height:min(72vh,840px)}.input-section.is-expanded .input-editor[data-v-f5c5ef80]{min-height:100%;max-height:none}.send-button[data-v-f5c5ef80]{background:var(--theme-accent);color:var(--theme-accent-contrast);border:1px solid var(--theme-accent-border);border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.send-button svg[data-v-f5c5ef80]{width:12px;height:12px}.send-button[data-v-f5c5ef80]:hover:not(:disabled){background:var(--theme-accent-hover)}.send-button[data-v-f5c5ef80]:disabled{opacity:.4;cursor:not-allowed}.send-button.stop[data-v-f5c5ef80]{background:var(--theme-danger);color:var(--theme-accent-contrast);border-color:var(--theme-border)}.send-button.stop[data-v-f5c5ef80]:hover:not(:disabled){background:var(--theme-danger-hover)}.input-expansion[data-v-f5c5ef80]{display:inline-flex;align-items:center}.expansion-button[data-v-f5c5ef80]{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0}.expansion-button svg[data-v-f5c5ef80]{width:12px;height:12px;display:block;flex-shrink:0;transition:transform .24s ease,opacity .24s ease}.input-footer[data-v-f5c5ef80]{text-align:center;margin-top:12px;font-size:12px;color:var(--theme-text-subtle);display:flex;justify-content:center;align-items:center}.center-section[data-v-1c7d1cdb]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:0 24px;position:relative;--recent-peek: 160px;--recent-fade-height: 160px}.center-section.has-messages[data-v-1c7d1cdb]{min-height:auto;padding:0 24px 28px;flex-shrink:0;width:100%;align-items:stretch;background:var(--theme-chat-bg);--input-fade-height: 72px;z-index:2}.center-section.has-messages[data-v-1c7d1cdb]:before{content:"";position:absolute;left:0;right:0;top:calc(-1 * var(--input-fade-height));height:var(--input-fade-height);background:linear-gradient(180deg,rgba(0,0,0,0) 0%,var(--theme-fade-overlay) 55%,var(--theme-chat-bg) 100%);pointer-events:none;z-index:1}.center-section.has-messages[data-v-1c7d1cdb] .input-section{margin:0 auto}.center-section.has-messages .pending-files[data-v-1c7d1cdb]{margin:0 0 6px}.scroll-down-wrap[data-v-1c7d1cdb]{width:min(1000px,100%);display:flex;justify-content:center;margin:0 auto 8px;position:relative;z-index:3}.scroll-down-btn[data-v-1c7d1cdb]{height:30px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);border-radius:999px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;font-size:12px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.scroll-down-btn[data-v-1c7d1cdb]:hover{background:var(--theme-surface-hover);border-color:var(--theme-border-strong);color:var(--theme-text-strong)}.center-hero[data-v-1c7d1cdb]{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 0;scroll-snap-align:start;scroll-snap-stop:always}.center-stack[data-v-1c7d1cdb]{width:100%;display:flex;flex-direction:column;align-items:center;gap:50px;max-width:1000px}.center-stack[data-v-1c7d1cdb] .welcome-state{margin-bottom:0}.pending-files[data-v-1c7d1cdb]{width:100%;max-width:1000px;display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:flex-start}.pending-files--tags[data-v-1c7d1cdb]{margin:2px 0 6px}.pending-file[data-v-1c7d1cdb]{display:inline-flex;align-items:center;gap:10px;padding:8px 32px 8px 12px;border:1px solid var(--theme-pill-border);border-radius:4px;background:var(--theme-pill-bg);color:var(--theme-text);max-width:100%;position:relative}.pending-file.inactive[data-v-1c7d1cdb]{opacity:.6}.pending-file.is-previewable[data-v-1c7d1cdb]{cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.pending-file.is-previewable[data-v-1c7d1cdb]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover);transform:translateY(-1px)}.pending-file.is-previewable[data-v-1c7d1cdb]:focus-visible{outline:2px solid var(--theme-border-strong);outline-offset:2px}.pending-file-icon[data-v-1c7d1cdb]{width:34px;height:34px;border-radius:4px;background:var(--theme-surface-alt);border:1px solid var(--theme-border);color:var(--theme-text);font-size:10px;font-weight:700;letter-spacing:.06em;display:inline-flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.pending-file-badge[data-v-1c7d1cdb]{position:relative;z-index:1}.pending-file-progress[data-v-1c7d1cdb]{width:20px;height:20px;transform:rotate(-90deg);transform-origin:50% 50%;pointer-events:none}.pending-file-progress.is-spinning[data-v-1c7d1cdb]{animation:pending-spin-1c7d1cdb .9s linear infinite}.pending-progress-track[data-v-1c7d1cdb]{fill:none;stroke:var(--theme-border-muted);stroke-width:2}.pending-progress-ring[data-v-1c7d1cdb]{fill:none;stroke:var(--theme-accent);stroke-width:2;stroke-linecap:round;transition:stroke-dasharray .2s ease}.pending-file-progress.is-spinning .pending-progress-ring[data-v-1c7d1cdb]{stroke-dasharray:28 100;animation:pending-dash-1c7d1cdb 1.1s ease-in-out infinite}@keyframes pending-spin-1c7d1cdb{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}@keyframes pending-dash-1c7d1cdb{0%{stroke-dasharray:20 100;stroke-dashoffset:0}50%{stroke-dasharray:40 100;stroke-dashoffset:-10}to{stroke-dasharray:20 100;stroke-dashoffset:-30}}.pending-file-info[data-v-1c7d1cdb]{display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex:1}.pending-file-name[data-v-1c7d1cdb]{font-size:14px;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.pending-file-meta[data-v-1c7d1cdb]{font-size:10px;color:var(--theme-text-subtle);white-space:nowrap}.pending-file-actions[data-v-1c7d1cdb]{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center;justify-content:center}.pending-file-remove[data-v-1c7d1cdb]{background:transparent;border:1px solid var(--theme-border);color:var(--theme-text-subtle);width:16px;height:16px;border-radius:3px;font-size:11px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.pending-file-remove[data-v-1c7d1cdb]:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.center-section[data-v-1c7d1cdb]{padding:0 16px}}.recent-activities[data-v-1c7d1cdb]{width:min(1000px,100%);margin-top:0;padding:25px 0 40px;opacity:.7;min-height:100vh;transform:translateY(calc(-1 * var(--recent-peek)));transition:transform .3s ease,opacity .2s ease;scroll-snap-align:start;scroll-snap-stop:always}.center-section.is-scrolled .recent-activities[data-v-1c7d1cdb]{opacity:1;transform:translateY(0)}.recent-fade[data-v-1c7d1cdb]{position:sticky;width:100%;height:var(--recent-fade-height);margin-top:calc(-1 * var(--recent-fade-height));align-self:stretch;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,var(--theme-chat-bg) 100%);opacity:1;transition:opacity .2s ease;z-index:2}.center-section.is-scrolled .recent-fade[data-v-1c7d1cdb]{opacity:0}.chat-main:not(.has-messages){scroll-snap-type:y mandatory;scroll-behavior:smooth}.recent-header[data-v-1c7d1cdb]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.recent-header h3[data-v-1c7d1cdb]{margin:0;font-size:16px;color:#f5f5f5}.recent-tabs[data-v-1c7d1cdb]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.recent-tabs-left[data-v-1c7d1cdb]{display:flex;flex-wrap:wrap;gap:8px}.recent-tabs-right[data-v-1c7d1cdb]{margin-left:auto}.recent-search-input[data-v-1c7d1cdb]{height:32px;min-width:180px;border:1px solid var(--theme-input-border);background:var(--theme-input-bg);color:var(--theme-text);border-radius:3px;padding:0 10px;font-size:12px;transition:border-color .2s ease,box-shadow .2s ease}.recent-search-input[data-v-1c7d1cdb]::placeholder{color:var(--theme-text-subtle)}.recent-search-input[data-v-1c7d1cdb]:focus{outline:none;border-color:var(--theme-border-strong);box-shadow:var(--theme-input-shadow-focus)}.recent-tab[data-v-1c7d1cdb]{background:transparent;border:1px solid var(--theme-border);color:#a3a3a3;padding:6px 10px;border-radius:3px;cursor:pointer;font-size:12px;transition:all .2s ease}.recent-tab.active[data-v-1c7d1cdb]{border-color:var(--theme-border-active);color:var(--theme-text-strong)}.recent-page-info[data-v-1c7d1cdb]{font-size:12px;color:#a3a3a3}.recent-state[data-v-1c7d1cdb]{padding:18px 0;text-align:center;color:#a3a3a3;font-size:14px}.recent-list[data-v-1c7d1cdb]{list-style:none;padding:0 0 10px;margin:0;display:grid;gap:10px}.recent-item[data-v-1c7d1cdb]{border:1px solid var(--theme-border);border-radius:3px;background:#111;transition:border-color .2s ease,transform .2s ease}.recent-item[data-v-1c7d1cdb]:hover{border-color:var(--theme-border);transform:translateY(-1px)}.recent-link[data-v-1c7d1cdb]{display:block;padding:12px 14px;color:inherit;text-decoration:none}.recent-title[data-v-1c7d1cdb]{display:flex;align-items:center;gap:8px;margin-bottom:6px}.source-pill[data-v-1c7d1cdb]{font-size:10px;text-transform:uppercase;letter-spacing:.08em;padding:2px 8px;border-radius:3px;background:#171717;border:1px solid var(--theme-border);color:#e5e5e5}.title-text[data-v-1c7d1cdb]{font-size:14px;color:#f5f5f5;font-weight:600}.recent-preview[data-v-1c7d1cdb]{font-size:13px;color:#a3a3a3;line-height:1.4}.recent-meta[data-v-1c7d1cdb]{margin-top:8px;font-size:11px;color:#737373;display:flex;align-items:center;gap:6px}.recent-pagination[data-v-1c7d1cdb]{margin-bottom:20px;display:flex;justify-content:flex-end;gap:8px}.pager-btn[data-v-1c7d1cdb]{background:#171717;border:1px solid var(--theme-border);color:#e5e5e5;padding:8px 16px;border-radius:3px;cursor:pointer;font-size:14px}.pager-btn[data-v-1c7d1cdb]:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.center-section[data-v-1c7d1cdb]{padding:0 16px;--recent-peek: 120px;--recent-fade-height: 120px}.center-section.has-messages[data-v-1c7d1cdb]{--input-fade-height: 56px}.center-stack[data-v-1c7d1cdb]{gap:16px}.recent-tabs[data-v-1c7d1cdb]{align-items:stretch;flex-direction:column}.recent-tabs-right[data-v-1c7d1cdb]{width:100%;margin-left:0}.recent-search-input[data-v-1c7d1cdb]{width:100%;min-width:0}}.modal-backdrop[data-v-9b7ea052]{position:fixed;inset:0;background:#0009;display:grid;place-items:center;z-index:50}.modal[data-v-9b7ea052]{width:100%;max-width:460px;background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px}.modal-title[data-v-9b7ea052]{margin:0 0 10px;font-size:18px;font-weight:700;color:#f5f5f5}.modal-actions[data-v-9b7ea052]{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.date-picker[data-v-89042053]{--date-picker-popover-width: 296px;--date-picker-popover-mobile-gap: 32px;position:relative;display:grid;gap:4px;min-width:150px}.date-picker-label[data-v-89042053]{font-size:11px;color:#a3a3a3}.date-picker-trigger[data-v-89042053]{width:100%;background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:6px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#e5e5e5;font-size:12px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.date-picker-trigger[data-v-89042053]:hover{border-color:var(--theme-border);background:#141414}.date-picker-trigger[data-v-89042053]:focus-visible{outline:none;border-color:var(--theme-border)}.date-picker-trigger[data-v-89042053]:disabled{opacity:.6;cursor:not-allowed}.date-picker-value.placeholder[data-v-89042053]{color:#737373}.date-picker-icon[data-v-89042053]{width:16px;height:16px;color:#a3a3a3;display:inline-flex}.date-picker-icon svg[data-v-89042053]{width:100%;height:100%}.date-picker-popover[data-v-89042053]{position:absolute;top:calc(100% + 8px);left:0;z-index:60;width:min(var(--date-picker-popover-width),calc(100vw - var(--date-picker-popover-mobile-gap)));padding:10px;background:#0f0f0f;border:1px solid var(--theme-border);border-radius:3px}.date-picker-popover.is-align-end[data-v-89042053]{left:auto;right:0}.date-picker-presets[data-v-89042053]{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.date-picker-header[data-v-89042053]{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.nav-btn[data-v-89042053]{width:28px;height:28px;border-radius:3px;border:1px solid var(--theme-border);background:#111;color:#e5e5e5;font-size:12px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.nav-btn svg[data-v-89042053]{width:16px;height:16px}.nav-btn[data-v-89042053]:hover{border-color:var(--theme-border);background:#1a1a1a}.nav-btn[data-v-89042053]:disabled{opacity:.45;cursor:not-allowed}.nav-btn[data-v-89042053]:disabled:hover{border-color:var(--theme-border);background:#111}.month-label-wrap[data-v-89042053]{display:inline-flex;align-items:center;gap:6px}.month-label[data-v-89042053]{font-size:12px;color:#f5f5f5;font-weight:600}.month-caret[data-v-89042053]{width:14px;height:14px;color:#a3a3a3}.date-picker-weekdays[data-v-89042053]{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px}.weekday[data-v-89042053]{font-size:10px;text-align:center;color:#737373}.date-picker-grid[data-v-89042053]{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.date-cell[data-v-89042053]{height:28px;border-radius:3px;border:1px solid var(--theme-border);background:transparent;color:#e5e5e5;font-size:11px;position:relative;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.date-cell-number[data-v-89042053]{position:relative;z-index:1}.date-cell[data-v-89042053]:hover{border-color:var(--theme-border);background:#1a1a1a}.date-cell[data-v-89042053]:disabled:hover{border-color:var(--theme-border);background:transparent}.date-cell.is-outside[data-v-89042053]{color:#525252}.date-cell.is-today[data-v-89042053]{border-color:var(--theme-border)}.date-cell.is-today[data-v-89042053]:after{content:"";position:absolute;bottom:3px;left:50%;width:4px;height:4px;border-radius:3px;background:#f5f5f5;transform:translate(-50%)}.date-cell.is-range[data-v-89042053]{background:#1a1a1a;border-color:var(--theme-border);color:#d4d4d4}.date-cell.is-range-start[data-v-89042053],.date-cell.is-range-end[data-v-89042053],.date-cell.is-selected[data-v-89042053]{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-text-strong)}.date-cell[data-v-89042053]:disabled{opacity:.35;cursor:not-allowed}.date-picker.variant-calendar[data-v-89042053]{--date-picker-popover-width: 380px;--date-picker-popover-mobile-gap: 40px;min-width:0;gap:8px}.date-picker.variant-calendar .date-picker-label[data-v-89042053]{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-text-muted)}.date-picker-trigger.variant-calendar[data-v-89042053]{min-height:46px;padding:0 14px;background:var(--theme-surface-alt);border:1px solid var(--theme-border);border-radius:0;color:var(--theme-text-strong)}.date-picker-trigger.variant-calendar[data-v-89042053]:hover{background:var(--theme-surface-hover);border-color:var(--theme-border-strong)}.date-picker-trigger.variant-calendar[data-v-89042053]:focus-visible{border-color:var(--theme-border-strong);outline:2px solid var(--theme-border-strong);outline-offset:1px}.date-picker-trigger.variant-calendar .date-picker-value[data-v-89042053]{font-size:12px;font-weight:600}.date-picker-trigger.variant-calendar .date-picker-value.placeholder[data-v-89042053],.date-picker-trigger.variant-calendar .date-picker-icon[data-v-89042053]{color:var(--theme-text-subtle)}.date-picker-popover.variant-calendar[data-v-89042053]{top:calc(100% + 10px);width:min(var(--date-picker-popover-width),calc(100vw - var(--date-picker-popover-mobile-gap)));max-width:100%;padding:18px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:0;box-shadow:0 18px 40px #00000047}.date-picker-popover.variant-calendar .date-picker-presets[data-v-89042053]{gap:8px;margin-bottom:14px}.date-picker-popover.variant-calendar .date-picker-header[data-v-89042053]{margin-bottom:14px}.date-picker-popover.variant-calendar .nav-btn[data-v-89042053]{width:38px;height:38px;border-radius:0;background:var(--theme-surface-alt);color:var(--theme-text-muted)}.date-picker-popover.variant-calendar .nav-btn[data-v-89042053]:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong);border-color:var(--theme-border-strong)}.date-picker-popover.variant-calendar .nav-btn[data-v-89042053]:disabled:hover{background:var(--theme-surface-alt);color:var(--theme-text-muted);border-color:var(--theme-border)}.date-picker-popover.variant-calendar .month-label-wrap[data-v-89042053]{gap:8px}.date-picker-popover.variant-calendar .month-label[data-v-89042053]{font-size:16px;font-weight:700;color:var(--theme-text-strong)}.date-picker-popover.variant-calendar .month-caret[data-v-89042053]{color:var(--theme-text-subtle)}.date-picker-popover.variant-calendar .date-picker-weekdays[data-v-89042053]{gap:8px;margin-bottom:10px}.date-picker-popover.variant-calendar .weekday[data-v-89042053]{font-size:11px;font-weight:600;color:var(--theme-text-subtle)}.date-picker-popover.variant-calendar .date-picker-grid[data-v-89042053]{gap:2px 6px}.date-picker-popover.variant-calendar .date-cell[data-v-89042053]{height:42px;border:none;border-radius:0;background:transparent;color:var(--theme-text);font-size:13px;overflow:visible}.date-picker-popover.variant-calendar .date-cell[data-v-89042053]:before{content:"";position:absolute;top:50%;left:0;right:0;height:34px;transform:translateY(-50%);background:transparent;z-index:0}.date-picker-popover.variant-calendar .date-cell[data-v-89042053]:hover{background:transparent;border-color:transparent}.date-picker-popover.variant-calendar .date-cell-number[data-v-89042053]{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;transition:background .2s ease,color .2s ease,transform .2s ease}.date-picker-popover.variant-calendar .date-cell:hover .date-cell-number[data-v-89042053]{background:var(--theme-surface-hover);color:var(--theme-text-strong)}.date-picker-popover.variant-calendar .date-cell:disabled:hover .date-cell-number[data-v-89042053]{background:transparent;color:inherit}.date-picker-popover.variant-calendar .date-cell.is-outside[data-v-89042053]{color:var(--theme-text-subtle)}.date-picker-popover.variant-calendar .date-cell.is-range[data-v-89042053]:before{background:var(--theme-surface-strong)}.date-picker-popover.variant-calendar .date-cell.is-range-start[data-v-89042053]:before{left:50%}.date-picker-popover.variant-calendar .date-cell.is-range-end[data-v-89042053]:before{right:50%}.date-picker-popover.variant-calendar .date-cell.is-range-start.is-range-end[data-v-89042053]:before,.date-picker-popover.variant-calendar .date-cell.is-selected[data-v-89042053]:before{background:transparent}.date-picker-popover.variant-calendar .date-cell.is-selected .date-cell-number[data-v-89042053],.date-picker-popover.variant-calendar .date-cell.is-range-start .date-cell-number[data-v-89042053],.date-picker-popover.variant-calendar .date-cell.is-range-end .date-cell-number[data-v-89042053]{background:var(--theme-accent);color:var(--theme-accent-contrast);font-weight:700}.date-picker-popover.variant-calendar .date-cell.is-today .date-cell-number[data-v-89042053]:after{content:"";position:absolute;left:50%;bottom:4px;width:4px;height:4px;border-radius:999px;background:var(--theme-accent);transform:translate(-50%)}.date-picker-popover.variant-calendar .date-cell.is-selected .date-cell-number[data-v-89042053]:after,.date-picker-popover.variant-calendar .date-cell.is-range-start .date-cell-number[data-v-89042053]:after,.date-picker-popover.variant-calendar .date-cell.is-range-end .date-cell-number[data-v-89042053]:after{background:var(--theme-accent-contrast)}.share-popup[data-v-07a4e148]{display:flex;flex-direction:column;gap:16px}.section-label[data-v-07a4e148]{display:block;font-size:12px;font-weight:600;color:#a3a3a3;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.share-type-options[data-v-07a4e148]{display:flex;flex-direction:column;gap:8px}.type-option[data-v-07a4e148]{display:flex;flex-direction:column;align-items:flex-start;padding:12px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:0;cursor:pointer;transition:all .2s ease}.type-option[data-v-07a4e148]:hover{border-color:var(--theme-border-strong)}.type-option.active[data-v-07a4e148]{border-color:var(--theme-border-active);background:var(--theme-surface-strong)}.type-label[data-v-07a4e148]{font-size:14px;font-weight:600;color:var(--theme-text-strong)}.type-description[data-v-07a4e148]{font-size:12px;color:var(--theme-text-muted);margin-top:2px}.type-option.active .type-description[data-v-07a4e148]{color:var(--theme-text)}.expiration-section[data-v-07a4e148]{display:flex;flex-direction:column;gap:8px}.date-picker-inline[data-v-07a4e148] .date-picker-trigger{width:100%;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:0;color:var(--theme-text);padding:10px 12px;font-size:14px;box-sizing:border-box}.date-picker-inline[data-v-07a4e148] .date-picker-trigger:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}.date-picker-inline[data-v-07a4e148] .date-picker-trigger:focus-visible{outline:none;border-color:var(--theme-border-strong)}.clear-date-btn[data-v-07a4e148]{align-self:flex-start;padding:4px 8px;background:transparent;border:none;color:#737373;font-size:12px;cursor:pointer}.clear-date-btn[data-v-07a4e148]:hover{color:#f5f5f5}.share-link-section[data-v-07a4e148]{display:flex;flex-direction:column}.share-link-wrapper[data-v-07a4e148]{display:flex;gap:8px}.share-link-input[data-v-07a4e148]{flex:1;padding:10px 12px;background:#1a1a1a;border:1px solid #262626;border-radius:6px;color:#f5f5f5;font-size:13px;font-family:monospace}.share-link-input[data-v-07a4e148]:focus{outline:none}.copy-btn[data-v-07a4e148]{padding:10px 12px;background:#262626;border:1px solid #404040;border-radius:6px;color:#f5f5f5;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.copy-btn[data-v-07a4e148]:hover{background:#404040}.error-message[data-v-07a4e148]{padding:10px 12px;background:#7f1d1d;border:1px solid #dc2626;border-radius:6px;color:#fecaca;font-size:13px}.popup-actions[data-v-07a4e148]{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.btn[data-v-07a4e148]{padding:10px 16px;border-radius:0;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary[data-v-07a4e148]{background:#262626;border:1px solid #404040;color:#f5f5f5}.btn-secondary[data-v-07a4e148]:hover{background:#404040}.btn-primary[data-v-07a4e148]{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.btn-primary[data-v-07a4e148]:hover{background:#2563eb}.btn-primary[data-v-07a4e148]:disabled{opacity:.6;cursor:not-allowed}.file-preview-backdrop[data-v-7287513d]{position:fixed;inset:0;background:var(--theme-fade-overlay);display:grid;place-items:center;z-index:80;padding:16px}.file-preview-modal[data-v-7287513d]{width:min(1100px,100%);height:90vh;max-height:90vh;display:flex;flex-direction:column;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;overflow:hidden;box-shadow:0 24px 60px #00000059}.file-preview-header[data-v-7287513d]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--theme-border);background:var(--theme-surface-alt)}.file-preview-title[data-v-7287513d]{min-width:0}.file-preview-name[data-v-7287513d]{font-size:15px;font-weight:600;color:var(--theme-text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-preview-meta[data-v-7287513d]{font-size:12px;color:var(--theme-text-subtle);margin-top:2px}.file-preview-actions[data-v-7287513d]{display:inline-flex;align-items:center;gap:8px}.file-preview-action[data-v-7287513d],.file-preview-close[data-v-7287513d]{height:32px;border-radius:4px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.file-preview-action[data-v-7287513d]{font-size:12px;padding:0 12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.file-preview-close[data-v-7287513d]{width:32px;font-size:18px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.file-preview-action[data-v-7287513d]:hover,.file-preview-close[data-v-7287513d]:hover{background:var(--theme-surface-strong);border-color:var(--theme-border-strong);color:var(--theme-text-strong)}.file-preview-action[data-v-7287513d]:active,.file-preview-close[data-v-7287513d]:active{transform:translateY(1px)}.file-preview-body[data-v-7287513d]{flex:1;background:var(--theme-bg);min-height:280px;overflow:hidden;display:flex;flex-direction:column}.file-preview-layout[data-v-7287513d]{flex:1;display:flex;min-height:0}.file-preview-meta-panel[data-v-7287513d]{width:220px;flex-shrink:0;padding:16px;border-right:1px solid var(--theme-border);background:var(--theme-surface-alt);display:flex;flex-direction:column;gap:12px}.file-preview-meta-item[data-v-7287513d]{display:flex;flex-direction:column;gap:4px}.file-preview-meta-label[data-v-7287513d]{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-text-subtle)}.file-preview-meta-value[data-v-7287513d]{font-size:13px;color:var(--theme-text);word-break:break-word}.file-preview-content[data-v-7287513d]{flex:1;min-width:0;display:flex}.file-preview-body.is-pdf[data-v-7287513d]{background:radial-gradient(circle at top,rgba(255,255,255,.12),transparent 55%)}.file-preview-state[data-v-7287513d]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--theme-text-muted);text-align:center;padding:24px}.file-preview-state.is-error[data-v-7287513d]{color:var(--theme-danger)}.file-preview-frame[data-v-7287513d]{flex:1;width:100%;height:100%;border:none;background:#fff}.file-preview-pdf[data-v-7287513d]{flex:1;display:flex;flex-direction:column;padding:12px 16px 16px;gap:10px}.file-preview-pdf-label[data-v-7287513d]{padding:3px 8px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);letter-spacing:.06em;font-weight:600}.file-preview-pdf-title[data-v-7287513d]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-preview-pdf-stage[data-v-7287513d]{flex:1;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;overflow:hidden}.file-preview-image[data-v-7287513d]{max-width:100%;max-height:100%;object-fit:contain;align-self:center;margin:auto}.file-preview-text[data-v-7287513d]{flex:1;padding:18px;margin:0;overflow:auto;font-size:13px;line-height:1.5;color:var(--theme-text);background:var(--theme-surface);border-top:1px solid var(--theme-border);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.file-preview-text-shell[data-v-7287513d]{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--theme-surface)}.file-preview-text-mode-switch[data-v-7287513d]{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;border-bottom:1px solid var(--theme-border);background:var(--theme-surface-alt)}.file-preview-text-mode-btn[data-v-7287513d]{height:28px;padding:0 10px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text-muted);font-size:12px;font-weight:600;cursor:pointer}.file-preview-text-mode-btn.is-active[data-v-7287513d]{color:var(--theme-text-strong);border-color:var(--theme-border-strong);background:var(--theme-surface-strong)}.file-preview-markdown[data-v-7287513d]{flex:1;min-height:0;overflow:auto;padding:18px;color:var(--theme-text);border-top:1px solid var(--theme-border)}.file-preview-markdown[data-v-7287513d] h1,.file-preview-markdown[data-v-7287513d] h2,.file-preview-markdown[data-v-7287513d] h3,.file-preview-markdown[data-v-7287513d] h4,.file-preview-markdown[data-v-7287513d] p,.file-preview-markdown[data-v-7287513d] ul,.file-preview-markdown[data-v-7287513d] ol,.file-preview-markdown[data-v-7287513d] blockquote{margin:0 0 12px}.file-preview-markdown[data-v-7287513d] pre{margin:0 0 12px;overflow:auto}.file-preview-markdown[data-v-7287513d] code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.file-preview-sheet[data-v-7287513d]{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff}.file-preview-sheet-scroll[data-v-7287513d]{flex:1;overflow:auto;background:#fff}.file-preview-table[data-v-7287513d]{border-collapse:collapse;width:max-content;min-width:100%;font-size:12px;table-layout:fixed}.file-preview-table thead th[data-v-7287513d]{position:sticky;top:0;z-index:5;height:28px}.file-preview-corner[data-v-7287513d],.file-preview-col-header[data-v-7287513d],.file-preview-row-header[data-v-7287513d]{font-size:11px;font-weight:600;color:#5f6368;background:#f8f9fa;border:1px solid #dadce0;text-align:center;-webkit-user-select:none;user-select:none}.file-preview-corner[data-v-7287513d]{left:0;z-index:7!important;width:46px;min-width:46px;position:sticky}.file-preview-col-header[data-v-7287513d]{min-width:120px;padding:0 10px}.file-preview-row-header[data-v-7287513d]{position:sticky;left:0;z-index:6;width:46px;min-width:46px}.file-preview-table td[data-v-7287513d]{min-width:120px;border:1px solid #e6e9ef;padding:7px 10px;color:#202124;background:#fff;vertical-align:top;white-space:pre-wrap;word-break:break-word}.file-preview-table tbody tr:hover td[data-v-7287513d]{background:#f7fbff}.file-preview-sheet-tabs[data-v-7287513d]{display:flex;align-items:center;gap:8px;padding:8px 12px;border-top:1px solid #dadce0;background:#f8f9fa}.file-preview-tab[data-v-7287513d]{height:30px;min-width:84px;max-width:220px;padding:0 14px;border:1px solid transparent;background:transparent;color:#d6d3d1;font-size:12px;font-weight:500;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-preview-tab[data-v-7287513d]:hover{background:#eef2f6}.file-preview-tab.is-active[data-v-7287513d]{background:#fff;border-color:#dadce0;color:#000;font-weight:600}.file-preview-truncated[data-v-7287513d]{padding:8px 16px;font-size:12px;color:var(--theme-text-subtle);border-top:1px solid var(--theme-border);background:var(--theme-surface-alt)}@media (max-width: 768px){.file-preview-modal[data-v-7287513d]{width:100%;height:90vh;max-height:90vh}.file-preview-layout[data-v-7287513d]{flex-direction:column}.file-preview-meta-panel[data-v-7287513d]{width:100%;border-right:none;border-bottom:1px solid var(--theme-border);flex-direction:row;flex-wrap:wrap}.file-preview-meta-item[data-v-7287513d]{width:calc(50% - 8px)}.file-preview-header[data-v-7287513d]{flex-direction:column;align-items:flex-start}.file-preview-col-header[data-v-7287513d],.file-preview-table td[data-v-7287513d]{min-width:96px}.file-preview-actions[data-v-7287513d]{width:100%;justify-content:space-between}}.right-rail[data-v-b2230f4a]{position:fixed;right:0;top:96px;z-index:30;display:flex;align-items:flex-start}.right-panel[data-v-b2230f4a]{position:fixed;right:0;top:0;width:var(--bookmark-panel-width, 320px);height:100vh;background:var(--theme-panel-bg);border-left:1px solid var(--theme-border);border-bottom:1px solid var(--theme-border);transform:translate(100%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .2s ease;display:flex;flex-direction:column;z-index:1}.right-rail.is-open .right-panel[data-v-b2230f4a]{transform:translate(0);opacity:1;pointer-events:auto}.right-panel-header[data-v-b2230f4a]{display:flex;align-items:center;justify-content:space-between;gap:10px;height:44px;min-height:44px;padding:0 14px;box-sizing:border-box;border-bottom:1px solid var(--theme-border);color:var(--theme-text-strong)}.right-panel-title[data-v-b2230f4a]{font-size:15px;font-weight:600}.right-panel-title.branch[data-v-b2230f4a]{display:inline-flex;align-items:center;gap:8px;letter-spacing:.02em}.right-panel-title.branch[data-v-b2230f4a]:before{content:"";width:10px;height:10px;border-left:2px solid var(--theme-border-strong);border-bottom:2px solid var(--theme-border-strong);box-sizing:border-box;transform:translateY(-1px)}.right-panel-actions[data-v-b2230f4a]{display:inline-flex;align-items:center;gap:8px}.right-panel-close[data-v-b2230f4a]{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--theme-border);border-radius:0;background:transparent;color:var(--theme-text-muted);cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.right-panel-close[data-v-b2230f4a]:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong);border-color:var(--theme-border-strong)}@media (max-width: 720px){.right-rail[data-v-b2230f4a]{top:84px}}.chat-app[data-v-531ec4e3]{display:flex;flex-direction:column;height:100vh;width:100vw;--bookmark-panel-width: 320px;background:#0a0a0a;color:#e5e5e5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}.chat-main[data-v-531ec4e3]{display:flex;flex-direction:column;overflow-y:auto;height:100vh;min-height:0;scrollbar-width:none;box-sizing:border-box;transition:padding-right .25s ease}.chat-main[data-v-531ec4e3]::-webkit-scrollbar{width:0;height:0}.chat-main.has-messages[data-v-531ec4e3]{overflow:hidden}.chat-main[data-v-531ec4e3]:not(.has-messages){padding-bottom:80px}.chat-app.right-panel-open .chat-main[data-v-531ec4e3]{padding-right:var(--bookmark-panel-width)}.bookmark-panel-list[data-v-531ec4e3],.file-panel-list[data-v-531ec4e3],.branch-panel-list[data-v-531ec4e3]{flex:1;min-height:0;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px}.branch-panel-state[data-v-531ec4e3]{color:var(--theme-text-muted);font-size:12px;padding:10px 6px}.branch-panel-summary[data-v-531ec4e3]{display:flex;flex-wrap:wrap;gap:6px}.branch-stat[data-v-531ec4e3]{display:inline-flex;align-items:center;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text-muted);font-size:10px;line-height:1.2;padding:2px 7px}.branch-network-scroll[data-v-531ec4e3]{border:1px solid var(--theme-border);background:var(--theme-surface);overflow:auto;min-height:220px;max-height:320px}.branch-network-svg[data-v-531ec4e3]{display:block}.branch-edge[data-v-531ec4e3]{fill:none;stroke:var(--theme-border-strong);stroke-width:1.5}.branch-edge.merge[data-v-531ec4e3]{stroke:var(--theme-warning);stroke-dasharray:4 3}.branch-network-node[data-v-531ec4e3]{cursor:pointer}.branch-node-core[data-v-531ec4e3]{fill:var(--theme-text-subtle)}.branch-network-node.active .branch-node-core[data-v-531ec4e3]{fill:var(--theme-active-text)}.branch-node-ring[data-v-531ec4e3]{fill:none;stroke:var(--theme-border-active);stroke-width:1.2}.branch-node-merge[data-v-531ec4e3]{fill:none;stroke:var(--theme-warning);stroke-width:1.2}.branch-network-label[data-v-531ec4e3]{fill:var(--theme-text-strong);font-size:11px;font-weight:600}.branch-network-tag-bg[data-v-531ec4e3]{fill:#10b98126;stroke:#10b98173;stroke-width:.8}.branch-network-tag[data-v-531ec4e3]{fill:#7ee7bf;font-size:10px;font-weight:600}.branch-item[data-v-531ec4e3]{appearance:none;border:1px solid var(--theme-border);background:var(--theme-surface);padding:8px 10px;text-align:left;width:100%;color:var(--theme-text);transition:border-color .2s ease,background-color .2s ease}.branch-item[data-v-531ec4e3]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}.branch-item.active[data-v-531ec4e3]{border-color:var(--theme-border-active);background:var(--theme-surface-strong)}.branch-item.root[data-v-531ec4e3]{border-style:solid}.branch-item-row[data-v-531ec4e3]{display:flex;align-items:center;gap:8px;min-width:0}.branch-item-tags[data-v-531ec4e3]{margin-left:auto;display:inline-flex;align-items:center;gap:6px}.branch-item-tag[data-v-531ec4e3]{border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text-muted);font-size:10px;line-height:1.2;padding:2px 5px}.branch-item-tag.split[data-v-531ec4e3]{color:var(--theme-accent)}.branch-item-tag.merge[data-v-531ec4e3]{color:var(--theme-warning)}.branch-item-tag.release[data-v-531ec4e3]{color:#7ee7bf}.branch-node-dot[data-v-531ec4e3]{width:6px;height:6px;border-radius:50%;background:var(--theme-text-subtle);flex-shrink:0}.branch-item.active .branch-node-dot[data-v-531ec4e3]{background:var(--theme-active-text)}.branch-item-title[data-v-531ec4e3]{font-size:12px;font-weight:600;color:var(--theme-text-strong);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.branch-item-meta[data-v-531ec4e3]{margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;color:var(--theme-text-muted)}.branch-item-id[data-v-531ec4e3]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.02em}.bookmark-item[data-v-531ec4e3]{appearance:none;border:1px solid var(--theme-border);background:var(--theme-surface);padding:10px 12px;display:flex;flex-direction:column;gap:6px;color:var(--theme-text);text-align:left;width:100%;transition:border-color .2s ease,background-color .2s ease}.file-panel-item[data-v-531ec4e3]{border:1px solid var(--theme-border);background:var(--theme-surface);display:flex;flex-direction:column;gap:8px;transition:border-color .2s ease,background-color .2s ease}.file-panel-item[data-v-531ec4e3]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}.file-panel-item.inactive[data-v-531ec4e3]{opacity:.76}.file-panel-item-main[data-v-531ec4e3]{appearance:none;width:100%;border:none;background:transparent;color:inherit;text-align:left;padding:10px 12px 0;cursor:pointer}.file-panel-item-header[data-v-531ec4e3]{display:flex;align-items:center;gap:8px;min-width:0}.file-panel-item-badge[data-v-531ec4e3]{font-size:10px;font-weight:700;color:var(--theme-text-muted);border:1px solid var(--theme-border);padding:2px 6px;line-height:1.2;flex-shrink:0}.file-panel-item-title[data-v-531ec4e3]{font-size:12px;font-weight:600;color:var(--theme-text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-panel-item-subtitle[data-v-531ec4e3]{font-size:11px;color:var(--theme-text-muted);line-height:1.35;word-break:break-word;padding-bottom:10px}.file-panel-item-actions[data-v-531ec4e3]{display:flex;justify-content:flex-end;padding:0 10px 10px}.file-panel-item-toggle[data-v-531ec4e3]{height:26px;padding:0 10px;border:1px solid var(--theme-border);border-radius:0;background:var(--theme-surface-alt);color:var(--theme-text-strong);font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.file-panel-item-toggle[data-v-531ec4e3]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}.file-panel-item-toggle.inactive[data-v-531ec4e3]{color:var(--theme-text-muted);border-color:var(--theme-border);background:transparent}.file-panel-item-toggle[data-v-531ec4e3]:disabled{opacity:.5;cursor:not-allowed}.bookmark-item[data-v-531ec4e3]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}.bookmark-item-meta[data-v-531ec4e3]{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-size:11px;color:var(--theme-text-muted)}.bookmark-item-role[data-v-531ec4e3]{color:var(--theme-text-strong);font-weight:600}.bookmark-item-text[data-v-531ec4e3]{font-size:12px;line-height:1.4;color:var(--theme-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 720px){.chat-app[data-v-531ec4e3]{--bookmark-panel-width: 260px}}.history-loading[data-v-531ec4e3]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#a3a3a3;padding:24px}.history-loading .spinner[data-v-531ec4e3]{width:20px;height:20px;border:2px solid var(--theme-border);border-top-color:var(--theme-border);border-radius:50%;animation:spin-531ec4e3 .8s linear infinite}.drag-overlay[data-v-531ec4e3]{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0a0a0a8c;z-index:40;pointer-events:none}.drag-overlay-card[data-v-531ec4e3]{border:2px dashed #3f3f46;border-radius:12px;padding:20px 28px;background:#111111e6;color:#e5e5e5;font-size:14px;letter-spacing:.02em}.api-key-warning[data-v-531ec4e3]{margin:14px;padding:14px 16px;background:#111;border:1px solid var(--theme-border);border-radius:3px;color:#e5e5e5;display:flex;justify-content:space-between;align-items:center;gap:10px}.api-key-link[data-v-531ec4e3]{color:#111;font-weight:600;background:#e5e5e5;border:1px solid var(--theme-border);padding:6px 10px;border-radius:3px}.api-key-link[data-v-531ec4e3]:hover{color:#111;background:#f5f5f5;border-color:var(--theme-border)}@keyframes spin-531ec4e3{to{transform:rotate(360deg)}}.share-view[data-v-81a69290]{min-height:100vh;background:linear-gradient(180deg,#0a0a0a,#111 60%,#0f0f0f);color:#e5e5e5;padding:24px}.share-header[data-v-81a69290]{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--theme-border);padding-bottom:16px;margin-bottom:16px}.share-title h1[data-v-81a69290]{font-size:22px;margin:0 0 6px}.share-title p[data-v-81a69290]{margin:0;display:flex;align-items:center;gap:10px;color:#a3a3a3}.pill[data-v-81a69290]{background:#171717;border:1px solid var(--theme-border);color:#e5e5e5;padding:2px 8px;border-radius:3px;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.type-pill.public[data-v-81a69290]{background:#14532d;border-color:#22c55e;color:#86efac}.type-pill.team[data-v-81a69290]{background:#1e3a5f;border-color:#3b82f6;color:#93c5fd}.type-pill.private[data-v-81a69290]{background:#422006;border-color:#f59e0b;color:#fcd34d}.header-actions[data-v-81a69290]{display:flex;align-items:center;gap:10px}.back-btn[data-v-81a69290]{background:transparent;border:1px solid var(--theme-border);color:#e5e5e5;padding:8px 14px;border-radius:3px;cursor:pointer}.back-btn[data-v-81a69290]:hover{border-color:var(--theme-border)}.login-btn[data-v-81a69290]{background:#3b82f6;border:1px solid #3b82f6;color:#fff;padding:8px 14px;border-radius:6px;text-decoration:none;font-size:14px}.login-btn[data-v-81a69290]:hover{background:#2563eb}.login-btn.large[data-v-81a69290]{padding:12px 24px;font-size:16px;font-weight:500}.share-body[data-v-81a69290]{max-width:none;width:100%;margin:0}.state[data-v-81a69290]{padding:32px;text-align:center;color:#a3a3a3;display:flex;flex-direction:column;align-items:center;gap:12px}.state.error[data-v-81a69290]{color:#fca5a5}.state.auth-required[data-v-81a69290]{padding:60px 32px}.auth-message[data-v-81a69290]{display:flex;flex-direction:column;align-items:center;gap:16px;color:#a3a3a3}.auth-message svg[data-v-81a69290]{color:#525252}.auth-message h2[data-v-81a69290]{margin:0;font-size:20px;color:#e5e5e5}.auth-message p[data-v-81a69290]{margin:0;font-size:14px}.share-messages[data-v-81a69290]{margin-top:12px}[data-v-81a69290] .messages-list{max-width:none;margin:0;width:100%}[data-v-81a69290] .messages-header-inner{max-width:none;margin:0}.field[data-v-47722a95]{display:flex;flex-direction:column;gap:6px}.label[data-v-47722a95]{color:var(--theme-text);font-weight:600;font-size:14px}.control[data-v-47722a95]{position:relative}.input[data-v-47722a95]{width:100%;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);color:var(--theme-text);border-radius:3px;padding:10px 12px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.input[data-v-47722a95]:focus{border-color:var(--theme-border-strong);box-shadow:0 0 0 2px var(--theme-focus)}.control.has-error .input[data-v-47722a95]{border-color:var(--theme-danger)}.hint[data-v-47722a95]{font-size:12px;color:var(--theme-text-muted)}.error[data-v-47722a95]{font-size:12px;color:var(--theme-danger)}.btn[data-v-4b04cd49]{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--theme-border);border-radius:3px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;outline:none}.btn[data-v-4b04cd49]:focus-visible{outline:2px solid var(--theme-focus, rgba(255, 255, 255, .35));outline-offset:2px}.btn[data-v-4b04cd49]:disabled{opacity:.6;cursor:not-allowed}.btn-block[data-v-4b04cd49]{width:100%}.btn-sm[data-v-4b04cd49]{padding:6px 10px;font-size:14px;border-radius:3px}.btn-md[data-v-4b04cd49]{padding:10px 14px;font-size:15px}.btn-lg[data-v-4b04cd49]{padding:12px 18px;font-size:16px}.btn-primary[data-v-4b04cd49]{background:#e5e5e5;color:#111;border-color:var(--theme-border)}.btn-primary[data-v-4b04cd49]:hover:not(:disabled){background:#f5f5f5}.btn-secondary[data-v-4b04cd49]{background:#171717;border-color:var(--theme-border);color:#e5e5e5}.btn-secondary[data-v-4b04cd49]:hover:not(:disabled){background:#262626}.btn-danger[data-v-4b04cd49]{background:transparent;border:.5px solid var(--theme-border);color:#e5e5e5}.btn-danger[data-v-4b04cd49]:hover:not(:disabled){background:#171717;border-color:var(--theme-border);color:#fff}.btn-ghost[data-v-4b04cd49]{background:transparent;border-color:var(--theme-border);color:#a3a3a3}.btn-ghost[data-v-4b04cd49]:hover:not(:disabled){background:#262626;color:#f5f5f5}.spinner[data-v-4b04cd49]{width:16px;height:16px;border:2px solid var(--theme-border);border-top-color:var(--theme-border);border-radius:50%;animation:spin-4b04cd49 .8s linear infinite}@keyframes spin-4b04cd49{to{transform:rotate(360deg)}}.alert[data-v-b722f23d]{padding:10px 12px;border-radius:3px;border:1px solid var(--theme-border);font-size:14px}.alert-info[data-v-b722f23d]{background:#171717;border-color:var(--theme-border);color:#e5e5e5}.alert-success[data-v-b722f23d]{background:#10b9811f;border-color:var(--theme-border);color:#34d399}.alert-warning[data-v-b722f23d]{background:#f59e0b1f;border-color:var(--theme-border);color:#f59e0b}.alert-error[data-v-b722f23d]{background:#ef44441f;border-color:var(--theme-border);color:#f87171}.auth-page[data-v-ed5a2293]{min-height:100vh;display:grid;place-items:center;background:var(--theme-bg);color:var(--theme-text)}.card[data-v-ed5a2293]{width:100%;max-width:420px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:3px;padding:22px;display:flex;flex-direction:column;gap:14px}.title[data-v-ed5a2293]{font-size:22px;font-weight:700;margin:0}.subtitle[data-v-ed5a2293]{color:var(--theme-text-muted);margin:0 0 6px}.row[data-v-ed5a2293]{display:flex;align-items:center;justify-content:space-between;margin:6px 0 10px}.muted[data-v-ed5a2293]{color:var(--theme-text-muted);font-size:14px;margin:10px 0 0}.link[data-v-ed5a2293]{color:var(--theme-text);text-decoration:underline}.mb-2[data-v-ed5a2293]{margin-bottom:10px}.form[data-v-e5ff3e1c]{display:grid;gap:10px}.models-block[data-v-e5ff3e1c]{display:grid;gap:8px}.models-header[data-v-e5ff3e1c]{display:flex;justify-content:space-between;align-items:center}.models-list[data-v-e5ff3e1c]{display:grid;gap:6px;max-height:220px;overflow:auto;padding:4px;border:1px solid var(--theme-border);border-radius:3px}.check[data-v-e5ff3e1c]{display:inline-flex;gap:6px;align-items:center}.mono[data-v-e5ff3e1c]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.modal-actions[data-v-e5ff3e1c]{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.loading[data-v-e5ff3e1c]{padding:10px;color:#a3a3a3}.mt-2[data-v-e5ff3e1c]{margin-top:10px}.card[data-v-fd68b271]{background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px}.section-title[data-v-fd68b271]{margin:0 0 6px;font-size:16px;font-weight:600}.muted[data-v-fd68b271]{color:#a3a3a3}.form[data-v-fd68b271]{display:grid;gap:10px}.users-header[data-v-fd68b271]{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.filters[data-v-fd68b271]{display:flex;align-items:center;gap:8px}.filter-label[data-v-fd68b271]{color:#a3a3a3;font-size:14px}.role-filters[data-v-fd68b271]{display:inline-flex;gap:8px;align-items:center}.check[data-v-fd68b271]{display:inline-flex;gap:6px;align-items:center}.role-filters .check[data-v-fd68b271]{position:relative;cursor:pointer;gap:0}.role-filters .check input[data-v-fd68b271]{position:absolute;opacity:0;pointer-events:none}.role-filters .tag[data-v-fd68b271]{border:1px solid var(--theme-border);background:#111;color:#a3a3a3;padding:4px 12px;transition:background .2s ease,color .2s ease,border-color .2s ease}.role-filters .tag-user[data-v-fd68b271],.role-filters .tag-admin[data-v-fd68b271]{border-color:var(--theme-border)}.role-filters .check input:checked+.tag[data-v-fd68b271]{background:#1f1f1f;border-color:var(--theme-border);color:#fff;-webkit-user-select:none;user-select:none}.role-filters .check input:focus-visible+.tag[data-v-fd68b271]{border-color:var(--theme-border)}.table-wrapper[data-v-fd68b271]{overflow:auto}.table[data-v-fd68b271]{width:100%;border-collapse:collapse}.table th[data-v-fd68b271],.table td[data-v-fd68b271]{text-align:left;padding:10px;border-bottom:1px solid var(--theme-border)}.row-actions[data-v-fd68b271]{display:flex;gap:6px}.loading[data-v-fd68b271]{padding:10px;color:#a3a3a3}.role-tags[data-v-fd68b271]{display:inline-flex;gap:6px;flex-wrap:wrap}.tag[data-v-fd68b271]{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--theme-border);padding:2px 8px;border-radius:3px;font-weight:600;font-size:12px;color:#e5e5e5;background:#171717}.tag-user[data-v-fd68b271]{border-color:var(--theme-border);color:#e5e5e5;background:#171717}.tag-admin[data-v-fd68b271]{border-color:var(--theme-border);color:#f5f5f5;background:#1a1a1a}.form[data-v-fd68b271] .modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.mt-2[data-v-fd68b271]{margin-top:10px}.models-block[data-v-fd68b271]{display:grid;gap:8px}.models-header[data-v-fd68b271]{display:flex;justify-content:space-between;align-items:center}.models-list[data-v-fd68b271]{display:grid;gap:6px;max-height:220px;overflow:auto;padding:4px;border:1px solid var(--theme-border);border-radius:3px}.mono[data-v-fd68b271]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.team-section[data-v-fd68b271]{margin-top:16px;border-top:1px solid var(--theme-border);padding-top:14px;display:grid;gap:10px}.team-header[data-v-fd68b271]{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.team-create[data-v-fd68b271]{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.team-create .input[data-v-fd68b271]{background:#0f0f0f;border:1px solid var(--theme-border);color:#e5e5e5;padding:8px 10px;border-radius:3px;min-width:200px}.team-error[data-v-fd68b271]{color:#f87171;margin-top:6px}.card[data-v-5e884eac]{background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px}.header[data-v-5e884eac]{display:flex;align-items:center;justify-content:space-between}.section-title[data-v-5e884eac]{margin:0;font-size:16px;font-weight:600}.table-wrapper[data-v-5e884eac]{overflow:auto;margin-top:10px}.table[data-v-5e884eac]{width:100%;border-collapse:collapse}.table th[data-v-5e884eac],.table td[data-v-5e884eac]{text-align:left;padding:10px;border-bottom:1px solid var(--theme-border)}.row-actions[data-v-5e884eac]{display:flex;gap:6px}.loading[data-v-5e884eac]{padding:10px;color:#a3a3a3}.muted[data-v-5e884eac]{color:#a3a3a3}.models[data-v-5e884eac]{display:inline-flex;gap:6px;flex-wrap:wrap}.tag[data-v-5e884eac]{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--theme-border);padding:2px 8px;border-radius:3px;font-weight:600;font-size:12px;color:#e5e5e5;background:#171717}.mono[data-v-5e884eac]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.modal-actions[data-v-5e884eac]{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.mt-2[data-v-5e884eac]{margin-top:10px}.generated-key[data-v-5e884eac]{display:grid;gap:16px}.generated-key .notice[data-v-5e884eac]{color:#e5e5e5;text-align:center;margin-bottom:8px;font-size:14px}.generated-key .key-wrapper[data-v-5e884eac]{position:relative;background:#0a0a0a;border:1px solid var(--theme-border);border-radius:3px;padding:16px 40px 16px 16px;word-break:break-all}.generated-key .key[data-v-5e884eac]{font-size:16px;line-height:1.5;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#e5e5e5}.copy-btn[data-v-5e884eac]{position:absolute;top:8px;right:8px;background:transparent;border:none;color:#a3a3a3;border-radius:3px;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.copy-btn[data-v-5e884eac]:hover{background:#262626;color:#f5f5f5}.copy-btn[data-v-5e884eac]:active{transform:scale(.95)}.copy-btn svg[data-v-5e884eac]{display:block}.base-toggle[data-v-61267920]{--toggle-border: var(--theme-border-strong);--toggle-track: var(--theme-surface-strong);--toggle-track-on: var(--theme-accent);--toggle-knob: var(--theme-text-muted);--toggle-knob-on: var(--theme-accent-contrast);display:inline-flex;align-items:center;gap:10px;border-radius:3px;border:none;background:transparent;padding:0;color:var(--theme-text);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}body[data-theme=light]{--toggle-border: var(--theme-text-subtle);--toggle-track: var(--theme-border);--toggle-knob: #ffffff;--toggle-track-on: var(--theme-accent);--toggle-knob-on: var(--theme-accent-contrast)}.base-toggle[data-v-61267920]:focus-visible{outline:none}.base-toggle.is-disabled[data-v-61267920]{opacity:.6;cursor:not-allowed}.base-toggle__track[data-v-61267920]{width:44px;height:24px;background:var(--toggle-track);border:1px solid var(--toggle-border);border-radius:3px;padding:3px;display:inline-flex;align-items:center;transition:background-color .2s ease}.base-toggle__knob[data-v-61267920]{width:18px;height:18px;background:var(--toggle-knob);border:1px solid var(--toggle-border);box-sizing:border-box;border-radius:3px;transition:transform .2s ease,background-color .2s ease}.base-toggle.is-on .base-toggle__track[data-v-61267920]{background:var(--toggle-track-on);border-color:var(--toggle-track-on)}.base-toggle.is-on .base-toggle__knob[data-v-61267920]{transform:translate(20px);background:var(--toggle-knob-on);border-color:var(--toggle-knob-on)}.base-toggle__label[data-v-61267920]{font-size:13px;font-weight:600;color:var(--theme-text)}.base-toggle.is-compact[data-v-61267920]{gap:0;padding:0}.card[data-v-d983afaa]{background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px;display:grid;gap:14px}.header[data-v-d983afaa]{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.section-title[data-v-d983afaa]{margin:0;font-size:16px;font-weight:600}.subtitle[data-v-d983afaa]{margin-top:4px}.muted[data-v-d983afaa]{color:#a3a3a3}.badge[data-v-d983afaa]{border:1px solid var(--theme-border);border-radius:3px;font-size:12px;font-weight:700;padding:4px 8px;color:#f5f5f5;background:#171717}.list-header[data-v-d983afaa]{display:grid;gap:2px}.list-title[data-v-d983afaa]{margin:16px 0 0;font-size:14px;color:#f5f5f5}.list-desc[data-v-d983afaa]{margin:0;font-size:12px}.summary-grid[data-v-d983afaa]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.summary-card[data-v-d983afaa]{border:1px solid var(--theme-border);border-radius:3px;background:var(--theme-surface);border-color:var(--theme-border);padding:10px;display:grid;gap:2px}.summary-label[data-v-d983afaa]{color:#a3a3a3;font-size:12px}.summary-value[data-v-d983afaa]{color:#f5f5f5;font-size:18px;font-weight:700}.provider-list[data-v-d983afaa]{display:grid;gap:10px}.provider-row[data-v-d983afaa]{width:100%;border:1px solid var(--theme-border);border-radius:3px;background:var(--theme-surface-alt);padding:14px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.provider-row[data-v-d983afaa]:hover{background:var(--theme-surface);border-color:var(--theme-border-active)}.provider-meta[data-v-d983afaa]{display:grid;gap:3px}.provider-left[data-v-d983afaa]{display:inline-flex;align-items:center;gap:12px;min-width:0}.provider-logo[data-v-d983afaa]{width:32px;height:32px;border-radius:7px;flex-shrink:0;border:1px solid var(--theme-border);background:#0c0c0c;padding:3px;object-fit:contain}.provider-logo-fallback[data-v-d983afaa]{display:inline-flex;align-items:center;justify-content:center;color:#d4d4d4;font-size:12px;font-weight:700;text-transform:uppercase}.provider-right[data-v-d983afaa]{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.provider-tags[data-v-d983afaa]{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:4px}.provider-tag[data-v-d983afaa]{border:1px solid var(--theme-border);border-radius:3px;font-size:11px;color:#a3a3a3;background:var(--theme-surface-alt);padding:2px 6px}.status-tag[data-v-d983afaa]{border:1px solid var(--theme-border);border-radius:3px;padding:4px 8px;font-size:12px;color:#a3a3a3;background:#111}.status-tag.connected[data-v-d983afaa]{color:#e5e5e5;background:#161616}.open-label[data-v-d983afaa]{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#f5f5f5}.modal-desc[data-v-d983afaa]{margin:2px 0 0;font-size:12px;line-height:1.4}.modal-shell[data-v-d983afaa]{display:grid;gap:10px;height:100%;min-height:0;overflow:auto;padding-right:2px}.modal-hero[data-v-d983afaa]{border:1px solid var(--theme-border);border-radius:3px;padding:10px;background:var(--theme-surface-alt);display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.modal-head[data-v-d983afaa]{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.modal-head-left[data-v-d983afaa]{display:inline-flex;align-items:center;gap:10px}.modal-logo[data-v-d983afaa]{width:30px;height:30px;padding:2px}.modal-tags[data-v-d983afaa]{margin-top:0}.modal-grid[data-v-d983afaa]{display:grid;gap:8px}.modal-panel[data-v-d983afaa]{border:1px solid var(--theme-border);border-radius:3px;padding:10px;background:var(--theme-surface-alt)}.section-title-sm[data-v-d983afaa]{font-size:12px;color:#a3a3a3;margin:0 0 8px;font-weight:600}.modal-form[data-v-d983afaa]{margin-top:0}.endpoint-preview[data-v-d983afaa]{border:1px dashed var(--theme-border-strong);background:var(--theme-surface);border-radius:3px;color:#d4d4d4;padding:8px 10px;font-size:12px}.quick-block[data-v-d983afaa]{display:grid;gap:6px}.quick-label[data-v-d983afaa]{color:#a3a3a3;font-size:12px;font-weight:600}.quick-actions[data-v-d983afaa]{display:flex;justify-content:flex-end}.choice-grid[data-v-d983afaa]{display:flex;flex-wrap:wrap;gap:6px}.choice-chip[data-v-d983afaa]{border:1px solid var(--theme-border);border-radius:3px;padding:5px 8px;background:var(--theme-surface);color:#d4d4d4;font-size:12px;cursor:pointer}.choice-chip.active[data-v-d983afaa]{border-color:var(--theme-border-active);background:var(--theme-surface-strong);color:var(--theme-text-strong)}.template-grid[data-v-d983afaa]{display:grid;gap:6px}.template-card[data-v-d983afaa]{border:1px solid var(--theme-border);border-radius:3px;background:var(--theme-surface);padding:7px 8px;display:grid;gap:3px;text-align:left;cursor:pointer}.template-card.active[data-v-d983afaa]{border-color:var(--theme-border-active);background:var(--theme-surface-strong)}.template-title[data-v-d983afaa]{color:#e5e5e5;font-size:12px;font-weight:600}.template-value[data-v-d983afaa]{color:#a3a3a3;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-template[data-v-d983afaa]{margin-top:8px;padding-top:8px;border-top:1px solid var(--theme-border);display:grid;gap:4px}.preview-label[data-v-d983afaa]{color:#a3a3a3;font-size:12px}.preview-value[data-v-d983afaa]{color:#e5e5e5;font-size:12px}.preview-sample[data-v-d983afaa]{margin-top:6px;border:1px solid var(--theme-border);border-radius:3px;background:var(--theme-surface);color:#d4d4d4;padding:8px;font-size:12px}.mono[data-v-d983afaa]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.check[data-v-d983afaa]{display:inline-flex;gap:6px;align-items:center}.event-check[data-v-d983afaa]{border:1px solid var(--theme-border);padding:5px 8px;border-radius:3px;background:var(--theme-surface);color:#d4d4d4}.provider-title[data-v-d983afaa]{margin:0;font-size:15px;font-weight:600;color:#f5f5f5}.provider-desc[data-v-d983afaa]{margin:4px 0 0;color:#a3a3a3;font-size:12px}.form[data-v-d983afaa]{display:grid;gap:10px}.label[data-v-d983afaa]{color:#e5e5e5;font-weight:600;font-size:14px}.events[data-v-d983afaa]{display:grid;gap:8px}.event-tags[data-v-d983afaa]{display:flex;flex-wrap:wrap;gap:8px}.event-tag[data-v-d983afaa]{display:inline-flex;align-items:center;gap:4px}.modal-actions-row[data-v-d983afaa]{margin-top:8px;position:sticky;bottom:0;z-index:2;padding-top:8px;border-top:1px solid var(--theme-border);background:var(--theme-surface);display:flex;justify-content:flex-end;gap:6px}[data-v-d983afaa] .modal-backdrop{z-index:80}[data-v-d983afaa] .modal{width:min(760px,calc(100vw - 24px));max-width:760px;height:calc(100vh - 56px);max-height:calc(100vh - 56px);background:#111;border-color:var(--theme-border-strong);display:flex;flex-direction:column;overflow:hidden}@media (max-width: 720px){.summary-grid[data-v-d983afaa]{grid-template-columns:1fr}.provider-row[data-v-d983afaa]{align-items:flex-start;flex-direction:column}.provider-right[data-v-d983afaa]{width:100%;justify-content:space-between}[data-v-d983afaa] .modal{width:calc(100vw - 16px);max-width:calc(100vw - 16px);height:calc(100vh - 24px);max-height:calc(100vh - 24px)}.modal-hero[data-v-d983afaa]{flex-direction:column;align-items:flex-start}}.card[data-v-da5e5737]{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:6px;padding:16px}.logs-header[data-v-da5e5737]{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-title[data-v-da5e5737]{margin:0;font-size:16px;font-weight:600;color:var(--theme-text-strong)}.filters[data-v-da5e5737]{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:16px;padding:12px;background:var(--theme-surface-alt);border:1px solid var(--theme-border);border-radius:6px}.filter-group[data-v-da5e5737]{display:flex;flex-direction:column;gap:4px}.filter-label[data-v-da5e5737]{font-size:12px;color:var(--theme-text-muted)}.select[data-v-da5e5737] .base-select__trigger{background:var(--theme-input-bg);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:6px;padding:6px 10px;font-size:13px;min-width:120px}.select[data-v-da5e5737] .base-select__trigger:focus-visible{outline:none;border-color:var(--theme-border-strong)}.date-filter[data-v-da5e5737] .date-range-picker-trigger{background:var(--theme-input-bg);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:6px;padding:6px 10px;font-size:13px;min-width:190px}.date-filter[data-v-da5e5737] .date-range-picker-trigger:focus-visible{outline:none;border-color:var(--theme-border-strong)}.logs-stats[data-v-da5e5737]{display:flex;gap:24px;margin-bottom:16px;padding:12px 16px;background:var(--theme-surface-alt);border:1px solid var(--theme-border);border-radius:6px}.stat[data-v-da5e5737]{display:flex;flex-direction:column;gap:2px}.stat-value[data-v-da5e5737]{font-size:20px;font-weight:600;color:var(--theme-text)}.stat-label[data-v-da5e5737]{font-size:12px;color:var(--theme-text-subtle)}.stat-success[data-v-da5e5737]{color:var(--theme-success)}.stat-error[data-v-da5e5737]{color:var(--theme-danger)}.stat-warning[data-v-da5e5737]{color:var(--theme-warning)}.table-wrapper[data-v-da5e5737]{overflow:auto;border:1px solid var(--theme-border);border-radius:6px}.table[data-v-da5e5737]{width:100%;border-collapse:collapse;font-size:13px}.table th[data-v-da5e5737]{text-align:left;padding:10px 12px;background:var(--theme-surface-alt);color:var(--theme-text-muted);font-weight:500;border-bottom:1px solid var(--theme-border)}.table td[data-v-da5e5737]{padding:8px 12px;border-bottom:1px solid var(--theme-border-muted)}.table tr:last-child td[data-v-da5e5737]{border-bottom:none}.table tbody tr[data-v-da5e5737]:hover{background:var(--theme-surface-hover)}.row-error[data-v-da5e5737]{background:var(--theme-danger-soft)}.row-warning[data-v-da5e5737]{background:var(--theme-warning-soft)}.timestamp[data-v-da5e5737]{font-family:SF Mono,Monaco,monospace;font-size:12px;color:var(--theme-text-subtle)}.status-badge[data-v-da5e5737]{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.status-success[data-v-da5e5737]{background:var(--theme-success-soft);color:var(--theme-success)}.status-error[data-v-da5e5737]{background:var(--theme-danger-soft);color:var(--theme-danger)}.status-warning[data-v-da5e5737]{background:var(--theme-warning-soft);color:var(--theme-warning)}.status-info[data-v-da5e5737]{background:#3b82f626;color:#3b82f6}:root[data-theme=light] .status-info[data-v-da5e5737]{background:#2563eb1f;color:#2563eb}.action-cell[data-v-da5e5737]{font-weight:500;color:var(--theme-text)}.user-cell[data-v-da5e5737]{color:var(--theme-text-muted)}.message-cell[data-v-da5e5737]{color:var(--theme-text);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ip-cell[data-v-da5e5737]{font-family:SF Mono,Monaco,monospace;font-size:12px}.muted[data-v-da5e5737]{color:var(--theme-text-subtle)}.empty-row[data-v-da5e5737]{text-align:center;padding:24px!important}.pagination[data-v-da5e5737]{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--theme-border)}.page-info[data-v-da5e5737]{font-size:13px;color:var(--theme-text-muted)}.prompt-section[data-v-02bb57f2]{display:grid;gap:12px;padding:14px;margin-top:12px;border:1px solid var(--theme-border);border-radius:3px;background:#0f0f0f}.prompt-section[data-v-02bb57f2]:first-of-type{margin-top:0}.prompt-section-header[data-v-02bb57f2]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid var(--theme-border)}.prompt-section-meta[data-v-02bb57f2]{display:grid;gap:4px}.prompt-section-meta h3[data-v-02bb57f2]{margin:0;font-size:14px;font-weight:600;color:#e5e5e5}.section-desc[data-v-02bb57f2]{margin:0;font-size:12px;color:#a3a3a3;line-height:1.4}.table-wrapper[data-v-02bb57f2]{border:1px solid var(--theme-border);border-radius:3px;background:#111;overflow:auto}.table[data-v-02bb57f2]{width:100%;border-collapse:collapse}.table th[data-v-02bb57f2]{background:#141414}.table th[data-v-02bb57f2],.table td[data-v-02bb57f2]{text-align:left;padding:10px;border-bottom:1px solid var(--theme-border)}.table tr:last-child td[data-v-02bb57f2]{border-bottom:none}.loading[data-v-02bb57f2]{padding:10px;color:#a3a3a3}.muted[data-v-02bb57f2]{color:#a3a3a3}.mt-2[data-v-02bb57f2]{margin-top:10px}.card[data-v-85bafb3e]{background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px}.section-title[data-v-85bafb3e]{margin:0 0 6px;font-size:16px;font-weight:600}.muted[data-v-85bafb3e]{color:#a3a3a3}.form[data-v-85bafb3e]{display:grid;gap:10px}.users-header[data-v-85bafb3e]{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.prompt-tabs[data-v-85bafb3e]{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 12px}.prompt-tab[data-v-85bafb3e]{background:#171717;border:1px solid var(--theme-border);color:#a3a3a3;padding:6px 10px;border-radius:3px;cursor:pointer;transition:all .2s ease;font-size:12px}.prompt-tab[data-v-85bafb3e]:hover{background:#262626;color:#fff;border-color:var(--theme-border)}.prompt-tab.active[data-v-85bafb3e]{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-text-strong)}.filters[data-v-85bafb3e]{display:flex;align-items:center;gap:8px}.filter-label[data-v-85bafb3e]{color:#a3a3a3;font-size:14px}.select[data-v-85bafb3e]{background-color:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:3px;padding:8px 36px 8px 12px}.input[data-v-85bafb3e]{background:#111;color:#e5e5e5;border:1px solid var(--theme-border);border-radius:3px;padding:8px 10px}.helper-text[data-v-85bafb3e]{margin:4px 0 0;color:#a3a3a3;font-size:12px}.role-filters[data-v-85bafb3e]{display:inline-flex;gap:8px;align-items:center}.check[data-v-85bafb3e]{display:inline-flex;gap:6px;align-items:center}.table-wrapper[data-v-85bafb3e]{overflow:auto}.table[data-v-85bafb3e]{width:100%;border-collapse:collapse}.table th[data-v-85bafb3e],.table td[data-v-85bafb3e]{text-align:left;padding:10px;border-bottom:1px solid var(--theme-border)}.row-actions[data-v-85bafb3e]{display:flex;gap:6px}.loading[data-v-85bafb3e]{padding:10px;color:#a3a3a3}.role-tags[data-v-85bafb3e]{display:inline-flex;gap:6px;flex-wrap:wrap}.tag[data-v-85bafb3e]{display:inline-flex;align-items:center;gap:6px;border:1px solid;padding:2px 8px;border-radius:3px;font-weight:600;font-size:12px}.tag-user[data-v-85bafb3e]{border-color:var(--theme-border);color:#e5e5e5;background:#171717}.tag-admin[data-v-85bafb3e]{border-color:var(--theme-border);color:#f5f5f5;background:#171717}.tag-active[data-v-85bafb3e]{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-active-text)}.tag-inactive[data-v-85bafb3e]{border-color:var(--theme-border);color:#a3a3a3;background:#111}.mt-2[data-v-85bafb3e]{margin-top:10px}.prompt-content[data-v-85bafb3e]{color:#a3a3a3;font-size:14px;max-width:400px}.form-group[data-v-85bafb3e]{display:flex;flex-direction:column;gap:6px}.textarea[data-v-85bafb3e]{width:100%;background:#0a0a0a;border:1px solid var(--theme-border);border-radius:3px;padding:10px;color:#e5e5e5;font-family:inherit;font-size:14px;resize:vertical;min-height:120px}.textarea[data-v-85bafb3e]:focus{outline:none;border-color:var(--theme-border)}.modal-actions[data-v-85bafb3e]{display:flex;gap:4px}.left[data-v-85bafb3e]{display:flex;align-items:center;gap:16px}.card[data-v-ec49640f]{background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px}.header[data-v-ec49640f]{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.section-title[data-v-ec49640f]{margin:0;font-size:16px;font-weight:600}.muted[data-v-ec49640f]{color:#a3a3a3}.small[data-v-ec49640f]{font-size:13px}.form[data-v-ec49640f]{display:grid;gap:10px}.form-group[data-v-ec49640f]{display:flex;flex-direction:column;gap:6px}.label[data-v-ec49640f]{color:#a3a3a3;font-size:14px}.select[data-v-ec49640f]{background-color:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:3px;padding:10px 36px 10px 12px}.textarea[data-v-ec49640f]{width:100%;background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:10px;color:#e5e5e5;font-family:inherit;font-size:14px;resize:vertical}.textarea[data-v-ec49640f]:focus,.select[data-v-ec49640f]:focus{outline:none;border-color:var(--theme-border-strong)}.actions[data-v-ec49640f]{display:flex;align-items:center;gap:10px}.mt-1[data-v-ec49640f]{margin-top:6px}.pill[data-v-ec49640f]{border:1px solid var(--theme-border);color:#d4d4d4;padding:4px 10px;border-radius:3px;font-weight:600;font-size:12px;background:#171717}.card[data-v-9a6c896d]{background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px}.header[data-v-9a6c896d]{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.header-actions[data-v-9a6c896d]{display:flex;gap:8px;align-items:center}.section-title[data-v-9a6c896d]{margin:0;font-size:16px;font-weight:600}.muted[data-v-9a6c896d]{color:#a3a3a3}.small[data-v-9a6c896d]{font-size:13px}.table-wrapper[data-v-9a6c896d]{overflow:auto}.table[data-v-9a6c896d]{width:100%;border-collapse:collapse}.table th[data-v-9a6c896d],.table td[data-v-9a6c896d]{text-align:left;padding:10px;border-bottom:1px solid var(--theme-border)}.table th.center[data-v-9a6c896d],.table td.center[data-v-9a6c896d]{text-align:center;vertical-align:middle}.name[data-v-9a6c896d]{display:flex;flex-direction:column;gap:2px}.mono[data-v-9a6c896d]{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;color:#d4d4d4}.row-actions[data-v-9a6c896d]{display:flex;flex-wrap:wrap;gap:6px}.loading[data-v-9a6c896d]{padding:10px;color:#a3a3a3}.pill[data-v-9a6c896d]{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--theme-border);padding:2px 8px;border-radius:3px;font-weight:600;font-size:12px;color:#e5e5e5;background:#171717}.pill-green[data-v-9a6c896d]{border-color:var(--theme-border);color:#f5f5f5;background:#1a1a1a}.pill-gray[data-v-9a6c896d]{border-color:var(--theme-border);color:#a3a3a3;background:#171717}.status-cell[data-v-9a6c896d]{text-align:center;vertical-align:middle}.pagination[data-v-9a6c896d]{display:flex;align-items:center;gap:10px;margin-top:12px}.pager[data-v-9a6c896d]{background:#171717;color:#e5e5e5;border:1px solid var(--theme-border);border-radius:3px;padding:6px 10px;cursor:pointer}.pager[data-v-9a6c896d]:disabled{opacity:.5;cursor:not-allowed}.form[data-v-9a6c896d]{display:grid;gap:10px}.modal-actions[data-v-9a6c896d]{display:flex;justify-content:flex-end;gap:8px}.mt-1[data-v-9a6c896d]{margin-top:6px}.mb-2[data-v-9a6c896d]{margin-bottom:10px}.action-grid[data-v-9a6c896d]{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;width:100%}.detail-grid[data-v-9b3f06d1]{display:grid;gap:14px}.card[data-v-9b3f06d1]{background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px}.header[data-v-9b3f06d1]{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.header-actions[data-v-9b3f06d1]{display:flex;align-items:center;gap:8px}.bulk-toggle-wrap[data-v-9b3f06d1]{display:inline-flex;align-items:center;gap:8px}.bulk-toggle-control[data-v-9b3f06d1]{position:relative;padding-right:32px}.bulk-toggle-spinner[data-v-9b3f06d1]{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none}.section-title[data-v-9b3f06d1]{margin:0;font-size:16px;font-weight:600}.section-sub[data-v-9b3f06d1]{margin:0;font-size:15px;font-weight:600}.muted[data-v-9b3f06d1]{color:#a3a3a3}.small[data-v-9b3f06d1]{font-size:13px}.form-row[data-v-9b3f06d1]{display:grid;grid-template-columns:280px 1fr;gap:12px}.form-group[data-v-9b3f06d1]{display:flex;flex-direction:column;gap:6px}.label[data-v-9b3f06d1]{color:#a3a3a3;font-size:14px}.select[data-v-9b3f06d1]{background-color:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:3px;padding:10px 36px 10px 12px}.select[data-v-9b3f06d1]:focus{outline:none;border-color:var(--theme-border-strong)}.json-block[data-v-9b3f06d1]{background:#0a0a0a;border:1px solid var(--theme-border);border-radius:3px;padding:10px;display:flex;flex-direction:column;gap:8px}.json-header[data-v-9b3f06d1]{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.json-viewer[data-v-9b3f06d1]{margin:0;white-space:pre-wrap;word-break:break-word;font-size:13px;color:#d4d4d4}.table-wrapper[data-v-9b3f06d1]{overflow:auto}.table[data-v-9b3f06d1]{width:100%;border-collapse:collapse}.table th[data-v-9b3f06d1],.table td[data-v-9b3f06d1]{text-align:left;padding:12px 10px;border-bottom:1px solid var(--theme-border);vertical-align:middle}.table th.center[data-v-9b3f06d1],.table td.center[data-v-9b3f06d1]{text-align:center;vertical-align:middle}.schema[data-v-9b3f06d1]{white-space:pre-wrap;background:#0a0a0a;border:1px solid var(--theme-border);padding:8px;border-radius:3px;max-width:420px;max-height:180px;overflow:auto}.schema-form[data-v-9b3f06d1]{display:grid;gap:8px;padding:0}.schema-cell[data-v-9b3f06d1],.param-list[data-v-9b3f06d1]{display:grid;gap:6px}.param-form[data-v-9b3f06d1]{display:grid;gap:10px}.param-label[data-v-9b3f06d1]{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.param-line[data-v-9b3f06d1]{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px;border:1px solid var(--theme-border);border-radius:3px;background:#171717}.param-input[data-v-9b3f06d1]{display:flex;flex:1}.param-input .input[data-v-9b3f06d1]{width:100%;background-color:var(--theme-surface);border:1px solid var(--theme-border);border-radius:3px;padding:8px 10px;color:var(--theme-text)}.param-input .input[data-v-9b3f06d1]:focus{outline:none;border-color:var(--theme-border-strong)}.param-name[data-v-9b3f06d1]{font-weight:700}.param-type[data-v-9b3f06d1]{color:#9ca3af;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.ellipsis[data-v-9b3f06d1]{max-width:260px}.pill[data-v-9b3f06d1]{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--theme-border);padding:2px 8px;border-radius:3px;font-weight:600;font-size:12px;color:#e5e5e5;background:#171717}.pill-green[data-v-9b3f06d1]{border-color:var(--theme-border);color:#f5f5f5;background:#1a1a1a}.pill-gray[data-v-9b3f06d1]{border-color:var(--theme-border);color:#a3a3a3;background:#171717}.row-actions[data-v-9b3f06d1]{display:flex;gap:6px;flex-wrap:nowrap}.status-cell[data-v-9b3f06d1]{text-align:center;vertical-align:middle}.loading[data-v-9b3f06d1]{padding:10px;color:#a3a3a3}.inline-error[data-v-9b3f06d1]{margin-top:6px;color:#f87171;font-size:13px}.inline-result[data-v-9b3f06d1]{margin-top:8px;background:#0a0a0a;border:1px solid var(--theme-border);border-radius:3px;padding:8px}.pagination[data-v-9b3f06d1]{display:flex;align-items:center;gap:10px;margin-top:12px}.pager[data-v-9b3f06d1]{background:#171717;color:#e5e5e5;border:1px solid var(--theme-border);border-radius:3px;padding:6px 10px;cursor:pointer}.pager[data-v-9b3f06d1]:disabled{opacity:.5;cursor:not-allowed}.form[data-v-9b3f06d1]{display:grid;gap:10px}.textarea[data-v-9b3f06d1]{width:100%;background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:10px;color:#e5e5e5;font-family:inherit;font-size:14px;resize:vertical}.textarea[data-v-9b3f06d1]:focus{outline:none;border-color:var(--theme-border)}.actions[data-v-9b3f06d1]{display:flex;align-items:center;gap:10px}.result[data-v-9b3f06d1]{margin-top:8px;background:#0a0a0a;border:1px solid var(--theme-border);border-radius:3px;padding:10px}.result-header[data-v-9b3f06d1]{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.result-box[data-v-9b3f06d1]{margin:0;white-space:pre-wrap;word-break:break-word;color:#d1d5db}.fade-enter-active[data-v-9b3f06d1],.fade-leave-active[data-v-9b3f06d1]{transition:opacity .15s ease}.fade-enter-from[data-v-9b3f06d1],.fade-leave-to[data-v-9b3f06d1]{opacity:0}.mb-2[data-v-9b3f06d1]{margin-bottom:10px}@media (max-width: 820px){.form-row[data-v-9b3f06d1]{grid-template-columns:1fr}}[data-v-9b3f06d1] .modal{max-width:1200px;width:80%!important;z-index:9999!important}.json-modal-content[data-v-9b3f06d1]{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px;box-sizing:border-box}.json-viewer-container[data-v-9b3f06d1]{position:relative;background-color:#f8f9fa!important;border:1px solid #e2e8f0!important;border-radius:8px;min-height:450px;max-height:65vh;overflow-y:auto;overflow-x:hidden;width:100%}.json-viewer-box[data-v-9b3f06d1]{margin:0;padding:24px;color:#1a1a1a!important;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14.5px;line-height:1.7;white-space:pre-wrap!important;word-break:break-all!important;overflow-wrap:anywhere!important}.loading-overlay[data-v-9b3f06d1]{background:#111111b3!important;border-radius:8px}.modal-actions[data-v-9b3f06d1]{display:flex;justify-content:flex-end;gap:12px;padding:12px 0 4px}.pagination-container[data-v-9b3f06d1]{display:flex;justify-content:center;padding:16px 0;border-top:1px solid #262626}.pagination[data-v-9b3f06d1]{display:flex;align-items:center;gap:16px}.page-info[data-v-9b3f06d1]{color:#e5e5e5;font-size:14px}.pager[data-v-9b3f06d1]{background:#171717;color:#e5e5e5;border:1px solid #262626;border-radius:6px;padding:6px 12px;cursor:pointer;transition:all .2s}.pager[data-v-9b3f06d1]:hover:not(:disabled){background:#262626;border-color:#525252}.pager[data-v-9b3f06d1]:disabled{opacity:.4;cursor:not-allowed}.search-box[data-v-9b3f06d1]{width:320px}.search-input[data-v-9b3f06d1]{width:100%;border:1px solid #262626;border-radius:6px;padding:8px 12px;color:#e5e5e5;font-size:13px;transition:all .2s}.search-input[data-v-9b3f06d1]:focus{outline:none;border-color:#525252}.mt-1[data-v-9b3f06d1]{margin-top:6px}.progress-panel[data-v-4e8e1062]{background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px 20px;--heatmap-cell: 12px;--heatmap-gap: 2px;--heatmap-weekday-width: 28px;--heatmap-weekday-gap: 8px}.progress-content[data-v-4e8e1062]{max-width:100%;margin:0}.progress-header[data-v-4e8e1062]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.progress-header h3[data-v-4e8e1062]{font-size:16px;font-weight:600;color:#f5f5f5;margin:0}.stats[data-v-4e8e1062]{font-size:12px;color:#a3a3a3}.heatmap-container[data-v-4e8e1062]{overflow:hidden;font-size:11px}.heatmap-scroll[data-v-4e8e1062]{overflow-x:auto;overflow-y:hidden;padding-bottom:4px;-webkit-overflow-scrolling:touch}.heatmap-track[data-v-4e8e1062]{display:flex;flex-direction:column;width:max-content;min-width:100%}.heatmap-months[data-v-4e8e1062]{display:grid;grid-auto-flow:column;grid-auto-columns:calc(var(--heatmap-cell) + var(--heatmap-gap));gap:0;margin-bottom:8px;padding-left:calc(var(--heatmap-weekday-width) + var(--heatmap-weekday-gap));width:max-content}.month-label[data-v-4e8e1062]{color:#a3a3a3;font-size:10px;line-height:var(--heatmap-cell);white-space:nowrap;overflow:visible;text-align:left}.heatmap-grid[data-v-4e8e1062]{display:flex;gap:var(--heatmap-weekday-gap);position:relative;padding-top:calc(var(--heatmap-cell) * 2 + 8px);width:max-content}.weekdays[data-v-4e8e1062]{display:flex;flex-direction:column;gap:var(--heatmap-gap);width:var(--heatmap-weekday-width);flex-shrink:0}.weekday-label[data-v-4e8e1062]{height:var(--heatmap-cell);display:flex;align-items:center;color:#a3a3a3;font-size:10px}.heatmap-weeks[data-v-4e8e1062]{display:flex;gap:var(--heatmap-gap)}.week-column[data-v-4e8e1062]{display:flex;flex-direction:column;gap:var(--heatmap-gap)}.day-cell[data-v-4e8e1062]{width:var(--heatmap-cell);height:var(--heatmap-cell);border-radius:3px;cursor:pointer;transition:all .2s ease}.day-cell.level-0[data-v-4e8e1062]{background:#262626}.day-cell.level-1[data-v-4e8e1062]{background:#404040}.day-cell.level-2[data-v-4e8e1062]{background:#525252}.day-cell.level-3[data-v-4e8e1062]{background:#737373}.day-cell.level-4[data-v-4e8e1062]{background:#a3a3a3}.day-cell[data-v-4e8e1062]:hover{outline:1px solid #a3a3a3;outline-offset:1px}.day-tooltip[data-v-4e8e1062]{position:absolute;transform:translate(-50%,-100%);background:#171717;border:1px solid var(--theme-border);border-radius:3px;padding:6px 8px;font-size:11px;color:#f5f5f5;white-space:nowrap;pointer-events:none}.tooltip-date[data-v-4e8e1062]{font-weight:600;margin-bottom:2px}.tooltip-count[data-v-4e8e1062]{color:#a3a3a3}.heatmap-legend[data-v-4e8e1062]{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:8px}.legend-label[data-v-4e8e1062]{color:#a3a3a3;font-size:10px}.legend-cells[data-v-4e8e1062]{display:flex;gap:2px}.legend-cell[data-v-4e8e1062]{width:var(--heatmap-cell);height:var(--heatmap-cell);border-radius:3px}.legend-cell.level-0[data-v-4e8e1062]{background:#262626}.legend-cell.level-1[data-v-4e8e1062]{background:#404040}.legend-cell.level-2[data-v-4e8e1062]{background:#525252}.legend-cell.level-3[data-v-4e8e1062]{background:#737373}.legend-cell.level-4[data-v-4e8e1062]{background:#a3a3a3}.card[data-v-eff8b126]{background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px}.section-title[data-v-eff8b126]{margin:0 0 6px;font-size:16px;font-weight:600}.muted[data-v-eff8b126]{color:#a3a3a3}.form[data-v-eff8b126]{display:grid;gap:10px}.loading[data-v-eff8b126]{padding:10px;color:#a3a3a3}.analytics-section[data-v-eff8b126]{margin-top:16px;padding-top:16px;border-top:1px solid var(--theme-border);display:grid;gap:12px}.analytics-header[data-v-eff8b126]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.analytics-title[data-v-eff8b126]{margin:0;font-size:15px;font-weight:600;color:#f5f5f5}.analytics-subtitle[data-v-eff8b126]{margin:4px 0 0;font-size:12px;color:#a3a3a3}.analytics-controls[data-v-eff8b126]{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.range-presets[data-v-eff8b126]{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.range-preset[data-v-eff8b126]{border:1px solid var(--theme-border);background:#111;color:#e5e5e5;font-size:11px;padding:4px 8px;border-radius:3px;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.range-preset[data-v-eff8b126]:hover{border-color:var(--theme-border);background:#1a1a1a}.analytics-stats[data-v-eff8b126]{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.stat-card[data-v-eff8b126]{border:1px solid var(--theme-border);border-radius:3px;padding:12px;background:#0f0f0f;display:grid;gap:6px}.stat-label[data-v-eff8b126]{font-size:12px;color:#a3a3a3}.stat-value[data-v-eff8b126]{font-size:18px;font-weight:600;color:#f5f5f5}.stat-meta[data-v-eff8b126]{font-size:12px;color:#737373}.analytics-panel[data-v-eff8b126]{margin-top:10px}.analytics-grid[data-v-eff8b126]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-top:10px}.analytics-card[data-v-eff8b126]{border:1px solid var(--theme-border);border-radius:3px;background:#0f0f0f;padding:12px;display:grid;gap:10px}.analytics-card-title[data-v-eff8b126]{font-size:13px;font-weight:600;color:#e5e5e5}.analytics-list[data-v-eff8b126]{display:grid;gap:8px}.analytics-row[data-v-eff8b126]{display:grid;grid-template-columns:minmax(120px,1fr) 1fr auto;gap:8px;align-items:center;font-size:12px}.analytics-name[data-v-eff8b126]{color:#d4d4d4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-bar[data-v-eff8b126]{height:6px;background:#1a1a1a;border-radius:3px;overflow:hidden}.analytics-bar-fill[data-v-eff8b126]{display:block;height:100%;background:#525252}.analytics-count[data-v-eff8b126]{color:#a3a3a3;min-width:32px;text-align:right}.analytics-empty[data-v-eff8b126]{padding:10px 0}.mt-2[data-v-eff8b126]{margin-top:10px}.settings-card[data-v-5e53c834]{background:#111;border:1px solid var(--theme-border);border-radius:3px;padding:16px}.settings-grid[data-v-5e53c834]{display:grid;gap:14px}.setting-row[data-v-5e53c834]{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.setting-text[data-v-5e53c834]{min-width:220px}.setting-title[data-v-5e53c834]{font-size:14px;font-weight:600;color:#e5e5e5}.setting-desc[data-v-5e53c834]{margin-top:4px;font-size:12px}.setting-control[data-v-5e53c834]{display:grid;gap:6px;justify-items:end}.select[data-v-5e53c834]{background-color:var(--theme-surface);border:1px solid var(--theme-border);color:var(--theme-text);border-radius:3px;padding:8px 36px 8px 12px;min-width:180px;font-size:13px}.select[data-v-5e53c834]:focus{outline:none;border-color:var(--theme-border-strong)}.select-compact[data-v-5e53c834]{min-width:180px}.section-title[data-v-5e53c834]{margin:0 0 6px;font-size:16px;font-weight:600}.muted[data-v-5e53c834]{color:#a3a3a3}.search-input-field[data-v-060a3d90]{position:relative}.search-input[data-v-060a3d90]{width:100%;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);border-radius:0;padding:9px 12px 9px 34px;font-size:12px;line-height:1.2}.search-input[data-v-060a3d90]:focus{border-color:var(--theme-border-strong);outline:2px solid var(--theme-border-strong);outline-offset:1px}.search-input[data-v-060a3d90]::placeholder{color:var(--theme-text-soft)}.search-icon[data-v-060a3d90]{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--theme-text-subtle);pointer-events:none}.deep-analysis-page[data-v-a2c93303]{padding:20px 24px 28px}.page-container[data-v-a2c93303]{max-width:1080px;margin:0 auto;display:grid;gap:18px}.form-card[data-v-a2c93303],.list-card[data-v-a2c93303]{background:var(--theme-panel-bg);border:1px solid var(--theme-border);border-radius:4px;padding:16px}.section-title[data-v-a2c93303]{margin:0 0 12px;font-size:16px;font-weight:600}.project-form[data-v-a2c93303]{display:grid;gap:12px}.field-grid[data-v-a2c93303]{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.field-block[data-v-a2c93303]{display:grid;gap:6px}.field-label[data-v-a2c93303]{font-size:12px;color:var(--theme-text-soft)}.field-control[data-v-a2c93303]{gap:0}.field-control[data-v-a2c93303] .input{width:100%;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);border-radius:4px;padding:9px 10px;font-size:13px}.field-control[data-v-a2c93303] .input::placeholder{color:var(--theme-text-subtle)}.field-select[data-v-a2c93303] .base-select__trigger{border-radius:4px;padding:9px 10px;font-size:13px}.field-model-select[data-v-a2c93303],.field-model-select[data-v-a2c93303] .model-select{min-width:180px;max-width:340px}.field-model-select[data-v-a2c93303] .model-select__trigger{height:30px;padding:0 10px;font-size:12px}.advanced-toggle[data-v-a2c93303]{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);font-size:12px;font-weight:600;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.advanced-toggle[data-v-a2c93303]:hover{background:var(--theme-surface-hover);border-color:var(--theme-border-strong);color:var(--theme-text-strong)}.advanced-toggle-icon[data-v-a2c93303]{transition:transform .18s ease}.advanced-toggle-icon.open[data-v-a2c93303]{transform:rotate(180deg)}.advanced-settings[data-v-a2c93303]{display:grid;gap:10px;padding:12px;border:1px solid var(--theme-border);border-radius:6px;background:var(--theme-surface)}.advanced-expand-enter-active[data-v-a2c93303],.advanced-expand-leave-active[data-v-a2c93303]{overflow:hidden;transition:height .28s cubic-bezier(.22,1,.36,1),opacity .2s ease,transform .2s ease;will-change:height,opacity,transform}.advanced-expand-enter-from[data-v-a2c93303],.advanced-expand-leave-to[data-v-a2c93303]{height:0;opacity:0;transform:translateY(-4px)}.advanced-expand-enter-to[data-v-a2c93303],.advanced-expand-leave-from[data-v-a2c93303]{height:auto;opacity:1;transform:translateY(0)}.actions[data-v-a2c93303]{display:flex;align-items:center;gap:8px}.mode-toggle[data-v-a2c93303]{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--theme-text)}.mode-hint[data-v-a2c93303]{font-size:12px;color:var(--theme-text-soft)}.primary-btn[data-v-a2c93303],.secondary-btn[data-v-a2c93303],.small-btn[data-v-a2c93303]{border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);border-radius:4px;padding:8px 12px;font-size:12px;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.primary-btn[data-v-a2c93303]{background:var(--theme-accent);border-color:var(--theme-accent-border);color:var(--theme-accent-contrast)}.small-btn.danger[data-v-a2c93303]{background:var(--theme-danger-soft);border-color:var(--theme-danger-border);color:var(--theme-danger)}.primary-btn[data-v-a2c93303]:hover:not(:disabled),.secondary-btn[data-v-a2c93303]:hover:not(:disabled),.small-btn[data-v-a2c93303]:hover:not(:disabled){background:var(--theme-surface-hover);border-color:var(--theme-border-strong);color:var(--theme-text-strong)}.primary-btn[data-v-a2c93303]:hover:not(:disabled){background:var(--theme-accent-hover);border-color:var(--theme-accent-border);color:var(--theme-accent-contrast)}.small-btn.danger[data-v-a2c93303]:hover:not(:disabled){background:var(--theme-danger-soft);border-color:var(--theme-danger);color:var(--theme-danger)}.primary-btn[data-v-a2c93303]:disabled,.secondary-btn[data-v-a2c93303]:disabled,.small-btn[data-v-a2c93303]:disabled{opacity:.6;cursor:not-allowed}.list-empty[data-v-a2c93303]{font-size:13px;color:var(--theme-text-soft)}.delete-confirm-text[data-v-a2c93303]{margin:0;font-size:13px;line-height:1.5;color:var(--theme-text-soft);word-break:break-word}.list-grid[data-v-a2c93303]{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.repo-card[data-v-a2c93303]{border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);padding:12px;display:grid;gap:8px;cursor:pointer}.repo-head[data-v-a2c93303]{display:flex;align-items:center;justify-content:space-between}.repo-status[data-v-a2c93303],.project-item-status[data-v-a2c93303]{font-size:11px;padding:2px 8px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text-muted);display:inline-flex;align-items:center;gap:5px}.repo-status[data-v-a2c93303]:before,.project-item-status[data-v-a2c93303]:before{content:"•";font-size:10px;line-height:1}.repo-type[data-v-a2c93303]{font-size:11px;color:var(--theme-text-soft)}.repo-url[data-v-a2c93303]{margin:0;font-size:13px;line-height:1.4;word-break:break-all}.repo-meta[data-v-a2c93303]{margin:0;font-size:12px;color:var(--theme-text-soft)}.repo-error[data-v-a2c93303]{font-size:12px;color:var(--theme-danger)}.repo-actions[data-v-a2c93303]{display:flex;gap:8px}.search-container[data-v-a2c93303]{margin-top:10px;padding:0 18px}.project-list[data-v-a2c93303]{margin-top:8px;padding-top:10px;border-top:1px solid var(--theme-border);overflow-y:auto;flex:1}.project-item[data-v-a2c93303]{text-align:left;width:100%;padding:10px 12px;display:grid;gap:5px}.project-item-head[data-v-a2c93303]{display:flex;align-items:center;justify-content:space-between;gap:6px}.project-item-url[data-v-a2c93303]{font-size:12px;color:var(--theme-text);word-break:break-all}.project-item-badge[data-v-a2c93303]{font-size:10px;padding:2px 6px;border-radius:999px;border:1px solid var(--theme-pill-border);background:var(--theme-pill-bg);color:var(--theme-text-soft)}.panel-empty[data-v-a2c93303]{font-size:12px;color:var(--theme-text-soft)}.is-ready[data-v-a2c93303]{color:var(--theme-success);background:var(--theme-success-soft);border-color:var(--theme-success-border)}.is-ready[data-v-a2c93303]:before{content:"✓"}.is-failed[data-v-a2c93303]{color:var(--theme-danger);background:var(--theme-danger-soft);border-color:var(--theme-danger-border)}.is-failed[data-v-a2c93303]:before{content:"✕"}.is-analyzing[data-v-a2c93303]{color:#93c5fd;background:#93c5fd24;border-color:#93c5fd73}.is-analyzing[data-v-a2c93303]:before{content:"⟳"}.is-canceled[data-v-a2c93303]{color:var(--theme-warning);background:var(--theme-warning-soft);border-color:var(--theme-warning-border)}.is-canceled[data-v-a2c93303]:before{content:"⊘"}.is-registered[data-v-a2c93303]{color:var(--theme-text-soft);background:var(--theme-surface);border-color:var(--theme-border)}.is-registered[data-v-a2c93303]:before{content:"○"}@media (max-width: 900px){.field-grid[data-v-a2c93303]{grid-template-columns:1fr}}.chat-panel[data-v-7fd9ac9f]{height:100%;display:flex;flex-direction:column;color:var(--theme-text)}.panel-top[data-v-7fd9ac9f]{padding:12px 18px 10px;border-bottom:1px solid var(--theme-border);background:var(--theme-panel-bg);display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:10px;align-items:center;position:relative}.panel-top .panel-title[data-v-7fd9ac9f]{font-size:15px;font-weight:600;letter-spacing:.1em;color:var(--theme-text-strong)}.panel-toggle[data-v-7fd9ac9f]{width:30px;height:30px;position:absolute;right:18px;top:50%;transform:translateY(-50%);border:1px solid var(--theme-border);border-radius:0;background:var(--theme-surface-alt);color:var(--theme-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.panel-toggle[data-v-7fd9ac9f]:hover{background:var(--theme-surface-hover);color:var(--theme-text-strong)}.panel-section[data-v-7fd9ac9f]{padding:16px 18px;border-bottom:1px solid var(--theme-border);display:flex;flex-direction:column;gap:12px}.panel-section-header[data-v-7fd9ac9f]{display:flex;justify-content:space-between;align-items:center;gap:12px}.panel-section .panel-title[data-v-7fd9ac9f]{display:flex;align-items:center;gap:8px}.panel-section .panel-title h3[data-v-7fd9ac9f]{margin:0;font-size:14px;font-weight:600;color:var(--theme-text-strong)}.panel-count[data-v-7fd9ac9f]{font-size:11px;color:var(--theme-text-muted);background:var(--theme-surface-alt);border:1px solid var(--theme-border);border-radius:0;padding:2px 8px}.new-chat-btn[data-v-7fd9ac9f]{background:var(--theme-accent);color:var(--theme-accent-contrast);border:1px solid var(--theme-accent-border);border-radius:0;padding:8px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease;display:inline-flex;align-items:center;gap:6px}.new-chat-btn[data-v-7fd9ac9f]:hover:not(:disabled){background:var(--theme-accent-hover)}.new-chat-btn[data-v-7fd9ac9f]:disabled{opacity:.5;cursor:default}.history-switch[data-v-7fd9ac9f]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;border-radius:0;background:var(--theme-surface-alt);border:1px solid var(--theme-border)}.history-switch-btn[data-v-7fd9ac9f]{border:none;background:transparent;color:var(--theme-text-muted);font-size:11px;font-weight:600;padding:6px 10px;border-radius:0;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.history-switch-btn[data-v-7fd9ac9f]:hover{color:var(--theme-text-strong)}.history-switch-btn[data-v-7fd9ac9f]:focus-visible{outline:2px solid var(--theme-border-strong);outline-offset:1px}.history-switch-btn.active[data-v-7fd9ac9f]{background:var(--theme-surface-strong);border:1px solid var(--theme-border-active);color:var(--theme-text-strong)}.panel-content[data-v-7fd9ac9f]{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.search-container[data-v-7fd9ac9f]{position:relative;padding:16px 18px 14px;border-bottom:1px solid var(--theme-border)}.search-input[data-v-7fd9ac9f]{width:100%;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:0;padding:10px 14px 10px 38px;color:var(--theme-text);font-size:13px;outline:none;transition:border-color .2s ease,background .2s ease}.search-input[data-v-7fd9ac9f]:focus{border-color:var(--theme-border-strong);outline:2px solid var(--theme-border-strong);outline-offset:1px}.search-icon[data-v-7fd9ac9f]{position:absolute;left:1.9rem;top:51%;transform:translateY(-50%);color:var(--theme-text-subtle)}.filter-tabs[data-v-7fd9ac9f]{display:flex;flex-wrap:wrap;padding:12px 18px;gap:8px}.filter-tab[data-v-7fd9ac9f]{background:var(--theme-surface-alt);border:1px solid var(--theme-border);color:var(--theme-text-muted);padding:6px 12px;border-radius:0;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;font-size:11px;font-weight:600}.filter-tab[data-v-7fd9ac9f]:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong)}.filter-tab.active[data-v-7fd9ac9f]{background:var(--theme-surface-strong);border-color:var(--theme-border-active);color:var(--theme-text-strong)}.chat-sessions[data-v-7fd9ac9f]{flex:1;min-height:0;overflow-y:auto;padding:6px 12px 18px;display:flex;flex-direction:column;gap:12px}.chat-session[data-v-7fd9ac9f]{width:100%;border:1px solid var(--theme-border);border-radius:0;background:var(--theme-surface);color:inherit;text-align:left;cursor:pointer;padding:14px;display:grid;gap:8px;transition:background .2s ease,border-color .2s ease}.chat-session[data-v-7fd9ac9f]:hover{background:var(--theme-surface-alt);border-color:var(--theme-border-strong)}.chat-session[data-v-7fd9ac9f]:focus-visible{outline:2px solid var(--theme-border-strong);outline-offset:1px}.chat-session.active[data-v-7fd9ac9f]{background:var(--theme-surface-alt);border-color:var(--theme-border-active)}.session-header[data-v-7fd9ac9f]{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.session-title[data-v-7fd9ac9f]{margin:0;font-size:14px;font-weight:600;color:var(--theme-text-strong);line-height:1.3;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.session-actions[data-v-7fd9ac9f]{display:flex;gap:4px;opacity:0;transition:opacity .2s ease}.session-action[data-v-7fd9ac9f]{background:transparent;border:none;color:var(--theme-text-muted);padding:4px;border-radius:0;cursor:pointer;transition:opacity .2s ease,background .2s ease,color .2s ease}.session-action[disabled][data-v-7fd9ac9f]{opacity:.5;cursor:not-allowed}.chat-session:hover .session-actions[data-v-7fd9ac9f],.chat-session:focus-within .session-actions[data-v-7fd9ac9f],.chat-session.active .session-actions[data-v-7fd9ac9f]{opacity:1}.session-action[data-v-7fd9ac9f]:hover{background:var(--theme-surface-strong);color:var(--theme-text-strong)}.session-action.delete[data-v-7fd9ac9f]:hover{color:var(--theme-danger)}.session-preview[data-v-7fd9ac9f]{font-size:12px;color:var(--theme-text-soft);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.session-meta[data-v-7fd9ac9f]{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--theme-text-subtle)}.session-date[data-v-7fd9ac9f],.session-count[data-v-7fd9ac9f]{color:var(--theme-text-subtle)}.history-empty[data-v-7fd9ac9f]{font-size:12px;color:var(--theme-text-soft);padding:8px 2px}.workspace-summary-card[data-v-1e061742]{border:1px solid var(--theme-border);background:var(--theme-panel-bg);border-radius:4px;padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.workspace-project-summary[data-v-1e061742]{display:grid;grid-template-columns:repeat(3,minmax(0,max-content));gap:6px 14px;align-items:center}.workspace-project-summary .summary-row[data-v-1e061742]{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px}.workspace-project-summary .summary-url[data-v-1e061742]{grid-column:1 / -1;margin-top:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-summary-actions[data-v-1e061742]{justify-self:end;display:inline-flex;gap:6px}.workspace-summary-progress[data-v-1e061742]{grid-column:1 / -1}.workspace-action-btn[data-v-1e061742]{border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);border-radius:4px;padding:7px 10px;font-size:12px;line-height:1.2;cursor:pointer}.workspace-action-btn[data-v-1e061742]:disabled{opacity:.55;cursor:not-allowed}.workspace-action-btn.primary[data-v-1e061742]{background:var(--theme-accent);border-color:var(--theme-accent-border);color:var(--theme-accent-contrast)}.workspace-action-btn.primary[data-v-1e061742]:hover:not(:disabled){background:var(--theme-accent-hover);border-color:var(--theme-accent-border)}.workspace-action-btn.danger[data-v-1e061742]{background:var(--theme-danger-soft);border-color:var(--theme-danger-border);color:var(--theme-danger)}.workspace-action-btn.danger[data-v-1e061742]:hover:not(:disabled){border-color:var(--theme-danger)}.status-head[data-v-1e061742]{display:flex;align-items:center;justify-content:space-between;font-size:13px}.status-track[data-v-1e061742]{margin-top:9px;width:100%;height:12px;border:1px solid var(--status-track-border);border-radius:3px;overflow:hidden;background:var(--status-track-bg);box-shadow:var(--status-track-shadow)}.status-fill[data-v-1e061742]{height:100%;background:var(--status-fill-bg);box-shadow:var(--status-fill-shadow);transition:width .32s cubic-bezier(.22,1,.36,1)}.project-summary[data-v-1e061742]{display:grid;gap:8px}.summary-row[data-v-1e061742]{display:flex;align-items:center;justify-content:space-between;gap:10px}.label[data-v-1e061742]{font-size:12px;color:var(--theme-text-soft)}.value[data-v-1e061742]{font-size:12px;color:var(--theme-text)}.mono[data-v-1e061742]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.commit-pill[data-v-1e061742]{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:999px;border:1px solid var(--theme-pill-border);background:var(--theme-pill-bg);color:var(--theme-text);font-size:11px;font-weight:600}.commit-pill[data-v-1e061742]:before{content:"⎇";font-size:10px;line-height:1;color:var(--theme-text-soft)}.summary-url[data-v-1e061742]{margin-top:4px;font-size:12px;word-break:break-all}@media (max-width: 980px){.workspace-summary-card[data-v-1e061742]{grid-template-columns:1fr;gap:8px}.workspace-project-summary[data-v-1e061742]{grid-template-columns:1fr;gap:6px}.workspace-project-summary .summary-url[data-v-1e061742]{white-space:normal;word-break:break-all}.workspace-summary-actions[data-v-1e061742]{justify-self:start}}.wiki-nav-card[data-v-ba0f07f2]{border:1px solid var(--theme-border);background:var(--theme-panel-bg);border-radius:4px;padding:14px;min-height:0;height:calc(100vh - 160px);position:sticky;top:12px;max-height:calc(100vh - 160px);display:flex;flex-direction:column;overflow:hidden}.wiki-nav-list[data-v-ba0f07f2]{flex:1;min-height:0;overflow:auto;padding:2px 2px 0 0;display:grid;align-content:start;gap:4px}.wiki-card-skeleton[data-v-ba0f07f2]{display:flex;flex-direction:column;gap:10px;min-height:0;height:100%;overflow:hidden}.wiki-skeleton-line[data-v-ba0f07f2]{position:relative;display:block;height:12px;border-radius:4px;background:var(--wiki-skeleton-base);overflow:hidden}.wiki-skeleton-line[data-v-ba0f07f2]:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,var(--wiki-skeleton-highlight) 48%,transparent 100%);animation:wikiSkeletonShimmer-ba0f07f2 1.2s ease-in-out infinite}.wiki-skeleton-title-line[data-v-ba0f07f2]{height:16px;width:54%;margin-bottom:2px}.wiki-skeleton-row[data-v-ba0f07f2]{height:11px}.wiki-skeleton-row.w-90[data-v-ba0f07f2]{width:90%}.wiki-skeleton-row.w-88[data-v-ba0f07f2]{width:88%}.wiki-skeleton-row.w-84[data-v-ba0f07f2]{width:84%}.wiki-skeleton-row.w-82[data-v-ba0f07f2]{width:82%}.wiki-skeleton-row.w-78[data-v-ba0f07f2]{width:78%}.wiki-skeleton-row.w-74[data-v-ba0f07f2]{width:74%}.wiki-skeleton-row.w-72[data-v-ba0f07f2]{width:72%}.wiki-skeleton-row.indent-1[data-v-ba0f07f2]{margin-left:12px}.wiki-skeleton-row.indent-2[data-v-ba0f07f2]{margin-left:22px}.wiki-nav-head[data-v-ba0f07f2]{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;padding-bottom:10px;border-bottom:1px solid var(--theme-border)}.section-title[data-v-ba0f07f2]{margin:0;font-size:16px;font-weight:600}.empty-state[data-v-ba0f07f2]{font-size:13px;color:var(--theme-text-soft)}.nav-count[data-v-ba0f07f2]{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 7px;border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);color:var(--theme-text-soft);font-size:11px;font-weight:600;line-height:1;font-variant-numeric:tabular-nums}.nav-section[data-v-ba0f07f2],.nav-page[data-v-ba0f07f2]{width:100%;box-sizing:border-box;display:flex;align-items:center;gap:8px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--theme-text);text-align:left;cursor:pointer;font-size:12px;line-height:1.3;min-height:32px;padding:6px 8px 6px calc(8px + var(--node-indent, 0px));transition:border-color .14s ease,background-color .14s ease,color .14s ease}.nav-section[data-v-ba0f07f2]:hover,.nav-page[data-v-ba0f07f2]:hover{background:var(--theme-surface);border-color:var(--theme-border)}.nav-section[data-v-ba0f07f2]{font-weight:600}.nav-page[data-v-ba0f07f2]{font-weight:500}.nav-chevron[data-v-ba0f07f2]{width:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--theme-text-soft);transition:transform .14s ease,color .14s ease}.nav-chevron.expanded[data-v-ba0f07f2]{transform:rotate(90deg);color:var(--theme-text-strong)}.nav-dot[data-v-ba0f07f2]{width:6px;height:6px;border-radius:999px;background:color-mix(in srgb,var(--theme-text-soft) 72%,transparent)}.nav-page.active[data-v-ba0f07f2]{border-color:var(--theme-border-active);background:var(--theme-surface-strong);color:var(--theme-text-strong)}.nav-page.active .nav-dot[data-v-ba0f07f2]{background:var(--theme-border-active)}.nav-label[data-v-ba0f07f2]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes wikiSkeletonShimmer-ba0f07f2{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 980px){.wiki-nav-card[data-v-ba0f07f2]{position:static;height:auto;max-height:none;min-height:0}}.wiki-content-card[data-v-8b7590a0]{border:1px solid var(--theme-border);background:var(--theme-panel-bg);border-radius:4px;padding:14px;min-height:0;height:calc(100vh - 160px);display:grid;grid-template-rows:auto minmax(0,1fr);gap:0}.wiki-content-head[data-v-8b7590a0]{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:9px;margin-bottom:4px;border-bottom:1px solid var(--wiki-content-head-divider);box-shadow:var(--wiki-content-head-shadow)}.wiki-content-card>.empty-state[data-v-8b7590a0]{margin-top:8px}.section-title[data-v-8b7590a0]{margin:0;font-size:16px;font-weight:600}.empty-state[data-v-8b7590a0]{font-size:13px;color:var(--theme-text-soft)}.content-description[data-v-8b7590a0]{margin:0;font-size:12px;color:var(--theme-text-soft)}.wiki-content-scroll[data-v-8b7590a0]{min-height:0;height:100%;max-height:none;overflow:auto;padding-top:0;padding-right:6px}.wiki-content-scroll[data-v-8b7590a0] details{border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);overflow:hidden;margin:10px 0}.wiki-content-scroll[data-v-8b7590a0] details+details{margin-top:8px}.wiki-content-scroll[data-v-8b7590a0] details>summary{list-style:none;display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:13px;font-weight:600;color:var(--theme-text-strong);background:var(--theme-surface-alt);border-bottom:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}.wiki-content-scroll[data-v-8b7590a0] details>summary::-webkit-details-marker{display:none}.wiki-content-scroll[data-v-8b7590a0] details>summary:before{content:"▸";width:12px;display:inline-block;flex:0 0 auto;text-align:center;font-size:14px;line-height:1;color:var(--theme-text-soft);transform:rotate(0);transform-origin:50% 50%;transition:transform .16s ease,color .16s ease}.wiki-content-scroll[data-v-8b7590a0] details[open]>summary:before{transform:rotate(90deg);color:var(--theme-text-strong)}.wiki-content-scroll[data-v-8b7590a0] details[open]>summary{border-bottom-color:var(--theme-border)}.wiki-content-scroll[data-v-8b7590a0] details>:not(summary){margin:0;padding:10px}.wiki-content-scroll[data-v-8b7590a0] details ul,.wiki-content-scroll[data-v-8b7590a0] details ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.wiki-content-scroll[data-v-8b7590a0] details li{margin:0;padding:0}.wiki-content-scroll[data-v-8b7590a0] details li>a{display:inline-flex;align-items:center;max-width:100%;padding:4px 10px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);font-size:12px;line-height:1.35;text-decoration:none;word-break:break-all;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.wiki-content-scroll[data-v-8b7590a0] details li>a:hover{border-color:var(--theme-border-active);background:var(--theme-surface-hover);color:var(--theme-text-strong)}.wiki-content-scroll[data-v-8b7590a0] .repo-source-badges{display:flex;flex-wrap:wrap;gap:6px;margin:2px 0}.wiki-content-scroll[data-v-8b7590a0] .repo-source-badge{display:inline-flex;align-items:center;max-width:100%;padding:4px 10px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);color:var(--theme-text);font-size:12px;line-height:1.35;text-decoration:none;word-break:break-all;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.wiki-content-scroll[data-v-8b7590a0] .repo-source-badge:hover{border-color:var(--theme-border-active);background:var(--theme-surface-hover);color:var(--theme-text-strong)}@media (max-width: 980px){.wiki-content-card[data-v-8b7590a0]{position:static;height:auto;max-height:none;min-height:0}.wiki-content-scroll[data-v-8b7590a0]{max-height:none}}.wiki-toc-card[data-v-ac2339f2]{border:1px solid var(--theme-border);background:var(--theme-panel-bg);border-radius:4px;padding:14px;min-height:0;height:calc(100vh - 160px);position:sticky;top:12px;max-height:calc(100vh - 160px);overflow:auto}.wiki-card-skeleton[data-v-ac2339f2]{display:flex;flex-direction:column;gap:10px;min-height:0;height:100%;overflow:hidden}.wiki-skeleton-line[data-v-ac2339f2]{position:relative;display:block;height:12px;border-radius:4px;background:var(--wiki-skeleton-base);overflow:hidden}.wiki-skeleton-line[data-v-ac2339f2]:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,var(--wiki-skeleton-highlight) 48%,transparent 100%);animation:wikiSkeletonShimmer-ac2339f2 1.2s ease-in-out infinite}.wiki-skeleton-title-line[data-v-ac2339f2]{height:16px;width:54%;margin-bottom:2px}.wiki-skeleton-row[data-v-ac2339f2]{height:11px}.wiki-skeleton-row.w-92[data-v-ac2339f2]{width:92%}.wiki-skeleton-row.w-86[data-v-ac2339f2]{width:86%}.wiki-skeleton-row.w-82[data-v-ac2339f2]{width:82%}.wiki-skeleton-row.w-76[data-v-ac2339f2]{width:76%}.wiki-skeleton-row.w-70[data-v-ac2339f2]{width:70%}.wiki-skeleton-row.indent-1[data-v-ac2339f2]{margin-left:12px}.toc-head[data-v-ac2339f2]{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.section-title[data-v-ac2339f2]{margin:0;font-size:16px;font-weight:600}.empty-state[data-v-ac2339f2]{font-size:13px;color:var(--theme-text-soft)}.toc-list[data-v-ac2339f2]{display:grid;gap:6px}.toc-item[data-v-ac2339f2]{position:relative;width:100%;box-sizing:border-box;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--theme-text-soft);text-align:left;cursor:pointer;font-size:12px;line-height:1.3;padding:6px 9px;min-height:30px;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.toc-item[data-v-ac2339f2]:hover{background:var(--theme-surface);border-color:var(--theme-border)}.toc-item.active[data-v-ac2339f2]{color:var(--theme-text-strong);border-color:var(--theme-border-active);background:var(--theme-surface-strong)}.toc-item.active[data-v-ac2339f2]:after{content:"";position:absolute;top:4px;bottom:4px;right:-8px;width:2px;border-radius:999px;background:color-mix(in srgb,var(--theme-border-active) 80%,transparent);pointer-events:none}@keyframes wikiSkeletonShimmer-ac2339f2{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 1280px){.wiki-toc-card[data-v-ac2339f2]{position:static;max-height:none;height:auto;grid-column:1 / -1;min-height:0}}@media (max-width: 980px){.wiki-toc-card[data-v-ac2339f2]{position:static;height:auto;max-height:none;min-height:0}}.references-card[data-v-a3ebbd16]{border:1px solid var(--theme-border);background:var(--theme-panel-bg);border-radius:4px;padding:14px}.section-title[data-v-a3ebbd16]{margin:0;font-size:16px;font-weight:600}.empty-state[data-v-a3ebbd16]{font-size:13px;color:var(--theme-text-soft)}.reference-list[data-v-a3ebbd16]{display:grid;gap:10px}.reference-item[data-v-a3ebbd16]{border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);padding:10px}.reference-path[data-v-a3ebbd16]{font-size:12px;color:#93c5fd;margin-bottom:6px;word-break:break-all}.reference-snippet[data-v-a3ebbd16]{margin:0;font-size:12px;white-space:pre-wrap;color:var(--theme-text-soft)}.workspace-ask-entry[data-v-5c2334b4]{position:sticky;bottom:10px;z-index:30}.workspace-ask-form[data-v-5c2334b4]{width:min(920px,100%);margin:0 auto}.workspace-ask-input[data-v-5c2334b4]{width:100%;border:none;background:transparent;padding:4px 0;font-size:13px;line-height:1.4;height:32px}.workspace-ask-input[data-v-5c2334b4]:focus{outline:none}.workspace-ask-actions[data-v-5c2334b4]{margin-top:8px;display:flex;justify-content:space-between;align-items:center;gap:12px}.workspace-ask-left[data-v-5c2334b4]{display:inline-flex;align-items:center;gap:4px;min-width:0;flex-wrap:wrap}.workspace-ask-model[data-v-5c2334b4]{min-width:180px;max-width:320px}.workspace-ask-model-select[data-v-5c2334b4]{min-width:180px}.workspace-ask-model-select[data-v-5c2334b4] .model-select__trigger{height:28px;padding:0 10px;border-radius:4px;border:1px solid var(--theme-border);background:var(--theme-surface-alt)}.workspace-ask-model-select[data-v-5c2334b4] .model-select__trigger:hover:not(:disabled){border-color:var(--theme-border-strong);background:var(--theme-surface-hover)}.workspace-ask-toggle[data-v-5c2334b4]{position:relative;display:inline-flex;height:28px;align-items:center;gap:8px;padding:0 9px;border-radius:4px;border:1px solid var(--theme-border);background:var(--theme-surface-alt);font-size:12px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease;color:var(--theme-text-soft)}.workspace-ask-toggle[data-v-5c2334b4]:hover{border-color:var(--theme-border-strong);background:var(--theme-surface-strong)}.workspace-ask-toggle.active[data-v-5c2334b4]{border-color:var(--theme-accent-border);background:color-mix(in srgb,var(--theme-accent) 10%,var(--theme-surface));color:var(--theme-text)}.workspace-ask-toggle[data-v-5c2334b4]:focus-within{outline:none}.workspace-ask-toggle .toggle-checkbox[data-v-5c2334b4]{appearance:auto;-webkit-appearance:checkbox;width:14px;height:14px;margin:0;flex:0 0 auto;border-radius:4px;border:none;background:transparent;accent-color:var(--theme-accent);cursor:pointer;transition:filter .2s ease}.workspace-ask-toggle .toggle-checkbox[data-v-5c2334b4]:focus-visible{outline:none}.workspace-ask-toggle .toggle-checkbox[data-v-5c2334b4]:checked{filter:saturate(1.06)}.workspace-ask-toggle .toggle-label[data-v-5c2334b4]{font-size:12px;letter-spacing:.01em}.workspace-ask-submit.panel-btn[data-v-5c2334b4]{width:34px;min-width:34px;height:34px;padding:0;border-radius:4px;border:1px solid var(--theme-accent-border);background:linear-gradient(135deg,color-mix(in srgb,var(--theme-accent) 90%,#fff 10%),color-mix(in srgb,var(--theme-accent) 78%,#000 22%));color:var(--theme-accent-contrast);display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,box-shadow .2s ease,filter .2s ease}.workspace-ask-submit.panel-btn[data-v-5c2334b4]:hover:not(:disabled){transform:translateY(-1px);filter:saturate(1.06);box-shadow:0 12px 24px color-mix(in srgb,var(--theme-accent) 32%,transparent),0 1px color-mix(in srgb,#fff 48%,transparent) inset}.workspace-ask-submit.panel-btn[data-v-5c2334b4]:active:not(:disabled){transform:translateY(0)}.workspace-ask-submit.panel-btn[data-v-5c2334b4]:disabled{transform:none;filter:saturate(.55);box-shadow:none;opacity:.6}.panel-btn[data-v-5c2334b4]{width:100%}.panel-btn.primary[data-v-5c2334b4]{background:var(--theme-accent);border-color:var(--theme-accent-border);color:var(--theme-accent-contrast)}.panel-btn.primary[data-v-5c2334b4]:hover:not(:disabled){background:var(--theme-accent-hover);border-color:var(--theme-accent-border);color:var(--theme-accent-contrast)}@media (max-width: 980px){.workspace-ask-entry[data-v-5c2334b4]{bottom:6px}.workspace-ask-form[data-v-5c2334b4]{width:100%}.workspace-ask-actions[data-v-5c2334b4]{flex-direction:column;align-items:stretch}.workspace-ask-left[data-v-5c2334b4]{width:100%;justify-content:flex-start}.workspace-ask-model[data-v-5c2334b4],.workspace-ask-model-select[data-v-5c2334b4]{min-width:100%;max-width:100%}.workspace-ask-submit.panel-btn[data-v-5c2334b4]{width:34px;min-width:34px;margin-left:auto}}.workspace-page[data-v-4d8fc0a8]{padding:20px 24px 28px;--status-track-border: color-mix(in srgb, #fff 22%, #000);--status-track-bg: #0c0c0c;--status-track-shadow: inset 0 1px 2px color-mix(in srgb, #000 55%, transparent), inset 0 0 0 1px color-mix(in srgb, #fff 8%, transparent);--status-fill-bg: linear-gradient(90deg, #f5f5f5 0%, #dddddd 48%, #fafafa 100%);--status-fill-shadow: inset 0 0 0 1px color-mix(in srgb, #fff 24%, transparent), 0 0 8px color-mix(in srgb, #fff 16%, transparent);--wiki-content-head-divider: color-mix(in srgb, var(--theme-border) 72%, transparent);--wiki-content-head-shadow: 0 14px 20px -16px rgba(148, 163, 184, .38), 0 24px 30px -28px rgba(148, 163, 184, .22);--wiki-skeleton-base: color-mix(in srgb, var(--theme-border) 62%, var(--theme-surface-alt));--wiki-skeleton-highlight: color-mix(in srgb, #fff 18%, transparent)}.workspace-container[data-v-4d8fc0a8]{max-width:1420px;margin:0 auto;display:grid;gap:16px}.wiki-shell[data-v-4d8fc0a8]{display:grid;grid-template-columns:minmax(240px,290px) minmax(0,1fr) minmax(220px,270px);gap:12px;min-height:calc(100vh - 160px);align-items:stretch}.error-card[data-v-4d8fc0a8]{border:1px solid var(--theme-border);background:var(--theme-panel-bg);border-radius:4px;padding:14px;color:#fca5a5;font-size:12px}body[data-theme=light] .workspace-page[data-v-4d8fc0a8]{--status-track-border: color-mix(in srgb, #000 30%, #fff);--status-track-bg: #f3f3f3;--status-track-shadow: inset 0 1px 2px color-mix(in srgb, #000 16%, transparent), inset 0 0 0 1px color-mix(in srgb, #fff 65%, transparent);--status-fill-bg: linear-gradient(90deg, #161616 0%, #2a2a2a 48%, #111111 100%);--status-fill-shadow: inset 0 0 0 1px color-mix(in srgb, #fff 12%, transparent), 0 0 6px color-mix(in srgb, #000 16%, transparent);--wiki-content-head-divider: color-mix(in srgb, #000 18%, transparent);--wiki-content-head-shadow: 0 14px 20px -16px rgba(17, 24, 39, .24), 0 24px 30px -28px rgba(17, 24, 39, .14);--wiki-skeleton-base: color-mix(in srgb, #000 11%, #fff);--wiki-skeleton-highlight: color-mix(in srgb, #fff 64%, transparent)}@media (max-width: 1280px){.wiki-shell[data-v-4d8fc0a8]{grid-template-columns:minmax(220px,280px) minmax(0,1fr)}}@media (max-width: 980px){.workspace-page[data-v-4d8fc0a8]{padding:14px}.wiki-shell[data-v-4d8fc0a8]{grid-template-columns:1fr}}.ask-page[data-v-96bd279a]{padding:20px 24px 112px}.ask-layout[data-v-96bd279a]{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.95fr);gap:14px;align-items:start}.answer-panel[data-v-96bd279a],.references-panel[data-v-96bd279a],.status-card[data-v-96bd279a],.error-card[data-v-96bd279a]{border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-panel-bg)}.answer-panel[data-v-96bd279a]{height:calc(100vh - 154px);min-height:520px;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:10px;padding:12px}.answer-head[data-v-96bd279a]{display:grid;gap:4px}.page-title[data-v-96bd279a]{margin:0;font-size:22px;font-weight:700}.page-subtitle[data-v-96bd279a]{margin:0;color:var(--theme-text-soft);font-size:13px;line-height:1.4}.status-card[data-v-96bd279a]{padding:9px 10px;font-size:12px;display:inline-flex;align-items:center;gap:8px;width:fit-content}.status-title[data-v-96bd279a]{color:var(--theme-text-strong)}.error-card[data-v-96bd279a]{padding:9px 10px;color:#ef4444;font-size:12px}.answer-thread[data-v-96bd279a]{min-height:0;overflow:auto;display:grid;gap:10px;padding-right:2px}.assistant-card[data-v-96bd279a]{border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);padding:10px;cursor:pointer}.assistant-card.active[data-v-96bd279a]{border-color:var(--theme-border-active);background:var(--theme-surface-alt)}.assistant-question[data-v-96bd279a]{font-size:12px;color:var(--theme-text-muted);margin-bottom:8px;line-height:1.35}.assistant-preview[data-v-96bd279a]{margin:0;color:var(--theme-text-soft);font-size:12px;line-height:1.4;white-space:pre-wrap;word-break:break-word}.assistant-pending[data-v-96bd279a]{margin-top:8px;border-top:1px dashed var(--theme-border);padding-top:8px;color:var(--theme-text-muted);font-size:12px;display:inline-flex;align-items:center;gap:8px}.ask-dock-form[data-v-96bd279a]{position:fixed;left:calc((100% + var(--rail-width) + var(--panel-width)) / 2);transform:translate(-50%);bottom:12px;z-index:46;width:min(980px,calc(100% - var(--rail-width) - var(--panel-width) - 28px));border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-panel-bg);box-shadow:0 8px 24px #0f172a14;padding:10px;display:grid;gap:8px}.ask-page.panel-collapsed .ask-dock-form[data-v-96bd279a]{left:calc((100% + var(--rail-width)) / 2);width:min(980px,calc(100% - var(--rail-width) - 24px))}.ask-input[data-v-96bd279a]{width:100%;border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);color:var(--theme-text);padding:10px;font-size:13px;resize:vertical;min-height:64px}.ask-input[data-v-96bd279a]::placeholder{color:var(--theme-text-subtle)}.ask-input[data-v-96bd279a]:focus{outline:none;border-color:var(--theme-border-strong)}.ask-form-actions[data-v-96bd279a]{display:flex;align-items:center;justify-content:space-between;gap:12px}.ask-form-left[data-v-96bd279a]{display:inline-flex;align-items:center;gap:10px;min-width:0}.ask-model[data-v-96bd279a]{min-width:180px;max-width:300px}.ask-model-select[data-v-96bd279a]{min-width:180px}.ask-model-select[data-v-96bd279a] .base-select__trigger{height:30px;padding:0 10px}.ask-model-loading[data-v-96bd279a]{min-height:30px;display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--theme-text-soft)}.ask-toggle[data-v-96bd279a]{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--theme-text-muted)}.references-panel[data-v-96bd279a]{position:sticky;top:12px;height:calc(100vh - 154px);min-height:520px;overflow:auto;padding:12px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px}.references-head[data-v-96bd279a]{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.section-title[data-v-96bd279a]{margin:0;font-size:16px;font-weight:600}.references-meta[data-v-96bd279a]{font-size:11px;color:var(--theme-text-soft)}.reference-context-list[data-v-96bd279a]{display:grid;gap:10px}.reference-context-item[data-v-96bd279a]{border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);padding:9px;display:grid;gap:8px}.reference-context-head[data-v-96bd279a]{display:grid;gap:2px}.reference-path[data-v-96bd279a]{color:var(--theme-text-strong);font-size:12px;word-break:break-all}.reference-range[data-v-96bd279a]{color:var(--theme-text-soft);font-size:11px}.reference-error[data-v-96bd279a]{font-size:12px;color:#ef4444}.reference-code[data-v-96bd279a]{border:1px solid var(--theme-border);border-radius:4px;overflow:auto;background:var(--theme-panel-bg)}.code-line[data-v-96bd279a]{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:stretch;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.35}.code-line-number[data-v-96bd279a]{display:inline-flex;align-items:center;justify-content:flex-end;padding:3px 8px 3px 6px;color:var(--theme-text-subtle);border-right:1px solid var(--theme-border);-webkit-user-select:none;user-select:none}.code-line-text[data-v-96bd279a]{display:inline-flex;align-items:center;padding:3px 10px;white-space:pre;color:var(--theme-text)}.code-line.target .code-line-number[data-v-96bd279a],.code-line.target .code-line-text[data-v-96bd279a]{background:var(--theme-surface-alt)}.empty-state[data-v-96bd279a]{font-size:13px;color:var(--theme-text-soft)}.panel-btn[data-v-96bd279a]{width:auto}@media (max-width: 1180px){.ask-layout[data-v-96bd279a]{grid-template-columns:1fr}.answer-panel[data-v-96bd279a]{height:auto;min-height:0}.references-panel[data-v-96bd279a]{position:static;height:auto;max-height:none;min-height:0}.ask-dock-form[data-v-96bd279a]{left:calc((100% + var(--rail-width) + var(--panel-width)) / 2);width:calc(100% - var(--rail-width) - var(--panel-width) - 20px)}.ask-page.panel-collapsed .ask-dock-form[data-v-96bd279a]{left:calc((100% + var(--rail-width)) / 2);width:calc(100% - var(--rail-width) - 20px)}}@media (max-width: 960px){.ask-page[data-v-96bd279a]{padding:14px 14px 108px}.ask-dock-form[data-v-96bd279a]{left:50%;width:calc(100vw - 16px);bottom:8px;transform:translate(-50%)}.ask-form-actions[data-v-96bd279a]{flex-direction:column;align-items:stretch}.ask-form-left[data-v-96bd279a]{width:100%;justify-content:space-between;flex-wrap:wrap}.ask-model[data-v-96bd279a]{flex:1 1 220px;max-width:none}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-keyword,.hljs-operator,.hljs-pattern-match{color:#f92672}.hljs-pattern-match .hljs-constructor,.hljs-function{color:#61aeee}.hljs-function .hljs-params{color:#a6e22e}.hljs-function .hljs-params .hljs-typing{color:#fd971f}.hljs-module-access .hljs-module{color:#7e57c2}.hljs-constructor{color:#e2b93d}.hljs-constructor .hljs-string{color:#9ccc65}.hljs-comment,.hljs-quote{color:#b18eb1;font-style:italic}.hljs-doctag,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
