.ai-chat-sidebar{background:var(--c-surface,#fff);border-left:1px solid var(--c-border,#e5e7eb);flex-direction:column;flex-shrink:0;width:400px;height:calc(100vh - 72px);transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:72px;right:0;overflow:hidden}.ai-chat-sidebar:not(.open){border-left:none;width:0}.ai-chat-header{border-bottom:1px solid var(--c-border,#e5e7eb);flex-shrink:0;justify-content:space-between;align-items:center;min-width:400px;padding:16px 20px;display:flex}.ai-chat-header-title{color:var(--c-text-main,#111);letter-spacing:-.01em;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.ai-chat-header-title svg{color:var(--c-text-main,#111)}.ai-chat-close-btn{cursor:pointer;color:var(--c-text-muted,#6b7280);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}.ai-chat-close-btn:hover{color:var(--c-text-main,#111);background:var(--c-bg,#f3f4f6)}.ai-chat-messages{flex-direction:column;flex:1;gap:28px;min-width:400px;padding:24px 20px;display:flex;overflow-y:auto}.ai-chat-messages::-webkit-scrollbar{width:4px}.ai-chat-messages::-webkit-scrollbar-thumb{background:var(--c-border,#e5e7eb);border-radius:4px}.ai-chat-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.ai-chat-empty svg{color:var(--c-text-muted,#6b7280);opacity:.5}.ai-chat-empty p{color:var(--c-text-muted,#6b7280);max-width:280px;font-size:13.5px;line-height:1.5}.ai-chat-msg{flex-direction:column;gap:6px;max-width:90%;display:flex}.ai-chat-msg.user{align-self:flex-end}.ai-chat-msg.assistant{align-self:flex-start}.ai-chat-msg-avatar{align-items:center;gap:8px;display:flex}.ai-chat-msg.user .ai-chat-msg-avatar{flex-direction:row-reverse}.ai-chat-msg-label{color:var(--c-text-main,#111);font-size:13.5px;font-weight:600}.ai-chat-msg.user .ai-chat-msg-avatar,.ai-chat-msg.assistant .ai-chat-msg-avatar{color:var(--c-text-main,#111)}.ai-chat-msg-content{color:var(--c-text-secondary,#374151);word-break:break-word;font-size:14.5px;line-height:1.6}.ai-chat-msg.assistant .ai-chat-msg-content{padding-left:22px}.ai-chat-msg.user .ai-chat-msg-content{background:var(--c-bg,#f9fafb);border-radius:12px 12px 2px;padding:10px 14px}.ai-chat-thinking{color:var(--c-text-muted,#6b7280);align-items:center;gap:8px;font-size:13.5px;display:flex}.ai-chat-msg.assistant .ai-chat-msg-content p{margin:0 0 12px}.ai-chat-msg.assistant .ai-chat-msg-content p:last-child{margin-bottom:0}.ai-chat-msg.assistant .ai-chat-msg-content code{background:var(--c-bg,#f3f4f6);border:1px solid var(--c-border,#e5e7eb);color:var(--c-text-main,#111);border-radius:4px;padding:2px 6px;font-family:SF Mono,Fira Code,monospace;font-size:13px}.ai-chat-msg.assistant .ai-chat-msg-content pre{border:1px solid var(--c-border,#e5e7eb);background:#f8fafc;border-radius:8px;margin:12px 0;padding:12px 14px;font-size:13px;line-height:1.5;overflow-x:auto}[data-theme=dark] .ai-chat-msg.assistant .ai-chat-msg-content pre{background:#0f172a;border-color:#1e293b}.ai-chat-msg.assistant .ai-chat-msg-content pre code{color:inherit;background:0 0;border:none;padding:0}[data-theme=dark] .ai-chat-msg.assistant .ai-chat-msg-content pre code{color:#e2e8f0}.ai-chat-msg.assistant .ai-chat-msg-content ul,.ai-chat-msg.assistant .ai-chat-msg-content ol{margin:8px 0 12px;padding-left:1.25rem}.ai-chat-msg.assistant .ai-chat-msg-content li{margin-bottom:6px}.ai-chat-msg.assistant .ai-chat-msg-content strong{color:var(--c-text-main,#111);font-weight:600}.ai-chat-msg.assistant .ai-chat-msg-content a{color:var(--c-accent,#1a6aff);background:#f0f7ff;border:1px solid #e0efff;border-radius:6px;align-items:center;margin:0 2px;padding:0 6px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}[data-theme=dark] .ai-chat-msg.assistant .ai-chat-msg-content a{background:#1a6aff1a;border-color:#1a6aff33}.ai-chat-msg.assistant .ai-chat-msg-content a:hover{background:#e0efff;text-decoration:none}.ai-chat-actions{align-items:center;gap:6px;margin-top:12px;display:flex}.ai-chat-action-btn{border:1px solid var(--c-border,#e5e7eb);color:var(--c-text-muted,#6b7280);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.ai-chat-action-btn:hover{background:var(--c-bg,#f3f4f6);color:var(--c-text-main,#111)}.ai-chat-cursor{background:var(--c-text-muted,#9ca3af);vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-left:4px;animation:1s infinite alternate ai-pulse;display:inline-block}@keyframes ai-pulse{0%{opacity:.2;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.ai-chat-input-area{background:linear-gradient(180deg, transparent 0%, var(--c-surface,#fff) 20px);flex-shrink:0;min-width:400px;padding:20px}.ai-chat-input-wrapper{border:1px solid var(--c-border,#e5e7eb);background:var(--c-surface,#fff);border-radius:12px;align-items:flex-end;gap:8px;padding:10px 14px;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 2px 6px #00000005}.ai-chat-input-wrapper:focus-within{border-color:var(--c-text-muted,#9ca3af);box-shadow:0 4px 12px #0000000d}.ai-chat-input{color:var(--c-text-main,#111);resize:none;background:0 0;border:none;outline:none;flex:1;min-height:22px;max-height:150px;font-family:inherit;font-size:14.5px;line-height:1.5}.ai-chat-input::placeholder{color:var(--c-text-muted,#9ca3af);font-weight:400}.ai-chat-send-btn{background:var(--c-text-main,#111);cursor:pointer;color:var(--c-surface,#fff);border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:transform .15s,opacity .15s;display:flex}[data-theme=dark] .ai-chat-send-btn{background:var(--c-text-main,#fff);color:var(--c-surface,#000)}.ai-chat-send-btn:hover:not(:disabled){transform:translateY(-1px)}.ai-chat-send-btn:active:not(:disabled){transform:translateY(0)}.ai-chat-send-btn:disabled{background:var(--c-border,#e5e7eb);color:var(--c-text-muted,#9ca3af);cursor:not-allowed}.ai-chat-hint{color:var(--c-text-muted,#9ca3af);justify-content:center;margin-top:10px;font-size:11.5px;display:flex}@media (max-width:1100px){.ai-chat-sidebar.open{z-index:9999;position:fixed;top:72px;right:0;box-shadow:-4px 0 24px #0000000d}}@media (max-width:480px){.ai-chat-sidebar.open{border-left:none;border-top:1px solid var(--c-border,#e5e7eb);border-radius:20px 20px 0 0;width:100vw;min-width:100vw;height:85vh;top:auto;bottom:0;box-shadow:0 -10px 40px #0000001a}.ai-chat-header,.ai-chat-messages,.ai-chat-input-area{min-width:100vw}}
