.btn{padding:10px 20px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;font-family:inherit;letter-spacing:.01em}.btn-sm{padding:6px 13px;font-size:.8rem;border-radius:8px}.btn-md{padding:10px 20px;font-size:.95rem}.btn-lg{padding:14px 28px;font-size:1.05rem}.btn-primary{background-color:#f29f67;color:#fff;box-shadow:0 2px 8px #f29f6740}.btn-primary:hover:not(:disabled){background-color:#e08d55;box-shadow:0 4px 14px #f29f6759;transform:translateY(-1px)}.btn-secondary{background-color:#3b8ff3;color:#fff;box-shadow:0 2px 8px #3b8ff340}.btn-secondary:hover:not(:disabled){background-color:#2f75d9;box-shadow:0 4px 14px #3b8ff359;transform:translateY(-1px)}.btn-danger{background-color:#e0b50f;color:#fff;box-shadow:0 2px 8px #e0b50f40}.btn-danger:hover:not(:disabled){background-color:#c99500;transform:translateY(-1px)}.btn-success{background-color:#34b1aa;color:#fff;box-shadow:0 2px 8px #34b1aa40}.btn-success:hover:not(:disabled){background-color:#2a9d97;transform:translateY(-1px)}.btn-outline-danger{background-color:transparent!important;color:#e53935!important;border:1.5px solid #e53935!important;box-shadow:none!important}.btn-outline-danger:hover:not(:disabled){background-color:#e539350f!important;box-shadow:none!important;transform:none!important}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn:active:not(:disabled){transform:translateY(0)!important}.btn-full-width{width:100%}.spinner-border{display:inline-block;width:1em;height:1em;vertical-align:-.125em;border:.2em solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner .75s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1e1e2c,#f29f67);padding:20px}.auth-card{background:#fff;border-radius:20px;padding:44px 40px;width:100%;max-width:420px;box-shadow:0 24px 64px #0000002e}.auth-card h2{color:#1e1e2c;text-align:center;margin-bottom:28px;font-size:1.5rem;font-weight:700}.auth-form{display:flex;flex-direction:column;gap:18px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#1e1e2c;font-weight:600;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{padding:11px 14px;border:2px solid #e0e0e0;border-radius:10px;font-size:.97rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box;margin-bottom:2px;outline:none}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#f29f67;box-shadow:0 0 0 3px #f29f671f}.auth-footer{margin-top:28px;text-align:center;color:#666;font-size:.9rem}.auth-footer p{margin:8px 0}.auth-footer a{color:#f29f67;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.dashboard-container{display:flex;height:100vh;background-color:#f3f4f6}.sidebar{width:240px;background-color:#1e1e2c;color:#fff;padding:24px 16px;overflow-y:auto;flex-shrink:0;display:flex;flex-direction:column}.sidebar-header{font-size:1.3rem;font-weight:700;color:#f29f67;margin-bottom:32px}.sidebar-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.sidebar-menu li{margin:0}.sidebar-menu a{display:flex;align-items:center;gap:10px;padding:11px 16px;color:#ffffffd9;text-decoration:none;border-radius:10px;font-size:.875rem;font-weight:500;transition:all .2s}.sidebar-menu a:hover,.sidebar-menu a.active{background-color:#f29f67;color:#fff}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.header{background-color:#fff;padding:16px 24px;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 4px #0000000d}.header h2{font-size:1.25rem;font-weight:700;margin:0;color:#1e1e2c}.content{flex:1;overflow-y:auto;padding:24px}.card{background:#fff;border-radius:16px;padding:20px 22px;box-shadow:0 2px 10px #00000012;margin-bottom:16px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.card-header h3{margin:0;font-weight:700;font-size:1rem;color:#1e1e2c}.card-mt{margin-top:24px}.card-no-margin{background:#fff;border-radius:16px;padding:20px 22px;box-shadow:0 2px 10px #00000012}.card-desc{color:#666;font-size:.875rem;margin-bottom:16px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:20px}.stat-card{background:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 2px 10px #00000012;text-align:center}.stat-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#888}.stat-value{font-size:2rem;font-weight:700;color:#f29f67;margin-top:6px}.stat-value-accent{color:#3b8ff3}.stat-value-sm{font-size:1.2rem}.table{width:100%;border-collapse:collapse}.table thead tr{background-color:#f8f9fb;border-bottom:2px solid #ebebeb}.table th{padding:12px;text-align:left;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#555}.table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .15s}.table tbody tr:hover{background-color:#fafafa}.table td{padding:13px 12px;font-size:.875rem;color:#333}.td-url{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-sub-text{font-size:.75rem;color:#999;margin-top:2px}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:.72rem;font-weight:600}.badge-primary{background-color:#f29f6726;color:#e08d55}.badge-success{background-color:#34b1aa26;color:#2a9d97}.badge-danger{background-color:#f4433626;color:#e53935}.badge-info{background-color:#3b8ff326;color:#3b8ff3}.alert{padding:12px 16px;border-radius:12px;font-size:.875rem;margin-bottom:20px;display:flex;align-items:center;gap:8px}.alert-error{background-color:#fff5f5;border:1px solid #fcd5d5;color:#c62828}.alert-success{background-color:#f0fdf4;border:1px solid #b7edca;color:#2e7d32}.alert-info{background-color:#f0f6ff;border:1px solid #c3d9f8;color:#1565c0}.page-title{margin:0;font-size:1.25rem;font-weight:700;color:#1e1e2c}.page-subtitle{font-size:.875rem;margin:2px 0 0;color:#888}.header-actions{display:flex;gap:10px;align-items:center}.btn-group{display:flex;gap:6px}.form-actions{display:flex;gap:10px;margin-top:12px}.btn-mt{margin-top:12px}.badge-group{display:flex;gap:8px}.btn-back{background:none;border:none;color:#f29f67;cursor:pointer;font-size:.875rem;margin-bottom:4px;padding:0;display:flex;align-items:center;gap:4px}.btn-back:hover{text-decoration:underline}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.detail-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:4px}.detail-value{font-weight:500;font-size:.9rem;color:#1e1e2c}.detail-value-muted{font-weight:500;font-size:.875rem;color:#888}.detail-value-api{font-weight:500;font-size:.8rem;color:#888;word-break:break-all}.quick-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-action{padding:12px 24px;background:#f29f67;color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:.95rem;font-family:inherit;transition:background .2s}.btn-action:hover{background:#e08d55}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:20px;padding:30px;width:100%;max-width:400px;box-shadow:0 20px 60px #0003}.modal-lg{max-width:480px;max-height:90vh;overflow-y:auto}.modal-create{max-width:560px}.modal-title{margin:0 0 8px;color:#1e1e2c;font-weight:700;font-size:1.1rem}.modal-sub{margin:0 0 20px;color:#666;font-size:.875rem}.create-step-dots{display:flex;gap:6px;margin-bottom:20px}.step-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0;transition:background .2s}.step-dot.active{background:#3b8ff3}.tab-bar{display:flex;gap:2px;margin-bottom:16px;border-bottom:2px solid #e0e0e0}.tab-btn{padding:8px 16px;border:none;cursor:pointer;border-radius:8px 8px 0 0;background:transparent;color:#444;font-weight:400;font-size:.875rem;font-family:inherit;transition:all .15s}.tab-btn.active{background:#f29f67;color:#fff;font-weight:600}.tab-btn-embed{border:1.5px solid #F29F67!important;color:#f29f67}.tab-btn-embed.active{background:#f29f67;color:#fff;border-color:#f29f67!important}.scrape-progress-card{margin-bottom:16px;padding:16px 20px;border-left:4px solid #F29F67}.scrape-progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-weight:600;font-size:.95rem}.scrape-progress-phase{display:flex;align-items:center;gap:8px;color:#f29f67}.scrape-progress-count{font-size:.85rem;color:#888;font-weight:500}.progress-bar-wrap{width:100%;height:6px;background:#2a2a2a;border-radius:4px;overflow:hidden;margin-bottom:10px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#f29f67,#e8834a);border-radius:4px;transition:width .4s ease}@keyframes progress-shimmer{0%{background-position:-200% center}to{background-position:200% center}}.progress-bar-shimmer{background:linear-gradient(90deg,#e8834a 25%,#f29f67,#e8834a 75%);background-size:200% auto;animation:progress-shimmer 1.5s linear infinite;transition:none}.scrape-progress-url{font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scrape-current-url{color:#aaa;font-family:monospace}.scrape-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:0}.form-group label{color:#1e1e2c;font-weight:500;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{padding:10px 13px;border:2px solid #e0e0e0;border-radius:10px;font-size:.93rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box;margin-bottom:6px;outline:none}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#f29f67;box-shadow:0 0 0 3px #f29f671a}.sitemap-preview{margin-top:16px}.sitemap-count-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.sitemap-count{margin:0 0 8px;font-size:.9rem}.url-select-all{display:flex;align-items:center;gap:5px;font-size:.82rem;font-weight:500;cursor:pointer;color:#f29f67;white-space:nowrap}.url-select-all input[type=checkbox]{accent-color:#F29F67;cursor:pointer}.text-muted{color:#999}.text-accent{color:#f29f67;font-weight:500}.url-list{max-height:160px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px;padding:8px;margin-bottom:12px}.url-list-item{font-size:.78rem;color:#555;padding:3px 0;border-bottom:1px solid #f5f5f5;word-break:break-all}.url-list-item-check{display:flex;align-items:flex-start;gap:6px;cursor:pointer;padding:5px 4px;border-radius:4px}.url-list-item-check:hover{background:#f5f5f5}.url-list-item-check input[type=checkbox]{margin-top:2px;flex-shrink:0;accent-color:#F29F67;cursor:pointer}.url-list-item-disabled{opacity:.45;cursor:not-allowed}.url-list-item-disabled input[type=checkbox]{cursor:not-allowed}.url-list-text{word-break:break-all;line-height:1.4}.url-list-upgrade{font-size:.8rem;color:#f29f67;padding:6px 0;font-style:italic}.chunks-count{margin-bottom:12px}.chunks-list{max-height:400px;overflow-y:auto}.chunk-item{padding:10px;border-bottom:1px solid #e0e0e0}.chunk-meta{font-size:.8rem;color:#888;margin-bottom:4px;display:flex;align-items:center;gap:10px}.chunk-delete-btn{margin-left:auto}.chunk-text{margin:0;font-size:.9rem}.setup-guide{background:#fff;border:1.5px solid #e0e0e0;border-radius:16px;padding:24px;margin-bottom:24px}.setup-guide-title{font-size:.95rem;font-weight:700;color:#1e1e2c;margin-bottom:20px;display:flex;align-items:center;gap:8px}.setup-guide-title i{color:#f29f67}.setup-step{display:flex;gap:16px;margin-bottom:20px;align-items:flex-start}.setup-step:last-child{margin-bottom:0}.setup-step-num{min-width:32px;height:32px;border-radius:50%;background:#f29f67;color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.setup-step-body{flex:1}.setup-step-label{font-weight:600;color:#1e1e2c;font-size:.95rem;margin-bottom:4px}.setup-step-label code{background:#f0f0f0;padding:1px 6px;border-radius:4px;font-size:.85rem;color:#1e1e2c}.setup-step-desc{color:#666;font-size:.875rem;margin:0 0 10px;line-height:1.5}.setup-step-desc code{background:#f0f0f0;padding:1px 5px;border-radius:4px;font-size:.82rem;color:#1e1e2c}.setup-step-example{margin-top:10px!important;font-style:italic}.setup-step-dim{opacity:.75}.setup-bubble-preview{font-size:1rem}.embed-code-box{background:#1e1e2c;border-radius:10px;padding:16px 20px;margin-bottom:20px}.embed-code-label{display:flex;align-items:center;gap:8px;color:#f29f67;font-weight:600;font-size:.9rem;margin-bottom:10px}.btn-copy{margin-left:auto;background:#f29f67;color:#fff;border:none;border-radius:6px;padding:4px 12px;font-size:.8rem;cursor:pointer;display:flex;align-items:center;gap:5px}.btn-copy:hover{background:#e08d55}.embed-code-snippet{background:#13131f;color:#a8d8a8;border-radius:6px;padding:12px 16px;font-size:.82rem;overflow-x:auto;white-space:pre-wrap;word-break:break-all;margin:0;font-family:Courier New,Courier,monospace}.design-picker{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:22px}.design-picker-sm .design-card-preview{height:88px}.design-picker-sm .design-card{padding:10px}.design-card{border:2px solid #e0e0e0;border-radius:12px;padding:14px;cursor:pointer;transition:border-color .2s,background .2s;position:relative;-webkit-user-select:none;user-select:none}.design-card:hover{border-color:#3b8ff3}.design-card.selected{border-color:#3b8ff3;background:#f0f6ff}.design-card-check{position:absolute;top:10px;right:10px;color:#3b8ff3;font-size:1.1rem}.design-card-label{font-weight:600;font-size:.9rem;color:#1e1e2c;margin-bottom:3px}.design-card-desc{font-size:.78rem;color:#777}.design-card-preview{background:#f4f6f9;border-radius:8px;height:110px;margin-bottom:10px;position:relative;overflow:hidden}.design-card-preview-classic{display:flex;align-items:flex-end;justify-content:flex-end;padding:8px}.dc-classic-window{width:72px;height:82px;background:#fff;border-radius:6px;box-shadow:0 2px 8px #00000024;display:flex;flex-direction:column;overflow:hidden;margin-bottom:24px}.dc-classic-header{height:14px;background:#3b8ff3;flex-shrink:0}.dc-classic-body{flex:1;padding:5px;display:flex;flex-direction:column;gap:4px;background:#f9f9f9}.dc-bubble{height:8px;border-radius:4px}.dc-bubble-bot{background:#e0e0e0;width:70%;align-self:flex-start}.dc-bubble-user{background:#3b8ff3;width:55%;align-self:flex-end}.dc-bubble-short{width:45%}.dc-classic-footer{height:12px;background:#f0f0f0;border-top:1px solid #e0e0e0;flex-shrink:0}.dc-classic-fab{position:absolute;bottom:8px;right:8px;width:26px;height:26px;background:#3b8ff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;box-shadow:0 2px 6px #3b8ff366}.design-card-preview-floating{display:flex;flex-direction:column;justify-content:space-between;padding:10px 10px 8px}.dc-page-lines{display:flex;flex-direction:column;gap:5px}.dc-line{height:6px;background:#d8dce4;border-radius:3px;width:100%}.dc-line-short{width:60%}.dc-line-med{width:80%}.dc-floating-bar{background:#fff;border-radius:50px;height:28px;display:flex;align-items:center;gap:5px;padding:0 5px;box-shadow:0 2px 10px #0000001f;border:1px solid #e8eaf0}.dc-floating-icon{width:18px;height:18px;background:#3b8ff3;border-radius:50%;flex-shrink:0}.dc-floating-text{flex:1;height:5px;background:#d8dce4;border-radius:3px}.dc-floating-kbd{font-size:8px;color:#999;background:#f0f0f0;border-radius:3px;padding:1px 4px;font-family:monospace;flex-shrink:0}.dc-floating-btn{width:18px;height:18px;background:#3b8ff3;border-radius:50%;flex-shrink:0}.selected-style-badge{display:flex;align-items:center;gap:7px;background:#f0f6ff;border:1px solid #cce0ff;color:#3b8ff3;border-radius:8px;padding:8px 12px;font-size:.85rem;font-weight:600;margin-bottom:18px}.change-style-link{margin-left:auto;background:none;border:none;color:#3b8ff3;font-size:.8rem;cursor:pointer;text-decoration:underline;padding:0}.branding-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.color-picker-row{display:flex;align-items:center;gap:10px}.color-swatch-input{width:44px!important;height:38px;padding:2px;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;background:none;flex-shrink:0}.color-text-input{flex:1}.floating-bar-preview-wrap{border:1px solid #e0e0e0;border-radius:14px;overflow:hidden;max-width:380px;margin:0 auto;box-shadow:0 4px 20px #0000001a;background:#f4f6f9;padding:20px 16px 16px;display:flex;flex-direction:column;gap:14px;min-height:160px;justify-content:space-between}.floating-bar-preview-page{display:flex;flex-direction:column;gap:7px}.fbp-line{height:8px;background:#d8dce4;border-radius:4px;width:100%}.fbp-line-short{width:55%}.fbp-line-med{width:75%}.floating-bar-preview{background:#fff;border-radius:50px;height:44px;display:flex;align-items:center;gap:8px;padding:0 6px;box-shadow:0 2px 16px #00000021;border:1px solid #e8eaf0}.fbp-icon-btn{width:32px;height:32px;border-radius:50%;border:none;cursor:default;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fbp-placeholder{flex:1;font-size:.82rem;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fbp-kbd{font-size:.72rem;color:#aaa;background:#f0f0f0;border-radius:4px;padding:2px 6px;font-family:monospace;flex-shrink:0;border:1px solid #ddd}.fbp-send-btn{width:32px;height:32px;border-radius:50%;border:none;cursor:default;display:flex;align-items:center;justify-content:center;flex-shrink:0}.widget-preview{border:1px solid #e0e0e0;border-radius:14px;overflow:hidden;max-width:340px;margin:0 auto;box-shadow:0 4px 20px #0000001f;font-size:.875rem}.widget-header{display:flex;align-items:center;gap:10px;padding:12px 14px;color:#fff}.widget-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.widget-title-block{flex:1;display:flex;flex-direction:column;gap:1px}.widget-name{font-weight:600;font-size:.9rem}.widget-status{font-size:.72rem;opacity:.85}.widget-status i{font-size:.55rem;margin-right:3px;color:#0f0}.widget-close{opacity:.8;cursor:pointer}.widget-body{background:#f9f9f9;padding:14px;min-height:180px;display:flex;flex-direction:column;gap:10px}.widget-welcome,.widget-bot-reply{display:flex;justify-content:flex-start}.widget-user-bubble-wrap{display:flex;justify-content:flex-end}.widget-bot-bubble{background:#fff;border:1.5px solid #e0e0e0;border-left-width:3px;border-radius:0 10px 10px;padding:8px 12px;max-width:80%;color:#1e1e2c;line-height:1.4}.widget-user-bubble{color:#fff;border-radius:10px 10px 0;padding:8px 12px;max-width:80%;line-height:1.4}.widget-footer{display:flex;gap:6px;padding:10px 12px;background:#fff;border-top:1px solid #e0e0e0}.widget-input{flex:1;padding:8px 12px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.8rem;font-family:inherit;background:#fafafa;color:#999;outline:none}.widget-send-btn{width:34px;height:34px;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.try-layout{display:flex;flex-direction:column;align-items:center;gap:12px}.try-widget{width:100%;max-width:560px;border-radius:16px;overflow:hidden;box-shadow:0 6px 28px #00000021;display:flex;flex-direction:column;background:#fff}.try-chat-body{flex:1;min-height:340px;max-height:420px;overflow-y:auto;padding:16px;background:#f5f6f8;display:flex;flex-direction:column;gap:10px}.try-welcome-wrap,.try-bot-wrap{display:flex;justify-content:flex-start}.try-user-wrap{display:flex;justify-content:flex-end;margin-bottom:10px}.try-bot-bubble{background:#fff;border:1.5px solid #e0e0e0;border-left:3px solid #F29F67;border-radius:0 12px 12px;padding:10px 14px;max-width:78%;color:#1e1e2c;line-height:1.5;font-size:.9rem;box-shadow:0 1px 4px #0000000d}.try-user-bubble{color:#fff;border-radius:12px 12px 0;padding:10px 14px;max-width:78%;line-height:1.5;font-size:.9rem;box-shadow:0 1px 4px #0000001a}.try-footer{display:flex;gap:8px;padding:12px 14px;background:#fff;border-top:1px solid #e8e8e8}.try-input{flex:1;padding:10px 14px;border:2px solid #e0e0e0;border-radius:10px;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s;background:#fafafa}.try-input:focus{background:#fff}.try-input:disabled{opacity:.5;cursor:not-allowed}.try-send-btn{width:40px;height:40px;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;transition:opacity .2s}.try-send-btn:disabled{opacity:.4;cursor:not-allowed}.try-typing{display:flex;align-items:center;gap:4px;padding:12px 16px!important}.try-typing span{width:7px;height:7px;background:#aaa;border-radius:50%;display:inline-block;animation:typingDot 1.2s infinite ease-in-out}.try-typing span:nth-child(2){animation-delay:.2s}.try-typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}.lead-capture-card{background:#fff;border:1.5px solid #e0e0e0;border-left:3px solid #F29F67;border-radius:0 12px 12px;padding:14px 16px;max-width:90%;width:100%;box-shadow:0 2px 8px #00000014}.lead-capture-title{font-size:.9rem;font-weight:600;color:#1e1e2c;margin-bottom:4px;display:flex;align-items:center;gap:4px}.lead-capture-desc{font-size:.8rem;color:#888;margin:0 0 10px}.lead-capture-form{display:flex;flex-direction:column;gap:8px}.lead-capture-input{padding:8px 12px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.85rem;font-family:inherit;outline:none;transition:border-color .2s;background:#fafafa}.lead-capture-input:focus{background:#fff}.lead-capture-error{font-size:.78rem;color:#e53e3e}.lead-capture-actions{display:flex;gap:8px;align-items:center;margin-top:2px}.lead-capture-submit{padding:7px 18px;border:none;border-radius:8px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s}.lead-capture-submit:disabled{opacity:.5;cursor:not-allowed}.lead-capture-skip{background:none;border:none;font-size:.8rem;color:#aaa;cursor:pointer;padding:0;text-decoration:underline}.lead-capture-skip:hover{color:#666}.bubble-bot .md-h1{font-size:1.1rem;font-weight:700;margin:6px 0 2px}.bubble-bot .md-h2{font-size:1rem;font-weight:700;margin:6px 0 2px}.bubble-bot .md-h3{font-size:.95rem;font-weight:700;margin:4px 0 2px}.bubble-bot .md-li{padding-left:4px;margin:2px 0}.bubble-bot .md-br{height:6px}.bubble-bot .md-code{background:#00000014;border-radius:3px;padding:1px 5px;font-family:monospace;font-size:.85em}.bulk-actions{display:flex;align-items:center;gap:12px;padding:10px 0 14px;flex-wrap:wrap}.select-all-label{display:flex;align-items:center;gap:6px;font-size:.88rem;color:#555;cursor:pointer;-webkit-user-select:none;user-select:none}.select-all-label input[type=checkbox]{cursor:pointer}.row-selected{background:#fff8f2!important}.chunk-selected{background:#fff8f2;border-color:#f5c49a!important}.td-actions{white-space:nowrap}.btn-mr{margin-right:6px}.sources-bar{display:flex;align-items:center;margin-top:8px;padding-left:2px}.source-avatar{width:28px;height:28px;border-radius:50%;border:2px solid #fff;margin-left:-8px;overflow:hidden;background:#eef2ff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000021;position:relative;text-decoration:none;transition:transform .15s,box-shadow .15s;cursor:pointer;flex-shrink:0}.source-avatar:first-child{margin-left:0}.source-avatar:hover{transform:translateY(-3px) scale(1.12);box-shadow:0 4px 10px #0003;z-index:10!important}.source-avatar img{width:16px;height:16px;display:block}.source-avatar .src-fallback{display:flex;align-items:center;justify-content:center}.sources-feedback-bar{display:flex;align-items:center;gap:4px;margin-top:8px;padding-left:2px;flex-wrap:wrap}.sources-feedback-divider{width:1px;height:16px;background:#e0e0e0;margin:0 4px;flex-shrink:0}.feedback-btn{background:none;border:1px solid #e8e8e8;border-radius:6px;padding:2px 7px;font-size:.82rem;cursor:pointer;opacity:.55;transition:opacity .15s,background .15s,border-color .15s;line-height:1.4}.feedback-btn:hover{opacity:1;background:#f5f5f5}.feedback-positive{opacity:1!important;background:#edfaf2!important;border-color:#6dca96!important}.feedback-negative{opacity:1!important;background:#fef2f2!important;border-color:#f59e9e!important}/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.me-2{margin-inline-end:calc(var(--spacing) * 2)}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.flex-shrink{flex-shrink:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.italic{font-style:italic}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e1e2c;background-color:#f3f4f6;width:100%;min-height:100vh;margin:0;padding:0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}#root{width:100%;margin:0;padding:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
