: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;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}}
.priceCalculator-module__V6YHGa__app{--bg:var(--color-mainbg,#fff);--bg-card:var(--color-mainbg,#fff);--bg-input:var(--color-mainbg,#fff);--border:var(--color-border-color,#e2e8f0);--border-md:var(--color-border-color,#e2e8f0);--accent:var(--color-primary,#3b82f6);--accent2:#2563eb;--accent-glow:#3b82f64d;--green:#10b981;--text:var(--color-fg,#0f172a);--text-muted:var(--color-edges,#d1d9e6);--text-dim:var(--color-edges,#64748b);--shadow-bot-bubble:var(--inset-shadow-answer-bubble-card);--shadow-bot-avatar:var(--inset-shadow-answer-bubble-card-avatar);--shadow-user-bubble:var(--inset-shadow-question-bubble-card);--shadow-user-avatar:var(--inset-shadow-question-bubble-card-avatar);background:var(--bg);min-height:calc(100dvh - 99px);color:var(--text);flex-direction:column;font-family:Segoe UI,system-ui,-apple-system,sans-serif;display:flex}.priceCalculator-module__V6YHGa__app *{box-sizing:border-box}.priceCalculator-module__V6YHGa__pageHeader{background:var(--bg-card);border-bottom:1px solid var(--border);text-align:center;flex-shrink:0;justify-content:center;align-items:center;gap:14px;height:60px;padding:0 28px;display:flex}.priceCalculator-module__V6YHGa__headerIcon{flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.priceCalculator-module__V6YHGa__headerIcon svg{width:28px;height:28px}.priceCalculator-module__V6YHGa__hdrText h1{color:var(--text);letter-spacing:-.2px;margin:0;font-size:15px;font-weight:600;line-height:1.2}.priceCalculator-module__V6YHGa__hdrText p{color:var(--text-muted);margin-top:2px;font-size:11.5px}.priceCalculator-module__V6YHGa__onlineDot{background:var(--green);vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.priceCalculator-module__V6YHGa__messagesWrap{scroll-behavior:smooth;flex:1;padding:36px 16px 20px}.priceCalculator-module__V6YHGa__messagesWrap::-webkit-scrollbar{width:8px}.priceCalculator-module__V6YHGa__messagesWrap::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}.priceCalculator-module__V6YHGa__messagesWrap::-webkit-scrollbar-thumb:hover{background:var(--accent2)}.priceCalculator-module__V6YHGa__messages{flex-direction:column;gap:22px;max-width:780px;margin:0 auto;display:flex}.priceCalculator-module__V6YHGa__msg{gap:12px;animation:.3s priceCalculator-module__V6YHGa__fadeUp;display:flex}@keyframes priceCalculator-module__V6YHGa__fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.priceCalculator-module__V6YHGa__msgBot{align-self:stretch}.priceCalculator-module__V6YHGa__msgUser{flex-direction:row-reverse;align-self:flex-end;max-width:85%}.priceCalculator-module__V6YHGa__av{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:10px;font-weight:700;display:flex}.priceCalculator-module__V6YHGa__botAv{box-shadow:var(--shadow-bot-avatar)}.priceCalculator-module__V6YHGa__userAv{box-shadow:var(--shadow-user-avatar)}.priceCalculator-module__V6YHGa__bbl{border:2px solid var(--border);border-radius:8px;padding:13px 17px;font-size:14px;line-height:1.7}.priceCalculator-module__V6YHGa__msgBot .priceCalculator-module__V6YHGa__bbl{background:var(--bg-card);color:var(--text);box-shadow:var(--shadow-bot-bubble);border-top-left-radius:4px;flex:1}.priceCalculator-module__V6YHGa__msgUser .priceCalculator-module__V6YHGa__bbl{color:#fff;box-shadow:var(--shadow-user-bubble);border-top-right-radius:4px}.priceCalculator-module__V6YHGa__typing{gap:12px;width:100%;max-width:780px;margin:22px auto 0;display:flex}.priceCalculator-module__V6YHGa__typingBbl{background:var(--bg-card);border:2px solid var(--border);box-shadow:var(--shadow-bot-bubble);border-radius:4px 8px 8px;align-items:center;gap:5px;padding:14px 18px;display:flex}.priceCalculator-module__V6YHGa__dot{background:var(--accent);opacity:.7;border-radius:50%;width:6px;height:6px;animation:1.2s infinite priceCalculator-module__V6YHGa__bounce}.priceCalculator-module__V6YHGa__dot:nth-child(2){animation-delay:.2s}.priceCalculator-module__V6YHGa__dot:nth-child(3){animation-delay:.4s}@keyframes priceCalculator-module__V6YHGa__bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.priceCalculator-module__V6YHGa__est-card{background:var(--bg-card);border:2px solid var(--border);border-radius:14px;width:100%;margin-top:6px;padding:18px;font-size:13px;box-shadow:inset 0 -3px 3px -1px #3b82f61a,inset 0 -10px 10px -2.5px #ffffff1a}.priceCalculator-module__V6YHGa__est-card h4{color:var(--accent);text-shadow:0 0 8px #3b82f64d;border-bottom:1px solid var(--border);margin-bottom:14px;padding-bottom:12px;font-size:13.5px;font-weight:600}.priceCalculator-module__V6YHGa__est-row{color:var(--color-fg);justify-content:space-between;padding:5px 0;font-size:12.5px;display:flex}.priceCalculator-module__V6YHGa__est-row span:last-child{color:var(--text);font-weight:500}.priceCalculator-module__V6YHGa__est-sub{padding-left:14px;font-size:12px}.priceCalculator-module__V6YHGa__est-section-label{text-transform:uppercase;letter-spacing:.6px;color:var(--color-fg);margin:10px 0 6px;font-size:11px;font-weight:700}.priceCalculator-module__V6YHGa__est-subtotal{color:var(--text);border-top:1px solid var(--border);justify-content:space-between;margin-top:6px;padding-top:6px;font-size:13px;font-weight:600;display:flex}.priceCalculator-module__V6YHGa__est-subtotal span:last-child{color:var(--accent);text-shadow:0 0 8px #3b82f64d}.priceCalculator-module__V6YHGa__est-divider{border:none;border-top:1px solid var(--border);margin:14px 0 4px}.priceCalculator-module__V6YHGa__est-total{color:var(--text);border-top:1px solid #3b82f64d;justify-content:space-between;margin-top:12px;padding-top:12px;font-size:15px;font-weight:700;display:flex}.priceCalculator-module__V6YHGa__est-total span:last-child{color:var(--accent);text-shadow:0 0 8px #3b82f666}.priceCalculator-module__V6YHGa__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}.priceCalculator-module__V6YHGa__cta-card{background:var(--bg-card);border:2px solid var(--accent);color:var(--text);border-radius:10px;margin-top:12px;padding:13px 15px;font-size:13px;line-height:1.5;box-shadow:0 0 12px #3b82f633}.priceCalculator-module__V6YHGa__cta-card a{color:var(--accent);text-shadow:0 0 8px #3b82f64d;font-weight:600;text-decoration:none}.priceCalculator-module__V6YHGa__cta-card a:hover{color:#60a5fa;text-decoration:underline}.priceCalculator-module__V6YHGa__inputBar{background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0;padding:14px 16px 10px}.priceCalculator-module__V6YHGa__inputInner{align-items:flex-end;gap:10px;max-width:780px;margin:0 auto;display:flex}.priceCalculator-module__V6YHGa__userInput{border:2px solid var(--border-md);resize:none;min-height:46px;max-height:140px;color:var(--text);background:var(--bg-input);border-radius:12px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .2s,box-shadow .2s;overflow:hidden}.priceCalculator-module__V6YHGa__userInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3b82f61a}.priceCalculator-module__V6YHGa__userInput::placeholder{color:var(--text-muted)}.priceCalculator-module__V6YHGa__userInput:disabled{opacity:.4;cursor:not-allowed}.priceCalculator-module__V6YHGa__sendBtn{background:var(--accent);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:background .2s,transform .1s,box-shadow .2s;display:flex;box-shadow:0 0 12px #3b82f64d}.priceCalculator-module__V6YHGa__sendBtn:hover:not(:disabled){background:var(--accent2);transform:translateY(-1px);box-shadow:0 0 16px #3b82f680}.priceCalculator-module__V6YHGa__sendBtn:active:not(:disabled){transform:scale(.95)}.priceCalculator-module__V6YHGa__sendBtn:disabled{background:var(--border-md);cursor:not-allowed;box-shadow:none}.priceCalculator-module__V6YHGa__sendBtn svg{fill:#fff;width:18px;height:18px}.priceCalculator-module__V6YHGa__inputHint{text-align:center;color:var(--text-muted);max-width:780px;margin-top:8px;margin-left:auto;margin-right:auto;font-size:11px}.priceCalculator-module__V6YHGa__inputHint a{color:var(--text-muted);text-decoration:none}.priceCalculator-module__V6YHGa__inputHint a:hover{color:var(--accent)}.priceCalculator-module__V6YHGa__langPickWrap{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.priceCalculator-module__V6YHGa__langPickBtn{background:var(--bg-input);border:2px solid var(--border-md);color:var(--text);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}.priceCalculator-module__V6YHGa__langPickBtn:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-1px);box-shadow:0 0 16px #3b82f666}.priceCalculator-module__V6YHGa__app[dir=rtl] .priceCalculator-module__V6YHGa__msgBot{flex-direction:row-reverse}.priceCalculator-module__V6YHGa__app[dir=rtl] .priceCalculator-module__V6YHGa__msgUser{flex-direction:row}.priceCalculator-module__V6YHGa__app[dir=rtl] .priceCalculator-module__V6YHGa__msgBot .priceCalculator-module__V6YHGa__bbl{border-top-left-radius:8px;border-top-right-radius:4px}.priceCalculator-module__V6YHGa__app[dir=rtl] .priceCalculator-module__V6YHGa__msgUser .priceCalculator-module__V6YHGa__bbl{border-top-left-radius:4px;border-top-right-radius:8px}.priceCalculator-module__V6YHGa__app[dir=rtl] .priceCalculator-module__V6YHGa__est-card .priceCalculator-module__V6YHGa__est-sub{padding-left:0;padding-right:14px}.priceCalculator-module__V6YHGa__app[dir=rtl] .priceCalculator-module__V6YHGa__sendBtn svg{transform:scaleX(-1)}@media (max-width:640px){.priceCalculator-module__V6YHGa__pageHeader{height:54px;padding:0 16px}.priceCalculator-module__V6YHGa__messagesWrap{padding:20px 12px 14px}.priceCalculator-module__V6YHGa__inputBar{padding:12px 12px 8px}.priceCalculator-module__V6YHGa__msgUser{max-width:90%}.priceCalculator-module__V6YHGa__hdrText h1{font-size:12px}}
