:root{--color-mainbg:#18181b;--color-fg:#f1f1f1;--color-primary:#3b82f6;--color-secondary:#27272a;--color-border-color:#3f3f46;--color-edges:#71717a;--inset-shadow-question-bubble-card-avatar:inset 0px -.6px .6px -.2px #1d65da26,inset 0px -2px 2px -.5px #ffffff4d,inset 0px -4px 3px -1px #70a6ff80,inset 0px -7px 6px -3px #3b82f6,inset 0px 2px 6px -3px #3b82f6;--inset-shadow-question-bubble-card:inset 0px -3px 3px -1px #1d65da26,inset 0px -10px 10px -2.5px #ffffff4d,inset 0px -20px 15px -5px #70a6ff80,inset 0px -35px 30px -15px #3b82f6;--inset-shadow-answer-bubble-card-avatar:inset 0px -.6px .6px -.2px #27272a,inset 0px -2px 2px -.5px #ffffff4d,inset 0px -4px 3px -1px #4d4d5380,inset 0px -7px 6px -3px #27272a,inset 0px 2px 6px -3px #27272a;--inset-shadow-answer-bubble-card:inset 0px -3px 3px -1px #27272a26,inset 0px -10px 10px -2.5px #ffffff4d,inset 0px -20px 15px -5px #42424680,inset 0px -35px 30px -15px #27272a}.ChatbotModal-module__KZF3DG__triggerBtn{background:linear-gradient(135deg,var(--color-primary)0%,#2563eb 100%);cursor:pointer;width:80px;height:80px;box-shadow:0 0 24px var(--color-primary);z-index:999;border:1px solid #3b82f680;border-radius:50%;justify-content:center;align-items:center;font-size:24px;transition:all .2s;display:flex;position:fixed;bottom:24px;right:24px}.ChatbotModal-module__KZF3DG__triggerBtn:hover{box-shadow:0 0 32px var(--color-primary);background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:scale(1.1)}.ChatbotModal-module__KZF3DG__triggerBtn:active{transform:scale(.95)}.ChatbotModal-module__KZF3DG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overscroll-behavior:contain;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ChatbotModal-module__KZF3DG__modalContent{pointer-events:auto;background:var(--color-mainbg);border:1px solid var(--color-border-color);overscroll-behavior:contain;border-radius:16px;flex-direction:column;width:90%;max-width:1000px;height:90vh;max-height:800px;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.ChatbotModal-module__KZF3DG__header{background:var(--color-mainbg);border-bottom:1px solid var(--color-border-color);flex-shrink:0;align-items:center;gap:14px;padding:20px;display:flex}.ChatbotModal-module__KZF3DG__headerIcon{background:var(--color-primary);color:#fff;width:40px;height:40px;box-shadow:inset 0px 2px 6px -3px var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.ChatbotModal-module__KZF3DG__headerText{flex:1;min-width:0}.ChatbotModal-module__KZF3DG__headerText h1{color:var(--color-fg);margin:0;font-size:14px;font-weight:600;line-height:1.3}.ChatbotModal-module__KZF3DG__headerText p{color:var(--color-edges);margin:4px 0 0;font-size:11px}.ChatbotModal-module__KZF3DG__closeBtn{color:var(--color-edges);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px 8px;font-size:20px;transition:color .2s;display:flex}.ChatbotModal-module__KZF3DG__closeBtn:hover{color:var(--color-fg)}.ChatbotModal-module__KZF3DG__messagesContainer{flex-direction:column;flex:1;gap:18px;padding:24px 16px;display:flex;overflow-y:auto}.ChatbotModal-module__KZF3DG__messagesContainer::-webkit-scrollbar{width:8px}.ChatbotModal-module__KZF3DG__messagesContainer::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.ChatbotModal-module__KZF3DG__messagesContainer::-webkit-scrollbar-thumb:hover{background:#2563eb}.ChatbotModal-module__KZF3DG__languagePicker{gap:12px;display:flex}.ChatbotModal-module__KZF3DG__msg{gap:12px;animation:.3s ChatbotModal-module__KZF3DG__fadeIn;display:flex}.ChatbotModal-module__KZF3DG__rtl{direction:rtl}@keyframes ChatbotModal-module__KZF3DG__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ChatbotModal-module__KZF3DG__msgBot{align-self:flex-start}.ChatbotModal-module__KZF3DG__msgUser{flex-direction:row-reverse;align-self:flex-end;max-width:85%}.ChatbotModal-module__KZF3DG__avatar{color:#fff;width:32px;height:32px;box-shadow:var(--inset-shadow-answer-bubble-card-avatar);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:10px;font-weight:700;display:flex}.ChatbotModal-module__KZF3DG__botAvatar{color:#fff;box-shadow:var(--inset-shadow-answer-bubble-card-avatar)}.ChatbotModal-module__KZF3DG__userAvatar{color:#fff;box-shadow:var(--inset-shadow-question-bubble-card-avatar)}.ChatbotModal-module__KZF3DG__bubble{word-wrap:break-word;border:2px solid var(--color-border-color);border-radius:8px;padding:16px;font-size:14px;line-height:1.6}.ChatbotModal-module__KZF3DG__msgBot .ChatbotModal-module__KZF3DG__bubble{background:var(--color-mainbg);color:var(--color-fg);box-shadow:var(--inset-shadow-answer-bubble-card);border-top-left-radius:4px;flex:1}.ChatbotModal-module__KZF3DG__msgBot .ChatbotModal-module__KZF3DG__bubble p{margin:0}.ChatbotModal-module__KZF3DG__msgBot .ChatbotModal-module__KZF3DG__bubble p+p{margin-top:12px}.ChatbotModal-module__KZF3DG__msgUser .ChatbotModal-module__KZF3DG__bubble{color:#fff;box-shadow:var(--inset-shadow-question-bubble-card);border-top-right-radius:4px}.ChatbotModal-module__KZF3DG__msgUser .ChatbotModal-module__KZF3DG__bubble p{margin:0}.ChatbotModal-module__KZF3DG__typing{align-items:center;gap:5px;display:flex}.ChatbotModal-module__KZF3DG__typing span{background:var(--color-primary);opacity:.7;border-radius:50%;width:6px;height:6px;animation:1.2s infinite ChatbotModal-module__KZF3DG__bounce}.ChatbotModal-module__KZF3DG__typing span:nth-child(2){animation-delay:.2s}.ChatbotModal-module__KZF3DG__typing span:nth-child(3){animation-delay:.4s}@keyframes ChatbotModal-module__KZF3DG__bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.ChatbotModal-module__KZF3DG__langButtons{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.ChatbotModal-module__KZF3DG__langButtons button{background:var(--color-mainbg);border:2px solid var(--color-border-color);color:var(--color-fg);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:flex}.ChatbotModal-module__KZF3DG__langButtons button:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:translateY(-1px);box-shadow:0 0 16px #3b82f666}.ChatbotModal-module__KZF3DG__estCard{background:var(--color-mainbg);border:2px solid var(--color-border-color);border-radius:14px;margin-top:6px;padding:16px;font-size:13px;box-shadow:inset 0 -3px 3px -1px #3b82f61a,inset 0 -10px 10px -2.5px #ffffff1a}.ChatbotModal-module__KZF3DG__estCard h4{color:var(--color-primary);border-bottom:1px solid var(--color-border-color);text-shadow:0 0 8px #3b82f64d;margin:0 0 14px;padding-bottom:12px;font-size:13.5px;font-weight:600}.ChatbotModal-module__KZF3DG__estRow{color:var(--color-edges);justify-content:space-between;padding:5px 0;font-size:12.5px;display:flex}.ChatbotModal-module__KZF3DG__estRow span:last-child{color:var(--color-fg);font-weight:500}.ChatbotModal-module__KZF3DG__estSub{padding-left:14px;font-size:12px}.ChatbotModal-module__KZF3DG__estSectionLabel{text-transform:uppercase;letter-spacing:.6px;color:var(--color-edges);margin:10px 0 6px;font-size:11px;font-weight:700}.ChatbotModal-module__KZF3DG__estSubtotal{color:var(--color-fg);border-top:1px solid var(--color-border-color);justify-content:space-between;margin-top:6px;padding-top:6px;font-size:13px;font-weight:600;display:flex}.ChatbotModal-module__KZF3DG__estSubtotal span:last-child{color:var(--color-primary);text-shadow:0 0 8px #3b82f64d}.ChatbotModal-module__KZF3DG__estDivider{border:none;border-top:1px solid var(--color-border-color);margin:14px 0 4px}.ChatbotModal-module__KZF3DG__estTotal{color:var(--color-fg);border-top:1px solid #3b82f64d;justify-content:space-between;margin-top:12px;padding-top:12px;font-size:15px;font-weight:700;display:flex}.ChatbotModal-module__KZF3DG__estTotal span:last-child{color:var(--color-primary);text-shadow:0 0 8px #3b82f666}.ChatbotModal-module__KZF3DG__disclaimer{color:#fbbf24;background:#f59e0b12;border:1px solid #f59e0b33;border-radius:8px;margin-top:12px;padding:9px 12px;font-size:11.5px;line-height:1.5}.ChatbotModal-module__KZF3DG__ctaCard{background:var(--color-mainbg);border:2px solid var(--color-primary);color:var(--color-fg);border-radius:10px;margin-top:12px;padding:13px 15px;font-size:13px;line-height:1.5;box-shadow:0 0 12px #3b82f633}.ChatbotModal-module__KZF3DG__ctaCard a{color:var(--color-primary);text-shadow:0 0 8px #3b82f64d;font-weight:600;text-decoration:none}.ChatbotModal-module__KZF3DG__ctaCard a:hover{color:#60a5fa;text-decoration:underline}.ChatbotModal-module__KZF3DG__inputBar{background:var(--color-mainbg);border-top:1px solid var(--color-border-color);flex-shrink:0;align-items:flex-end;gap:10px;padding:12px 16px 10px;display:flex}.ChatbotModal-module__KZF3DG__input{border:2px solid var(--color-border-color);resize:none;min-height:44px;max-height:120px;color:var(--color-fg);background:var(--color-mainbg);border-radius:12px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:14px;line-height:1.5;transition:all .2s}.ChatbotModal-module__KZF3DG__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #3b82f61a}.ChatbotModal-module__KZF3DG__input::placeholder{color:var(--color-edges)}.ChatbotModal-module__KZF3DG__sendBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;padding:11px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;box-shadow:0 0 12px #3b82f64d}.ChatbotModal-module__KZF3DG__sendBtn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 0 16px #3b82f680}@media (max-width:640px){.ChatbotModal-module__KZF3DG__modalContent{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%}.ChatbotModal-module__KZF3DG__header{padding:16px}.ChatbotModal-module__KZF3DG__messagesContainer{padding:16px 12px}.ChatbotModal-module__KZF3DG__msgUser{max-width:90%}.ChatbotModal-module__KZF3DG__headerText h1{font-size:13px}.ChatbotModal-module__KZF3DG__triggerBtn{width:70px;height:70px;bottom:16px;right:16px}}
