:root{--color-bg:#f4f5ef;--color-surface:#fcfcf8;--color-border:#d4d8c9;--color-text:#252c22;--color-text-muted:#5f6757;--color-primary:#6b7a3e;--color-primary-hover:#566330;--color-danger:#dc2626;--color-danger-bg:#fef2f2;--color-user-bubble:#6b7a3e;--color-user-text:#f7f8f2;--color-assistant-bubble:#ecefe4;--color-assistant-text:#252c22;--color-thought-bg:#eef1e7;--color-thought-border:#c7d0b8;--color-thought-tool:#5f6f36;--radius-sm:6px;--radius-md:12px;--radius-lg:18px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 2px 8px #00000014;--max-chat-width:780px;--header-height:56px;--composer-max-height:200px;--sidebar-width:280px}:root[data-theme=dark]{--color-bg:#171b16;--color-surface:#1f251d;--color-border:#343d2f;--color-text:#e8eddc;--color-text-muted:#a7b09a;--color-primary:#a6bd62;--color-primary-hover:#b7cd74;--color-user-bubble:#5e6d35;--color-user-text:#f0f4e5;--color-assistant-bubble:#2a3126;--color-assistant-text:#e8eddc;--color-thought-bg:#222a20;--color-thought-border:#3a4532;--color-thought-tool:#b8cd78}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5}.app-shell{background:var(--color-bg);height:100dvh;display:flex}.chat-sidebar{width:var(--sidebar-width);border-right:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface) 88%, var(--color-bg) 12%);flex-direction:column;gap:10px;padding:12px;display:flex;overflow-x:visible}.chat-sidebar__header{flex-direction:column;gap:10px;display:flex}.chat-sidebar__title{font-size:18px;font-weight:600}.chat-sidebar__section{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px}.chat-sidebar__section-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-sidebar__section-toggle{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-muted);cursor:pointer;background:0 0;padding:4px 10px;font-size:12px;display:none}.chat-sidebar__list{flex-direction:column;gap:6px;list-style:none;display:flex;overflow:visible auto}.chat-sidebar__item{text-align:left;border-radius:var(--radius-sm);border:1px solid var(--color-border);cursor:pointer;background:0 0;width:100%;padding:10px}.chat-sidebar__item-row .chat-sidebar__item{min-width:0;box-shadow:none;background:0 0;border:none;border-radius:0;flex:1;margin:0;padding:8px 6px 8px 2px}.chat-sidebar__item-row .chat-sidebar__item:hover{background:0 0}.chat-sidebar__item-row .chat-sidebar__item:focus-visible{border-radius:calc(var(--radius-sm) - 3px);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-primary) 45%, transparent);outline:none}.chat-sidebar__item:hover{background:color-mix(in srgb, var(--color-primary) 14%, var(--color-surface) 86%)}.chat-sidebar__item-title{white-space:nowrap;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.chat-sidebar__row{flex-direction:column;gap:0;display:flex;position:relative}.chat-sidebar__row--menu-open{z-index:5}.chat-sidebar__item-row{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface) 70%, var(--color-bg) 30%);align-items:center;gap:2px;padding:2px 4px 2px 10px;display:flex}.chat-sidebar__item-row:hover{background:color-mix(in srgb, var(--color-primary) 14%, var(--color-surface) 86%);border-color:var(--color-border)}.chat-sidebar__item-row--active{background:color-mix(in srgb, var(--color-primary) 20%, var(--color-surface) 80%);border-color:color-mix(in srgb, var(--color-primary) 55%, var(--color-border) 45%)}.chat-sidebar__item-row--active:hover{background:color-mix(in srgb, var(--color-primary) 22%, var(--color-surface) 78%);border-color:color-mix(in srgb, var(--color-primary) 55%, var(--color-border) 45%)}.chat-sidebar__menu-wrap{flex-shrink:0;position:relative}.chat-sidebar__item-kebab{cursor:pointer;width:32px;height:32px;color:var(--color-text-muted);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;line-height:1;display:flex}.chat-sidebar__item-kebab:hover{background:color-mix(in srgb, var(--color-text) 8%, transparent);color:var(--color-text)}.chat-sidebar__item-kebab:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--color-primary) 40%, transparent);outline:none}.chat-sidebar__item-kebab--open{background:color-mix(in srgb, var(--color-text) 10%, transparent);color:var(--color-text)}.chat-sidebar__item-kebab-icon{letter-spacing:0;font-size:14px;font-weight:700;transform:translateY(-1px)}.chat-sidebar__dropdown{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);min-width:188px;box-shadow:0 10px 28px color-mix(in srgb, var(--color-text) 12%, transparent), 0 2px 8px color-mix(in srgb, var(--color-text) 8%, transparent);margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);right:0}.chat-sidebar__dropdown--portal{z-index:50;position:fixed;top:0;right:0}.chat-sidebar__dropdown-item-wrap{margin:0}.chat-sidebar__dropdown-item{border-radius:calc(var(--radius-sm) - 2px);width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}.chat-sidebar__dropdown-item:hover,.chat-sidebar__dropdown-item:focus-visible{background:color-mix(in srgb, var(--color-primary) 12%, var(--color-surface) 88%);outline:none}.chat-sidebar__dropdown-item:focus-visible{box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--color-primary) 35%, transparent)}.chat-sidebar__dropdown-item--danger{color:var(--color-danger)}.chat-sidebar__dropdown-item--danger:hover,.chat-sidebar__dropdown-item--danger:focus-visible{background:color-mix(in srgb, var(--color-danger) 12%, var(--color-surface) 88%);color:var(--color-danger)}.chat-sidebar__dropdown-icon{flex-shrink:0}.chat-sidebar__empty{color:var(--color-text-muted);padding:4px 2px;font-size:13px}.chat-sidebar__theme-toggle{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;padding:8px 10px}.chat-layout{background:var(--color-surface);flex-direction:column;flex:1;height:100dvh;display:flex}.chat-header{height:var(--header-height);border-bottom:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 20px;display:flex}.chat-header__title{letter-spacing:-.01em;font-size:16px;font-weight:600}.chat-header__new{color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;gap:4px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.chat-header__new:hover{background:var(--color-primary);color:#fff}.chat-header__new:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.chat-auth-banner{color:var(--color-text-muted);background:var(--color-thought-bg);border-bottom:1px solid var(--color-border);flex-shrink:0;padding:8px 20px;font-size:13px}.chat-quota-banner{color:var(--color-text-muted);background:color-mix(in srgb, var(--color-surface) 85%, var(--color-bg) 15%);border-bottom:1px solid var(--color-border);flex-shrink:0;padding:8px 20px;font-size:13px}@media (width<=960px){.app-shell{display:block}.chat-sidebar{border-right:none;border-bottom:1px solid var(--color-border);width:100%;max-height:none}.chat-sidebar__section-toggle{justify-content:center;align-items:center;display:inline-flex}.chat-sidebar__list--collapsed{display:none}.chat-sidebar__list--expanded{max-height:220px;display:flex}}.banner{flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 20px;font-size:13px;display:flex}.banner--error{background:var(--color-danger-bg);color:var(--color-danger);border-bottom:1px solid #fecaca}.banner__dismiss{cursor:pointer;color:inherit;background:0 0;border:none;padding:0 4px;font-size:18px}.message-list{scroll-behavior:smooth;flex:1;padding:24px 20px 12px;overflow-y:auto}.message-list__empty{text-align:center;height:100%;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.message-list__empty-icon{margin-bottom:8px;font-size:40px}.message-list__empty-title{color:var(--color-text);font-size:20px;font-weight:600}.message-list__empty-hint{max-width:320px;font-size:14px}.bubble-row{margin-bottom:12px;display:flex}.bubble-row--user{justify-content:flex-end}.bubble-row--assistant{justify-content:flex-start}.bubble{border-radius:var(--radius-lg);max-width:85%;box-shadow:var(--shadow-sm);word-break:break-word;padding:10px 16px}.bubble--user{background:var(--color-user-bubble);color:var(--color-user-text);border-bottom-right-radius:var(--radius-sm)}.bubble--assistant{background:var(--color-assistant-bubble);color:var(--color-assistant-text);border-bottom-left-radius:var(--radius-sm)}.bubble--assistant-animate{will-change:transform, opacity;animation:.48s cubic-bezier(.22,1,.36,1) assistantBubbleReveal}.bubble--assistant-animate .bubble__text{animation:.52s ease-out assistantTextReveal}.bubble__text{margin:0}.bubble__text--plain{white-space:pre-wrap}.bubble__text--markdown{white-space:normal}.bubble__text>:first-child{margin-top:0}.bubble__text>:last-child{margin-bottom:0}.bubble__text p{margin:.5em 0}.bubble__text ul,.bubble__text ol{margin:.5em 0;padding-left:1.2em}.bubble__text li+li{margin-top:.25em}.bubble__text a{color:var(--color-primary);text-underline-offset:2px;text-decoration:underline}.bubble__text a:hover{color:var(--color-primary-hover)}.bubble__citations{flex-wrap:wrap;gap:6px;display:flex}.bubble__citations-wrap{margin-top:10px}.bubble__citation-chip{border:1px solid var(--color-border);background:var(--color-surface);max-width:100%;color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;padding:3px 8px;font-size:12px;line-height:1.3;text-decoration:none;display:inline-flex;overflow:hidden}.bubble__citation-chip:hover{border-color:var(--color-primary);color:var(--color-primary)}.bubble__citations-toggle{color:var(--color-primary);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-size:12px;font-weight:500}.bubble__citations-toggle:hover{color:var(--color-primary-hover);text-decoration:underline}.bubble__stopped-note{border-top:1px solid var(--color-border);color:var(--color-text-muted);margin:10px 0 0;padding-top:8px;font-size:13px;font-style:italic;line-height:1.4}.bubble__stopped-note--standalone{border:none;margin:0;padding:0}.bubble__text code{background:#00000014;border-radius:4px;padding:.1em .3em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em}.bubble__text pre{border-radius:var(--radius-sm);background:#0000001a;margin:.5em 0;padding:.65em .8em;overflow-x:auto}.bubble__text pre code{background:0 0;padding:0}.bubble--streaming{position:relative}.bubble__cursor{background:var(--color-text);vertical-align:text-bottom;width:2px;height:1em;margin-left:2px;animation:.8s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}@keyframes assistantBubbleReveal{0%{opacity:0;transform:translateY(16px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes assistantTextReveal{0%{opacity:0;filter:blur(1.2px)}to{opacity:1;filter:blur()}}.thought-panel{border:1px solid var(--color-thought-border);background:var(--color-thought-bg);border-radius:var(--radius-md);width:100%;max-width:85%;overflow:hidden}.thought-panel__toggle{width:100%;color:var(--color-text-muted);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.thought-panel__toggle:hover{background:#7c3aed0d}.thought-panel__icon{flex-shrink:0;font-size:11px}.thought-panel__label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.thought-panel__count{color:var(--color-text-muted);flex-shrink:0;font-size:11px}.thought-panel__tool{color:var(--color-thought-tool);background:#7c3aed1a;border-radius:4px;align-items:center;margin-left:6px;padding:1px 6px;font-size:11px;font-weight:500;display:inline-flex}.thought-panel__list{flex-direction:column;gap:4px;padding:0 12px 8px;list-style:none;display:flex}.thought-panel__item{color:var(--color-text-muted);align-items:flex-start;gap:8px;font-size:13px;display:flex}.thought-panel__item-message{flex:1;min-width:0}.thought-panel__item-pills{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;margin-left:auto;display:inline-flex}.thought-panel__step-num{width:18px;height:18px;color:var(--color-thought-tool);background:#7c3aed1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:inline-flex}.usage-bar{flex-shrink:0;justify-content:center;padding:4px 20px;display:flex}.usage-bar__tokens{color:var(--color-text-muted);font-size:11px}.composer{border-top:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0;align-items:flex-end;gap:8px;padding:12px 20px 16px;display:flex}.composer__input{resize:none;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);background:var(--color-bg);max-height:var(--composer-max-height);outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:15px;line-height:1.5;transition:border-color .15s,box-shadow .15s;overflow-y:auto}.composer__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1f}.composer__input::placeholder{color:var(--color-text-muted)}.composer__btn{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:14px;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.composer__btn--send{background:var(--color-primary);color:#fff}.composer__btn--send:hover:not(:disabled){background:var(--color-primary-hover)}.composer__btn--send:disabled{opacity:.4;cursor:not-allowed}.composer__btn--stop{background:var(--color-danger);color:#fff;white-space:normal;text-align:center;max-width:11rem;height:auto;min-height:40px;padding:8px 12px;line-height:1.25}.composer__btn--stop:hover{background:#b91c1c}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}
