.ai-chat-page{width:min(1320px,100% - 32px);margin:0 auto;padding:30px 0 40px}.ai-chat-hero{gap:8px;margin-bottom:18px;display:grid}.ai-chat-hero>span{color:#aab6ff;background:#7487ff1a;border:1px solid #7487ff40;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.ai-chat-hero h1{color:#f8fafc;letter-spacing:-.04em;font-size:clamp(28px,4vw,44px);font-weight:900}.ai-chat-hero p{color:#95a1b8;max-width:760px;line-height:1.7}.ai-chat-layout{grid-template-columns:minmax(250px,320px) minmax(0,1fr);gap:16px;display:grid}.ai-chat-recommendations,.ai-chat-workspace{background:#0d131eb8;border:1px solid #94a3b824;border-radius:18px;box-shadow:0 20px 60px #0000002e}.ai-chat-recommendations{align-self:start;padding:16px}.ai-chat-recommendations h2{color:#f8fafc;align-items:center;gap:8px;margin-bottom:12px;font-size:15px;font-weight:850;display:flex}.ai-chat-recommendations>p{color:#95a1b8;font-size:13px}.ai-chat-server-list{gap:8px;display:grid}.ai-chat-server-card{background:#1e293b6b;border:1px solid #94a3b81f;border-radius:12px;gap:6px;padding:11px;transition:border-color .16s,transform .16s;display:grid}.ai-chat-server-card:hover{border-color:#7487ff7a;transform:translateY(-1px)}.ai-chat-server-card span,.ai-chat-server-card small{color:#95a1b8;align-items:center;gap:5px;font-size:11px;display:flex}.ai-chat-server-card strong{color:#e8edf7;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.ai-chat-server-card em{color:#8a9aff;font-size:12px;font-style:normal}.ai-chat-workspace{grid-template-rows:auto minmax(0,1fr) auto;min-height:680px;display:grid;overflow:hidden}.ai-chat-prompts{border-bottom:1px solid #94a3b81f;gap:9px;padding:12px;display:grid}.ai-chat-prompt-heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.ai-chat-prompt-heading strong{color:#dce4f0;font-size:12px}.ai-chat-prompt-heading small{color:#7f8da4;font-size:11px}.ai-chat-prompt-list{flex-wrap:wrap;gap:7px;display:flex}.ai-chat-prompt-list button{color:#bdc6ff;background:#7487ff14;border:1px solid #7487ff38;border-radius:999px;padding:6px 10px;font-size:12px}.ai-chat-prompt-list button:hover:not(:disabled){background:#7487ff29;border-color:#7487ff80}.ai-chat-instructions{color:#aab6c9;background:#0f172a61;border:1px solid #94a3b81f;border-radius:11px;overflow:hidden}.ai-chat-instructions>summary{cursor:pointer;align-items:center;gap:7px;padding:8px 10px;font-size:12px;font-weight:750;list-style:none;display:flex}.ai-chat-instructions>summary::-webkit-details-marker{display:none}.ai-chat-instructions>div{border-top:1px solid #94a3b81a;gap:8px;padding:10px;display:grid}.ai-chat-instructions textarea{resize:vertical;color:#f8fafc;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:9px;outline:none;width:100%;padding:9px 10px;font-size:12px;line-height:1.55}.ai-chat-instructions textarea:focus{border-color:#7487ff}.ai-chat-instructions footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.ai-chat-instructions footer small{color:#7f8da4;font-size:10px;line-height:1.5}.ai-chat-instructions footer button{color:#aab6ff;background:0 0;border:0;flex:none;align-items:center;gap:5px;font-size:11px;display:inline-flex}.ai-chat-instructions footer button:disabled{opacity:.4}.ai-chat-messages{align-content:start;gap:12px;padding:18px;display:grid;overflow-y:auto}.ai-chat-message{grid-template-columns:auto minmax(0,1fr);gap:9px;max-width:min(86%,760px);display:grid}.ai-chat-message>span{color:#aab6ff;background:#7487ff24;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.ai-chat-bubble{color:#dce4f0;overflow-wrap:anywhere;word-break:break-word;background:#1e293b8c;border:1px solid #94a3b81f;border-radius:4px 14px 14px;padding:11px 13px;line-height:1.7}.ai-chat-bubble.is-plain{white-space:pre-wrap}.ai-chat-bubble.markdown-content>:first-child{margin-top:0}.ai-chat-bubble.markdown-content>:last-child{margin-bottom:0}.ai-chat-bubble.markdown-content :is(p,ul,ol,blockquote,pre,table,hr){margin:0 0 .85em}.ai-chat-bubble.markdown-content :is(h1,h2,h3,h4,h5,h6){color:#f3f6ff;margin:1em 0 .45em;font-weight:850;line-height:1.35}.ai-chat-bubble.markdown-content h1{font-size:1.28em}.ai-chat-bubble.markdown-content h2{font-size:1.16em}.ai-chat-bubble.markdown-content h3{font-size:1.08em}.ai-chat-bubble.markdown-content :is(h4,h5,h6){font-size:1em}.ai-chat-bubble.markdown-content :is(ul,ol){padding-left:1.35em}.ai-chat-bubble.markdown-content li+li{margin-top:.3em}.ai-chat-bubble.markdown-content li>:is(p,ul,ol){margin-bottom:.3em}.ai-chat-bubble.markdown-content blockquote{color:#c7d0e0;background:#7487ff1a;border-left:3px solid #7487ffa6;padding:.55em .8em}.ai-chat-bubble.markdown-content blockquote>:last-child{margin-bottom:0}.ai-chat-bubble.markdown-content a{color:#a8bcff;text-underline-offset:3px;-webkit-text-decoration:underline #a8bcff73;text-decoration:underline #a8bcff73}.ai-chat-bubble.markdown-content a:hover{color:#d0daff;text-decoration-color:currentColor}.ai-chat-bubble.markdown-content :not(pre)>code{background:#02061773;border:1px solid #94a3b829;border-radius:5px;padding:.1em .34em;font-size:.9em}.ai-chat-bubble.markdown-content pre{white-space:pre;background:#0206179e;border:1px solid #94a3b824;border-radius:10px;padding:10px 12px;font-size:.88em;line-height:1.65;overflow-x:auto}.ai-chat-bubble.markdown-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.ai-chat-bubble.markdown-content table{border-collapse:collapse;width:100%;font-size:.92em;display:block;overflow-x:auto}.ai-chat-bubble.markdown-content :is(th,td){text-align:left;vertical-align:top;border:1px solid #94a3b829;padding:6px 8px}.ai-chat-bubble.markdown-content th{background:#7487ff24;font-weight:800}.ai-chat-bubble.markdown-content tr:nth-child(2n) td{background:#ffffff08}.ai-chat-bubble.markdown-content hr{background:#94a3b838;border:0;height:1px}.ai-chat-bubble.markdown-content img{border-radius:8px;max-width:100%;height:auto;display:block}.ai-chat-bubble.markdown-content .contains-task-list{padding-left:0;list-style:none}.ai-chat-bubble.markdown-content .task-list-item{align-items:flex-start;gap:8px;display:flex}.ai-chat-bubble.markdown-content .task-list-item input{margin-top:.35em}.ai-chat-message.is-user{justify-self:end}.ai-chat-message.is-user>span{color:#6ee7b7;background:#34d3991f;order:2}.ai-chat-message.is-user .ai-chat-bubble{background:#7487ff29;border-radius:14px 4px 14px 14px}.ai-chat-status{color:#95a1b8;font-size:12px}.ai-chat-composer{border-top:1px solid #94a3b81f;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px;display:grid}.ai-chat-composer textarea{resize:none;color:#f8fafc;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:12px;outline:none;padding:11px 13px}.ai-chat-composer textarea:focus{border-color:#7487ff}.ai-chat-composer button{color:#fff;background:linear-gradient(135deg,#7487ff,#6366f1);border-radius:11px;align-self:end;align-items:center;gap:7px;padding:11px 15px;font-weight:800;display:inline-flex}.ai-chat-composer button:disabled{cursor:not-allowed;opacity:.5}html.is-light-theme .ai-chat-hero h1,html.is-light-theme .ai-chat-recommendations h2,html.is-light-theme .ai-chat-server-card strong{color:#172033}html.is-light-theme .ai-chat-recommendations,html.is-light-theme .ai-chat-workspace,html.is-light-theme .ai-chat-server-card,html.is-light-theme .ai-chat-bubble,html.is-light-theme .ai-chat-composer textarea,html.is-light-theme .ai-chat-instructions,html.is-light-theme .ai-chat-instructions textarea{color:#273449;background:#fff;border-color:#dbe3ee}html.is-light-theme .ai-chat-bubble.markdown-content :is(h1,h2,h3,h4,h5,h6){color:#172033}html.is-light-theme .ai-chat-bubble.markdown-content a{color:#3b5bdb}html.is-light-theme .ai-chat-bubble.markdown-content blockquote{color:#4b5b72;background:#6366f114}html.is-light-theme .ai-chat-bubble.markdown-content :not(pre)>code{background:#f4f7fb;border-color:#dbe3ee}html.is-light-theme .ai-chat-bubble.markdown-content pre{background:#f7f9fc;border-color:#dbe3ee}html.is-light-theme .ai-chat-bubble.markdown-content :is(th,td){border-color:#dbe3ee}html.is-light-theme .ai-chat-bubble.markdown-content th{background:#6366f11a}html.is-light-theme .ai-chat-bubble.markdown-content tr:nth-child(2n) td{background:#f8fafc}html.is-light-theme .ai-chat-bubble.markdown-content hr{background:#dbe3ee}html.is-light-theme .ai-chat-prompt-heading strong{color:#273449}.ai-chat-message-body{gap:8px;min-width:0;display:grid}.ai-thinking{color:#9aa8bf;background:#0f172a73;border:1px solid #94a3b824;border-radius:12px;overflow:hidden}.ai-thinking>summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:10px;padding:8px 11px;font-size:12px;font-weight:700;list-style:none;display:flex}.ai-thinking>summary::-webkit-details-marker{display:none}.ai-thinking>summary>span{align-items:center;gap:6px;display:inline-flex}.ai-thinking-chevron{opacity:.75;flex:none;transition:transform .16s}.ai-thinking[open] .ai-thinking-chevron{transform:rotate(180deg)}.ai-thinking-content{color:#8b98ad;white-space:pre-wrap;word-break:break-word;border-top:1px solid #94a3b81f;max-height:220px;margin:0;padding:10px 12px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.65;overflow:auto}.ai-chat-message.is-user .ai-thinking{display:none}html.is-light-theme .ai-thinking{color:#5b6b82;background:#f7f9fc;border-color:#dbe3ee}html.is-light-theme .ai-thinking-content{color:#617289;border-top-color:#e5ebf3}@media (max-width:900px){.ai-chat-layout{grid-template-columns:1fr}.ai-chat-recommendations{order:2}.ai-chat-workspace{min-height:620px}}@media (max-width:600px){.ai-chat-page{width:min(100% - 20px,1320px);padding-top:18px}.ai-chat-message{max-width:100%}.ai-chat-composer{grid-template-columns:1fr}.ai-chat-composer button{justify-content:center}}.ai-token-meter{color:#fbbf24eb;letter-spacing:.01em;align-items:center;gap:.4rem;margin-top:.35rem;font-size:11px;font-weight:600;display:inline-flex}.ai-token-meter-label,.ai-token-meter-sep{color:#95a1b8;font-weight:500}.ai-token-meter-value{font-variant-numeric:tabular-nums;color:#fcd34dfa;min-width:1.25em;display:inline-block}.ai-token-meter-bolt{color:#f59e0b;fill:currentColor;transform-origin:50%;width:.95rem;height:.95rem}.ai-token-meter.is-active .ai-token-meter-bolt{animation:1.05s ease-in-out infinite ai-token-bolt-flash}.ai-token-meter-value.is-jump{animation:.28s ease-out ai-token-jump}@keyframes ai-token-bolt-flash{0%,to{opacity:.55;filter:drop-shadow(0 0 #0000);transform:scale(1)rotate(-10deg)}35%{opacity:1;filter:drop-shadow(0 0 7px #f59e0bd9);transform:scale(1.18)rotate(4deg)}60%{opacity:.85;filter:drop-shadow(0 0 3px #fbbf2473);transform:scale(1.05)rotate(-4deg)}}@keyframes ai-token-jump{0%{transform:translateY(0)scale(1)}40%{color:#fbbf24;transform:translateY(-3px)scale(1.1)}to{transform:translateY(0)scale(1)}}html.is-light-theme .ai-token-meter{color:#b45309}html.is-light-theme .ai-token-meter-label,html.is-light-theme .ai-token-meter-sep{color:#64748b}html.is-light-theme .ai-token-meter-value{color:#d97706}
