*,*:before,*:after{box-sizing:border-box}:root{line-height:1.5;font-weight:400;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1f2937;padding:0;margin:0;background:#f7f8fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{height:100%;margin:0;padding:0;overflow:hidden}a{font-weight:500;color:#6366f1;text-decoration:none}a:hover{color:#4f46e5}*{scrollbar-width:thin;scrollbar-color:#c4c8cf transparent}*::-webkit-scrollbar{width:5px;height:5px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#c4c8cf;border-radius:4px}*::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.error-page{min-height:100vh;background:linear-gradient(135deg,#f3f4f6,#e0e7ff);display:flex;align-items:center;justify-content:center;padding:20px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#1e293b}.error-container{text-align:center;max-width:520px;background:#fff;border-radius:16px;padding:48px 32px;box-shadow:0 10px 40px #00000014;border:1px solid #e2e8f0}.error-icon{font-size:88px;line-height:1;margin-bottom:24px;color:#6366f1}h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:16px}.subtitle{font-size:1.18rem;color:#64748b;line-height:1.6;margin-bottom:32px}.error-code{display:inline-block;border:solid 1px rgb(255,2,2);color:#ff0202;padding:6px 14px;border-radius:6px;font-family:ui-monospace,Courier New,monospace;font-weight:500;margin:0 8px 24px;max-height:100px;overflow:auto}.actions{margin:32px 0 40px;display:flex;justify-content:center}.btn{display:inline-block;font-weight:600;padding:14px 32px;border-radius:8px;text-decoration:none;font-size:1.05rem;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#4f46e5;color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #6366f140}.btn-outline{background:transparent;border:2px solid #6366f1;color:#6366f1;margin-left:16px}.btn-outline:hover{background:#6366f10d}.support-text{margin-top:40px;font-size:.95rem;color:#64748b}.support-text a{color:#6366f1;text-decoration:none;font-weight:500}.support-text a:hover{text-decoration:underline}@media(max-width:480px){.error-container{padding:40px 24px}h1{font-size:2.1rem}.btn{padding:12px 28px}.btn-outline{margin-left:0;margin-top:12px}}.button{padding:9px;border-radius:12px;border:none;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.button.secondary:not(:disabled){background:transparent;color:#7c3aed}.button:disabled{opacity:.7;cursor:not-allowed}.button:hover:not(:disabled){transform:translateY(-1px)}.button-loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-header-wrapper{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;margin-bottom:4px;border-bottom:1px solid #e5e7eb;gap:16px}.page-header h3{margin:0;font-size:1.35rem;font-weight:700;color:#111827;letter-spacing:-.01em}.page-header p{margin:4px 0 0;font-size:.8125rem;color:#6b7280;font-style:normal;font-weight:400}.input-wrapper{position:relative;display:inline-block;width:100%}.text-input{width:100%;padding:8px 12px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:13px;outline:none;box-sizing:border-box}.text-input:focus{border:1px solid #6366f1}.text-input:focus{border-color:#3525cd;background:#fff;box-shadow:0 0 0 2px #3525cd33}.toggle-password{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer;color:#777587;display:flex;align-items:center;justify-content:center}.error-message{font-size:11px;color:#ba1a1a;margin-top:4px}.text-input-label{display:flex;flex-direction:column;font-size:12px;font-family:Inter,sans-serif;font-weight:600;text-align:left;width:100%;color:#1b1b24;margin-bottom:4px}.error-message{font-size:12px;color:red}.login-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center}.form-wrapper{max-width:360px}.login-header h1{margin:0;font-size:30px;font-weight:800;color:#6366f1}.login-header p{margin-top:8px;font-size:15px;color:#4b5563}.login-form{display:flex;flex-direction:column;gap:18px;margin-top:24px}.login-footer{margin-top:28px;text-align:center;font-size:13px;color:#9ca3af}.card{width:100%;background:#fff;border-radius:14px;padding:24px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border:1px solid #eef0f4;text-align:left;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 12px #00000012,0 1px 3px #0000000d}.spinner-overlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#fff9;z-index:9999}.spinner-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px}.spinner{width:48px;height:48px;border-radius:50%;border:4px solid rgba(0,0,0,.1);border-top:4px solid #6366f1;border-right:4px solid #7c3aed;animation:spin .8s linear infinite}.spinner-text{font-size:15px;font-weight:500;background:linear-gradient(135deg,#6366f1,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes spin{to{transform:rotate(360deg)}}.sidebar{width:256px;height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#6366f1,#7c3aed);z-index:2;position:sticky;top:0;flex-shrink:0}.sidebar-header{padding:20px 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.12);flex-shrink:0;text-decoration:none;color:inherit}.sidebar-header:hover{color:inherit}.sidebar-brand-icon{width:36px;height:36px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-brand-text{display:flex;flex-direction:column;gap:1px;min-width:0}.sidebar-brand-name{font-size:1rem;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.2}.sidebar-brand-tag{font-size:.6875rem;color:#ffffff8c;font-weight:500;letter-spacing:.02em}.sidebar-section-label{padding:22px 14px 8px;font-size:.625rem;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:.1em}.sidebar-menu-wrapper{flex:1;overflow-y:auto;padding:12px 10px}.sidebar-menu{padding:0;display:flex;flex-direction:column;gap:2px}.sidebar-menu a{text-decoration:none;color:inherit}.sidebar-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:9px;cursor:pointer;color:#ffffffa6;font-size:.8375rem;font-weight:500;letter-spacing:.01em;transition:background-color .18s ease,color .18s ease}.sidebar-item:hover{background:#ffffff1a;color:#fff}.sidebar-item.active{background:#ffffff2e;color:#fff;font-weight:600;box-shadow:0 1px 4px #00000014}.sidebar-item-left{display:flex;align-items:center;gap:10px;min-width:0}.level-1{padding-left:38px;font-size:.8125rem}.level-2{padding-left:54px;font-size:.8125rem}.sidebar-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:#ffffff80;transition:color .18s ease}.sidebar-item:hover .sidebar-icon,.sidebar-item.active .sidebar-icon{color:#fff}.sidebar-arrow{font-size:8px;color:#ffffff59;transition:transform .2s ease;flex-shrink:0}.sidebar-arrow.open{transform:rotate(90deg)}.sidebar-children{margin-left:2px}.sidebar-footer{padding:10px;border-top:1px solid rgba(255,255,255,.12);flex-shrink:0}.sidebar-footer-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:9px;cursor:pointer;font-size:.8375rem;font-weight:500;color:#ffffffa6;transition:background-color .18s ease,color .18s ease}.sidebar-footer-item:hover{background:#ffffff1a;color:#fca5a5}@media(max-width:768px){.sidebar{display:none}}.layout{display:flex;width:100%;height:100vh;overflow:hidden}.layout-content{flex:1;padding:28px 32px;overflow-y:auto;min-width:0;background:#f7f8fa}@media(max-width:768px){.layout-content{padding:16px}}.dashboard{max-width:720px}.dashboard__greeting{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.dashboard__greeting span{color:#6366f1}.dashboard__subtitle{margin:6px 0 0;font-size:.875rem;color:#6b7280}.dashboard__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:32px}.dashboard__card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:22px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.dashboard__card:hover{color:inherit;border-color:#c7d2fe;box-shadow:0 2px 8px #6366f114}.dashboard__card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.dashboard__card-icon--indigo{background:#eef2ff;color:#6366f1}.dashboard__card-icon--violet{background:#f5f3ff;color:#7c3aed}.dashboard__card-label{font-size:.9375rem;font-weight:600;color:#111827}.dashboard__card-desc{font-size:.8125rem;color:#9ca3af}.table-container{width:100%;overflow-x:auto;border-radius:14px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a}.custom-table{width:100%;border-collapse:collapse;font-family:inherit;font-size:.875rem;line-height:1.5;color:#374151}.custom-table thead{position:sticky;top:0;z-index:1}.custom-table th{background:#f8f9fb;padding:11px 16px;text-align:left;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e5e7eb;white-space:nowrap}.custom-table th:first-child{border-radius:14px 0 0}.custom-table th:last-child{border-radius:0 14px 0 0}.custom-table tbody tr{background:#fff;transition:background-color .15s ease}.custom-table tbody tr:nth-child(2n){background:#fafbfc}.custom-table tbody tr:hover{background:#f3f4f6}.custom-table td{padding:10px 16px;border-bottom:1px solid #f0f1f3;vertical-align:middle}.custom-table tbody tr:last-child td{border-bottom:none}.no-data{text-align:center;padding:40px 20px;color:#9ca3af;font-size:.875rem;font-weight:500;letter-spacing:.01em}.custom-table td .button.secondary{padding:6px;border-radius:8px;background:transparent;transition:background-color .15s ease}.custom-table td .button.secondary:hover{background:#6366f114}@media(max-width:640px){.custom-table th,.custom-table td{padding:8px 12px}.custom-table{font-size:.8125rem}}.pagination{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;-webkit-user-select:none;user-select:none}.pagination__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;background:transparent;cursor:pointer;font-size:.8125rem;font-weight:500;line-height:1;color:#475569;border-radius:8px;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.pagination__btn:focus-visible{outline:2px solid #818cf8;outline-offset:2px}.pagination__nav{padding:7px 14px;background:#f1f5f9;color:#334155;font-weight:600;letter-spacing:.01em}.pagination__nav:hover:not(:disabled){background:#e2e8f0;color:#1e293b}.pagination__nav:active:not(:disabled){transform:scale(.96);background:#cbd5e1}.pagination__nav:disabled{opacity:.35;cursor:not-allowed}.pagination__nav svg{flex-shrink:0}.pagination__nav-label{font-size:.8125rem}.pagination__pages{display:flex;align-items:center;gap:4px;margin:0 4px}.pagination__page{min-width:34px;height:34px;padding:0 6px;font-variant-numeric:tabular-nums}.pagination__page:hover:not(.pagination__page--active){background:#f1f5f9;color:#1e293b}.pagination__page:active:not(.pagination__page--active){transform:scale(.93)}.pagination__page--active{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;font-weight:700;box-shadow:0 2px 8px #6366f159,0 1px 3px #6366f12e;cursor:default;pointer-events:none}.pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;font-size:.75rem;color:#94a3b8;letter-spacing:2px;pointer-events:none}.pagination__info{margin-left:12px;padding:4px 12px;font-size:.75rem;font-weight:600;color:#64748b;background:#f1f5f9;border-radius:20px;letter-spacing:.03em;white-space:nowrap}@media(max-width:480px){.pagination__nav-label,.pagination__info{display:none}.pagination__nav{padding:7px 10px}.pagination__page{min-width:30px;height:30px;font-size:.75rem}}.client-bot-create-container{display:flex;gap:1.5rem;width:100%;align-items:flex-start}.form-container{flex:1 1 60%;display:flex;flex-direction:column;gap:1.5rem}.section-content{display:flex;flex-direction:column;gap:1rem}.ChatbotPreview{flex:0 0 400px;position:sticky;top:0}.client-bot-create-page-wrapper,.client-bot-create-page-wrapper form{width:100%}.input-wrapper{position:relative;display:flex;flex-direction:column;width:100%}.text-input{width:100%;padding:10px 12px;font-size:13px;border:1px solid #d1d5db;border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s;background-color:#f9fafb;color:#111827;resize:vertical}.text-input:focus{border-color:#3525cd;background-color:#fff;box-shadow:0 0 0 2px #3525cd33}.text-input[rows]{min-height:80px}.attachment-wrapper{display:flex;flex-direction:column;gap:8px}.attachment-input{max-width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;background:#f9fafb;cursor:pointer;transition:.2s;display:flex;align-items:center;min-height:40px}.attachment-input:hover{border-color:#888}.attachment-input:focus-within{border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e5}.attachment-placeholder{color:#888;font-size:14px}.file-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.file-item{display:flex;align-items:center;gap:8px;background:#f5f5f5;padding:6px 10px;border-radius:6px}.file-name{cursor:pointer;text-decoration:underline}.remove-btn{background:transparent;border:none;cursor:pointer;color:red;font-size:14px}.cs-wrapper{position:relative;width:100%;font-size:12px;font-family:Inter,sans-serif}.cs-control{border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;background-color:#f9fafb;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#1b1b24;transition:all .2s ease}.cs-control:hover{border-color:#3525cd}.cs-control:focus{border-color:#3525cd;background-color:#fff;box-shadow:0 0 0 2px #3525cd33;outline:none}.cs-arrow{border:solid #6b7280;border-width:0 2px 2px 0;padding:3px;transform:rotate(45deg);transition:transform .2s ease}.cs-arrow.open{transform:rotate(-135deg)}.cs-dropdown{position:absolute;top:calc(100% + 4px);width:100%;font-size:13px;background:#fff;border:1px solid #e5e7eb;display:block;border-radius:8px;margin:0;padding:4px 0;list-style:none;overflow-y:auto;z-index:9999}.cs-option{padding:8px 12px;cursor:pointer;transition:background .15s ease}.cs-option:hover{background:#f0ecf9}.cs-option.selected{background:#e4e1ee;color:#3525cd;font-weight:500}.color-picker .react-colorful{width:100%}.suggestion-bubble{position:relative;overflow:hidden;display:flex;align-items:center;gap:10px;padding:7px;border-radius:18px;border:1px solid var(--border-color);background:var(--light-bg);color:#1f2937;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 18px #00000014;animation:floaty 2.5s infinite ease-in-out}.suggestion-bubble:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 0 18px color-mix(in srgb,var(--primary) 35%,transparent),0 10px 22px #0000001f}.suggestion-bubble:active{transform:scale(.97)}.bubble-text{position:relative;font-size:12px;z-index:2;color:#0b0606}.spark{width:9px;height:9px;border-radius:50%;background:var(--primary);box-shadow:0 0 10px var(--primary);animation:blink 1.2s infinite}.suggestion-bubble:before{content:"";position:absolute;top:0;left:-120%;width:70%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:skew(-20deg);animation:shine 3s infinite}@keyframes blink{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.4)}}@keyframes shine{0%{left:-120%}to{left:140%}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.chatbot-preview{font-family:system-ui,-apple-system,sans-serif}.wrapper{display:flex;flex-direction:column;justify-content:space-between;background-color:#f4f4f4;width:400px;height:600px;border-radius:20px}.logo{width:50px;height:50px}.cp-header{display:flex;align-items:center;gap:10px;padding:10px;border-radius:20px 20px 0 0}.cp-status{display:flex;gap:2px;align-items:center;font-size:12px;opacity:.8}.bot-name{color:#fff;font-weight:700}.cp-title{display:flex;color:#fff;font-weight:500;flex-direction:column}.cp-footer{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;margin-right:10px;margin-left:5px;height:auto}.bot-msg{display:flex;justify-content:start;width:90%;background-color:#fff;border-radius:10px;padding:10px;box-shadow:5px 5px 5px #7575754d}.user-msg{border-radius:10px;box-shadow:5px 5px 5px #7575754d;max-width:75%;padding:10px}.user-msg-wrapper{display:flex;justify-content:end}.cp-body{display:flex;flex-direction:column;gap:10px;padding:10px}.cp-footer input{width:100%;height:50px;border-radius:22px;border:1px solid #e5e7eb;font-size:16px;background:#f9fafb;outline:none;transition:all .2s ease}.cp-footer input:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e51f}.cp-footer button{border-radius:50%;height:50px;width:50px;margin-top:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 10px #0000001f}.cp-footer button:hover{transform:scale(1.08)}.cp-footer button:active{transform:scale(.95)}.cp-footer button:disabled{opacity:.5;transform:none;box-shadow:none}.online-dot{width:10px;height:10px;background-color:#22c55e;border-radius:50%;display:inline-block;animation:blink 1.5s infinite}@keyframes blink{0%{opacity:1;box-shadow:0 0 #22c55eb3}50%{opacity:.4;box-shadow:0 0 0 6px #22c55e00}to{opacity:1;box-shadow:0 0 #22c55e00}}.skill-page{max-width:900px}.skill-form-fields{display:flex;gap:16px;margin-bottom:20px}.skill-form-fields>*{flex:1}.skill-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.skill-section-title{margin:0;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.04em}.skill-api-empty{display:flex;justify-content:center;padding:24px}.skill-api-actions{display:flex;gap:4px;align-items:center}.skill-api-endpoint{color:#6366f1;font-family:monospace;font-size:.8125rem}.skill-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}@media(max-width:640px){.skill-form-fields{flex-direction:column}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-title{display:flex;align-items:baseline;justify-content:space-between}.modal-container{background:#fff;padding:10px;border-radius:10px;width:400px;max-width:90%;max-height:90%;overflow:auto;position:relative;animation:fadeIn .3s ease}.modal-content{margin-top:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.tabs{width:100%}.tabs-header{display:flex;gap:4px;border-bottom:1px solid #e5e7eb;margin-bottom:20px}.tab-btn{padding:10px 18px;cursor:pointer;border:none;background:none;font-size:.875rem;font-weight:500;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s ease,border-color .15s ease;font-family:inherit}.tab-btn:hover{color:#374151;background:transparent;border-color:transparent}.tab-btn.active{color:#6366f1;font-weight:600;border-bottom-color:#6366f1}.tabs-content{padding:0;background:transparent}.switch{position:relative;display:inline-block;width:50px;height:26px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;border-radius:34px;transition:.3s}.slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;top:3px;background-color:#fff;border-radius:50%;transition:.3s}input:checked+.slider{background-color:#6366f1}input:checked+.slider:before{transform:translate(24px)}.inline-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:32px 16px}.inline-spinner{width:28px;height:28px;border-radius:50%;border:3px solid rgba(0,0,0,.08);border-top:3px solid #6366f1;border-right:3px solid #7c3aed;animation:inline-spin .8s linear infinite}.inline-loading-text{font-size:12px;font-weight:500;color:#9ca3af}@keyframes inline-spin{to{transform:rotate(360deg)}}.cr-dashboard{display:flex;flex-direction:column;gap:28px;padding-bottom:40px;max-width:100%;overflow:hidden}.cr-date-filter{display:flex;align-items:flex-end;gap:12px}.cr-date-filter .input-wrapper{min-width:150px}.cr-tables-row{display:flex;gap:18px;max-width:100%}@media(max-width:768px){.cr-dashboard{gap:20px}.cr-tables-row{flex-direction:column}}.cr-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px;max-width:100%}.cr-kpi-card{position:relative;overflow:hidden;border-radius:16px;cursor:default;min-width:0;box-sizing:border-box;border:1px solid rgba(99,102,241,.06);transition:transform .22s ease,box-shadow .22s ease}.cr-kpi-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #6366f11a}.cr-kpi-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:16px 0 0 16px}.cr-kpi-card.accent-indigo:before{background:linear-gradient(180deg,#6366f1,#818cf8)}.cr-kpi-card.accent-emerald:before{background:linear-gradient(180deg,#10b981,#34d399)}.cr-kpi-card.accent-violet:before{background:linear-gradient(180deg,#7c3aed,#a78bfa)}.cr-kpi-card.accent-sky:before{background:linear-gradient(180deg,#0ea5e9,#38bdf8)}.cr-kpi-card.accent-amber:before{background:linear-gradient(180deg,#f59e0b,#fbbf24)}.cr-kpi-card.accent-rose:before{background:linear-gradient(180deg,#f43f5e,#fb7185)}.cr-kpi-card.accent-teal:before{background:linear-gradient(180deg,#14b8a6,#5eead4)}.cr-kpi-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:14px;transition:transform .2s ease}.cr-kpi-card:hover .cr-kpi-icon{transform:scale(1.1)}.cr-kpi-icon.bg-indigo{background:#6366f11a;color:#6366f1}.cr-kpi-icon.bg-emerald{background:#10b9811a;color:#10b981}.cr-kpi-icon.bg-violet{background:#7c3aed1a;color:#7c3aed}.cr-kpi-icon.bg-sky{background:#0ea5e91a;color:#0ea5e9}.cr-kpi-icon.bg-amber{background:#f59e0b1a;color:#f59e0b}.cr-kpi-icon.bg-rose{background:#f43f5e1a;color:#f43f5e}.cr-kpi-icon.bg-teal{background:#14b8a61a;color:#14b8a6}.cr-kpi-value{font-size:26px;font-weight:800;color:#1b1b24;line-height:1.15;letter-spacing:-.03em}.cr-kpi-label{font-size:11px;font-weight:600;color:#9ca3af;margin-top:6px;text-transform:uppercase;letter-spacing:.05em}.cr-chart-card{border-radius:16px;min-width:0;box-sizing:border-box;max-width:100%;border:1px solid rgba(99,102,241,.06)}.cr-chart-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.cr-chart-title{font-size:15px;font-weight:700;color:#1b1b24}.cr-chart-subtitle{font-size:12px;color:#9ca3af;font-weight:500;margin-top:3px}.cr-chart-canvas-wrap{position:relative;width:100%;max-width:100%}.cr-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:100%}.cr-kpi-section{display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.cr-kpi-grid{grid-template-columns:repeat(2,1fr)}.cr-charts-row{grid-template-columns:1fr}.cr-kpi-value{font-size:20px}}@media(max-width:480px){.cr-kpi-grid{grid-template-columns:1fr}}.container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-left:10px;background-color:#ededed;border-radius:10px;color:#7c3aed}.label-box{width:90%}.container:hover{background-color:#c8c8c8}.cr-table-section{flex:1;min-width:0;background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #0000000d;border:1px solid rgba(99,102,241,.06);display:flex;flex-direction:column}.cr-table-title{font-size:15px;font-weight:700;color:#1b1b24;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #f3f4f6}.cr-table-scroll{flex:1;min-height:400px;max-height:400px;overflow-y:auto;overflow-x:auto;border-radius:8px}.cr-filters{display:flex;gap:5px;margin-bottom:8px;justify-content:end;max-width:100%;flex-wrap:wrap}.cr-chat-view{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#f9fafb;border:1px solid rgba(99,102,241,.08);box-shadow:0 4px 24px #6366f114;max-height:600px}.cr-chat-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;flex-shrink:0}.cr-chat-header-info{display:flex;align-items:center;gap:12px;min-width:0}.cr-chat-header-avatar{width:38px;height:38px;border-radius:10px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cr-chat-header-title{font-size:14px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.cr-chat-header-meta{display:flex;align-items:center;gap:6px;font-size:11px;opacity:.85;font-weight:500;margin-top:2px;flex-wrap:wrap}.cr-chat-header-meta span:not(:last-child):after{content:"·";margin-left:6px;opacity:.6}.cr-chat-close{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,transform .15s ease}.cr-chat-close:active{transform:scale(.94)}.cr-chat-body{flex:1;overflow-y:auto;padding:20px 18px 12px;display:flex;flex-direction:column;gap:10px}.cr-chat-body::-webkit-scrollbar{width:5px}.cr-chat-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.cr-chat-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.cr-chat-bubble{padding:10px 14px;border-radius:12px;max-width:80%;font-size:12.5px;line-height:1.65;word-break:break-word;animation:crChatFadeIn .25s ease-out}@keyframes crChatFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cr-chat-bubble--bot{background:#fff;color:#1b1b24;border:1px solid #e5e7eb;align-self:flex-start;border-bottom-left-radius:4px}.cr-chat-bubble--user{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;align-self:flex-end;border-bottom-right-radius:4px;box-shadow:0 2px 8px #6366f140}.cr-chat-bubble--bot p{margin:0 0 6px;font-size:12.5px;color:#1b1b24}.cr-chat-bubble--bot p:last-child{margin-bottom:0}.cr-chat-bubble--bot ul,.cr-chat-bubble--bot ol{padding-left:1.4rem;margin:4px 0}.cr-chat-bubble--bot li{margin:2px 0}.cr-chat-bubble--bot strong{font-weight:600}.cr-chat-bubble--bot code{background:#f3f4f6;padding:1px 5px;border-radius:4px;font-size:11.5px}.cr-chat-bubble--bot pre{background:#f3f4f6;padding:10px;border-radius:6px;overflow-x:auto;font-size:11.5px}.cr-chat-bubble--bot a{color:#6366f1;text-decoration:underline}.cr-chat-bubble--bot h1,.cr-chat-bubble--bot h2,.cr-chat-bubble--bot h3{font-weight:600;margin:8px 0 4px;font-size:13px}.cr-chat-bubble--bot table{border-collapse:collapse;max-width:100%;overflow-x:auto;font-size:11.5px}.cr-chat-bubble--bot th,.cr-chat-bubble--bot td{border:1px solid #e5e7eb;padding:6px 10px;text-align:left}.cr-chat-bubble--bot th{background:#f9fafb;font-weight:600}.cr-chat-bubble--bot tr:nth-child(2n){background:#fafafa}@media(max-width:768px){.cr-chat-view{max-height:500px}.cr-chat-bubble{max-width:90%}.cr-chat-header-title{max-width:180px}}.agent-config{max-width:100%}.custom-chip{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:16px;font-size:13px;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease;width:fit-content}.custom-chip:hover{opacity:.9;transform:scale(1.02)}.custom-chip.contained{box-shadow:0 1px 2px #00000026}.custom-chip.outlined{background:transparent}.user-create-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.form-container{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0;width:100%}.form-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.section-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#1b1b24;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.section-content{display:flex;flex-direction:column;gap:1.25rem}.cb-root{width:100%;height:100vh;font-family:system-ui,-apple-system,sans-serif}.cb-container{width:100%;height:100%;display:flex;flex-direction:column;background:#f9fafb;overflow:hidden;border:1px solid #e6e6e6}.cb-header{height:60px;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.cb-header-left{display:flex;align-items:center;gap:10px}.cb-avatar{font-size:20px}.cb-title{font-weight:600}.cb-status{display:flex;gap:2px;align-items:center;font-size:12px;opacity:.8}.cb-header-right{cursor:pointer;font-size:20px}.cb-body{flex:1;padding:16px 16px 15px;overflow-y:auto;background:#f9fafb}.cb-msg{padding:10px 14px;border-radius:10px;margin-bottom:10px;max-width:75%;font-size:12px}.message-bubble{background:#fff;border:1px solid #e5e7eb;border-radius:10px;max-width:90%;padding:10px 14px;font-size:12px;line-height:1.6;margin-bottom:10px;margin-top:10px;color:#0b0606}.message-bubble p{margin:0 0 6px;color:#0b0606;font-size:12px}.message-bubble{width:100%}.message-bubble table{border-collapse:collapse;max-width:100%;overflow-x:auto}.message-bubble th,.message-bubble td{border:1px solid #ddd;padding:8px 12px;text-align:left}.message-bubble th{background-color:#f5f5f5;font-weight:600}.message-bubble tr:nth-child(2n){background-color:#fafafa}.message-bubble td{word-break:break-word}.message-bubble p:last-child{margin-bottom:0}.message-bubble ul,.message-bubble ol{padding-left:1.4rem;margin:4px 0}.message-bubble li{margin:2px 0}.message-bubble strong{font-weight:600}.message-bubble code{background:#0e0e0e;padding:2px 5px;border-radius:4px;font-size:13px}.message-bubble pre{background:#f3f4f6;padding:10px;border-radius:6px;overflow-x:auto}.message-bubble a{color:#2563eb;text-decoration:underline}.message-bubble h1,.message-bubble h2,.message-bubble h3{font-weight:600;margin:8px 0 4px}.cb-msg-user{font-size:12px;font-family:"system-ui",-apple-system,sans-serif;color:#fff;margin-left:auto}.cb-footer{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;margin-right:10px;margin-left:5px;height:auto;position:sticky;bottom:0;z-index:10}.cb-footer input{width:100%;height:50px;border-radius:22px;border:1px solid #e5e7eb;font-size:16px;background:#f9fafb;outline:none;transition:all .2s ease}.cb-footer input:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e51f}.cb-footer button{border-radius:50%;height:50px;width:50px;margin-top:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 10px #0000001f}.cb-footer button:hover{transform:scale(1.08)}.cb-footer button:active{transform:scale(.95)}.cb-footer button:disabled{opacity:.5;transform:none;box-shadow:none}.powered-by{display:flex;margin:0;font-size:10px;font-weight:1000;cursor:pointer;color:#9ca3af;align-items:center;gap:6px}.powered-by svg,.powered-by img{width:12px;height:12px;display:inline-block}.powered-by span{color:#000;font-weight:1000;font-size:10px}.cb-footer p span{margin:0;font-size:14px;font-weight:1000;color:#000}.cb-body::-webkit-scrollbar{width:6px}.cb-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.typing-indicator{display:flex;align-items:center;gap:5px;height:24px}.typing-indicator span{width:6px;height:6px;background-color:#222;border-radius:50%;display:inline-block;animation:typing 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.link-preview{border:1px solid #e5e7eb;border-radius:10px;margin-top:8px;overflow:hidden;display:flex;flex-direction:column;align-items:center;width:100%;background:#ededed}.link-preview img{width:100%;height:auto;object-fit:cover}.link-preview div{padding:10px}.link-preview h4{font-size:14px;margin:0;font-weight:600}.link-preview p{font-size:12px;color:#555;margin-top:4px}
