:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100vw;height:100vh}:root{--primary: red}.sidebar{background:#fff;height:100vh}.sidebar .logo-container{height:54px;display:flex;align-items:center;justify-content:center;background:#f9f9f9}.sidebar .logo-container img{height:32px}.sidebar .navigation{padding:0}.sidebar .navigation ul{padding:0;margin:0}.sidebar .navigation li{list-style:none}.sidebar .navigation li a{display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:10px 16px;color:#222}.sidebar .navigation li a:hover{color:var(--primary)}.page-content{padding:24px}.page-content .page-header{display:flex;justify-content:space-between}.page-content .page-header h2{margin:0}.page-content .page-header{margin-bottom:30px}.page-empty-description h3{font-size:1.2rem;margin-bottom:8px;color:#000000d9}.page-empty-description p{color:#00000073;margin:0}.page-is-empty{padding:50px;background:#fff}.settings-tabs .settings-tab-content{padding:20px 0}.settings-tabs .settings-tab-content .settings-card{margin-bottom:24px;border-radius:8px}.settings-tabs .settings-tab-content .settings-card .ant-card-head{background-color:#fafafa;border-bottom:1px solid #f0f0f0}.settings-tabs .settings-tab-content .settings-card .ant-form-item{margin-bottom:16px}.settings-tabs .settings-tab-content .settings-card .ant-space{align-items:center}.settings-tabs .ant-tabs-nav{margin-bottom:24px}.agent-card .agent-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.agent-card .agent-card-header .agent-icon{width:60px;height:60px;background:#e6f7ff;border-radius:8px;display:flex;align-items:center;justify-content:center}.agent-card .agent-card-body h3{font-size:1.2rem;margin:12px 0 8px;color:#000000d9}.agent-card .agent-card-body .agent-description{color:#00000073;margin-bottom:16px;min-height:40px}.agent-card .agent-card-body .agent-stats{padding-top:16px;border-top:1px solid #f0f0f0}.agent-card .agent-card-body .agent-stats .stat{display:flex;flex-direction:column;align-items:center}.agent-card .agent-card-body .agent-stats .stat .stat-value{font-size:1.5rem;font-weight:600;color:#1890ff}.agent-card .agent-card-body .agent-stats .stat .stat-label{font-size:.85rem;color:#00000073}.agents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-top:24px}.agent-configure{padding:24px}.chat-section{padding:30px;background:#fff;border-radius:5px;border:1px solid #eee}.chat-section h2{margin:0 0 20px;font-size:1.05rem}.agent-settings,.agent-knowledgebase{padding:16px}.add-datasource-modal .ant-checkbox-group{display:flex;flex-direction:column}.agent-integrations{padding:16px}.agent-integrations .integrations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;margin-top:24px}.agent-integrations .integration-card .integration-header{display:flex;justify-content:space-between;align-items:flex-start}.agent-integrations .integration-card .integration-header h3{margin:0;font-size:1.1rem}.agent-integrations .integration-card .integration-header .integration-description{margin:4px 0 0;color:#666;font-size:.9rem}.agent-integrations .integration-card .integration-icon{display:flex;align-items:center;justify-content:center}.agent-integrations .integration-card .integration-controls .integration-toggle{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.chat-agent-home{padding:16px}.chat-widget-container{min-width:500px}.chat-home-section{display:flex;align-self:flex-start;gap:15px}.chat-home-section .embed-code{max-width:500px;background:#333;padding:20px;color:#fff;border-radius:5px}.chat-widget{max-width:500px;max-height:500px;height:100vh;border:1px solid #eee;border-radius:5px}.chat-widget .chat-actions{margin-left:auto}.chat-widget .close-btn{background:none;border:0px;cursor:pointer;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;outline:none}.chat-widget .close-btn:hover{background:#0000000d}.chat-widget .chat-widget-header{height:60px;background:#f5f5f5;border-bottom:1px solid #eee;display:flex;align-items:center;padding:8px 15px;box-sizing:border-box}.chat-widget .chat-widget-header h3{margin:0}.chat-widget .chat-widget-content{height:calc(100% - 60px);overflow-y:auto;display:flex;flex-direction:column}.chat-widget .chat-widget-content .chat-messages{flex-grow:1}.chat-widget .chat-widget-content .chat-input-area{padding:10px}.chat-widget .chat-widget-content .chat-input-area input{width:100%;padding:10px;border:1px solid #eee;border-radius:5px;outline:none;box-shadow:none;box-sizing:border-box}.chat-widget .chat-widget-content .chat-message{max-width:400px;width:fit-content;background:#f4f4f4;margin:10px;border-radius:10px;font-size:13px}.chat-widget .chat-widget-content .chat-message.user-message{margin-left:auto}.chat-widget .chat-widget-content .chat-message .chat-message-content{padding:10px;max-width:300px}.chat-widget .chat-widget-content .chat-message .chat-message-content p{margin:0}.chat-widget-bubble{padding:15px;width:60px;height:60px;border-radius:50%;border:1px solid #f1f1f1;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;position:absolute;bottom:0;right:0;cursor:pointer}.chat-widget-bubble:hover{background:#f1f1f1;transform:scale(1.1);transition:all .2s ease-in-out}.chat-widget-bubble img{max-width:30px}.typing-icon{display:inline-flex;align-items:center;justify-content:center;height:20px;margin:0 10px;padding:3px 10px;background:#f9f9f9;border-radius:12px}.typing-icon span{width:5px;height:5px;border-radius:50%;background:#000;margin:2px;animation:typing 1s infinite}.typing-icon span:nth-child(1){animation-delay:0s}.typing-icon span:nth-child(2){animation-delay:.2s}.typing-icon span:nth-child(3){animation-delay:.4s}@keyframes typing{0%{opacity:1}50%{opacity:0}to{opacity:1}}.chat-agent-ui{padding:16px}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:100%;max-width:400px;box-shadow:0 4px 6px #0000001a;border-radius:8px}.login-title{text-align:center;margin-bottom:24px;font-size:28px;font-weight:600}.login-footer{text-align:center;margin-top:16px}.login-footer a{color:#1890ff;text-decoration:none}.login-footer a:hover{text-decoration:underline}.signup-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.signup-card{width:100%;max-width:400px;box-shadow:0 4px 6px #0000001a;border-radius:8px}.signup-title{text-align:center;margin-bottom:24px;font-size:28px;font-weight:600}.signup-footer{text-align:center;margin-top:16px}.signup-footer a{color:#1890ff;text-decoration:none}.signup-footer a:hover{text-decoration:underline}
