.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}}
