@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";.chat-bubble-container{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:1001}.chat-bubble-bar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:30px;padding:14px 24px;display:flex;align-items:center;gap:14px;cursor:pointer;box-shadow:0 8px 25px #667eea40;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);min-width:320px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-bubble-icon{width:32px;height:32px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;color:#fff}.chat-bubble-text{color:#fff;font-size:14px;font-weight:500;font-family:Space Grotesk,sans-serif;flex:1}.chat-bubble-controls{display:flex;gap:8px;align-items:center}.chat-bubble-control-btn{color:#fff!important;border:none!important;background:#fff3!important;border-radius:6px!important;width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important}.chat-bubble-unread-indicator{position:absolute;top:-4px;right:8px;width:12px;height:12px;background:#ff4d4f;border-radius:50%;border:2px solid white}.chat-modal-bottom .ant-modal-mask{display:none}.chat-modal-styles{bottom:0;top:auto;margin:0;padding:0}.chat-modal-body{height:600px;padding:0}.chat-modal-bottom .ant-modal-wrap{position:fixed!important;inset:auto auto 0 50%!important;transform:translate(-50%)!important;margin:0!important;padding:0!important;width:900px!important;max-width:calc(100vw - 40px)!important;z-index:1000!important}.chat-modal-bottom .ant-modal-content{border-radius:12px 12px 0 0!important;overflow:hidden!important;box-shadow:0 -4px 20px #00000026!important;border:none!important;padding:0!important;margin:0!important}.chat-modal-bottom .ant-modal-body{height:600px!important;padding:0!important}.chat-container{display:flex;height:600px;background:#fff}.chat-sidebar{width:300px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%}.chat-sidebar-rounded{border-radius:12px 0 0}.chat-sidebar-header{padding:20px 16px 16px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.chat-sidebar-brand{display:flex;align-items:center;margin-bottom:16px}.chat-sidebar-brand .anticon{font-size:18px;color:#667eea;margin-right:8px}.chat-sidebar-title{font-size:16px;color:#1e293b}.chat-search-input{border-radius:8px!important;border:1px solid #e2e8f0!important}.chat-search-input .anticon{color:#888}.chat-navigation{flex:1;padding:16px;overflow-y:auto}.chat-new-chat-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 16px;border-radius:8px;cursor:pointer;margin-bottom:20px;font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .2s;border:none;font-size:14px}.chat-new-chat-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.chat-new-chat-btn .anticon{margin-right:8px}.chat-recent-title{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;display:block}.chat-conversations-list{display:flex;flex-direction:column;gap:4px}.chat-loading-spinner{display:flex;justify-content:center;padding:20px}.chat-no-conversations{color:#94a3b8;font-size:12px;text-align:center;padding:20px}.chat-conversation-item{padding:12px;border-radius:8px;cursor:pointer;transition:all .2s;border:1px solid transparent;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.chat-conversation-item:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 2px 4px #0000000d}.chat-conversation-item.selected{background:#eff6ff;border-color:#bfdbfe}.chat-conversation-edit{display:flex;flex-direction:column;gap:8px}.chat-conversation-edit-actions{display:flex;gap:4px;align-items:center}.chat-conversation-edit-actions .chat-edit-save-btn{color:#10b981!important;font-size:12px!important}.chat-conversation-edit-actions .chat-edit-cancel-btn{color:#ef4444!important;font-size:12px!important}.chat-conversation-title{font-size:13px;font-weight:500;color:#1e293b;display:block;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-conversation-preview{font-size:11px;color:#64748b;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-conversation-actions{display:flex;align-items:center;gap:2px;opacity:0;transition:opacity .2s}.chat-conversation-item:hover .chat-conversation-actions{opacity:1}.chat-conversation-action-btn{color:#64748b!important;width:24px!important;height:24px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.chat-conversation-action-btn:hover{color:#374151!important;background:#0000000d!important}.chat-conversation-delete-btn:hover{color:#ef4444!important;background:#ef44441a!important}.chat-sidebar-disclaimer{padding:12px 16px;background:#f1f5f9;color:#64748b;font-size:11px;line-height:1.4;border-top:1px solid #e2e8f0;flex-shrink:0}.chat-main-area{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#fff;flex-shrink:0}.chat-context-tag{font-size:11px!important;padding:2px 8px!important;border-radius:12px!important;font-weight:500!important}.chat-header-title{color:#6b7280;font-size:13px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header-content{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.chat-messages-area{flex:1;overflow-y:auto;padding:20px;background:#fafbfc}.chat-welcome-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:40px 20px}.chat-welcome-title{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:12px;display:flex;align-items:center;gap:8px}.chat-welcome-hello{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chat-welcome-subtitle{font-size:16px;color:#64748b;margin-bottom:32px;max-width:500px}.chat-welcome-chips{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;max-width:600px}.chat-welcome-chip{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 20px;font-size:14px;color:#374151;cursor:pointer;transition:all .2s;text-align:left;font-family:inherit}.chat-welcome-chip:hover{border-color:#667eea;background:#f8faff;transform:translateY(-1px);box-shadow:0 4px 12px #667eea26}.chat-welcome-cta{font-size:14px;color:#64748b;max-width:400px}.chat-message-container{margin-bottom:24px}.chat-message-user{display:flex;justify-content:flex-end}.chat-message-assistant{display:flex;justify-content:flex-start}.chat-message-card-user{background-color:#2e2e2e!important;border:none!important;margin-left:auto;max-width:80%;border-radius:18px 18px 4px!important}.chat-message-card-user .ant-card-body{padding:12px 16px!important}.chat-message-text-user{color:#fff!important;font-size:14px;line-height:1.5}.chat-message-content{max-width:100%;width:100%}.chat-message-text-assistant{background:#fff;padding:16px 20px;border-radius:18px 18px 18px 4px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;font-size:14px;line-height:1.6;color:#374151;max-width:100%;word-wrap:break-word}.chat-message-text-assistant.with-enhanced-data{margin-top:12px}.chat-message-actions{margin-top:8px;display:flex;align-items:center;gap:8px;opacity:.7;transition:opacity .2s}.chat-message-actions .ant-btn{color:#64748b!important;height:24px!important;padding:0 6px!important;font-size:12px!important}.chat-message-actions .ant-btn:hover{background:#0000000d!important}.chat-messages-space{width:100%!important}.chat-feedback-btn-liked{color:#10b981!important}.chat-feedback-btn-disliked{color:#ef4444!important}.chat-feedback-btn-neutral{color:#64748b!important}.chat-streaming-indicator{margin-bottom:12px;display:flex;align-items:center}.chat-streaming-indicator .anticon{margin-right:8px;color:#667eea}.chat-streaming-indicator .ant-typography{font-size:13px;color:#64748b}.chat-loading-indicator{margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px}.chat-loading-indicator .anticon{font-size:12px;color:#667eea}.chat-loading-indicator .ant-typography{font-size:11px;color:#667eea}.chat-input-area{padding:16px 20px;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0}.chat-input-area-rounded{border-radius:0 0 12px}.chat-input-container{display:flex;align-items:flex-end;gap:12px}.chat-input-textarea{border-radius:12px!important;border:1px solid #e2e8f0!important;padding:12px 16px!important;font-size:14px!important;line-height:1.5!important;resize:none!important}.chat-input-textarea:focus{border-color:#667eea!important;box-shadow:0 0 0 2px #667eea1a!important}.chat-send-button{background:#667eea!important;border-color:#667eea!important;width:40px!important;height:40px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.chat-send-button:hover:not(:disabled){background:#5a67d8!important;border-color:#5a67d8!important;transform:translateY(-1px)}.chat-send-button:disabled{background:#94a3b8!important;border-color:#94a3b8!important;cursor:not-allowed}.agentic-steps-card{margin:12px 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000f}.agentic-steps-header{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.agentic-steps-header-left{display:flex;align-items:center}.agentic-steps-title{margin:0!important;color:#1e293b!important;font-size:14px!important}.agentic-steps-header-right{display:flex;align-items:center;gap:8px}.agentic-steps-progress{width:80px;margin:0}.agentic-steps-phase-text{font-size:11px;color:#64748b}.agentic-phase-icon{font-size:14px;margin-right:8px}.agentic-phase-icon-active{color:#667eea}.agentic-phase-icon-inactive{color:#94a3b8}.agentic-phase-header{display:flex;align-items:center}.agentic-phase-title{font-size:12px}.agentic-goal-container{padding:8px 12px;background:#677eea0d;border-radius:8px;border:1px solid rgba(103,126,234,.1)}.agentic-goal-header{display:flex;align-items:center;justify-content:space-between}.agentic-goal-text{font-size:11px;font-weight:500}.agentic-goal-controls{display:flex;align-items:center;gap:6px}.agentic-goal-progress{width:40px;margin:0}.agentic-goal-priority{font-size:10px;color:#64748b}.agentic-reasoning-goal{padding:8px 12px;background:#10b9810d;border-radius:8px;border-left:3px solid #10b981}.agentic-reasoning-goal-text{font-size:11px;font-weight:500;color:#059669}.agentic-reasoning-step{padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;position:relative}.agentic-reasoning-step-header{display:flex;align-items:flex-start;gap:8px}.agentic-reasoning-step-number{width:20px;height:20px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.agentic-reasoning-step-content{flex:1}.agentic-reasoning-step-content-section{margin-bottom:6px}.agentic-reasoning-premise,.agentic-reasoning-inference{font-size:10px;color:#64748b;display:block}.agentic-reasoning-conclusion{font-size:10px;color:#1e293b;font-weight:500;display:block}.agentic-reasoning-step-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.agentic-reasoning-final{padding:8px 12px;background:#6366f10d;border-radius:8px;border-left:3px solid #667eea}.agentic-reasoning-final-text{font-size:11px;font-weight:500;color:#4f46e5}.agentic-tool-container{padding:8px 12px;border-radius:8px;border:1px solid rgba(156,163,175,.2)}.agentic-tool-completed{background:#10b9810d}.agentic-tool-executing{background:#6366f10d}.agentic-tool-default{background:#9ca3af0d}.agentic-tool-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.agentic-tool-name-section{display:flex;align-items:center;gap:6px}.agentic-tool-name{font-size:11px;font-weight:500}.agentic-tool-stats{display:flex;align-items:center;gap:4px}.agentic-tool-description{font-size:10px;color:#64748b}.agentic-reflection-quality{padding:8px 12px;background:#06b6d40d;border-radius:8px;border:1px solid rgba(6,182,212,.2)}.agentic-reflection-quality-header{display:flex;align-items:center;justify-content:space-between}.agentic-reflection-quality-text{font-size:11px;font-weight:500}.agentic-reflection-quality-progress{width:60px;margin:0}.agentic-reflection-issues{padding:8px 12px;background:#fb923c0d;border-radius:8px;border:1px solid rgba(251,146,60,.2)}.agentic-reflection-issues-title{font-size:11px;font-weight:500;color:#ea580c;display:block;margin-bottom:4px}.agentic-reflection-issue-item{font-size:10px;color:#9a3412;display:block}.agentic-reflection-improvements{padding:8px 12px;background:#22c55e0d;border-radius:8px;border:1px solid rgba(34,197,94,.2)}.agentic-reflection-improvements-title{font-size:11px;font-weight:500;color:#059669;display:block;margin-bottom:4px}.agentic-reflection-improvement-item{font-size:10px;color:#047857;display:block}.agentic-reflection-retry{padding:8px 12px;background:#6366f10d;border-radius:8px;border:1px solid rgba(99,102,241,.2)}.agentic-reflection-retry-text{font-size:11px;font-weight:500;color:#4f46e5}.agentic-basic-streaming{margin:8px 0;display:flex;align-items:center;gap:8px;padding:12px;background:#677eea0d;border-radius:8px;border:1px solid rgba(103,126,234,.1)}.agentic-basic-streaming-text{font-size:12px;color:#4f46e5;font-weight:500}.agentic-basic-streaming-dots{display:flex;align-items:center;gap:4px;margin-left:auto}.agentic-thinking-dot{width:4px;height:4px;border-radius:50%;background:#667eea}.agentic-thinking-dot-1{animation:thinking-dots 1.5s ease-in-out infinite}.agentic-thinking-dot-2{animation:thinking-dots 1.5s ease-in-out infinite .2s}.agentic-thinking-dot-3{animation:thinking-dots 1.5s ease-in-out infinite .4s}.agentic-basic-steps{margin:8px 0}.agentic-basic-step{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;border-radius:8px}.agentic-basic-step-running{background:#677eea0d;border:1px solid rgba(103,126,234,.1)}.agentic-basic-step-content{flex:1;min-width:0}.agentic-basic-step-title{font-size:11px;font-weight:400;display:block;line-height:1.3}.agentic-basic-step-title-completed{color:#10b981}.agentic-basic-step-title-running{color:#667eea;font-weight:500}.agentic-basic-step-title-failed{color:#ef4444}.agentic-basic-step-title-pending{color:#64748b}.agentic-basic-step-description{font-size:10px;color:#94a3b8;display:block;line-height:1.2;margin-top:1px}.agentic-step-icon-container{width:12px;height:12px;border-radius:50%;background:#e5e7eb;border:1px solid #d1d5db}.chat-rotating-icon{animation:chat-rotate 2s linear infinite}@keyframes chat-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes thinking-dots{0%,60%,to{transform:scale(1);opacity:.7}30%{transform:scale(1.2);opacity:1}}@media (max-width: 768px){.chat-sidebar{width:250px}.chat-bubble-bar{min-width:280px;padding:12px 20px}.chat-welcome-title{font-size:20px}.chat-welcome-subtitle{font-size:14px}.chat-welcome-chips{max-width:100%}}@media (max-width: 640px){.chat-sidebar{width:200px}.chat-bubble-container{left:20px;right:20px;transform:none}.chat-bubble-bar{min-width:auto;width:100%}.chat-conversation-item{padding:8px}.chat-conversation-title{font-size:12px}.chat-conversation-preview{font-size:10px}}.chat-text-bold{font-weight:600}.chat-text-muted{color:#64748b}.chat-text-primary{color:#667eea}.chat-text-success{color:#10b981}.chat-text-warning{color:#f59e0b}.chat-text-error{color:#ef4444}.chat-bg-primary{background:#667eea}.chat-bg-success{background:#10b981}.chat-bg-warning{background:#f59e0b}.chat-bg-error{background:#ef4444}.chat-border-primary{border-color:#667eea}.chat-border-success{border-color:#10b981}.chat-border-warning{border-color:#f59e0b}.chat-border-error{border-color:#ef4444}.chat-markdown-bullet{margin:4px 0;padding-left:8px}.chat-markdown-sub-bullet{margin:2px 0;padding-left:24px;color:#666}.chat-markdown-numbered{margin:4px 0;padding-left:8px}.chat-markdown-h1{margin:24px 0 12px;color:#1f2937;font-size:20px;font-weight:700}.chat-markdown-h2{margin:20px 0 10px;color:#1f2937;font-size:18px;font-weight:600}.chat-markdown-h3{margin:16px 0 8px;color:#1f2937;font-size:16px;font-weight:600}.chat-markdown-hr{margin:20px 0;border:none;border-top:1px solid #e5e7eb}.chat-markdown-document-container{background:#f9fafb;padding:12px;border-radius:6px;margin:8px 0}.chat-markdown-status-approved{background:#dcfce7;color:#166534;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:500}.chat-markdown-status-rejected{background:#fef2f2;color:#dc2626;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:500}.chat-markdown-status-pending{background:#fef3c7;color:#d97706;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:500}.chat-markdown-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:13px;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.chat-markdown-th{background:#f8fafc;padding:12px 16px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;border-right:1px solid #e5e7eb}.chat-markdown-th:last-child{border-right:none}.chat-markdown-td{padding:10px 16px;border-bottom:1px solid #f3f4f6;border-right:1px solid #f3f4f6;color:#4b5563;vertical-align:top}.chat-markdown-td:last-child{border-right:none}.chat-markdown-table tbody tr:last-child .chat-markdown-td{border-bottom:none}.chat-markdown-table tbody tr:hover{background-color:#f9fafb}.chat-container *{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ant-table{margin-top:24px}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes thinking-dots{0%,20%{opacity:0}50%{opacity:1}to{opacity:0}}.chat-bar-container{transition:all .3s cubic-bezier(.4,0,.2,1)}.chat-bar-container:hover{transform:translateY(-3px);box-shadow:0 16px 40px #667eea59!important}.chat-bar-container:active{transform:translateY(-1px);transition:all .1s ease}.chat-bar-container .ant-btn{transition:all .2s cubic-bezier(.4,0,.2,1)}.chat-bar-container .ant-btn:hover{background:#fff6!important;transform:scale(1.05)}.chat-bar-container .ant-btn:active{transform:scale(.95)}.chat-container{display:flex;height:100%;border-bottom:none!important;border-radius:12px 12px 0 0;overflow:hidden;width:900px}.chat-sidebar{width:240px;background:#1a1a1a;display:flex;flex-direction:column;position:relative}.chat-sidebar-rounded{border-radius:12px 0 0;border-bottom:none!important;overflow:hidden}.chat-sidebar-header{padding:20px 16px;border-bottom:1px solid #404040}.chat-sidebar-brand{display:flex;align-items:center;justify-content:flex-start;margin-bottom:16px;width:100%}.chat-sidebar-title{background:linear-gradient(135deg,#60a5fa,#a78bfa,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:20px;font-weight:600;font-family:Space Grotesk,sans-serif;text-align:left;width:100%;letter-spacing:.5px}.chat-search-input{background:#404040!important;border:none!important;border-radius:8px!important;color:#d9d9d9!important}.chat-search-input .ant-input{background:transparent!important;color:#d9d9d9!important;font-size:14px!important}.chat-search-input .ant-input::-moz-placeholder{color:#888!important}.chat-search-input .ant-input::placeholder{color:#888!important}.chat-navigation{padding:16px;flex:1;display:flex;flex-direction:column;position:relative}.chat-new-chat-btn{padding:8px 16px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:14px;font-weight:500;cursor:pointer;margin-bottom:16px;text-align:center;transition:all .2s;box-shadow:0 4px 15px #667eea66;position:relative;overflow:hidden;height:32px;display:flex;align-items:center;justify-content:center}.chat-new-chat-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #667eea99}.chat-new-chat-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.chat-new-chat-btn:hover:before{left:100%}.chat-recent-title{color:#888;font-size:12px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}.chat-conversations-list{max-height:350px;overflow-y:auto;flex:1;padding-bottom:80px}.chat-conversation-item{padding:8px 12px;border-radius:6px;cursor:pointer;margin-bottom:4px;transition:all .2s ease;display:flex;justify-content:space-between;align-items:flex-start;position:relative;border:1px solid transparent}.chat-conversation-item:has(.chat-conversation-edit){background:#333!important;border-color:#4a4a4a;cursor:default}.chat-conversation-item:hover{background:#353535}.chat-conversation-item.selected{background:#404040}.chat-conversation-content{flex:1;min-width:0}.chat-conversation-actions{display:none;gap:4px;margin-left:8px;flex-shrink:0}.chat-conversation-item:hover .chat-conversation-actions{display:flex}.chat-conversation-action-btn{color:#888!important;border:none!important;background:transparent!important;padding:4px!important;min-width:20px!important;height:20px!important;font-size:10px!important}.chat-conversation-action-btn:hover{color:#d9d9d9!important;background:#ffffff1a!important}.chat-conversation-delete-btn:hover{color:#ef4444!important}.chat-conversation-edit{width:100%;padding:2px 0}.chat-conversation-edit .ant-input{background:#2e2e2e!important;border:1px solid #4a4a4a!important;color:#d9d9d9!important;font-size:13px!important;font-weight:500!important;font-family:Space Grotesk,sans-serif!important;padding:6px 10px!important;border-radius:6px!important;line-height:1.2!important;height:auto!important;min-height:32px!important}.chat-conversation-edit .ant-input:focus,.chat-conversation-edit .ant-input:hover{border-color:#667eea!important;box-shadow:0 0 0 2px #667eea26!important;background:#333!important}.chat-conversation-edit .ant-input::-moz-placeholder{color:#888!important}.chat-conversation-edit .ant-input::placeholder{color:#888!important}.chat-conversation-edit-actions{display:flex;gap:6px;justify-content:flex-end;margin-top:6px;padding-top:4px}.chat-conversation-edit-actions .ant-btn{border:none!important;background:#ffffff0d!important;padding:4px 6px!important;min-width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:4px!important;transition:all .2s ease!important}.chat-conversation-edit-actions .ant-btn:hover{background:#ffffff26!important;transform:scale(1.05)!important}.chat-conversation-edit-actions .ant-btn[style*="color: #10b981"]:hover{background:#10b98133!important}.chat-conversation-edit-actions .ant-btn[style*="color: #ef4444"]:hover{background:#ef444433!important}.chat-conversation-title{color:#d9d9d9;font-size:13px;font-weight:500;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Space Grotesk,sans-serif}.chat-conversation-preview{color:#888;font-size:11px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-main-area{flex:1;display:flex;flex-direction:column;background:#fff;width:660px;min-width:660px;max-width:660px}.chat-header{padding:16px 20px;border-bottom:none;background:#fff;position:relative}.chat-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#f0f0f0}.chat-header-rounded{border-radius:0 12px 0 0}.chat-header-title{font-size:16px;color:#2e2e2e;font-weight:600;font-family:Space Grotesk,sans-serif}.chat-context-tag{font-size:11px;margin-left:8px}.chat-messages-area{flex:1;overflow-y:auto;padding:24px 20px;background:#fff;position:relative}.chat-welcome-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;text-align:left;padding:40px 0;width:620px;min-width:620px}.chat-welcome-title{font-size:22px;font-weight:600;margin-bottom:16px;font-family:Space Grotesk,sans-serif;color:#2e2e2e}.chat-welcome-hello{color:#667eea;font-weight:600}.chat-welcome-subtitle{color:#6b7280;font-size:14px;margin-bottom:20px;display:block}.chat-welcome-chips{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;width:100%}.chat-welcome-chip{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px 24px;text-align:left;cursor:pointer;font-size:14px;color:#475569;transition:all .2s ease;font-family:Space Grotesk,sans-serif;width:100%;display:block;min-width:100%}.chat-welcome-chip:hover{background:#667eea;border-color:#667eea;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #667eea26}.chat-welcome-cta{color:#6b7280;font-size:13px;font-style:italic}.chat-welcome-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;max-width:600px;width:100%;margin-top:20px}.chat-welcome-card{padding:20px;border-radius:12px;border:1px solid #f0f0f0;background:linear-gradient(135deg,#667eea1a,#764ba20d,#f472b61a);cursor:pointer;transition:all .2s;position:relative;overflow:hidden;text-align:left}.chat-welcome-card:after{content:"";position:absolute;bottom:-2px;left:-2px;right:-2px;height:60%;background:linear-gradient(to bottom,#fff0,#ffffff4d 40%,#ffffffe6,#fff);pointer-events:none;border-radius:0 0 13px 13px}.chat-welcome-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea26}.chat-welcome-card-icon{font-size:24px;margin-bottom:12px;color:#667eea;position:relative;z-index:1}.chat-welcome-card-title{font-size:14px;color:#2e2e2e;font-weight:600;position:relative;z-index:1}.chat-welcome-card-desc{font-size:12px;color:#666;position:relative;z-index:1}.chat-message-container{display:flex;margin-bottom:12px;width:100%}.chat-message-user{justify-content:flex-end}.chat-message-assistant{justify-content:flex-start}.chat-message-card{max-width:85%;border-radius:12px;box-shadow:0 1px 6px #0000000f;border:none;transition:all .2s ease}.chat-message-card:hover{box-shadow:0 2px 12px #0000001a}.chat-message-card-user{background:#2e2e2e!important;border:none!important;box-shadow:0 2px 8px #2e2e2e33!important}.chat-message-card-assistant{background:#fff;border:1px solid #e8f4fd;box-shadow:0 1px 6px #0000000a}.chat-message-content{flex:1;min-width:0;max-width:90%;margin-right:20px}.chat-message-actions{opacity:.7;transition:opacity .2s ease}.chat-message-actions:hover{opacity:1}.chat-message-actions .ant-btn{transition:all .2s ease;border:none;box-shadow:none;background:transparent;height:24px;padding:0 6px;display:flex;align-items:center;justify-content:center}.chat-message-actions .ant-btn:hover{background-color:#64748b1a!important;transform:translateY(-1px);border-radius:4px}.chat-message-actions .ant-btn:active{transform:translateY(0)}.chat-message-actions .ant-btn:first-child:hover{background-color:#3b82f61a!important;color:#3b82f6!important}.chat-message-actions .ant-btn:nth-child(2)[style*="color: rgb(16, 185, 129)"]{background-color:#10b9811a!important}.chat-message-actions .ant-btn:nth-child(2):hover{background-color:#10b98126!important;color:#10b981!important}.chat-message-actions .ant-btn:nth-child(3)[style*="color: rgb(239, 68, 68)"]{background-color:#ef44441a!important}.chat-message-actions .ant-btn:nth-child(3):hover{background-color:#ef444426!important;color:#ef4444!important}.chat-message-text-user{color:#fff;font-size:13px;line-height:1.5;white-space:pre-wrap;font-weight:400}.chat-message-text-assistant{color:#2c3e50;font-size:13px;line-height:1.5;font-weight:400}.chat-message-text-assistant h1{font-size:18px;font-weight:600;margin:16px 0 8px;color:#1f2937;font-family:Space Grotesk,sans-serif}.chat-message-text-assistant h2{font-size:16px;font-weight:600;margin:14px 0 6px;color:#1f2937;font-family:Space Grotesk,sans-serif}.chat-message-text-assistant h3{font-size:14px;font-weight:600;margin:12px 0 4px;color:#374151;font-family:Space Grotesk,sans-serif}.chat-message-text-assistant ul{margin:8px 0;padding-left:20px}.chat-message-text-assistant li{margin:4px 0;line-height:1.6;color:#374151}.chat-message-text-assistant ol{margin:8px 0;padding-left:20px}.chat-message-text-assistant strong{font-weight:600;color:#1f2937}.chat-message-text-assistant em{font-style:italic;color:#6b7280}.chat-message-text-assistant code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:12px;color:#dc2626;border:1px solid #e5e7eb}.chat-message-text-assistant table{width:100%;border-collapse:collapse;margin:12px 0;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.chat-message-text-assistant th,.chat-message-text-assistant td{border:1px solid #e5e7eb;padding:8px 12px;text-align:left}.chat-message-text-assistant th{background:#f9fafb;font-weight:600;color:#374151}.chat-message-text-assistant p{margin:8px 0}.chat-message-text-assistant blockquote{border-left:4px solid #e5e7eb;padding-left:16px;margin:12px 0;color:#6b7280;font-style:italic}.chat-input-area{padding:20px;border-top:none;background:#fff;position:relative}.chat-input-area:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#f0f0f0}.chat-input-area-rounded{border-radius:0}.chat-input-container{position:relative;display:flex;align-items:flex-end;width:100%}.chat-input-textarea{flex:1;width:620px!important;min-width:620px!important;border-radius:12px!important;border:1px solid #e5e7eb!important;resize:none!important;padding-right:40px!important;position:relative!important}.chat-input-textarea .ant-input{font-size:14px!important;line-height:1.5!important;padding:12px 20px!important;min-height:48px!important;width:100%!important;text-align:left!important;display:flex!important;align-items:center!important}.chat-input-textarea .ant-input::-moz-placeholder{text-align:left!important;vertical-align:middle!important}.chat-input-textarea .ant-input::placeholder{text-align:left!important;vertical-align:middle!important}.chat-send-button{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;background:#2e2e2e!important;border:none!important;box-shadow:0 2px 8px #2e2e2e4d!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;color:#fff!important;z-index:10!important;padding:0!important}.chat-send-button .anticon{color:#fff!important;font-size:12px!important}.chat-loading-spinner{text-align:center;padding:20px;color:#888}.chat-no-conversations{color:#888;font-size:13px}.chat-modal-bottom{position:fixed!important;inset:auto auto 0 50%!important;transform:translate(-50%)!important;width:900px!important;max-width:calc(100vw - 40px)!important;height:auto!important;margin:0!important;padding:0!important;z-index:1000!important}.chat-modal-bottom .ant-modal-wrap{position:fixed!important;inset:auto auto 0 50%!important;transform:translate(-50%)!important;padding:0!important;margin:0!important;height:auto!important;width:900px!important;max-width:calc(100vw - 40px)!important;display:block!important;z-index:1000!important}.chat-modal-bottom .ant-modal{margin:0!important;position:static!important;width:100%!important;max-width:100%!important;transform:none!important;top:auto!important;bottom:0!important}.chat-modal-bottom .ant-modal-content{border-radius:12px 12px 0 0!important;margin:0!important;box-shadow:0 -4px 20px #00000026!important;border:none!important;border-bottom:none!important;background:#fff!important;width:100%!important;border-top:2px solid #667eea!important}.chat-modal-bottom .ant-modal-body{padding:0!important;height:600px!important;display:flex!important}.chat-modal-bottom .ant-modal-mask{display:none!important}.chat-modal-bottom .ant-modal-content{overflow:hidden!important}.chat-sidebar-disclaimer{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;background:#0003;border-top:1px solid #404040;color:#888;font-size:10px;line-height:1.3;text-align:left;border-bottom:none!important;border-radius:0!important}
