.chat-shell-theme{--chat-bg:#fbfbfb;--chat-surface:#ffffff;--chat-surface-muted:#f8fafc;--chat-sidebar-bg:#f8fafc;--chat-border:rgba(15,23,42,0.08);--chat-border-strong:rgba(15,23,42,0.12);--chat-text:#0f172a;--chat-text-secondary:#64748b;--chat-text-tertiary:#94a3b8;--chat-placeholder:#94a3b8;--chat-hover:#f1f5f9;--chat-user-bubble:#f3f4f6;--chat-badge-bg:#f8fafc;--chat-code-bg:#0f172a;--chat-code-text:#e2e8f0;--chat-shadow-card:0 8px 24px rgba(15,23,42,0.04);height:100dvh;overflow:hidden;background:var(--chat-bg);color:var(--chat-text)}.chat-shell-theme>*{height:100%}.chat-shell-scrollbars{scrollbar-color:rgba(148,163,184,.48) transparent;scrollbar-width:thin}.chat-shell-scrollbars ::-webkit-scrollbar{width:10px;height:10px}.chat-shell-scrollbars ::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(148,163,184,.48);background-clip:content-box}.chat-shell-scrollbars ::-webkit-scrollbar-track{background:transparent}@keyframes chat-message-appear{0%{transform:translate3d(0,8px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.chat-message-appear{animation:chat-message-appear .18s ease-out}@keyframes chat-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.chat-shimmer-text{display:inline-block;background:linear-gradient(90deg,var(--chat-text-tertiary) 0,var(--chat-text-tertiary) 35%,var(--chat-text) 50%,var(--chat-text-tertiary) 65%,var(--chat-text-tertiary) 100%);background-size:600px 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:chat-shimmer 2s linear infinite}@keyframes chat-markdown-block-appear{0%{transform:translate3d(0,6px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.chat-shell-theme .markdown-body{color:var(--chat-text);font-size:15px;line-height:1.82;overflow-wrap:anywhere;word-break:break-word}.chat-shell-theme .markdown-body>*{animation:chat-markdown-block-appear .22s cubic-bezier(.22,1,.36,1)}.chat-shell-theme .markdown-body--live>*{animation:none}.chat-shell-theme .markdown-body>:first-child{margin-top:0}.chat-shell-theme .markdown-body>:last-child{margin-bottom:0}.chat-shell-theme .markdown-body blockquote,.chat-shell-theme .markdown-body hr,.chat-shell-theme .markdown-body ol,.chat-shell-theme .markdown-body p,.chat-shell-theme .markdown-body pre,.chat-shell-theme .markdown-body table,.chat-shell-theme .markdown-body ul{margin:0 0 .95em}.chat-shell-theme .markdown-body h1,.chat-shell-theme .markdown-body h2,.chat-shell-theme .markdown-body h3,.chat-shell-theme .markdown-body h4{margin:0 0 .7em;font-weight:700;letter-spacing:-.02em;line-height:1.35}.chat-shell-theme .markdown-body h1{font-size:1.4em}.chat-shell-theme .markdown-body h2{font-size:1.2em}.chat-shell-theme .markdown-body h3,.chat-shell-theme .markdown-body h4{font-size:1.05em}.chat-shell-theme .markdown-body ol,.chat-shell-theme .markdown-body ul{padding-left:1.4em}.chat-shell-theme .markdown-body li{margin:0}.chat-shell-theme .markdown-body li+li{margin-top:.22em}.chat-shell-theme .markdown-body blockquote{border-left:3px solid var(--chat-border-strong);padding-left:.9rem;color:var(--chat-text-secondary)}.chat-shell-theme .markdown-body a{color:#2563eb;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.18em}.chat-shell-theme .markdown-body strong{font-weight:700}.chat-shell-theme .markdown-body code:not(pre code){border:1px solid var(--chat-border);border-radius:.5rem;background:var(--chat-hover);padding:.15rem .42rem;font-size:.9em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.chat-shell-theme .markdown-body pre{overflow-x:auto;border-radius:1rem;background:var(--chat-code-bg);padding:.9rem 1rem;color:var(--chat-code-text);font-size:12px;line-height:1.65;margin:0}.chat-shell-theme .markdown-body pre code{background:transparent;padding:0;color:inherit;font-size:inherit}.chat-shell-theme .markdown-body .shiki{overflow-x:auto;border-radius:1rem;padding:.9rem 1rem;box-shadow:inset 0 0 0 1px rgba(148,163,184,.12);margin:0}.chat-shell-theme .markdown-body .shiki code{display:block;min-width:-moz-max-content;min-width:max-content;line-height:1.65}.chat-shell-theme .markdown-body table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--chat-border);border-radius:.9rem;font-size:14px}.chat-shell-theme .markdown-body td,.chat-shell-theme .markdown-body th{border-bottom:1px solid var(--chat-border);padding:.7rem .85rem;text-align:left}.chat-shell-theme .markdown-body th{background:var(--chat-surface-muted);font-weight:600}.chat-shell-theme .markdown-body [data-component=markdown-code]{position:relative;margin:0 0 1rem}.chat-shell-theme .markdown-body [data-copy-code]{position:absolute;top:.75rem;right:.75rem;border:1px solid rgba(255,255,255,.14);border-radius:.6rem;background:rgba(255,255,255,.06);padding:.28rem .55rem;color:rgba(226,232,240,.92);font-size:11px;line-height:1;transition:background .15s ease,border-color .15s ease,color .15s ease}.chat-shell-theme .markdown-body [data-copy-code]:hover{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.12)}.chat-shell-theme .markdown-body [data-copy-code][data-copied=true]{background:rgba(148,163,184,.16);color:rgba(255,255,255,.96)}