.chatbot-widget{position:fixed;bottom:var(--space-6,24px);right:var(--space-6,24px);z-index:9999;font-family:var(--font-body,"Inter",system-ui,sans-serif)}.chatbot-fab{width:56px;height:56px;border-radius:50%;background:var(--color-primary,#1a6b47);color:#fff;border:none;box-shadow:0 4px 20px rgba(26,107,71,.4),0 2px 8px rgba(0,0,0,.15);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.chatbot-fab:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(26,107,71,.5),0 4px 12px rgba(0,0,0,.2);background:var(--color-primary-hover,#228857)}.chatbot-fab:active{transform:scale(.96)}@keyframes chatbot-fab-pulse{0%,to{box-shadow:0 4px 20px rgba(26,107,71,.4),0 2px 8px rgba(0,0,0,.15)}50%{box-shadow:0 4px 28px rgba(26,107,71,.55),0 2px 8px rgba(0,0,0,.15)}}.chatbot-open .chatbot-fab{animation:none}.chatbot-window{position:absolute;bottom:calc(56px + 16px);right:0;width:360px;max-width:calc(100vw - 32px);height:480px;max-height:calc(100vh - 140px);background:var(--color-surface,#fff);border-radius:16px;box-shadow:0 12px 48px rgba(0,0,0,.18),0 4px 16px rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:scale(.85) translateY(20px);transform-origin:bottom right;transition:opacity .3s ease,transform .35s cubic-bezier(.34,1.56,.64,1),visibility .3s}.chatbot-open .chatbot-window{opacity:1;visibility:visible;transform:scale(1) translateY(0)}.chatbot-header{background:var(--color-secondary,#2f3438);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chatbot-header-info{display:flex;align-items:center;gap:12px}.chatbot-header-avatar{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center}.chatbot-header h3{margin:0;font-size:.95rem;font-weight:600}.chatbot-header span{font-size:.75rem;opacity:.85}.chatbot-close{width:36px;height:36px;border-radius:50%;border:none;background:hsla(0,0%,100%,.1);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.chatbot-close:hover{background:hsla(0,0%,100%,.18);transform:scale(1.05)}.chatbot-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:var(--color-background,#f7f9f8)}.chatbot-msg{display:flex;gap:10px;align-items:flex-end;max-width:88%;animation:chatbot-msg-in .35s ease backwards}.chatbot-msg-user{align-self:flex-end;flex-direction:row-reverse}.chatbot-msg-bot{align-self:flex-start}@keyframes chatbot-msg-in{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.chatbot-avatar{width:28px;height:28px;border-radius:50%;background:var(--color-primary,#1a6b47);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chatbot-msg-bubble{padding:10px 14px;border-radius:14px;line-height:1.45;font-size:.9rem}.chatbot-msg-bot .chatbot-msg-bubble{background:#fff;color:var(--color-text-primary,#0f172a);border-bottom-left-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.chatbot-msg-user .chatbot-msg-bubble{background:var(--color-primary,#1a6b47);color:#fff;border-bottom-right-radius:4px}.chatbot-msg-text strong{font-weight:600}.chatbot-video-btn{margin-top:10px;padding:10px 16px;background:var(--color-primary,#1a6b47);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s,transform .2s}.chatbot-video-btn:hover{background:var(--color-primary-hover,#228857);transform:translateY(-1px)}.chatbot-catalog{margin-top:10px;display:flex;flex-direction:column;gap:8px}.chatbot-catalog-empty{margin-top:8px;font-size:.85rem;color:var(--color-text-secondary,#64748b)}.chatbot-catalog-brand{border:1px solid rgba(26,107,71,.18);border-radius:12px;overflow:hidden;background:#fff}.chatbot-catalog-brand-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;background:#fff;border:none;cursor:pointer;font-size:.92rem;font-weight:600;color:var(--color-text-primary,#0f172a);transition:background .18s}.chatbot-catalog-brand-btn.is-open,.chatbot-catalog-brand-btn:hover{background:rgba(26,107,71,.06)}.chatbot-catalog-brand-name{text-align:left}.chatbot-catalog-brand-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.chatbot-catalog-count{min-width:22px;height:22px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--color-primary,#1a6b47);color:#fff;font-size:.72rem;font-weight:700}.chatbot-catalog-chevron{transition:transform .2s ease;color:var(--color-primary,#1a6b47)}.chatbot-catalog-chevron.is-open{transform:rotate(180deg)}.chatbot-catalog-models{display:flex;flex-direction:column;border-top:1px solid rgba(26,107,71,.12);background:var(--color-background,#f7f9f8);max-height:220px;overflow-y:auto}.chatbot-catalog-model{padding:9px 14px 9px 22px;font-size:.86rem;color:var(--color-text-primary,#0f172a);border-bottom:1px solid rgba(26,107,71,.06)}.chatbot-catalog-model:last-child{border-bottom:none}.chatbot-catalog-model-empty{color:var(--color-text-secondary,#64748b);font-style:italic}.chatbot-video-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:chatbot-modal-fade .25s ease}@keyframes chatbot-modal-fade{0%{opacity:0}to{opacity:1}}.chatbot-video-dialog{position:relative;width:100%;max-width:min(960px,96vw);background:#1a1a1a;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.5);animation:chatbot-modal-slide .3s ease}@keyframes chatbot-modal-slide{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.chatbot-video-x{position:absolute;top:12px;right:12px;width:40px;height:40px;border:none;background:hsla(0,0%,100%,.15);color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .2s}.chatbot-video-x:hover{background:hsla(0,0%,100%,.25)}.chatbot-video-wrapper{width:100%;height:0;padding-bottom:56.25%;position:relative;background:#000}.chatbot-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.chatbot-tutorials-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;animation:chatbot-modal-fade .25s ease}.chatbot-tutorials-dialog{width:100%;max-width:420px;background:var(--color-surface,#fff);border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.35);animation:chatbot-modal-slide .3s ease}.chatbot-tutorials-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 20px 12px;background:var(--color-secondary,#2f3438);color:#fff}.chatbot-tutorials-header h4{margin:0 0 4px;font-size:1.05rem;font-weight:600}.chatbot-tutorials-header p{margin:0;font-size:.82rem;opacity:.85}.chatbot-tutorials-x{width:36px;height:36px;border:none;background:hsla(0,0%,100%,.12);color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.chatbot-tutorials-x:hover{background:hsla(0,0%,100%,.22)}.chatbot-tutorials-list{list-style:none;margin:0;padding:8px}.chatbot-tutorials-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:none;background:transparent;color:var(--color-text,#1f2937);font-size:.92rem;text-align:left;border-radius:12px;cursor:pointer;transition:background .2s,color .2s}.chatbot-tutorials-item:hover{background:rgba(26,107,71,.08);color:var(--color-primary,#1a6b47)}.chatbot-tutorials-item svg{flex-shrink:0;opacity:.55}.chatbot-suggestions{display:flex;flex-direction:column;gap:8px;margin-top:4px}.chatbot-suggestions-label{font-size:.8rem;color:var(--color-text-tertiary,#64748b);margin-bottom:4px}.chatbot-suggestion-btn{padding:10px 14px;background:#fff;border:1px solid var(--color-border,#e2e8f0);border-radius:12px;font-size:.85rem;color:var(--color-text-primary,#0f172a);cursor:pointer;text-align:left;transition:background .2s,border-color .2s,transform .2s}.chatbot-suggestion-btn:hover{background:rgba(26,107,71,.06);border-color:var(--color-primary,#1a6b47);transform:translateX(2px)}.chatbot-suggestions--back{margin-top:10px}.chatbot-suggestion-btn--menu{color:var(--color-primary,#1a6b47);border-color:rgba(26,107,71,.35);font-weight:600;text-align:center}.chatbot-suggestion-btn--menu:hover{background:rgba(26,107,71,.1);border-color:var(--color-primary,#1a6b47);transform:none}.chatbot-typing{display:flex;gap:4px;padding:4px 0}.chatbot-typing span{width:8px;height:8px;border-radius:50%;background:var(--color-text-tertiary,#64748b);animation:chatbot-typing-bounce 1.2s ease-in-out infinite}.chatbot-typing span:nth-child(2){animation-delay:.15s}.chatbot-typing span:nth-child(3){animation-delay:.3s}@keyframes chatbot-typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chatbot-input-wrap{padding:12px 16px;background:#fff;border-top:1px solid var(--color-border,#e2e8f0);display:flex;gap:10px;align-items:center;flex-shrink:0}.chatbot-input-wrap input{flex:1;padding:12px 16px;border:1px solid var(--color-border,#e2e8f0);border-radius:24px;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.chatbot-input-wrap input:focus{border-color:var(--color-primary,#1a6b47);box-shadow:0 0 0 3px rgba(26,107,71,.12)}.chatbot-send{width:44px;height:44px;border-radius:50%;border:none;background:var(--color-primary,#1a6b47);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s}.chatbot-send:hover{background:var(--color-primary-hover,#228857);transform:scale(1.05)}.chatbot-send:active{transform:scale(.95)}@media (max-width:480px){.chatbot-widget{bottom:16px;right:16px}.chatbot-window{width:calc(100vw - 32px);right:-8px;bottom:calc(56px + 12px)}}.Toastify__toast,.Toastify__toast-container{z-index:99999!important}@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");.swal2-container{background:rgba(0,0,0,.55)!important;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important}.swal2-popup{width:min(760px,90vw)!important;max-width:760px!important;border-radius:22px!important;background:linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.04))!important;border:1px solid hsla(0,0%,100%,.12)!important;box-shadow:0 18px 60px rgba(0,0,0,.55)!important;backdrop-filter:blur(14px)!important;color:hsla(0,0%,100%,.92)!important;position:relative!important;overflow:visible!important;padding:0!important}.swal2-popup:before{content:""!important;position:absolute!important;inset:-2px!important;border-radius:24px!important;background:radial-gradient(900px 260px at 50% 0,rgba(34,136,87,.2),transparent 60%),radial-gradient(700px 240px at 85% 30%,rgba(201,232,215,.12),transparent 60%)!important;pointer-events:none!important;z-index:-1!important}.swal2-html-container{padding:28px 26px 16px!important;text-align:center!important;color:hsla(0,0%,100%,.78)!important;font-size:18px!important;line-height:1.45!important;font-weight:600!important;max-width:58ch!important;margin:0 auto!important}.swal2-title{margin:0 0 10px!important;padding:28px 26px 0!important;font-size:42px!important;line-height:1.05!important;font-weight:800!important;letter-spacing:.2px!important;color:hsla(0,0%,100%,.92)!important;font-family:Montserrat,system-ui,sans-serif!important}.swal2-icon{width:92px!important;height:92px!important;margin:2px auto 14px!important;border:4px solid rgba(34,136,87,.95)!important;background:rgba(201,232,215,.06)!important;box-shadow:0 18px 40px rgba(34,136,87,.14)!important;border-radius:999px!important;display:grid!important;place-items:center!important}.swal2-icon .swal2-icon-content{font-size:46px!important;color:rgba(34,136,87,.95)!important}.swal2-icon.swal2-warning{border-color:rgba(34,136,87,.95)!important;color:rgba(34,136,87,.95)!important}.swal2-icon.swal2-error [class^=swal2-x-mark-line],.swal2-icon.swal2-error [class^=swal2-x-mark]{background-color:rgba(34,136,87,.95)!important}.swal2-icon.swal2-success .swal2-success-ring,.swal2-icon.swal2-success [class^=swal2-success-line]{border-color:rgba(34,136,87,.95)!important}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{background-color:transparent!important}.swal2-actions{padding:18px 26px 26px!important;display:flex!important;justify-content:center!important;gap:14px!important;flex-wrap:wrap!important;margin:0!important}.swal2-styled{height:44px!important;padding:0 18px!important;border-radius:14px!important;font-weight:900!important;letter-spacing:.2px!important;min-width:160px!important;transition:transform .06s ease,box-shadow .15s ease,filter .15s ease,background .15s ease!important;font-family:Montserrat,system-ui,sans-serif!important}.swal2-confirm{border:1px solid rgba(34,136,87,.9)!important;background:linear-gradient(180deg,rgba(34,136,87,.95),rgba(34,136,87,.78))!important;box-shadow:0 14px 30px rgba(34,136,87,.22)!important;color:#fff!important}.swal2-confirm:hover{filter:brightness(1.05)!important;background:linear-gradient(180deg,#228857,rgba(34,136,87,.82))!important}.swal2-cancel{background:rgba(90,90,90,.45)!important;border:1px solid rgba(90,90,90,.7)!important;color:hsla(0,0%,100%,.92)!important}.swal2-cancel:hover{background:rgba(90,90,90,.55)!important}.swal2-styled:focus{outline:none!important;box-shadow:0 0 0 3px rgba(34,136,87,.25)!important}.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(34,136,87,.25),0 14px 30px rgba(34,136,87,.22)!important}.swal2-deny{background:rgba(90,90,90,.45)!important;border:1px solid rgba(90,90,90,.7)!important;color:hsla(0,0%,100%,.92)!important}.swal2-deny:hover{background:rgba(90,90,90,.55)!important}.swal2-timer-progress-bar{background:rgba(34,136,87,.6)!important}.swal-signout-popup{width:420px!important;max-width:90vw!important;border-radius:18px!important;background:#fff!important;border:none!important;box-shadow:0 20px 50px rgba(0,0,0,.25)!important;backdrop-filter:none!important;color:#1f2937!important;padding:28px 24px!important}.swal-signout-popup:before{display:none!important}.swal-signout-title{color:#111827!important;font-size:22px!important;font-weight:700!important;padding:0!important;margin:0 0 8px!important}.swal-signout-text{color:#4b5563!important;font-size:15px!important;font-weight:500!important;padding:0!important;margin:0!important}.swal-signout-popup .swal2-icon{width:70px!important;height:70px!important;margin:0 auto 16px!important;border-color:#228857!important;background:rgba(34,136,87,.08)!important;box-shadow:none!important}.swal-signout-popup .swal2-icon.swal2-question,.swal-signout-popup .swal2-icon.swal2-success{border-color:#228857!important;color:#228857!important}.swal-signout-popup .swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#228857!important}.swal-signout-popup .swal2-icon.swal2-success .swal2-success-ring{border-color:rgba(34,136,87,.3)!important}.swal-signout-popup .swal2-icon.swal2-error{border-color:#ef4444!important;color:#ef4444!important}.swal-signout-popup .swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#ef4444!important}.swal-signout-popup .swal2-icon .swal2-icon-content{color:#228857!important;font-size:42px!important}.swal-signout-popup .swal2-actions{padding:20px 0 0!important;gap:12px!important}.swal-signout-confirm{background:#228857!important;border:none!important;box-shadow:0 4px 14px rgba(34,136,87,.3)!important;color:#fff!important;font-weight:600!important;font-size:14px!important;min-width:140px!important;height:42px!important;border-radius:10px!important}.swal-signout-confirm:hover{background:#1e7a4d!important}.swal-signout-cancel{background:#f3f4f6!important;border:1px solid #e5e7eb!important;color:#374151!important;font-weight:600!important;font-size:14px!important;min-width:120px!important;height:42px!important;border-radius:10px!important}.swal-signout-cancel:hover{background:#e5e7eb!important}