@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";.auth-layout{min-height:100vh;display:flex;background:#f8fafc}.auth-layout__left{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background:#fff}.auth-layout__brand{text-align:center;margin-bottom:40px}.auth-layout__logo{font-size:32px;font-weight:800;color:#2563eb;letter-spacing:-.03em}.auth-layout__logo-dot{color:#10b981}.auth-layout__tagline{margin-top:8px;font-size:15px;color:#64748b;font-weight:500}.auth-layout__card{width:100%;max-width:440px;background:#fff;border-radius:20px;box-shadow:0 10px 25px -5px #0000000d;padding:48px;border:1px solid #f1f5f9}.auth-layout__right{flex:1.2;display:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);align-items:center;justify-content:center;padding:60px;position:relative;overflow:hidden}.auth-layout__right:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.1) 0%,transparent 60%)}.auth-layout__hero{text-align:left;color:#fff;position:relative;z-index:1;max-width:480px}.auth-layout__hero-title{font-size:40px;font-weight:800;margin-bottom:24px;line-height:1.2;letter-spacing:-.02em}.auth-layout__hero-text{font-size:18px;line-height:1.6;opacity:.9;margin-bottom:48px;color:#e0f2fe}.auth-layout__features{display:flex;flex-direction:column;gap:24px}.auth-layout__feature{display:flex;align-items:center;gap:16px;font-size:16px;font-weight:500;color:#fff}.auth-layout__feature-icon{width:40px;height:40px;border-radius:12px;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);font-size:18px}@media(min-width:1280px){.auth-layout__right{display:flex}}.dashboard-layout{display:flex;flex-direction:column;min-height:100vh;background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-header{height:80px;width:100%;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.8);display:flex;align-items:center;justify-content:space-between;padding:0 40px;position:sticky;top:0;z-index:200}.dashboard-body{display:flex;flex:1}.dashboard-sidebar{width:280px;background:#fff;border-right:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;position:sticky;top:80px;height:calc(100vh - 80px);z-index:110;box-shadow:4px 0 24px #00000005;transition:width .3s cubic-bezier(.4,0,.2,1);overflow-x:hidden}.dashboard-layout--collapsed .dashboard-sidebar{width:80px}.dashboard-header__logo{font-size:24px;font-weight:800;color:#2563eb;letter-spacing:-.03em;display:flex;align-items:center}.dashboard-sidebar__logo-dot{color:#10b981}.dashboard-sidebar__nav{flex:1;display:flex;flex-direction:column;padding:32px 16px;gap:10px}.dashboard-layout--collapsed .dashboard-sidebar__nav{padding:32px 12px}.dashboard-sidebar__nav-item{display:flex;align-items:center;gap:14px;padding:14px 20px;border-radius:12px;font-size:15px;font-weight:500;color:#64748b;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap}.dashboard-layout--collapsed .dashboard-sidebar__nav-item{padding:14px;justify-content:center;gap:0}.dashboard-sidebar__nav-icon{font-size:20px;flex-shrink:0}.dashboard-sidebar__nav-item:hover{color:#2563eb;background:#2563eb0f;transform:translate(4px)}.dashboard-layout--collapsed .dashboard-sidebar__nav-item:hover{transform:scale(1.05)}.dashboard-sidebar__nav-item--active{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);font-weight:600;box-shadow:0 8px 20px #2563eb40}.dashboard-sidebar__nav-item--active:hover{color:#fff;background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translate(0)}.dashboard-layout--collapsed .dashboard-sidebar__nav-item--active:hover{transform:scale(1)}.dashboard-sidebar__footer{padding:24px 16px;border-top:1px solid rgba(226,232,240,.5)}.dashboard-sidebar__toggle{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:#f8fafc;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;border-radius:10px;transition:all .2s;white-space:nowrap}.dashboard-sidebar__toggle:hover{background:#f1f5f9;color:#2563eb}.dashboard-layout--collapsed .dashboard-sidebar__toggle{padding:12px;justify-content:center;gap:0}.dashboard-main{flex:1;display:flex;flex-direction:column;min-width:0}.dashboard-header__right{display:flex;align-items:center;gap:20px}.dashboard-header__user{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:12px;cursor:pointer;background:#f1f5f9;transition:all .2s ease;border:1px solid transparent}.dashboard-header__user:hover{background:#e2e8f0;border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.dashboard-header__avatar{width:38px;height:38px;border-radius:12px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;box-shadow:0 4px 12px #2563eb4d}.dashboard-header__username{font-size:15px;font-weight:600;color:#1e293b}.dashboard-content{padding:48px 40px;width:100%;max-width:1200px;margin:0 auto}.login-page__title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:4px}.login-page__subtitle{font-size:14px;color:#94a3b8;margin-bottom:32px}.login-page__form{display:flex;flex-direction:column;gap:20px}.login-page__field{display:flex;flex-direction:column;gap:6px}.login-page__label{font-size:13px;font-weight:500;color:#475569}.login-page__error{background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:13px;border:1px solid #fecaca}.login-page__forgot{text-align:right;margin-top:-8px}.login-page__forgot a{font-size:13px;color:#0369a1;text-decoration:none}.login-page__forgot a:hover{text-decoration:underline}.login-page__footer{text-align:center;margin-top:24px;font-size:14px;color:#94a3b8}.login-page__footer a{color:#0369a1;font-weight:500;text-decoration:none}.login-page__footer a:hover{text-decoration:underline}.register-page__title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:4px}.register-page__subtitle{font-size:14px;color:#94a3b8;margin-bottom:32px}.register-page__form{display:flex;flex-direction:column;gap:20px}.register-page__field{display:flex;flex-direction:column;gap:6px}.register-page__label{font-size:13px;font-weight:500;color:#475569}.register-page__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.register-page__error{background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:13px;border:1px solid #fecaca}.register-page__footer{text-align:center;margin-top:24px;font-size:14px;color:#94a3b8}.register-page__footer a{color:#0369a1;font-weight:500;text-decoration:none}.register-page__footer a:hover{text-decoration:underline}.forgot-page__title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:4px}.forgot-page__subtitle{font-size:14px;color:#94a3b8;margin-bottom:32px;line-height:1.5}.forgot-page__form{display:flex;flex-direction:column;gap:20px}.forgot-page__field{display:flex;flex-direction:column;gap:6px}.forgot-page__label{font-size:13px;font-weight:500;color:#475569}.forgot-page__error{background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:13px;border:1px solid #fecaca}.forgot-page__success{background:#f0fdf4;color:#15803d;padding:10px 14px;border-radius:8px;font-size:13px;border:1px solid #bbf7d0;line-height:1.5}.forgot-page__footer{text-align:center;margin-top:24px;font-size:14px;color:#94a3b8}.forgot-page__footer a{color:#0369a1;font-weight:500;text-decoration:none}.forgot-page__footer a:hover{text-decoration:underline}.dashboard-page__header{margin-bottom:40px}.dashboard-page__title{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:8px;letter-spacing:-.02em}.dashboard-page__subtitle{font-size:16px;color:#64748b}.dashboard-page__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:48px}.dashboard-page__stat-card{background:#fff;border-radius:20px;padding:28px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;border:1px solid rgba(241,245,249,1);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dashboard-page__stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #0000000d;border-color:#2563eb1a}.dashboard-page__stat-card:after{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle at top right,rgba(37,99,235,.03),transparent);border-radius:0 0 0 100%}.dashboard-page__stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.dashboard-page__stat-label{font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.dashboard-page__stat-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;transition:transform .3s ease}.dashboard-page__stat-card:hover .dashboard-page__stat-icon{transform:scale(1.1) rotate(5deg)}.dashboard-page__stat-icon--blue{background:#eff6ff;color:#2563eb}.dashboard-page__stat-icon--green{background:#f0fdf4;color:#16a34a}.dashboard-page__stat-icon--cyan{background:#ecfeff;color:#0891b2}.dashboard-page__stat-icon--amber{background:#fffbeb;color:#d97706}.dashboard-page__stat-value{font-size:36px;font-weight:800;color:#0f172a;letter-spacing:-.01em}.dashboard-page__getting-started{background:#fff;border-radius:24px;padding:40px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9}.dashboard-page__getting-started-title{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:32px}.dashboard-page__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.dashboard-page__step{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:32px;border-radius:20px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .3s ease}.dashboard-page__step:hover{background:#fff;border-color:#2563eb;transform:scale(1.02);box-shadow:0 10px 15px -3px #0000000d}.dashboard-page__step-number{width:40px;height:40px;border-radius:12px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;box-shadow:0 4px 12px #2563eb33}.dashboard-page__step-content{flex:1}.dashboard-page__step-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.dashboard-page__step-desc{font-size:15px;color:#64748b;line-height:1.6}.dashboard-page__chart-section{background:#fff;border-radius:24px;padding:32px;margin-bottom:48px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9}.dashboard-page__chart-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:24px}.chatbots-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.chatbots-page__title{font-size:32px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.chatbots-page__loading{display:flex;justify-content:center;align-items:center;min-height:400px}.chatbots-page__empty{background:#fff;border-radius:24px;padding:80px 40px;text-align:center;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9;max-width:600px;margin:40px auto}.chatbots-page__empty-icon{font-size:64px;color:#2563eb;margin-bottom:24px;opacity:.2}.chatbots-page__empty-title{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:12px}.chatbots-page__empty-text{font-size:16px;color:#64748b;margin-bottom:32px;line-height:1.6}.chatbots-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:32px}.chatbots-page__card{border-radius:20px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 6px -1px #0000000d!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;overflow:hidden}.chatbots-page__card:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px #00000014!important;border-color:#2563eb33!important}.ant-card-body{padding:28px!important}.chatbots-page__card-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.chatbots-page__card-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex-shrink:0;box-shadow:0 4px 12px #0000001a}.chatbots-page__card-info{flex:1;min-width:0}.chatbots-page__card-name{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatbots-page__card-botid{font-size:13px;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#f8fafc;border-radius:6px;transition:all .2s}.chatbots-page__card-botid:hover{color:#2563eb;background:#eff6ff}.chatbots-page__card-desc{font-size:14px;color:#64748b;margin:0 0 20px;line-height:1.6;height:44px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chatbots-page__card-meta{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#64748b;padding:16px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin-bottom:20px}.chatbots-page__card-meta span{display:flex;justify-content:space-between}.chatbots-page__card-footer{display:flex;align-items:center;justify-content:space-between}.chatbots-page__card-date{font-size:13px;color:#94a3b8;font-weight:500}.chatbots-page__card-actions{display:flex;gap:8px}.chatbots-page__card-actions .ant-btn{border-radius:8px}.chatbots-page__form{display:flex;flex-direction:column;gap:20px;padding:10px 0}.chatbots-page__form-field{display:flex;flex-direction:column;gap:8px}.chatbots-page__form-label{font-size:15px;font-weight:600;color:#1e293b}.chatbots-page__form-optional{font-weight:400;color:#94a3b8;font-size:13px}.wb-widget,.wb-widget *,.wb-wrapper,.wb-wrapper *{box-sizing:border-box;margin:0;padding:0}.wb-standalone,.wb-standalone body,.wb-standalone #root,.wb-standalone #webbot-widget-root{margin:0!important;padding:0!important;height:100vh!important;height:100dvh!important;width:100vw!important;overflow:hidden!important;display:block}#webbot-widget-root{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;color:#1e293b}.wb-widget{display:flex;flex-direction:column;background:#fff;overflow:hidden;box-shadow:0 20px 60px #0000001f,0 8px 24px #0000000f;border-radius:24px}.wb-widget--full{flex:1;height:100vh;height:100dvh;width:100%;border-radius:0;box-shadow:none;max-height:100vh;max-height:100dvh}.wb-widget--floating{position:fixed;bottom:112px;right:32px;width:400px;max-width:calc(100vw - 48px);height:700px;max-height:82vh;z-index:1000;opacity:0;visibility:hidden;transform:translateY(30px) scale(.96);pointer-events:none;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1),visibility .5s;transform-origin:bottom right}.wb-widget--open{opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important;pointer-events:auto!important}.wb-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0;gap:12px}.wb-header-info{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:#0f172a;overflow:hidden}.wb-header-info span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wb-header-bot-icon{color:#2563eb;fill:#2563eb}.wb-close-btn{flex-shrink:0;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8;background:transparent;border:none;cursor:pointer;outline:none;padding:0;transition:background .2s ease,color .2s ease}.wb-close-btn:hover{background:#f1f5f9;color:#475569}.wb-close-btn svg{fill:currentColor}.wb-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px 20px;background:#fff;display:flex;flex-direction:column;scroll-behavior:smooth;min-height:0;position:relative;-ms-overflow-style:none;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.wb-messages::-webkit-scrollbar{width:6px}.wb-messages::-webkit-scrollbar-track{background:transparent}.wb-messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px;transition:background .2s ease}.wb-messages::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.wb-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;margin:auto;color:#64748b;gap:16px;text-align:center;animation:wb-fadeIn .8s ease-out forwards;padding:24px}.wb-empty-icon-wrap{width:72px;height:72px;background:#eff6ff;border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #2563eb1a}.wb-empty-icon-wrap svg{color:#2563eb;fill:#2563eb}.wb-empty-title{font-size:20px;font-weight:800;color:#0f172a;margin:8px 0 4px}.wb-empty-subtitle{font-size:14px;color:#64748b;margin:0}.wb-msg{max-width:82%;padding:12px 16px;margin-bottom:12px;line-height:1.55;word-wrap:break-word;animation:wb-popup .4s cubic-bezier(.175,.885,.32,1.275) forwards;opacity:0;font-size:14px}.wb-msg--user{background:#1e293b;color:#fff;margin-left:auto;border-radius:18px 18px 4px;box-shadow:0 2px 8px #0000001a}.wb-msg--assistant{background:#f8fafc;color:#334155;margin-right:auto;border-radius:18px 18px 18px 4px;border:1px solid #e2e8f0}.wb-msg--typing{display:inline-flex;gap:5px;align-items:center;padding:14px 18px;width:fit-content;opacity:1!important;animation:none!important}.wb-dot{width:6px;height:6px;background-color:#94a3b8;border-radius:50%;animation:wb-bounce 1.4s infinite ease-in-out both}.wb-dot:nth-child(1){animation-delay:-.32s}.wb-dot:nth-child(2){animation-delay:-.16s}.wb-error{margin:0 16px 12px;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;color:#ef4444;font-size:13px;border-radius:10px;text-align:center;flex-shrink:0}.wb-input-area{display:flex;gap:10px;padding:16px 20px;background:#f8fafc;border-top:1px solid #f1f5f9;flex-shrink:0}.wb-input{flex:1;border-radius:12px;padding:10px 14px;height:44px;border:1.5px solid #e2e8f0;background:#fff;font-family:inherit;font-size:14px;color:#1e293b;outline:none;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wb-input:focus,.wb-input:hover{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.wb-input::placeholder{color:#94a3b8}.wb-send-btn{border-radius:12px;height:44px;width:48px;padding:0;background:#eef2f6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;flex-shrink:0;outline:none}.wb-send-btn svg{width:20px;height:20px;fill:#94a3b8;transition:fill .2s ease}.wb-send-btn:hover:not(:disabled){background:#eff6ff}.wb-send-btn:hover:not(:disabled) svg{fill:#2563eb}.wb-send-btn:disabled{opacity:.5;cursor:not-allowed}.wb-wrapper{position:fixed;bottom:24px;right:32px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end}.wb-trigger{width:68px;height:68px;border-radius:50%;background:#2563eb;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #0000002e;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;margin-top:12px;flex-shrink:0;position:relative;overflow:hidden}.wb-trigger:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 16px 32px #2563eb73}.wb-trigger svg{width:32px;height:32px;fill:currentColor}.wb-trigger-icon{position:absolute;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),opacity .3s ease}.wb-trigger-icon--chat{transform:rotate(0) scale(1);opacity:1}.wb-trigger-icon--close{transform:rotate(-90deg) scale(0);opacity:0}.wb-trigger--open .wb-trigger-icon--chat{transform:rotate(90deg) scale(0);opacity:0}.wb-trigger--open .wb-trigger-icon--close{transform:rotate(0) scale(1);opacity:1}@keyframes wb-popup{0%{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes wb-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes wb-bounce{0%,80%,to{transform:scale(0);opacity:.4}40%{transform:scale(1);opacity:1}}.chatbot-detail__loading{display:flex;justify-content:center;align-items:center;min-height:400px}.chatbot-detail__header{margin-bottom:32px;display:flex;align-items:center;gap:16px}.chatbot-detail__title{font-size:28px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.chatbot-detail__section{padding:24px 0}.chatbot-detail__add-url{display:flex;gap:12px;margin-bottom:16px}.chatbot-detail__hint{font-size:14px;color:#64748b;margin-bottom:24px;line-height:1.6}.chatbot-detail__sources-list{display:flex;flex-direction:column;gap:12px}.chatbot-detail__source-item{display:flex;flex-direction:column;gap:12px;padding:20px;background:#fff;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 2px 4px #00000005;transition:all .2s ease}.chatbot-detail__source-item:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb0d}.chatbot-detail__source-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.chatbot-detail__source-progress{margin-top:4px;padding-top:12px;border-top:1px dashed #e2e8f0}.chatbot-detail__source-progress .ant-progress{margin-bottom:6px}.chatbot-detail__source-progress-msg{font-size:12px;color:#64748b;font-weight:500}.chatbot-detail__source-info{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;min-width:0;flex:1}.chatbot-detail__source-error{font-size:12px;color:#dc2626;flex-basis:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#fef2f2;padding:6px 10px;border-radius:6px;margin-top:4px}.chatbot-detail__source-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.chatbot-detail__source-url{font-size:15px;font-weight:500;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbot-detail__chat-panel{border:1px solid #f1f5f9;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 4px 6px -1px #0000000d}.chatbot-detail__chat-messages{flex:1;overflow-y:auto;padding:24px;background:#fff;display:flex;flex-direction:column;scroll-behavior:smooth}.chatbot-detail__chat-messages::-webkit-scrollbar{width:6px}.chatbot-detail__chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.chatbot-detail__chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto;color:#64748b;gap:20px;text-align:center;animation:fadeIn .8s ease-out forwards}.chatbot-detail__chat-empty-icon{width:80px;height:80px;background:#eff6ff;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #2563eb1a;margin-bottom:4px}.chatbot-detail__chat-empty-title{font-size:22px;font-weight:800;color:#0f172a;margin:12px 0 8px}.chatbot-detail__chat-empty-subtitle{font-size:16px;color:#64748b;margin:0}.chatbot-detail__chat-empty .anticon{font-size:56px;margin-bottom:16px;opacity:.3}.chatbot-detail__chat-msg{max-width:85%;padding:14px 18px;margin-bottom:16px;line-height:1.55;word-wrap:break-word;animation:popup .5s cubic-bezier(.175,.885,.32,1.275) forwards;opacity:0;box-shadow:0 4px 14px #00000008}.chatbot-detail__chat-msg--user{background:#1e293b;color:#fff;margin-left:auto;border-radius:20px 20px 4px}.chatbot-detail__chat-msg--assistant{background:#fff;color:#334155;margin-right:auto;border-radius:20px 20px 20px 4px;border:1px solid #e2e8f0}.chatbot-detail__chat-msg--typing{background:#fff;display:inline-flex;gap:6px;align-items:center;padding:16px 20px;width:fit-content;border-radius:20px 20px 20px 4px}.typing-dot{width:7px;height:7px;background-color:#94a3b8;border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out both}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}.chatbot-detail__chat-input{display:flex;gap:12px;padding:24px;background:#f8fafc;border-top:1px solid #f1f5f9;z-index:10}.chatbot-detail__chat-input .ant-input{flex:1;border-radius:12px;padding:12px 16px;height:48px;border:1px solid #e2e8f0;background:#fff;transition:all .3s ease;font-family:inherit;font-size:15px}.chatbot-detail__chat-input .ant-input:focus,.chatbot-detail__chat-input .ant-input:hover{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none}.chatbot-detail__chat-input .ant-btn{border-radius:12px;height:48px;width:52px;padding:0;background:#eef2f6;border:none;color:#94a3b8!important;display:flex;align-items:center;justify-content:center;box-shadow:none;transition:all .2s ease;cursor:pointer;flex-shrink:0}.chatbot-detail__chat-input .ant-btn .anticon,.chatbot-detail__chat-input .ant-btn svg{font-size:20px;color:#94a3b8!important;display:block}.chatbot-detail__chat-send-btn{display:flex!important;align-items:center!important;justify-content:center!important}.chatbot-detail__chat-input .ant-btn span:not(.anticon):not(.ant-btn-icon):not(.custom-send-icon){display:none}.custom-send-icon{display:flex!important;align-items:center;justify-content:center;color:#94a3b8!important}.custom-send-icon svg{fill:currentColor}.chatbot-detail__chat-input .ant-btn:not([disabled]):hover{background:#eff6ff}.chatbot-detail__chat-input .ant-btn:not([disabled]):hover .custom-send-icon{color:#2563eb!important}.chatbot-detail__chat-input .ant-btn[disabled]{background:#f1f5f9;color:#cbd5e1;box-shadow:none}.chatbot-detail__chat-input .ant-btn span:not(.anticon){display:none}.chatbot-detail__chat-input .ant-btn .anticon{font-size:22px}.chatbot-detail__code-block{background:#0f172a;border-radius:16px;padding:24px;margin-bottom:32px;box-shadow:0 10px 15px -3px #0000001a}.chatbot-detail__code-block pre{color:#cbd5e1;font-family:JetBrains Mono,Fira Code,monospace;font-size:14px;margin:0 0 20px;overflow-x:auto;padding-bottom:12px}.chatbot-detail__steps{padding:32px;background:#fff;border-radius:20px;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000000d}.chatbot-detail__steps h4{margin:0 0 20px;font-size:18px;font-weight:700;color:#0f172a}.chatbot-detail__steps ol{margin:0;padding-left:24px;color:#475569;font-size:15px;line-height:2}.chatbot-detail__steps code{background:#f1f5f9;color:#2563eb;padding:4px 8px;border-radius:6px;font-size:13px;font-weight:600}.chatbot-detail__email-form{display:flex;flex-direction:column;gap:24px;max-width:440px;background:#fff;padding:32px;border-radius:20px;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000000d}.chatbot-detail__form-field{display:flex;flex-direction:column;gap:8px}.chatbot-detail__form-field label{font-size:14px;font-weight:600;color:#1e293b}.settings-page{max-width:560px;padding:1.5rem 0}.settings-page--loading{display:flex;align-items:center;justify-content:center;min-height:200px}.settings-page__title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.settings-page__card{margin-bottom:1.5rem}.settings-page__form{display:flex;flex-direction:column;gap:1rem}.settings-page__field{display:flex;flex-direction:column;gap:.25rem}.settings-page__label{font-weight:500;font-size:.875rem}.settings-page__hint{font-size:.75rem;color:var(--color-text-secondary, #6b7280)}.settings-page__pref{margin-bottom:.75rem}.settings-page__pref label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.settings-page__pref input[type=checkbox]{width:1rem;height:1rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6;color:#1e293b;background:#f8fafc}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,button,textarea,select{font:inherit}
