:root{--bg:#f9faf7;--surface:#fff;--surface-2:#f3f3f1;--surface-3:#ebebea;--surface-input:#fff;--surface-code:#f2f2f0;--border:#e2e2e2;--border-strong:#cfcfcf;--text:#1a1a1a;--text-2:#3a3a3a;--text-3:#6b6b6b;--text-4:#9b9b9b;--text-placeholder:#9b9b9b;--btn-primary-bg:#0a3d5c;--btn-primary-text:#fff;--btn-disabled-bg:#cfcfcf;--cta:#d4952a;--cta-text:#fff;--accent:#0b7a8a;--accent-bg:#e8f6f8;--danger:#dc2626;--danger-soft:#ef4444;--danger-bg:#fef2f2;--success:#059669;--success-bg:#ecfdf5;--info:#0b7a8a;--orange:#d4952a;--purple:#3dbcc2;--overlay-soft:#00000008;--overlay-medium:#0000000f;--overlay-strong:#0000001a;--scrollbar:#d0d0d0;--scrollbar-hover:#b8b8b8;--dot-pattern:#0000000b}:root[data-theme=dark]{--bg:#0f0d0a;--surface:#1c1815;--surface-2:#25201c;--surface-3:#2c2622;--surface-input:#131316;--surface-code:#2a2520;--border:#423931;--border-strong:#544c43;--text:#f5f5f4;--text-2:#d6d3d1;--text-3:#a8a29e;--text-4:#78716c;--text-placeholder:#8a8278;--btn-primary-bg:#3dbcc2;--btn-primary-text:#1c1815;--btn-disabled-bg:#57534e;--cta:#d4952a;--cta-text:#fff;--accent:#3dbcc2;--accent-bg:#0b7a8a33;--danger:#f87171;--danger-soft:#fca5a5;--danger-bg:#7c1818f2;--success:#34d399;--success-bg:#34d3991f;--info:#3dbcc2;--orange:#d4952a;--purple:#3dbcc2;--overlay-soft:#ffffff0a;--overlay-medium:#ffffff14;--overlay-strong:#ffffff24;--scrollbar:#423931;--scrollbar-hover:#544c43;--dot-pattern:#ffffff08}*{box-sizing:border-box}body,html,#root{background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;height:100%;margin:0;padding:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}@keyframes kanchao-pulse{0%,to{opacity:.45;transform:scale(.85);box-shadow:0 0 #3dbcc280}50%{opacity:1;transform:scale(1.15);box-shadow:0 0 6px 1px #3dbcc2a6}}.kanchao-thinking-dot{background:var(--text-3);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite kanchao-pulse;display:inline-block}@keyframes kanchao-verb-fade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.chat-md h1,.chat-md h2,.chat-md h3,.chat-md h4,.chat-md h5,.chat-md h6{border:none;padding-bottom:0;font-weight:600;line-height:1.4}.preview-markdown.chat-md h1,.preview-markdown.chat-md h2,.preview-markdown.chat-md h3,.preview-markdown.chat-md h4,.preview-markdown.chat-md h5,.preview-markdown.chat-md h6{border-bottom:none}.preview-markdown.chat-md h1{color:var(--text);margin:.9em 0 .35em;font-size:1.06em}.preview-markdown.chat-md h2{color:var(--text);margin:.8em 0 .3em;font-size:1em}.preview-markdown.chat-md h3{color:var(--text-2);margin:.65em 0 .25em;font-size:.93em}.preview-markdown.chat-md h4,.preview-markdown.chat-md h5,.preview-markdown.chat-md h6{color:var(--text-3);margin:.55em 0 .2em;font-size:.9em}.chat-md p{margin:.4em 0}.chat-md p:first-child{margin-top:0}.chat-md p:last-child{margin-bottom:0}.chat-md ul,.chat-md ol{margin:.4em 0;padding-left:1.4em}.chat-md table{margin:.6em 0;font-size:12px}.chat-md th,.chat-md td{padding:5px 8px}.chat-md pre{margin:.5em 0;padding:10px}.chat-md blockquote{margin:.5em 0}.chat-md>div>:first-child{margin-top:0}.chat-md>div>:last-child{margin-bottom:0}.chat-md strong,.chat-md b,.preview-markdown strong,.preview-markdown b{font-weight:600}div[style*=col-resize]:hover>div{background:var(--border-strong)!important}.preview-markdown h1,.preview-markdown h2,.preview-markdown h3,.preview-markdown h4,.preview-markdown h5,.preview-markdown h6{color:var(--text);margin:1.2em 0 .6em;line-height:1.3}.preview-markdown h1{border-bottom:1px solid var(--border);padding-bottom:.3em;font-size:1.6em}.preview-markdown h2{border-bottom:1px solid var(--border);padding-bottom:.2em;font-size:1.3em}.preview-markdown h3{font-size:1.1em}.preview-markdown p{margin:.8em 0}.preview-markdown ul,.preview-markdown ol{margin:.6em 0;padding-left:1.5em}.preview-markdown li{margin:.3em 0}.preview-markdown code{background:var(--surface-code);border-radius:4px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.9em}.preview-markdown pre{background:var(--surface-code);border:1px solid var(--border);border-radius:8px;padding:16px;overflow-x:auto}.preview-markdown pre code{background:0 0;padding:0}.preview-markdown blockquote{border-left:3px solid var(--border-strong);color:var(--text-3);margin:.8em 0;padding:.4em 1em}.preview-markdown table{border-collapse:collapse;width:100%;margin:.8em 0}.preview-markdown th,.preview-markdown td{border:1px solid var(--border);text-align:left;padding:8px 12px}.preview-markdown th{background:var(--surface-2);color:var(--text-2)}.preview-markdown a{color:var(--info);text-decoration:none}.preview-markdown a:hover{text-decoration:underline}.preview-markdown img{border-radius:8px;max-width:100%}.kanchao-input::placeholder{color:var(--text-placeholder);opacity:1;font-weight:400}.kanchao-dot-bg{background-image:radial-gradient(circle at 1px 1px, var(--dot-pattern) 1px, transparent 0);background-size:24px 24px}.kanchao-pulse-dot{animation:1.4s ease-in-out infinite kanchao-pulse}
