body{height:100%;margin:0;padding:0;overflow:hidden}:root{line-height:1.5;font-weight:400;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:0;margin:0;background:linear-gradient(135deg,#f3f4f6,#e0e7ff);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}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}*{scrollbar-width:thin;scrollbar-color:#888 transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#888;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background-color:#555}.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}.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{margin-top:8px;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 h3{margin:0;font-size:20px;font-weight:800;color:#6366f1}.page-header p{margin-top:8px;font-size:15px;color:#4b5563}.page-header-wrapper{display:flex;padding-bottom:10px;align-items:center;justify-content:space-between}.page-one-header-wrapper{display:flex;padding-bottom:10px;align-items:center;justify-content:center}.input-wrapper{position:relative;display:inline-block;width:100%}.text-input{width:100%;margin-top:6px;padding:12px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:14px;outline:none;box-sizing:border-box}.text-input:focus{border:1px solid #6366f1}.toggle-password{position:absolute;right:5px;top:60%;transform:translateY(-50%);cursor:pointer;color:#888;display:flex;align-items:end;justify-content:end}.text-input-label{display:flex;flex-direction:column;font-size:13px;text-align:left;width:100%;color:#374151}.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:20px;padding:40px 32px;box-shadow:0 20px 20px #00000026;border:none;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 25px 40px #0003}.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:260px;height:100vh;display:flex;flex-direction:column;background:#fff;z-index:2;border-right:1px solid #eee}.sidebar-menu-wrapper{flex:1;overflow-y:auto}.sidebar-header{padding:10px;font-size:20px;font-weight:600;color:#7c3aed;background:transparent;border-bottom:1px solid #eee}.sidebar-menu{padding:0}.sidebar-item{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;border-bottom:1px solid #eee;cursor:pointer;color:#374151;font-size:14px;font-weight:500;transition:all .2s ease}.sidebar-item:hover,.sidebar-item.active{background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff}.level-1{padding-left:28px}.level-2{padding-left:42px}.sidebar-icon{margin-right:8px}.sidebar-arrow{font-size:10px;transition:transform .2s ease}.sidebar-arrow.open{transform:rotate(90deg)}.sidebar-children{margin-left:4px}.sidebar-footer{padding:16px;border-top:1px solid #eee;display:flex;justify-content:center;align-items:center;background:#fff;flex-shrink:0}.sidebar-footer-item{display:flex;align-items:center;gap:3px;cursor:pointer;justify-content:start}.layout{display:flex;width:100%;height:100vh;background-color:transparent;overflow:auto}.layout-content{flex:1;padding:10px;margin-top:60px;overflow-y:auto}.header{position:fixed;top:0;left:0;width:100%;height:68px;background:#fff;display:flex;align-items:center;padding-left:260px;z-index:1}.dashboard{height:90%;display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,system-ui,sans-serif}.welcome-box{border:1px solid rgba(99,102,241,.3);border-radius:1.5rem;padding:3rem 4rem;text-align:center;max-width:600px;box-shadow:0 20px 40px #0000004d}h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}p{font-size:1.25rem;color:gray;line-height:1.6;font-style:italic}@media(max-width:640px){.welcome-box{padding:2rem}.welcome-box h1{font-size:2rem}}.table-container{width:100%;overflow-x:auto;border-radius:20px}.custom-table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.custom-table th{background-color:#f4f6f8;padding:12px;text-align:left;border-bottom:2px solid #ddd}.custom-table td{padding:10px;border-bottom:1px solid #eee}.custom-table tr:hover{background-color:#e6e6e6}.custom-table tr{background-color:#f9fafb}.no-data{text-align:center;padding:20px;color:#999}.pagination{margin-top:15px;display:flex;gap:5px;justify-content:center}.pagination button{padding:6px 12px;border:1px solid #ddd;background:#fff;cursor:pointer}.pagination button:hover{background:#f4f4f4}.pagination button.active{background:#2563eb;color:#fff;border-color:#2563eb}.pagination button:disabled{opacity:.5;cursor:not-allowed}.client-bot-create-container{display:flex;width:100%;justify-content:space-between;align-items:start}.form-container{width:50%}.input-wrapper{position:relative;display:flex;flex-direction:column;width:100%}.text-input{width:100%;padding:10px 12px;font-size:16px;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:#4f46e5;box-shadow:0 0 0 2px #4f46e533}.text-input[rows]{min-height:80px}.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:#fff;border-radius:12px;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;overflow-y:auto;background:#f9fafb}.cb-msg{padding:10px 14px;border-radius:10px;margin-bottom:10px;max-width:75%;font-size:14px}.cb-msg-bot{background:#fff;border:1px solid #e5e7eb;display:flex;gap:3px}.cb-msg-user{color:#fff;margin-left:auto}.cb-footer{height:60px;display:flex;align-items:center;padding:10px;gap:8px;border-top:1px solid #e5e7eb;background:#fff}.cb-input{flex:1;height:40px;border-radius:8px;border:1px solid #d1d5db;padding:0 10px;outline:none}.cb-input:focus{border-color:#4f46e5}.cb-send{width:40px;height:40px;border-radius:8px;border:none;color:#fff;cursor:pointer;font-size:16px}.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)}}.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}}
