*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f10;--surface: #1a1a1f;--surface-hover: #222228;--border: #2a2a35;--text-primary: #f0f0f0;--text-secondary: #9ca3af;--text-muted: #6b7280;--accent: #6366f1;--accent-hover: #4f46e5;--accent-light: #818cf8;--code-bg: #0d0d0f;--success: #34d399;color-scheme:dark}html,body{height:100%;background:var(--bg);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;font-size:15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#root{height:100%;width:100%;display:flex}._header_e90ey_1{display:flex;align-items:center;gap:12px;padding:14px 20px;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}._avatar_e90ey_11{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-light));display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0;letter-spacing:.5px}._info_e90ey_26{display:flex;flex-direction:column;gap:2px;flex:1}._name_e90ey_33{font-size:15px;font-weight:600;color:var(--text-primary);line-height:1.2}._status_e90ey_40{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted)}._dot_e90ey_48{width:7px;height:7px;border-radius:50%;background:var(--success);animation:_pulse_e90ey_1 2.5s ease-in-out infinite}@keyframes _pulse_e90ey_1{0%,to{opacity:1}50%{opacity:.4}}._newChatBtn_e90ey_61{display:flex;align-items:center;gap:6px;padding:7px 12px;border-radius:8px;border:1px solid var(--border);background:none;color:var(--text-secondary);font-size:13px;font-family:inherit;cursor:pointer;transition:background .15s,color .15s,border-color .15s;flex-shrink:0}._newChatBtn_e90ey_61:hover{background:var(--surface-hover);color:var(--text-primary);border-color:var(--accent)}._newChatBtn_e90ey_61:focus-visible{outline:2px solid var(--accent);outline-offset:2px}._wrapper_1ehru_1{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;overflow:hidden;margin:8px 0}._toolbar_1ehru_9{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:#ffffff0a;border-bottom:1px solid var(--border)}._lang_1ehru_18{font-size:11px;font-family:JetBrains Mono,Fira Code,monospace;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}._copyBtn_1ehru_26{font-size:11px;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:2px 6px;border-radius:4px;transition:color .15s,background .15s}._copyBtn_1ehru_26:hover,._copyBtn_1ehru_26:focus-visible{color:var(--text-primary);background:#ffffff14;outline:2px solid var(--accent);outline-offset:1px}._row_72uzo_1{display:flex;gap:10px;padding:6px 20px;align-items:flex-end}._assistantRow_72uzo_8{justify-content:flex-start}._userRow_72uzo_12{justify-content:flex-end}._avatar_72uzo_16{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-light));display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0;letter-spacing:.5px;margin-bottom:20px}._bubble_72uzo_32{max-width:min(540px,78%);position:relative}._bubble_72uzo_32:hover ._copyBtn_72uzo_37,._bubble_72uzo_32:focus-within ._copyBtn_72uzo_37{opacity:1}._assistantBubble_72uzo_42{background:var(--surface);border:1px solid var(--border);border-radius:4px 16px 16px;padding:12px 16px 8px}._userBubble_72uzo_49{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:16px 4px 16px 16px;padding:12px 16px 8px}._markdownBody_72uzo_56{color:var(--text-primary);font-size:14.5px;line-height:1.7}._markdownBody_72uzo_56 p{margin:0 0 8px}._markdownBody_72uzo_56 p:last-child{margin-bottom:0}._markdownBody_72uzo_56 ul,._markdownBody_72uzo_56 ol{margin:4px 0 8px;padding-left:20px}._markdownBody_72uzo_56 li{margin-bottom:4px}._markdownBody_72uzo_56 h1,._markdownBody_72uzo_56 h2,._markdownBody_72uzo_56 h3{margin:12px 0 6px;font-weight:600}._markdownBody_72uzo_56 h1{font-size:18px}._markdownBody_72uzo_56 h2{font-size:16px}._markdownBody_72uzo_56 h3{font-size:15px}._markdownBody_72uzo_56 a{color:var(--accent-light);text-decoration:underline;text-underline-offset:2px}._markdownBody_72uzo_56 blockquote{border-left:3px solid var(--border);padding-left:12px;margin:8px 0;color:var(--text-secondary)}._markdownBody_72uzo_56 table{border-collapse:collapse;width:100%;font-size:13px;margin:8px 0}._markdownBody_72uzo_56 th,._markdownBody_72uzo_56 td{border:1px solid var(--border);padding:6px 10px;text-align:left}._markdownBody_72uzo_56 th{background:#ffffff0a;font-weight:600}._inlineCode_72uzo_123{font-family:JetBrains Mono,Fira Code,monospace;font-size:12.5px;background:var(--code-bg);border:1px solid var(--border);border-radius:4px;padding:1px 5px;color:#f0abfc}._userText_72uzo_133{margin:0;color:#fff;font-size:14.5px;line-height:1.6;white-space:pre-wrap;word-break:break-word}._cursor_72uzo_142{display:inline-block;color:var(--accent-light);animation:_blink_72uzo_1 .9s step-end infinite;margin-left:1px}@keyframes _blink_72uzo_1{0%,to{opacity:1}50%{opacity:0}}._meta_72uzo_154{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:5px;min-height:18px}._time_72uzo_163{font-size:11px;color:var(--text-muted)}._copyBtn_72uzo_37{font-size:13px;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;opacity:0;transition:opacity .15s,color .15s,background .15s;line-height:1}._copyBtn_72uzo_37:focus-visible{opacity:1;outline:2px solid var(--accent);outline-offset:1px}._copyBtn_72uzo_37:hover{color:var(--text-primary);background:#ffffff14}._row_349h9_1{display:flex;align-items:flex-end;gap:10px;padding:6px 20px}._avatar_349h9_8{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-light));display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0;letter-spacing:.5px}._bubble_349h9_23{background:var(--surface);border:1px solid var(--border);border-radius:4px 16px 16px;padding:14px 18px;display:flex;align-items:center;gap:5px}._dot_349h9_33{width:7px;height:7px;border-radius:50%;background:var(--text-muted);animation:_bounce_349h9_1 1.2s ease-in-out infinite}._dot_349h9_33:nth-child(1){animation-delay:0s}._dot_349h9_33:nth-child(2){animation-delay:.2s}._dot_349h9_33:nth-child(3){animation-delay:.4s}@keyframes _bounce_349h9_1{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}._list_y1lue_1{flex:1;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:var(--border) transparent}._list_y1lue_1::-webkit-scrollbar{width:5px}._list_y1lue_1::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}._spacer_y1lue_19{height:12px;flex-shrink:0}._wrapper_plhcg_1{flex-shrink:0;padding:12px 20px 16px;background:var(--bg);border-top:1px solid var(--border)}._container_plhcg_8{display:flex;align-items:flex-end;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:10px 10px 10px 16px;transition:border-color .2s}._container_plhcg_8:focus-within{border-color:var(--accent)}._textarea_plhcg_23{flex:1;background:none;border:none;outline:none;color:var(--text-primary);font-size:14.5px;line-height:1.6;resize:none;min-height:24px;max-height:180px;font-family:inherit;caret-color:var(--accent-light)}._textarea_plhcg_23::placeholder{color:var(--text-muted)}._textarea_plhcg_23:disabled{opacity:.6}._btn_plhcg_46{width:36px;height:36px;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s,opacity .15s}._btn_plhcg_46:active{transform:scale(.93)}._sendBtn_plhcg_63{background:var(--accent);color:#fff}._sendBtn_plhcg_63:hover:not(:disabled){background:var(--accent-hover)}._sendBtn_plhcg_63:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}._disabled_plhcg_77{opacity:.35;cursor:default}._stopBtn_plhcg_82{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}._stopBtn_plhcg_82:hover{background:#ef444440}._stopBtn_plhcg_82:focus-visible{outline:2px solid #ef4444;outline-offset:2px}._hint_plhcg_97{margin:6px 0 0;font-size:11px;color:var(--text-muted);text-align:center}._shell_cui64_1{width:100%;height:100dvh;display:flex;align-items:center;justify-content:center;padding:0;background:var(--bg)}._window_cui64_11{width:100%;max-width:760px;height:100%;display:flex;flex-direction:column;background:var(--bg);overflow:hidden}@media(min-width:900px){._shell_cui64_1{padding:24px}._window_cui64_11{height:calc(100dvh - 48px);border-radius:16px;border:1px solid var(--border);box-shadow:0 24px 80px #00000080}}
