:root{--bg: #f6f5f1;--surface: #ffffff;--surface-2: #efece5;--border: #e0dcd2;--text: #22201b;--muted: #6b6559;--accent: #b4622b;--accent-contrast: #ffffff;--user-bubble: #e8e2d6;--shadow: 0 1px 3px rgba(0, 0, 0, .06);--sidebar-w: 288px;--chat-bubble-radius: 14px;--chat-bubble-pad: 10px 14px;--chat-line-height: 1.45;--chat-msg-gap: 14px;--chat-stream-pad: 24px}@media (prefers-color-scheme: dark){:root{--bg: #1a1815;--surface: #232019;--surface-2: #2c2820;--border: #3a352b;--text: #ece8df;--muted: #a49c8c;--accent: #d9873f;--accent-contrast: #1a1815;--user-bubble: #322d24;--shadow: 0 1px 3px rgba(0, 0, 0, .3)}}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{background:var(--bg);color:var(--text);font:15px/1.55 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}button{font:inherit;cursor:pointer}.md :first-child{margin-top:0}.md :last-child{margin-bottom:0}.md p{margin:0}.md ul,.md ol{margin:2px 0;padding-left:20px}.md li{margin:0}.md h1,.md h2,.md h3,.md h4{margin:4px 0 2px}.md a{color:var(--accent);text-decoration:underline}.md code{background:var(--surface-2);padding:1px 4px;border-radius:4px}
