.chat-response{color:var(--chat-text);word-break:break-word;overflow-wrap:anywhere;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--chat-text:#d1d5db;--chat-text-muted:#9ca3af;--chat-text-strong:#f3f4f6;--chat-heading:#f9fafb;--chat-heading-accent:#6366f1b3;--chat-link-bg:linear-gradient(135deg, #3b82f626, #8b5cf626);--chat-link-bg-hover:linear-gradient(135deg, #3b82f647, #8b5cf647);--chat-link-border:#6366f14d;--chat-link-text:#93c5fd;--chat-link-glow:#6366f140;--chat-code-bg:#0003;--chat-code-border:#6366f126;--chat-code-text:#e6edf3;--chat-inline-code-bg:#6366f11f;--chat-inline-code-text:#c4b5fd;--chat-blockquote-bg:#3b82f60f;--chat-blockquote-border:#3b82f666;--chat-blockquote-text:#93c5fd;--chat-table-header-bg:#6366f11a;--chat-table-row-alt:#ffffff05;--chat-table-border:#ffffff0f;--chat-divider:linear-gradient(90deg, transparent, #6366f14d, transparent);--chat-list-bullet:#6366f1;--chat-success-bg:#10b9811a;--chat-success-border:#10b98166;--chat-success-text:#6ee7b7;--chat-download-bg:linear-gradient(135deg, #10b98126, #05966926);--chat-download-border:#10b98159;--chat-download-text:#6ee7b7;--chat-copy-btn-bg:#ffffff0f;--chat-copy-btn-hover:#ffffff1f;--chat-copy-btn-text:#9ca3af;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13.5px;line-height:1.75}.chat-response--light{--chat-text:#374151;--chat-text-muted:#6b7280;--chat-text-strong:#111827;--chat-heading:#111827;--chat-heading-accent:#4f46e5b3;--chat-link-bg:linear-gradient(135deg, #3b82f614, #8b5cf614);--chat-link-bg-hover:linear-gradient(135deg, #3b82f629, #8b5cf629);--chat-link-border:#6366f133;--chat-link-text:#4f46e5;--chat-link-glow:#6366f126;--chat-code-bg:#fff6;--chat-code-border:#0000000f;--chat-code-text:#1e293b;--chat-inline-code-bg:#6366f114;--chat-inline-code-text:#6d28d9;--chat-blockquote-bg:#3b82f60a;--chat-blockquote-border:#3b82f659;--chat-blockquote-text:#2563eb;--chat-table-header-bg:#6366f10f;--chat-table-row-alt:#00000004;--chat-table-border:#0000000f;--chat-divider:linear-gradient(90deg, transparent, #6366f133, transparent);--chat-list-bullet:#4f46e5;--chat-success-bg:#10b9810f;--chat-success-border:#10b9814d;--chat-success-text:#059669;--chat-download-bg:linear-gradient(135deg, #10b98114, #05966914);--chat-download-border:#10b98140;--chat-download-text:#059669;--chat-copy-btn-bg:#0000000a;--chat-copy-btn-hover:#00000014;--chat-copy-btn-text:#6b7280}.chat-response h1{color:var(--chat-heading);letter-spacing:-.01em;border-bottom:2px solid var(--chat-heading-accent);margin:16px 0 10px;padding-bottom:8px;font-size:17px;font-weight:700;line-height:1.35;position:relative}.chat-response h1:first-child{margin-top:2px}.chat-response h2{color:var(--chat-heading);letter-spacing:-.005em;margin:14px 0 8px;padding-left:10px;font-size:15.5px;font-weight:660;line-height:1.4;position:relative}.chat-response h2:before{content:"";background:linear-gradient(#6366f1,#8b5cf6);border-radius:2px;width:3px;position:absolute;top:2px;bottom:2px;left:0}.chat-response h3{color:var(--chat-heading);letter-spacing:0;margin:12px 0 6px;font-size:14.5px;font-weight:620;line-height:1.45}.chat-response h4,.chat-response h5,.chat-response h6{color:var(--chat-heading);margin:10px 0 4px;font-size:13.5px;font-weight:600;line-height:1.5}.chat-response p{color:var(--chat-text);margin:6px 0;line-height:1.75}.chat-response p:first-child{margin-top:0}.chat-response p:last-child{margin-bottom:0}.chat-response strong,.chat-response b{color:var(--chat-text-strong);font-weight:650}.chat-response em,.chat-response i{color:var(--chat-text-muted);font-style:italic}.chat-response .chat-link-btn{background:var(--chat-link-bg);border:1px solid var(--chat-link-border);color:var(--chat-link-text);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;border-radius:20px;align-items:center;gap:6px;max-width:100%;margin:4px 2px;padding:7px 14px;font-size:12.5px;font-weight:580;line-height:1.3;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;overflow:hidden}.chat-response .chat-link-btn:hover{background:var(--chat-link-bg-hover);border-color:var(--chat-link-text);box-shadow:0 0 16px var(--chat-link-glow), 0 4px 12px #00000026;transform:translateY(-1px)}.chat-response .chat-link-btn:active{transform:translateY(0)scale(.98)}.chat-response .chat-link-btn .chat-link-icon{opacity:.7;flex-shrink:0;width:13px;height:13px;transition:opacity .2s}.chat-response .chat-link-btn:hover .chat-link-icon{opacity:1}.chat-response .chat-link-btn--download{background:var(--chat-download-bg);border-color:var(--chat-download-border);color:var(--chat-download-text)}.chat-response .chat-link-btn--download:hover{border-color:var(--chat-download-text);box-shadow:0 0 16px #10b98133,0 4px 12px #00000026}.chat-response code:not(.chat-code-block-code){background:var(--chat-inline-code-bg);color:var(--chat-inline-code-text);letter-spacing:-.01em;white-space:nowrap;border-radius:5px;padding:2px 7px;font-family:JetBrains Mono,Fira Code,SF Mono,Consolas,monospace;font-size:12px;font-weight:500}.chat-response .chat-code-block{border:1px solid var(--chat-code-border);background:var(--chat-code-bg);border-radius:10px;margin:10px 0;position:relative;overflow:hidden}.chat-response .chat-code-block-header{border-bottom:1px solid var(--chat-code-border);background:#ffffff08;justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.chat-response--light .chat-code-block-header{background:#00000005}.chat-response .chat-code-lang{text-transform:uppercase;letter-spacing:.05em;color:var(--chat-text-muted);font-family:Inter,sans-serif;font-size:10.5px;font-weight:600}.chat-response .chat-code-copy-btn{background:var(--chat-copy-btn-bg);color:var(--chat-copy-btn-text);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-family:Inter,sans-serif;font-size:10.5px;font-weight:550;transition:all .15s;display:inline-flex}.chat-response .chat-code-copy-btn:hover{background:var(--chat-copy-btn-hover);color:var(--chat-text)}.chat-response .chat-code-copy-btn svg{width:12px;height:12px}.chat-response .chat-code-block-code{color:var(--chat-code-text);white-space:pre;tab-size:2;scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;padding:12px 14px;font-family:JetBrains Mono,Fira Code,SF Mono,Consolas,monospace;font-size:12px;line-height:1.65;display:block;overflow-x:auto}.chat-response--light .chat-code-block-code{scrollbar-color:#00000014 transparent}.chat-response .chat-code-block-code::-webkit-scrollbar{height:4px}.chat-response .chat-code-block-code::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.chat-response--light .chat-code-block-code::-webkit-scrollbar-thumb{background:#0000001a}.chat-response ul{margin:8px 0;padding-left:0;list-style:none}.chat-response ul li{color:var(--chat-text);margin-bottom:5px;padding-left:18px;line-height:1.7;position:relative}.chat-response ul li:before{content:"";background:var(--chat-list-bullet);opacity:.8;border-radius:50%;width:5px;height:5px;position:absolute;top:9px;left:2px}.chat-response ul ul li:before{border-radius:1px;width:6px;height:2px;top:11px;left:3px}.chat-response ol{counter-reset:chat-ol-counter;margin:8px 0;padding-left:0;list-style:none}.chat-response ol li{color:var(--chat-text);counter-increment:chat-ol-counter;margin-bottom:5px;padding-left:24px;line-height:1.7;position:relative}.chat-response ol li:before{content:counter(chat-ol-counter) ".";color:var(--chat-list-bullet);min-width:18px;font-size:12.5px;font-weight:650;position:absolute;top:0;left:0}.chat-response blockquote{background:var(--chat-blockquote-bg);border-left:3px solid var(--chat-blockquote-border);color:var(--chat-blockquote-text);border-radius:0 8px 8px 0;margin:10px 0;padding:10px 14px;font-size:13px;line-height:1.65}.chat-response blockquote p{color:inherit;margin:2px 0}.chat-response .chat-table-wrapper{border:1px solid var(--chat-table-border);scrollbar-width:thin;border-radius:8px;margin:10px 0;overflow-x:auto}.chat-response table{border-collapse:collapse;width:100%;font-size:12.5px;line-height:1.5}.chat-response thead th{background:var(--chat-table-header-bg);text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--chat-text-muted);border-bottom:1px solid var(--chat-table-border);white-space:nowrap;padding:8px 12px;font-size:11.5px;font-weight:640}.chat-response tbody td{border-bottom:1px solid var(--chat-table-border);color:var(--chat-text);padding:7px 12px}.chat-response tbody tr:last-child td{border-bottom:none}.chat-response tbody tr:nth-child(2n){background:var(--chat-table-row-alt)}.chat-response hr{background:var(--chat-divider);border:none;height:1px;margin:14px 0}.chat-response img{border-radius:8px;max-width:100%;margin:8px 0;box-shadow:0 4px 12px #00000026}.chat-response .chat-section-animate{animation:.35s ease-out both chatSectionFadeIn}@keyframes chatSectionFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-response .chat-success-block{background:var(--chat-success-bg);border:1px solid var(--chat-success-border);color:var(--chat-success-text);border-radius:10px;margin:10px 0;padding:12px 14px;font-size:13px;line-height:1.6}.chat-response::-webkit-scrollbar{width:3px}.chat-response::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.chat-response--light::-webkit-scrollbar-thumb{background:#00000014}@media (prefers-reduced-motion:reduce){.chat-response .chat-section-animate{animation:none}.chat-response .chat-link-btn{transition:none}}
