.ef-chat-bubble{position:fixed;bottom:20px;right:20px;z-index:1050;width:56px;height:56px;border-radius:50%;border:none;background:#e2271e;color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,background .15s ease}.ef-chat-bubble:hover{transform:scale(1.08)}.ef-chat-bubble__label{font-weight:800;font-size:18px;letter-spacing:-.5px;line-height:1}.ef-chat-bubble--open{background:#333}@media(max-width:768px){.ef-chat-bubble--open{display:none}}.ef-ai-search-btn{background:none;border:none;color:#000;font-size:18px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:0;transition:opacity .15s ease}.ef-ai-search-btn:hover{opacity:.85}.ef-ai-search-btn__badge{display:inline-block;background:#fff;color:#e2271e;font-size:11px;font-weight:800;letter-spacing:.5px;padding:2px 7px;border-radius:4px;text-transform:uppercase;line-height:1.4}.ef-chat-window{position:fixed;bottom:88px;right:20px;width:380px;height:560px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15);display:flex;flex-direction:column;z-index:1049;overflow:hidden}@media(max-width:768px){.ef-chat-window{inset:0;width:auto;height:auto;border-radius:0;box-shadow:none}}.ef-chat-window__header{padding:14px 16px;background:#e2271e;color:#fff;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}@media(max-width:768px){.ef-chat-window__header{padding-top:calc(14px + env(safe-area-inset-top));padding-left:calc(16px + env(safe-area-inset-left));padding-right:calc(16px + env(safe-area-inset-right))}}@media(max-width:768px)and (max-height:700px){.ef-chat-window__header{padding-top:10px;padding-bottom:10px}}.ef-chat-window__header-info{display:flex;align-items:center;gap:8px}.ef-chat-window__header-dot{width:8px;height:8px;border-radius:50%;background:#4cdf6b}.ef-chat-window__header-title{font-size:15px;font-weight:600}@media(max-width:375px){.ef-chat-window__header-title{font-size:13px}}.ef-chat-window__header-actions{display:flex;align-items:center;gap:8px}.ef-chat-window__start-over{background:none;border:1px solid hsla(0,0%,100%,.4);color:#fff;cursor:pointer;font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;line-height:1.3;opacity:.85;transition:opacity .15s,border-color .15s}.ef-chat-window__start-over:hover{opacity:1;border-color:hsla(0,0%,100%,.8)}.ef-chat-window__close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;line-height:1;opacity:.8;transition:opacity .15s}.ef-chat-window__close:hover{opacity:1}.ef-chat-window__messages{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:16px;background:#f5f5f5;display:flex;flex-direction:column;gap:10px}@media(max-width:768px){.ef-chat-window__messages{padding-left:calc(16px + env(safe-area-inset-left));padding-right:calc(16px + env(safe-area-inset-right))}}@media(max-width:768px)and (max-height:700px){.ef-chat-window__messages{padding:10px 12px;gap:8px}}.ef-chat-progress{padding:8px 16px 6px;background:#fff;border-bottom:1px solid #eee;flex-shrink:0}@media(max-width:768px)and (max-height:700px){.ef-chat-progress{padding:6px 12px 4px}}.ef-chat-progress__bar{height:4px;background:#e8e8e8;border-radius:2px;overflow:hidden}.ef-chat-progress__fill{height:100%;background:#e2271e;border-radius:2px;transition:width .4s ease}.ef-chat-progress__steps{display:flex;justify-content:space-between;margin-top:4px}.ef-chat-progress__step{font-size:10px;color:#bbb;font-weight:500}.ef-chat-progress__step--done{color:#e2271e}.ef-chat-progress__step--active{color:#333;font-weight:700}.ef-chat-msg{display:flex;gap:8px;max-width:88%;min-width:0}@media(max-width:375px){.ef-chat-msg{max-width:92%}}@media(min-width:414px)and (max-width:768px){.ef-chat-msg{max-width:85%}}.ef-chat-msg--assistant{align-self:flex-start}.ef-chat-msg__avatar{width:28px;height:28px;border-radius:50%;background:#e2271e;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.ef-chat-msg__bubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.45;word-break:break-word;min-width:0;overflow-wrap:anywhere}.ef-chat-msg--assistant .ef-chat-msg__bubble{background:#fff;color:#222;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.ef-chat-msg__text{margin:0;white-space:pre-wrap}.ef-chat-msg__text+.ef-chat-msg__text{margin-top:6px}.ef-chat-msg__link{color:#e2271e;text-decoration:underline;text-underline-offset:2px}.ef-chat-msg__link:hover{color:#b81d16}.ef-chat-msg__options{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ef-chat-msg__option-btn{background:#fff;border:1.5px solid #e2271e;color:#e2271e;border-radius:20px;padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,transform .1s;white-space:nowrap}.ef-chat-msg__option-btn:hover{background:#e2271e;color:#fff;transform:translateY(-1px)}.ef-chat-msg__option-btn:active{transform:translateY(0)}@media(max-width:375px){.ef-chat-msg__option-btn{padding:6px 12px;font-size:12px}}@media(max-width:768px)and (max-height:700px){.ef-chat-msg__option-btn{padding:5px 12px;font-size:12px}}.ef-chat-msg__condition-help{margin-top:6px}.ef-chat-msg__condition-toggle{background:none;border:none;color:#888;font-size:12px;cursor:pointer;padding:2px 0;text-decoration:underline;text-underline-offset:2px}.ef-chat-msg__condition-toggle:hover{color:#e2271e}.ef-chat-msg__condition-details{margin-top:8px;display:flex;flex-direction:column;gap:8px}.ef-chat-msg__condition-item{display:flex;flex-direction:column;gap:1px}.ef-chat-msg__condition-label{font-size:12px;font-weight:700;color:#333}.ef-chat-msg__condition-desc{font-size:11.5px;color:#666;line-height:1.4}.ef-chat-msg__image{max-width:180px;max-height:180px;border-radius:8px;margin-bottom:6px;display:block}.ef-chat-msg__small-print{margin-top:8px;font-size:11px;color:#888;line-height:1.4}.ef-chat-msg__small-print a{color:#888;text-decoration:underline;text-underline-offset:2px}.ef-chat-msg__small-print a:hover{color:#e2271e}.ef-chat-msg__bubble--confirmed{position:relative;overflow:hidden;text-align:center;padding:20px 18px 14px}.ef-chat-msg__confirmed-icon{width:56px;height:56px;border-radius:50%;background:#4cdf6b;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;animation:ef-price-pop .5s cubic-bezier(.17,.89,.32,1.28)}.ef-chat-msg__confirmed-title{font-size:20px;font-weight:800;color:#222;margin-bottom:4px}.ef-chat-msg__confirmed-order{font-size:14px;font-weight:600;color:#e2271e;margin-bottom:10px}.ef-chat-msg__bubble--summary{padding:0!important;overflow:hidden}.ef-chat-msg__bubble--summary .ef-chat-msg__proceed-btn{display:block;width:calc(100% - 32px);margin:4px 16px 8px;text-align:center}.ef-chat-msg__bubble--summary .ef-chat-msg__small-print{padding:0 16px 12px}.ef-chat-msg__bubble--quote{position:relative;overflow:hidden;text-align:center;padding:16px 18px}.ef-chat-msg__price{font-size:36px;font-weight:800;color:#e2271e;margin:8px 0 12px;line-height:1;animation:ef-price-pop .5s cubic-bezier(.17,.89,.32,1.28)}.ef-chat-msg__proceed-btn{display:inline-block;background:#e2271e;color:#fff;border:none;border-radius:24px;padding:10px 28px;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;margin-bottom:8px}.ef-chat-msg__proceed-btn:hover{background:#c8211a;transform:translateY(-1px)}.ef-chat-msg__proceed-btn:active{transform:translateY(0)}.ef-chat-msg__typing{display:flex;gap:4px;padding:12px 18px}.ef-chat-msg__typing span:not([class]){width:7px;height:7px;border-radius:50%;background:#bbb;animation:ef-typing 1.2s infinite}.ef-chat-msg__typing span:not([class]):nth-child(2){animation-delay:.2s}.ef-chat-msg__typing span:not([class]):nth-child(3){animation-delay:.4s}.ef-chat-msg__tool-status{font-size:13px;color:#888;animation:ef-tool-pulse 1.5s ease-in-out infinite}@keyframes ef-tool-pulse{0%,to{opacity:1}50%{opacity:.5}}.ef-chat-summary__header{background:#e2271e;color:#fff;font-size:14px;font-weight:700;padding:10px 16px;letter-spacing:.3px}.ef-chat-summary__rows{padding:10px 16px 4px}.ef-chat-summary__row{display:flex;justify-content:space-between;align-items:baseline;padding:7px 0;border-bottom:1px solid #f0f0f0;font-size:13px;gap:8px}.ef-chat-summary__row:last-child{border-bottom:none}.ef-chat-summary__row--price{padding:9px 0}.ef-chat-summary__row--price .ef-chat-summary__value{color:#e2271e;font-size:18px;font-weight:800}@media(max-width:768px){.ef-chat-summary__row{flex-direction:column;gap:1px}}.ef-chat-summary__label{color:#999;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;flex-shrink:0}.ef-chat-summary__value{color:#222;font-weight:600;text-align:right;word-break:break-word}@media(max-width:768px){.ef-chat-summary__value{text-align:left;font-size:14px}}@keyframes ef-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes ef-price-pop{0%{transform:scale(.3);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}.ef-chat-confetti{position:absolute;top:50%;left:50%;width:0;height:0;pointer-events:none;z-index:2;overflow:visible}.ef-chat-confetti__piece{position:absolute;border-radius:2px;opacity:0}.ef-chat-confetti__piece:nth-child(6n+1){background:#e2271e}.ef-chat-confetti__piece:nth-child(6n+2){background:#f5a623}.ef-chat-confetti__piece:nth-child(6n+3){background:#4cdf6b}.ef-chat-confetti__piece:nth-child(6n+4){background:#4a90d9}.ef-chat-confetti__piece:nth-child(6n+5){background:#e84393}.ef-chat-confetti__piece:nth-child(6n+6){background:#fdcb6e}.ef-chat-confetti__piece:first-child{width:6px;height:7px;animation:ef-confetti-1 1.517s cubic-bezier(.15,.8,.3,1) .133s forwards}.ef-chat-confetti__piece:nth-child(2){width:5px;height:11px;animation:ef-confetti-2 1.279s cubic-bezier(.15,.8,.3,1) 49ms forwards}.ef-chat-confetti__piece:nth-child(3){width:9px;height:5px;animation:ef-confetti-3 1.421s cubic-bezier(.15,.8,.3,1) 7ms forwards}.ef-chat-confetti__piece:nth-child(4){width:5px;height:8px;animation:ef-confetti-4 1.876s cubic-bezier(.15,.8,.3,1) 95ms forwards}.ef-chat-confetti__piece:nth-child(5){width:9px;height:5px;animation:ef-confetti-5 1.665s cubic-bezier(.15,.8,.3,1) 2ms forwards}.ef-chat-confetti__piece:nth-child(6){width:7px;height:7px;animation:ef-confetti-6 1.713s cubic-bezier(.15,.8,.3,1) 47ms forwards}.ef-chat-confetti__piece:nth-child(7){width:6px;height:6px;animation:ef-confetti-7 1.695s cubic-bezier(.15,.8,.3,1) .186s forwards}.ef-chat-confetti__piece:nth-child(8){width:5px;height:10px;animation:ef-confetti-8 1.396s cubic-bezier(.15,.8,.3,1) 18ms forwards}.ef-chat-confetti__piece:nth-child(9){width:9px;height:5px;animation:ef-confetti-9 1.597s cubic-bezier(.15,.8,.3,1) 78ms forwards}.ef-chat-confetti__piece:nth-child(10){width:9px;height:10px;animation:ef-confetti-10 1.959s cubic-bezier(.15,.8,.3,1) 56ms forwards}.ef-chat-confetti__piece:nth-child(11){width:7px;height:7px;animation:ef-confetti-11 1.506s cubic-bezier(.15,.8,.3,1) 48ms forwards}.ef-chat-confetti__piece:nth-child(12){width:7px;height:7px;animation:ef-confetti-12 1.967s cubic-bezier(.15,.8,.3,1) 3ms forwards}.ef-chat-confetti__piece:nth-child(13){width:6px;height:8px;animation:ef-confetti-13 1.463s cubic-bezier(.15,.8,.3,1) 47ms forwards}.ef-chat-confetti__piece:nth-child(14){width:8px;height:10px;animation:ef-confetti-14 1.766s cubic-bezier(.15,.8,.3,1) 75ms forwards}.ef-chat-confetti__piece:nth-child(15){width:5px;height:10px;animation:ef-confetti-15 1.513s cubic-bezier(.15,.8,.3,1) .17s forwards}.ef-chat-confetti__piece:nth-child(16){width:10px;height:8px;animation:ef-confetti-16 1.845s cubic-bezier(.15,.8,.3,1) .114s forwards}.ef-chat-confetti__piece:nth-child(17){width:5px;height:12px;animation:ef-confetti-17 1.592s cubic-bezier(.15,.8,.3,1) 57ms forwards}.ef-chat-confetti__piece:nth-child(18){width:7px;height:12px;animation:ef-confetti-18 1.234s cubic-bezier(.15,.8,.3,1) .155s forwards}.ef-chat-confetti__piece:nth-child(19){width:5px;height:8px;animation:ef-confetti-19 1.268s cubic-bezier(.15,.8,.3,1) .108s forwards}.ef-chat-confetti__piece:nth-child(20){width:9px;height:9px;animation:ef-confetti-20 1.683s cubic-bezier(.15,.8,.3,1) .157s forwards}.ef-chat-confetti__piece:nth-child(21){width:8px;height:10px;animation:ef-confetti-21 1.494s cubic-bezier(.15,.8,.3,1) .17s forwards}.ef-chat-confetti__piece:nth-child(22){width:5px;height:11px;animation:ef-confetti-22 1.218s cubic-bezier(.15,.8,.3,1) 14ms forwards}.ef-chat-confetti__piece:nth-child(23){width:8px;height:8px;animation:ef-confetti-23 1.208s cubic-bezier(.15,.8,.3,1) 98ms forwards}.ef-chat-confetti__piece:nth-child(24){width:9px;height:6px;animation:ef-confetti-24 1.679s cubic-bezier(.15,.8,.3,1) .192s forwards}.ef-chat-confetti__piece:nth-child(25){width:9px;height:9px;animation:ef-confetti-25 1.519s cubic-bezier(.15,.8,.3,1) .166s forwards}.ef-chat-confetti__piece:nth-child(26){width:7px;height:8px;animation:ef-confetti-26 1.38s cubic-bezier(.15,.8,.3,1) .189s forwards}.ef-chat-confetti__piece:nth-child(27){width:7px;height:5px;animation:ef-confetti-27 1.7s cubic-bezier(.15,.8,.3,1) .125s forwards}.ef-chat-confetti__piece:nth-child(28){width:7px;height:7px;animation:ef-confetti-28 1.794s cubic-bezier(.15,.8,.3,1) .121s forwards}.ef-chat-confetti__piece:nth-child(29){width:6px;height:11px;animation:ef-confetti-29 1.381s cubic-bezier(.15,.8,.3,1) .117s forwards}.ef-chat-confetti__piece:nth-child(30){width:5px;height:7px;animation:ef-confetti-30 1.565s cubic-bezier(.15,.8,.3,1) 12ms forwards}.ef-chat-confetti__piece:nth-child(31){width:10px;height:12px;animation:ef-confetti-31 1.641s cubic-bezier(.15,.8,.3,1) 66ms forwards}.ef-chat-confetti__piece:nth-child(32){width:7px;height:10px;animation:ef-confetti-32 1.99s cubic-bezier(.15,.8,.3,1) 19ms forwards}.ef-chat-confetti__piece:nth-child(33){width:5px;height:12px;animation:ef-confetti-33 1.894s cubic-bezier(.15,.8,.3,1) .119s forwards}.ef-chat-confetti__piece:nth-child(34){width:10px;height:9px;animation:ef-confetti-34 1.714s cubic-bezier(.15,.8,.3,1) .103s forwards}.ef-chat-confetti__piece:nth-child(35){width:10px;height:12px;animation:ef-confetti-35 1.816s cubic-bezier(.15,.8,.3,1) 72ms forwards}.ef-chat-confetti__piece:nth-child(36){width:9px;height:5px;animation:ef-confetti-36 1.811s cubic-bezier(.15,.8,.3,1) .17s forwards}.ef-chat-confetti__piece:nth-child(37){width:10px;height:11px;animation:ef-confetti-37 1.705s cubic-bezier(.15,.8,.3,1) 9ms forwards}.ef-chat-confetti__piece:nth-child(38){width:10px;height:7px;animation:ef-confetti-38 1.369s cubic-bezier(.15,.8,.3,1) .134s forwards}.ef-chat-confetti__piece:nth-child(39){width:5px;height:12px;animation:ef-confetti-39 1.581s cubic-bezier(.15,.8,.3,1) 48ms forwards}.ef-chat-confetti__piece:nth-child(40){width:5px;height:9px;animation:ef-confetti-40 1.678s cubic-bezier(.15,.8,.3,1) .174s forwards}@keyframes ef-confetti-1{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-22.5px,-18.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-75px,-63px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-90px,34px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-2{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(24px,-11.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(80px,-37px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(96px,21px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-3{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-12.3px,-10.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-41px,-34px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-49.2px,57px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-4{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(32.4px,-28.5px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(108px,-95px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(129.6px,-47px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-5{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-23.4px,-21.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-78px,-73px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-93.6px,21px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-6{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(35.1px,-10.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(117px,-34px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(140.4px,55px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-7{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-23.4px,-9.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-78px,-33px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-93.6px,19px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-8{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(10.8px,-21.3px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(36px,-71px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(43.2px,2px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-9{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-10.2px,-13.8px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-34px,-46px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-40.8px,41px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-10{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(13.8px,-13.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(46px,-44px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(55.2px,56px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-11{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-12.9px,-29.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-43px,-97px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-51.6px,-54px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-12{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(29.1px,-22.5px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(97px,-75px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(116.4px,8px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-13{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-15px,-26.4px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-50px,-88px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-60px,3px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-14{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(25.8px,-28.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(86px,-94px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(103.2px,-52px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-15{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-35.7px,-32.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-119px,-107px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-142.8px,-59px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-16{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(29.7px,-23.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(99px,-77px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(118.8px,21px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-17{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-18.9px,-21.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-63px,-73px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-75.6px,17px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-18{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(17.1px,-22.8px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(57px,-76px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(68.4px,-24px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-19{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-24.9px,-22.8px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-83px,-76px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-99.6px,-21px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-20{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(12.6px,-28.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(42px,-94px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(50.4px,-29px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-21{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-34.2px,-19.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-114px,-64px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-136.8px,28px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-22{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(15.3px,-27px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(51px,-90px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(61.2px,-41px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-23{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-16.5px,-9.3px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-55px,-31px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-66px,21px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-24{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(22.2px,-15px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(74px,-50px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(88.8px,41px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-25{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-18.3px,-25.8px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-61px,-86px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-73.2px,-36px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-26{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(9.9px,-19.8px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(33px,-66px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(39.6px,17px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-27{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-9.9px,-30.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-33px,-103px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-39.6px,-44px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-28{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(29.1px,-30.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(97px,-103px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(116.4px,-23px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-29{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-21.3px,-31.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-71px,-104px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-85.2px,-27px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-30{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(15.3px,-28.8px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(51px,-96px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(61.2px,-6px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-31{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-18px,-31.5px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-60px,-105px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-72px,-49px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-32{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(21.9px,-21.6px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(73px,-72px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(87.6px,-16px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-33{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-33.6px,-15.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-112px,-53px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-134.4px,5px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-34{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(26.1px,-19.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(87px,-64px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(104.4px,4px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-35{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-29.1px,-19.8px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-97px,-66px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-116.4px,-3px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-36{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(26.4px,-29.4px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(88px,-98px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(105.6px,-40px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-37{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-14.4px,-30.6px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-48px,-102px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-57.6px,-49px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-38{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(15.3px,-28.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(51px,-94px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(61.2px,-18px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-39{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-32.1px,-28.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-107px,-94px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-128.4px,-20px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-40{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(30.6px,-10.5px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(102px,-35px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(122.4px,7px) rotate(2turn) scale(.4)}}.ef-chat-balloons{position:absolute;bottom:0;left:0;right:0;height:100%;pointer-events:none;overflow:hidden;z-index:1}.ef-chat-balloons__balloon{position:absolute;bottom:-40px;width:20px;height:26px;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;opacity:0}.ef-chat-balloons__balloon:after{content:"";position:absolute;bottom:-8px;left:50%;width:1px;height:12px;background:rgba(0,0,0,.15);transform:translateX(-50%)}.ef-chat-balloons__balloon:nth-child(8n+1){background:#e2271e}.ef-chat-balloons__balloon:nth-child(8n+2){background:#f5a623}.ef-chat-balloons__balloon:nth-child(8n+3){background:#4cdf6b}.ef-chat-balloons__balloon:nth-child(8n+4){background:#4a90d9}.ef-chat-balloons__balloon:nth-child(8n+5){background:#e84393}.ef-chat-balloons__balloon:nth-child(8n+6){background:#fdcb6e}.ef-chat-balloons__balloon:nth-child(8n+7){background:#a29bfe}.ef-chat-balloons__balloon:nth-child(8n+8){background:#55efc4}.ef-chat-balloons__balloon:first-child{left:85%;width:19px;height:24.7px;animation:ef-balloon-1 2.187s ease-out .306s forwards}.ef-chat-balloons__balloon:nth-child(2){left:64%;width:31px;height:40.3px;animation:ef-balloon-2 2.817s ease-out .358s forwards}.ef-chat-balloons__balloon:nth-child(3){left:26%;width:26px;height:33.8px;animation:ef-balloon-3 3.017s ease-out .202s forwards}.ef-chat-balloons__balloon:nth-child(4){left:90%;width:22px;height:28.6px;animation:ef-balloon-4 2.29s ease-out .356s forwards}.ef-chat-balloons__balloon:nth-child(5){left:44%;width:23px;height:29.9px;animation:ef-balloon-5 2.12s ease-out .216s forwards}.ef-chat-balloons__balloon:nth-child(6){left:69%;width:21px;height:27.3px;animation:ef-balloon-6 2.471s ease-out .265s forwards}.ef-chat-balloons__balloon:nth-child(7){left:67%;width:31px;height:40.3px;animation:ef-balloon-7 2.255s ease-out .336s forwards}.ef-chat-balloons__balloon:nth-child(8){left:43%;width:30px;height:39px;animation:ef-balloon-8 2.891s ease-out .435s forwards}@keyframes ef-balloon-1{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(7.8px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(26px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(31.2px) scale(.9)}}@keyframes ef-balloon-2{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(-7.8px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(-26px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(-31.2px) scale(.9)}}@keyframes ef-balloon-3{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(-4.5px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(-15px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(-18px) scale(.9)}}@keyframes ef-balloon-4{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(6.9px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(23px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(27.6px) scale(.9)}}@keyframes ef-balloon-5{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(0) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(0) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(0) scale(.9)}}@keyframes ef-balloon-6{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(-1.2px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(-4px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(-4.8px) scale(.9)}}@keyframes ef-balloon-7{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(9px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(30px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(36px) scale(.9)}}@keyframes ef-balloon-8{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(3.6px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(12px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(14.4px) scale(.9)}}.ef-chat-input{padding:10px 12px;border-top:1px solid #eee;background:#fff;flex-shrink:0}@media(max-width:768px){.ef-chat-input{padding-bottom:calc(10px + env(safe-area-inset-bottom));padding-left:calc(12px + env(safe-area-inset-left));padding-right:calc(12px + env(safe-area-inset-right))}}@media(max-width:768px)and (max-height:700px){.ef-chat-input{padding-top:8px;padding-bottom:8px}}.ef-chat-input__device-bar{display:flex;align-items:center;gap:8px;padding:6px 12px;margin-bottom:6px;background:#f8f9fa;border-radius:10px;font-size:12px}.ef-chat-input__device-img{width:28px;height:28px;object-fit:contain;flex-shrink:0}.ef-chat-input__device-name{flex:1 1;font-size:11px;color:#666;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ef-chat-input__device-price{font-size:13px;font-weight:700;color:#198754;flex-shrink:0}.ef-chat-input__device-change{background:none;border:none;color:#e2271e;font-size:11px;font-weight:600;cursor:pointer;padding:0;flex-shrink:0;text-decoration:underline;text-underline-offset:2px}.ef-chat-input__device-change:hover{color:#b81d16}.ef-chat-input__preview{position:relative;display:inline-block;margin-bottom:8px}.ef-chat-input__preview img{width:60px;height:60px;object-fit:cover;border-radius:8px}.ef-chat-input__preview-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;border:none;background:#333;color:#fff;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.ef-chat-input__row{display:flex;align-items:center;gap:6px}.ef-chat-input__camera{background:none;border:none;color:#888;cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;transition:color .15s,background .15s}.ef-chat-input__camera:hover{color:#e2271e;background:#f5f5f5}.ef-chat-input__camera:disabled{opacity:.4;cursor:not-allowed}.ef-chat-input__file-hidden{position:absolute;width:0;height:0;overflow:hidden;opacity:0}.ef-chat-input__text{flex:1 1;border:1px solid #ddd;border-radius:20px;padding:8px 14px;font-size:14px;outline:none;transition:border-color .15s}.ef-chat-input__text:focus{border-color:#e2271e}.ef-chat-input__text:disabled{background:#f9f9f9}@media(max-width:768px){.ef-chat-input__text{font-size:16px}}.ef-chat-input__send{background:#e2271e;border:none;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s}.ef-chat-input__send:disabled{opacity:.35;cursor:not-allowed}.ef-chat-input__send:not(:disabled):hover{opacity:.85}@media(min-width:414px)and (max-width:768px){.ef-chat-input__send{width:40px;height:40px}}