.chat-bubble-wrapper{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.chat-bubble{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--orange-100) 0%,#ff7b33 100%);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #ff5b0473;transition:background .3s,box-shadow .3s;position:relative;z-index:1}.chat-bubble:before,.chat-bubble:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(255,91,4,.4);animation:chat-pulse 2s ease-out infinite;pointer-events:none}.chat-bubble:after{inset:-4px;animation-delay:1s}@keyframes chat-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}.chat-bubble:hover{background:linear-gradient(135deg,#e65200 0%,var(--orange-100) 100%);box-shadow:0 6px 30px #ff5b0499}.chat-bubble:hover:before,.chat-bubble:hover:after{animation:none;opacity:0}.chat-bubble svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chat-bubble__greeting{background:#233038f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(211,221,222,.12);border-radius:12px;padding:10px 14px;max-width:220px;position:relative;box-shadow:0 4px 16px #0000004d}.chat-bubble__greeting p{font-size:13px;color:var(--light-grey-100);line-height:1.4;margin:0;font-family:var(--font-primary)}.chat-bubble__greeting-close{position:absolute;top:4px;right:4px;background:none;border:none;color:#d3ddde80;cursor:pointer;padding:2px;display:flex}.chat-bubble__greeting-close:hover{color:var(--light-grey-100)}.chat-bubble__greeting-close svg{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}@media(max-width:480px){.chat-bubble-wrapper{bottom:16px;right:16px}.chat-bubble__greeting{max-width:170px;padding:8px 10px}.chat-bubble__greeting p{font-size:12px;line-height:1.3}}.chat-message{display:flex;flex-direction:column;margin-bottom:10px;padding:0 14px}.chat-message--user{align-items:flex-end}.chat-message--bot,.chat-message--human{align-items:flex-start}.chat-message__agent{font-size:11px;color:var(--yellow-100);margin-bottom:2px;padding-left:4px;font-weight:500}.chat-message__bubble{max-width:82%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.45;word-wrap:break-word;font-family:var(--font-primary)}.chat-message__bubble--user{background:var(--orange-100);color:#fff;border-bottom-right-radius:4px}.chat-message__bubble--bot{background:var(--dark-teal-100);color:var(--light-grey-100);border-bottom-left-radius:4px}.chat-message__bubble--human{background:var(--dark-teal-100);color:var(--light-grey-100);border-bottom-left-radius:4px;border-left:2px solid var(--yellow-100)}.chat-message__bubble a{color:var(--yellow-100);text-decoration:underline;text-underline-offset:2px}.chat-message__bubble--user a{color:#fff}.chat-message__bubble a:hover{opacity:.85}.chat-input{display:flex;align-items:flex-end;gap:8px;padding:12px 14px;border-top:1px solid rgba(211,221,222,.1);background:#23303899;border-radius:0 0 16px 16px}.chat-input__field{flex:1;background:#d3ddde14;border:1px solid rgba(211,221,222,.15);border-radius:12px;padding:10px 14px;color:var(--light-grey-100);font-family:var(--font-primary);font-size:14px;resize:none;outline:none;max-height:80px;line-height:1.4}.chat-input__field::placeholder{color:#d3ddde66}.chat-input__field:focus{border-color:var(--orange-100)}.chat-input__field:disabled{opacity:.5}.chat-input__send{flex-shrink:0;width:38px;height:38px;border-radius:50%;border:none;background:var(--orange-100);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,opacity .2s}.chat-input__send:hover:not(:disabled){background:var(--yellow-100);color:var(--dark-grey-100)}.chat-input__send:disabled{opacity:.4;cursor:default}.chat-input__send svg{fill:currentColor}.chat-lead-form{display:flex;flex-direction:column;padding:24px 20px;height:100%;overflow-y:auto}.chat-lead-form__header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.chat-lead-form__avatar{width:42px;height:42px;border-radius:50%;background:var(--orange-100);color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-lead-form__title{font-size:16px;font-weight:600;color:var(--light-grey-100)}.chat-lead-form__subtitle{font-size:12px;color:#d3ddde80;margin-top:1px}.chat-lead-form__intro{font-size:14px;color:#d3dddebf;line-height:1.5;margin-bottom:20px}.chat-lead-form__fields{display:flex;flex-direction:column;gap:12px;flex:1}.chat-lead-form__group{display:flex;flex-direction:column;gap:4px}.chat-lead-form__group input[type=text],.chat-lead-form__group input[type=email]{background:#d3ddde14;border:1px solid rgba(211,221,222,.15);border-radius:10px;padding:11px 14px;color:var(--light-grey-100);font-family:var(--font-primary);font-size:14px;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box}.chat-lead-form__group input::placeholder{color:#d3ddde66}.chat-lead-form__group input:focus{border-color:var(--orange-100)}.chat-lead-form__group input.chat-lead-form__input--error{border-color:#e74c3c}.chat-lead-form__error{font-size:12px;color:#e74c3c;padding-left:2px}.chat-lead-form__consent{display:flex;align-items:flex-start;gap:8px;cursor:pointer;margin-top:4px}.chat-lead-form__consent input[type=checkbox]{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:var(--orange-100);cursor:pointer}.chat-lead-form__consent span{font-size:12px;color:#d3ddde99;line-height:1.4}.chat-lead-form__consent a{color:var(--orange-100);text-decoration:none}.chat-lead-form__consent a:hover{text-decoration:underline}.chat-lead-form__submit{margin-top:16px;width:100%;padding:12px;border:none;border-radius:10px;background:var(--orange-100);color:#fff;font-family:var(--font-primary);font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.chat-lead-form__submit:hover{background:var(--yellow-100);color:var(--dark-grey-100)}.chat-lead-form__submit:active{transform:scale(.98)}.chat-window{position:fixed;bottom:100px;right:24px;width:380px;height:520px;background:#233038f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(211,221,222,.1);box-shadow:0 12px 40px #0006;display:flex;flex-direction:column;z-index:1001;overflow:hidden;font-family:var(--font-primary)}.chat-window__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(211,221,222,.1);background:#0750564d}.chat-window__header-info{display:flex;align-items:center;gap:10px}.chat-window__avatar{width:34px;height:34px;border-radius:50%;background:var(--orange-100);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.chat-window__title{font-size:15px;font-weight:600;color:var(--light-grey-100)}.chat-window__status{font-size:12px;color:var(--light-green-100)}.chat-window__header-actions{display:flex;gap:4px}.chat-window__action-btn{background:none;border:none;color:var(--light-grey-100);cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}.chat-window__action-btn:hover{background:#d3ddde1a}.chat-window__action-btn svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chat-window__messages{flex:1;overflow-y:auto;padding:14px 0;scroll-behavior:smooth}.chat-window__messages::-webkit-scrollbar{width:4px}.chat-window__messages::-webkit-scrollbar-track{background:transparent}.chat-window__messages::-webkit-scrollbar-thumb{background:#d3ddde26;border-radius:2px}.chat-window__welcome{padding:20px 18px;text-align:center}.chat-window__welcome p{font-size:14px;color:#d3dddea6;line-height:1.5}.chat-window__typing{display:flex;gap:4px;padding:10px 18px}.chat-window__typing span{width:7px;height:7px;border-radius:50%;background:#d3ddde4d;animation:typing-bounce 1.2s ease-in-out infinite}.chat-window__typing span:nth-child(2){animation-delay:.15s}.chat-window__typing span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}@media(max-width:480px){.chat-window{bottom:0;right:0;width:100%;height:calc(100dvh - 64px);border-radius:16px 16px 0 0}}.chat-widget{font-family:var(--font-primary)}
