.chat-shell{width:100%;height:100%}.thread-root{display:flex;height:100%;flex-direction:column;padding:0 16px}.thread-topbar{display:flex;justify-content:space-between;align-items:center;min-height:56px;gap:10px}.ghost-button{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:transparent;cursor:pointer}.ghost-button:hover{color:var(--text);background:#0000000a}.model-select-inline{max-width:220px;height:32px;padding:0 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:var(--surface)}.thread-viewport{display:flex;flex:1;flex-direction:column;overflow-y:auto;padding:16px 0 0}.message-list{width:100%;max-width:768px;margin:0 auto}.empty-state{display:flex;flex:1;align-items:center;justify-content:center;padding:24px 0 72px}.empty-state-inner{width:100%;max-width:768px;display:flex;flex-direction:column;gap:18px}.empty-state h1{margin:0;text-align:center;font-size:clamp(28px,4vw,38px);font-weight:500}.empty-warning{margin:0;text-align:center;font-size:13px;color:#a45a19}.composer-footer{position:sticky;bottom:0;width:100%;max-width:768px;margin:auto auto 0;padding:8px 0 12px;background:linear-gradient(180deg,#fff0,#fff 24%)}.composer-disclaimer{margin:6px 0 0;text-align:center;font-size:12px;color:#8e8e8e}.scroll-button{position:absolute;top:-36px;left:50%;transform:translate(-50%);width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#fff;box-shadow:0 4px 12px #00000014;cursor:pointer}@media (max-width: 780px){.thread-root{padding:0 10px}.model-select-inline{max-width:160px}}.message-row{width:100%;display:flex;flex-direction:column;gap:6px;margin:18px 0}.message-row.user{align-items:flex-end}.message-row.assistant{align-items:flex-start}.message-bubble{max-width:min(100%,88%);border-radius:24px;padding:10px 16px;line-height:1.65;word-break:break-word;white-space:pre-wrap}.user-bubble{background:var(--bubble-user)}.assistant-message-content{width:100%;color:var(--text)}.message-text{margin:0;white-space:pre-wrap}.message-image{display:block;max-width:min(100%,580px);height:auto;border-radius:8px}.thinking-indicator{margin:-6px 0 10px;font-size:12px;color:var(--muted)}.assistant-message-footer{display:inline-flex;align-items:center;gap:4px}.assistant-action-bar{display:inline-flex;align-items:center;gap:2px}.icon-action-button{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:0;color:var(--muted);background:transparent;cursor:pointer}.icon-action-button:hover{color:var(--text);background:#0000000d}.branch-picker{display:inline-flex;align-items:center;gap:2px;font-size:12px;color:#787878}.branch-button{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:0;color:#a0a0a0;background:transparent;cursor:pointer}.branch-button:hover{color:var(--text);background:#0000000d}@media (max-width: 780px){.message-bubble{max-width:94%}}.composer{width:100%;display:flex;flex-direction:column;gap:8px;border:1px solid var(--line);border-radius:28px;padding:8px 8px 10px;background:#fff;box-shadow:0 2px 6px -2px #00000014}.composer-input{width:100%;min-height:38px;max-height:200px;resize:none;border:0;outline:none;padding:10px 12px 0;color:var(--text);background:transparent;line-height:1.45}.composer-input::placeholder{color:#8e8e8e}.composer-actions-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 2px}.composer-actions-left,.composer-actions-right,.primary-action-wrap{display:inline-flex;align-items:center;gap:6px}.circle-icon-button,.voice-placeholder-button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:0;color:var(--muted);background:transparent;cursor:pointer}.circle-icon-button:hover{color:var(--text);background:#0000000f}.voice-placeholder-button{color:#fff;background:var(--warn)}.primary-action-button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:0;color:var(--accent-contrast);background:var(--accent);cursor:pointer}.primary-action-button.warning{background:var(--warn)}:root{color-scheme:light;--bg: #ffffff;--text: #0d0d0d;--muted: #5d5d5d;--line: #e5e5e5;--surface: #ffffff;--bubble-user: #f2f2f2;--accent: #0d0d0d;--accent-contrast: #ffffff;--warn: #ff5d1f}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{font-family:Segoe UI,PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif;color:var(--text);background:var(--bg)}button,input,select,textarea,summary{font:inherit}.message-text.markdown-content>:first-child{margin-top:0}.message-text.markdown-content>:last-child{margin-bottom:0}.markdown-content p{margin:.28em 0}.markdown-content blockquote{margin:.3em 0;padding-left:.7em;border-left:3px solid rgba(0,0,0,.16);opacity:.9}.markdown-content ul,.markdown-content ol{margin:.28em 0;padding-left:1.2em}.markdown-content table{display:block;width:max-content;max-width:100%;border-collapse:collapse;overflow-x:auto}.markdown-content th,.markdown-content td{padding:4px 8px;border:1px solid rgba(0,0,0,.14)}.markdown-content :not(pre)>code{padding:.08em .36em;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#00000014}.code-block{margin:.35em 0;border:1px solid rgba(0,0,0,.12);border-radius:8px;overflow:hidden}.assistant .code-block{background:#f8f5ef}.user .code-block{background:#ffffff14;border-color:#ffffff38}.code-block-head{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;font-size:12px;color:var(--muted);background:#0000000d}.user .code-block-head{color:#ffffffbf;background:#00000038}.code-copy-button{border:1px solid rgba(0,0,0,.16);border-radius:6px;padding:2px 8px;font-size:12px;cursor:pointer;color:#333;background:#fff}.user .code-copy-button{border-color:#ffffff59;color:#fff;background:#ffffff29}.code-block pre{margin:0;padding:10px 12px;overflow-x:auto}.code-block code{white-space:pre;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
