:root{--sidebar-bg: #171717;--sidebar-hover: rgba(255, 255, 255, .06);--sidebar-border: rgba(255, 255, 255, .1);--main-bg: #212121;--msg-user-bg: #2f2f2f;--bubble-assistant: #2f2f2f;--composer-bg: #2f2f2f;--text: #ececec;--muted: #9b9b9b;--accent: #10a37f;--error: #f56565;--warn-bg: rgba(234, 179, 8, .12);--warn-border: rgba(234, 179, 8, .35)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--main-bg);color:var(--text);-webkit-font-smoothing:antialiased}.app-shell{display:flex;height:100dvh;min-height:100%}.sidebar{width:260px;min-width:260px;background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;gap:.75rem;padding:.6rem .75rem 1rem;overflow-y:auto}.sidebar-new-chat{display:flex;align-items:center;gap:.5rem;width:100%;border:1px solid var(--sidebar-border);background:transparent;color:var(--text);border-radius:.5rem;padding:.65rem .85rem;font-size:.875rem;cursor:pointer;text-align:left}.sidebar-new-chat:hover:not(:disabled){background:var(--sidebar-hover)}.sidebar-new-chat:disabled{opacity:.4;cursor:not-allowed}.sidebar-divider{height:1px;margin:.5rem 0 .65rem;background:var(--sidebar-border);flex-shrink:0}.sidebar-history{display:flex;flex-direction:column;gap:.35rem;max-height:min(40vh,280px);min-height:0}.sidebar-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto;min-height:0}.sidebar-history-item{display:flex;align-items:stretch;gap:.15rem;border-radius:.45rem;background:#ffffff08}.sidebar-history-item:hover{background:var(--sidebar-hover)}.sidebar-history-row{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.45rem .4rem .45rem .55rem;border:none;background:transparent;color:var(--text);font:inherit;font-size:.8125rem;text-align:left;cursor:pointer;border-radius:.45rem 0 0 .45rem}.sidebar-history-row-active{background:#10a37f1f}.sidebar-history-row:disabled{opacity:.45;cursor:not-allowed}.sidebar-history-title{display:block;width:100%;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-history-meta{font-size:.68rem;color:var(--muted);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.sidebar-history-delete{flex-shrink:0;width:1.75rem;border:none;background:transparent;color:var(--muted);font-size:1.1rem;line-height:1;cursor:pointer;border-radius:0 .45rem .45rem 0;padding:0}.sidebar-history-delete:hover:not(:disabled){color:var(--error);background:#f565651f}.sidebar-history-delete:disabled{opacity:.35;cursor:not-allowed}.sidebar-brand{padding:.25rem .35rem .5rem;border-bottom:1px solid var(--sidebar-border)}.sidebar-brand-row{display:flex;align-items:center;gap:.65rem}.sidebar-logo-img{flex-shrink:0;width:2.25rem;height:2.25rem;object-fit:contain;background:#ffffff0a}.sidebar-brand-text{min-width:0}.sidebar-logo{font-size:1rem;font-weight:600;letter-spacing:-.02em;margin-top:.2rem}.sidebar-tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.sidebar-section{display:flex;flex-direction:column;gap:.35rem}.sidebar-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.sidebar-status{margin:0;font-size:.78rem;line-height:1.4;color:var(--muted)}.sidebar-status.ok{color:#86efac}.sidebar-select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--sidebar-hover);color:var(--text);border:1px solid var(--sidebar-border);border-radius:.5rem;padding:.45rem 1.75rem .45rem .6rem;font-size:.8125rem;font-family:inherit;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239b9b9b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .45rem center}.sidebar-select:focus{outline:none;border-color:var(--accent)}.sidebar-select:disabled{opacity:.45;cursor:not-allowed}.sidebar-setup{margin-top:.25rem;padding:.75rem;background:var(--warn-bg);border:1px solid var(--warn-border);border-radius:.5rem;font-size:.78rem;line-height:1.5;color:var(--text)}.sidebar-setup-title{margin:0 0 .35rem;font-weight:600;font-size:.8rem}.sidebar-setup p{margin:0 0 .5rem}.sidebar-setup p:last-child{margin-bottom:0}.sidebar-setup code{font-size:.72rem;background:#00000059;padding:.1em .3em;border-radius:3px}.main-panel{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--main-bg)}.main-local-notice{flex-shrink:0;display:flex;align-items:flex-start;gap:.55rem;margin:0;padding:.65rem 1rem;background:var(--warn-bg);border-bottom:1px solid var(--warn-border);border-left:3px solid rgba(234,179,8,.75)}.main-local-notice-icon{flex-shrink:0;margin-top:.1rem;font-size:.55rem;color:#eab308;line-height:1}.main-local-notice-text{margin:0;font-size:.8125rem;line-height:1.45;color:var(--text)}.main-local-notice-text strong{color:#fef08a;font-weight:600}.message-scroll{flex:1;overflow-y:auto;min-height:0}.message-inner{max-width:48rem;margin:0 auto;padding:1.25rem 1rem 2rem;width:100%}.empty-thread{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:min(50vh,320px);text-align:center;padding:2rem 1rem}.empty-logo{width:4.5rem;height:4.5rem;margin-bottom:1rem;object-fit:contain;background:#ffffff0a}.empty-title{margin:0;font-size:1.75rem;font-weight:600;letter-spacing:-.03em}.empty-sub{margin:.5rem 0 0;font-size:.9rem;color:var(--muted);max-width:22rem;line-height:1.5}.msg-row{display:flex;gap:.85rem;padding:1.15rem 0;border-bottom:1px solid rgba(255,255,255,.06);align-items:flex-start}.msg-row.user{flex-direction:row-reverse}.msg-avatar{flex-shrink:0;width:2rem;height:2rem;background:#3f3f3f;display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.msg-row.user .msg-avatar{background:#5a5a5a;color:#e5e5e5}.msg-body{flex:1;min-width:0}.msg-row.user .msg-body{display:flex;justify-content:flex-end}.msg-source{margin-top:.35rem;max-width:85%;font-size:.72rem;line-height:1.35;color:var(--muted)}.assistant-loading{display:flex;align-items:center;gap:.55rem;min-height:1.35rem;color:var(--muted);font-size:.875rem}.assistant-loading-spinner{flex-shrink:0;width:1.05rem;height:1.05rem;border:2px solid rgba(255,255,255,.12);border-top-color:var(--accent);border-radius:50%;animation:assistant-loading-spin .65s linear infinite}.assistant-loading-text{letter-spacing:.02em}@keyframes assistant-loading-spin{to{transform:rotate(360deg)}}.bubble{max-width:85%;padding:.75rem 1rem;border-radius:1rem;line-height:1.55;word-break:break-word}.user-bubble{background:var(--msg-user-bg);border:1px solid rgba(255,255,255,.08)}.assistant-bubble{background:var(--bubble-assistant)}.bubble-md{white-space:normal}.bubble-md>:first-child{margin-top:0}.bubble-md>:last-child{margin-bottom:0}.bubble-md p{margin:.55em 0;line-height:1.55}.bubble-md ul,.bubble-md ol{margin:.5em 0;padding-left:1.35rem}.bubble-md li{margin:.2em 0}.bubble-md h1,.bubble-md h2,.bubble-md h3,.bubble-md h4{margin:.75em 0 .4em;font-size:1.05em;font-weight:600}.bubble-md a{color:#7dd3fc;text-decoration:underline}.bubble-md a:hover{color:#bae6fd}.bubble-md code{font-family:ui-monospace,monospace;font-size:.9em;background:#00000059;padding:.12em .35em;border-radius:4px}.bubble-md pre{margin:.65em 0;padding:.75rem 1rem;background:#0006;border-radius:.5rem;overflow-x:auto}.bubble-md pre code{background:none;padding:0;font-size:.82rem}.bubble-md blockquote{margin:.5em 0;padding-left:.85rem;border-left:3px solid rgba(255,255,255,.2);color:var(--muted)}.bubble-md table{border-collapse:collapse;margin:.5em 0;font-size:.9em}.bubble-md th,.bubble-md td{border:1px solid rgba(255,255,255,.12);padding:.35em .6em}.bubble-md th{background:#00000040}.main-error{flex-shrink:0;max-width:48rem;width:100%;margin:0 auto;padding:0 1rem .5rem;font-size:.875rem;color:var(--error)}.composer-wrap{flex-shrink:0;padding:.75rem 1rem 1.25rem;background:var(--main-bg);border-top:1px solid rgba(255,255,255,.08)}.composer-bar{max-width:48rem;margin:0 auto;display:flex;align-items:flex-end;gap:.5rem;background:var(--composer-bg);border:1px solid rgba(255,255,255,.12);border-radius:1.25rem;padding:.5rem .65rem .5rem 1rem}.composer-bar.disabled{opacity:.5}.composer-input{flex:1;min-height:2.5rem;max-height:8rem;resize:none;border:none;background:transparent;color:var(--text);font:inherit;font-size:.9375rem;line-height:1.45;padding:.4rem 0}.composer-input:focus{outline:none}.composer-input:disabled{cursor:not-allowed}.composer-send{flex-shrink:0;background:var(--accent);color:#fff;border:none;border-radius:.65rem;padding:.45rem 1rem;font-weight:600;font-size:.875rem;cursor:pointer}.composer-send:disabled{opacity:.4;cursor:not-allowed}.whitespace-pre-wrap{white-space:pre-wrap}@media (max-width: 720px){.sidebar{width:220px;min-width:220px}}
