*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}:root{--bg:#fafbfc;--surface:#fff;--surface-2:#f5f6f8;--surface-3:#eef0f3;--border:#e6e8ec;--border-strong:#d4d7de;--text:#1d2129;--text-2:#4e5563;--text-3:#8a919e;--text-inverse:#fff;--accent:#4f46e5;--accent-hover:#4338ca;--accent-soft:#eef2ff;--accent-border:#c7d2fe;--success:#16a34a;--success-soft:#f0fdf4;--danger:#dc2626;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 2px #1018280d;--shadow-md:0 2px 8px #1018280f, 0 1px 3px #1018280d;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;--font-mono:"SF Mono", "JetBrains Mono", Consolas, "Liberation Mono", Menlo, monospace}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}.app{height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;flex-direction:column;font-size:15px;line-height:1.7;display:flex}.topbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:20;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 16px;display:flex}.topbar-left{align-items:center;gap:10px;min-width:0;display:flex}.logo{object-fit:cover;width:30px;height:30px;box-shadow:var(--shadow-sm);background:var(--surface);border-radius:8px;flex-shrink:0}.titles{flex-direction:column;min-width:0;line-height:1.2;display:flex}.titles h1{letter-spacing:.2px;white-space:nowrap;margin:0;font-size:16px;font-weight:600}.subtitle{color:var(--text-3);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;overflow:hidden}.topbar-right{flex-shrink:0;gap:6px;display:flex}.btn{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);height:30px;color:var(--text-2);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:12.5px;font-weight:500;transition:all .15s;display:inline-flex}.btn svg{opacity:.7}.btn:hover{background:var(--surface-2);color:var(--text);border-color:#c2c6ce}.btn:active{transform:translateY(.5px)}.btn-active{background:var(--accent-soft);border-color:var(--accent-border);color:var(--accent)}.btn-active:hover{background:var(--accent-soft);color:var(--accent-hover)}.main{flex:1;min-height:0;display:flex}.chat-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;min-width:0;min-height:0;display:flex}.resize-handle{cursor:col-resize;z-index:10;background:0 0;flex-shrink:0;width:4px;transition:background .15s;position:relative}.resize-handle:hover,.resize-handle:active{background:var(--accent);opacity:.35}.chat-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:44px;padding:0 14px;display:flex}.chat-header-title{color:var(--text);align-items:center;gap:7px;font-size:13px;font-weight:600;display:flex}.chat-header-dot{background:var(--success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #16a34a1f}.chat-status{color:var(--success);background:var(--success-soft);border-radius:10px;padding:2px 8px;font-size:11px;font-weight:500}.chat-list{scrollbar-width:thin;scrollbar-color:#d8dbe1 transparent;flex-direction:column;flex:1;gap:12px;padding:14px;display:flex;overflow-y:auto}.chat-list::-webkit-scrollbar{width:5px}.chat-list::-webkit-scrollbar-thumb{background:#d8dbe1;border-radius:3px}.chat-list::-webkit-scrollbar-track{background:0 0}.chat-msg{gap:8px;max-width:100%;display:flex}.chat-msg-user{justify-content:flex-end}.chat-avatar{object-fit:cover;border:1px solid var(--border);background:var(--surface);border-radius:50%;flex-shrink:0;width:28px;height:28px;margin-top:2px}.chat-bubble{border-radius:var(--radius-md);max-width:85%;padding:11px 14px;font-size:14.5px;line-height:1.75}.chat-msg-bot .chat-bubble{background:var(--surface-2);border:1px solid var(--border);border-top-left-radius:3px}.chat-msg-user .chat-bubble{background:var(--accent);color:var(--text-inverse);box-shadow:var(--shadow-sm);border-top-right-radius:3px}.chat-text{white-space:pre-wrap;word-break:break-word;margin:0;font-family:inherit;font-size:14.5px;line-height:1.7}.chat-typing{align-items:center;gap:4px;min-height:18px;padding:3px 0;display:flex}.chat-typing .dot{background:var(--text-3);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite blink}.chat-typing .dot:nth-child(2){animation-delay:.2s}.chat-typing .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.25;transform:scale(.9)}40%{opacity:1;transform:scale(1)}}.chat-md{word-break:break-word;font-size:14.5px;line-height:1.75}.chat-md>:first-child{margin-top:0}.chat-md>:last-child{margin-bottom:0}.chat-md p{margin:0 0 8px}.chat-md strong{color:var(--text);font-weight:600}.chat-msg-user .chat-md strong{color:inherit}.chat-md code{background:var(--surface-3);font-family:var(--font-mono);color:var(--accent-hover);border-radius:4px;padding:1.5px 5px;font-size:13px}.chat-msg-user .chat-md code{color:#fff;background:#fff3}.chat-md pre{color:#e6edf3;border-radius:var(--radius-md);background:#1e2430;border:1px solid #161b26;margin:8px 0;padding:10px 12px;overflow-x:auto}.chat-md pre code{color:inherit;background:0 0;padding:0;font-size:13px;line-height:1.6}.code-block{border-radius:var(--radius-md);border:1px solid #161b26;margin:8px 0;overflow:hidden}.code-block-header{background:#262c38;justify-content:space-between;align-items:center;padding:5px 10px;display:flex}.code-block-lang{color:#8a93a5;font-size:11.5px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.5px}.code-run-btn{color:#c8d2e0;cursor:pointer;background:#323a48;border:1px solid #3d4756;border-radius:5px;padding:3px 12px;font-family:inherit;font-size:12px;transition:all .15s}.code-run-btn:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:#fff}.code-run-btn:disabled{opacity:.6;cursor:not-allowed}.code-block-body{background:#1e2430;margin:0;padding:10px 12px;overflow-x:auto}.code-block-body code{font-family:var(--font-mono);font-size:13px;line-height:1.6;color:#e6edf3!important;background:0 0!important;padding:0!important}.code-result{font-family:var(--font-mono);border-top:1px solid #161b26;max-height:200px;padding:8px 12px;font-size:12.5px;line-height:1.5;overflow-y:auto}.code-result-ok{color:#166534;background:#f0fdf4}.code-result-err{color:#991b1b;background:#fef2f2}.code-result pre{white-space:pre-wrap;word-break:break-word;margin:0;font-family:inherit}.chat-md ul,.chat-md ol{margin:4px 0 8px;padding-left:20px}.chat-md li{margin:2px 0}.chat-md h1,.chat-md h2,.chat-md h3,.chat-md h4{color:var(--text);margin:10px 0 5px;font-weight:600;line-height:1.4}.chat-md h1{font-size:16px}.chat-md h2{font-size:15px}.chat-md h3,.chat-md h4{font-size:14px}.chat-md table{border-collapse:collapse;width:100%;margin:8px 0;font-size:12px}.chat-md th,.chat-md td{border:1px solid var(--border);text-align:left;padding:5px 8px}.chat-md th{background:var(--surface-2);font-weight:600}.chat-md blockquote{border-left:3px solid var(--accent-border);background:var(--accent-soft);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-2);margin:8px 0;padding:6px 12px}.chat-md a{color:var(--accent);text-decoration:none}.chat-md a:hover{text-decoration:underline}.chat-md hr{border:none;border-top:1px solid var(--border);margin:10px 0}.chat-quick{border-top:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;gap:6px;padding:8px 12px;display:flex}.teach-btn{border-radius:var(--radius-md);background:var(--accent);color:#fff;cursor:pointer;border:none;width:100%;margin-bottom:2px;padding:12px;font-family:inherit;font-size:15px;font-weight:600;transition:all .15s;box-shadow:0 1px 3px #4f46e54d}.teach-btn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-.5px);box-shadow:0 3px 8px #4f46e559}.teach-btn:active:not(:disabled){transform:translateY(0)}.teach-btn:disabled{opacity:.6;cursor:not-allowed}.quick-btn{border:1px solid var(--border);background:var(--surface);color:var(--text-2);cursor:pointer;border-radius:14px;padding:6px 12px;font-family:inherit;font-size:13px;transition:all .15s}.quick-btn:hover:not(:disabled){border-color:var(--accent-border);color:var(--accent);background:var(--accent-soft);transform:translateY(-.5px)}.quick-btn:disabled{opacity:.5;cursor:not-allowed}.chat-input-row{border-top:1px solid var(--border);flex-shrink:0;align-items:flex-end;gap:8px;padding:12px 14px;display:flex}.chat-input{resize:none;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);color:var(--text);outline:none;flex:1;padding:10px 12px;font-family:inherit;font-size:14.5px;line-height:1.5;transition:border-color .15s,box-shadow .15s}.chat-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4f46e51f}.chat-input::placeholder{color:var(--text-3)}.chat-send{border-radius:var(--radius-md);background:var(--accent);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.chat-send:hover:not(:disabled){background:var(--accent-hover)}.chat-send:active:not(:disabled){transform:scale(.95)}.chat-send:disabled{cursor:not-allowed;background:#c7d2fe}.content{background:#fff;flex:1;min-width:0;position:relative}.jupyter-frame{border:none;width:100%;height:100%;display:block}@media (width<=768px){.subtitle{display:none}.chat-sidebar{z-index:30;box-shadow:var(--shadow-md);position:absolute;top:52px;bottom:0;left:0}.main{position:relative}.resize-handle{display:none}}
