@keyframes chatbox-slide-up{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chatbox-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@keyframes typing-dot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}@keyframes pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}.chatbox-widget{bottom:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;position:fixed;right:24px;z-index:99999}.chatbox-widget *{box-sizing:border-box}.chatbox-toggle{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 10px 40px #00000026;cursor:pointer;display:flex;height:64px;justify-content:center;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:64px}.chatbox-toggle:hover{box-shadow:0 14px 50px #667eea66;transform:scale(1.05)}.chatbox-toggle:active{transform:scale(.95)}.chatbox-toggle svg{color:#fff;height:28px;transition:all .3s ease;width:28px}.chatbox-toggle .chatbox-icon-close{opacity:0;position:absolute;transform:rotate(-90deg) scale(.5)}.chatbox-widget.open .chatbox-toggle .chatbox-icon-chat{opacity:0;transform:rotate(90deg) scale(.5)}.chatbox-widget.open .chatbox-toggle .chatbox-icon-close{opacity:1;transform:rotate(0) scale(1)}.chatbox-badge{align-items:center;animation:chatbox-bounce 2s infinite;background:#ef4444;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:600;height:22px;justify-content:center;position:absolute;right:-4px;top:-4px;width:22px}.chatbox-badge:before{animation:pulse-ring 1.5s infinite;background:#ef4444;border-radius:50%;content:"";height:100%;position:absolute;width:100%;z-index:-1}.chatbox-container{background:#fff;border-radius:20px;bottom:84px;box-shadow:0 10px 40px #00000026,0 0 0 1px #0000000d;display:flex;flex-direction:column;height:70vh;max-height:800px;min-height:700px;opacity:0;overflow:hidden;position:absolute;right:0;transform:translateY(20px) scale(.95);transform-origin:bottom right;transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;width:1200px}.chatbox-widget.open .chatbox-container{animation:chatbox-slide-up .3s ease;opacity:1;transform:translateY(0) scale(1);visibility:visible}.chatbox-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:18px 24px}.chatbox-header-info{align-items:center;display:flex;gap:12px}.chatbox-avatar{align-items:center;background:#fff3;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.chatbox-avatar svg{color:#fff;height:24px;width:24px}.chatbox-header-text h4{font-size:16px;font-weight:600;margin:0}.chatbox-status{align-items:center;display:flex;font-size:12px;gap:6px;opacity:.9}.chatbox-status .status-dot{background:#10b981;border-radius:50%;box-shadow:0 0 0 2px #10b9814d;height:8px;width:8px}.chatbox-header-actions{display:flex;gap:8px}.chatbox-header-actions button{align-items:center;background:#ffffff26;border:none;border-radius:8px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.chatbox-header-actions button:hover{background:#ffffff40}.chatbox-header-actions button svg{color:#fff;height:16px;width:16px}.chatbox-messages{background:linear-gradient(180deg,#f8fafc,#fff);flex:1;overflow-y:auto;padding:20px 24px;scroll-behavior:smooth}.chatbox-messages::-webkit-scrollbar{width:6px}.chatbox-messages::-webkit-scrollbar-track{background:#0000}.chatbox-messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.chatbox-messages::-webkit-scrollbar-thumb:hover{background:#c0cddf}.chatbox-messages-inner{display:flex;flex-direction:column;gap:20px}.chatbox-message{display:flex;gap:10px;max-width:85%}.chatbox-message.user{flex-direction:row-reverse;margin-left:auto}.chatbox-message.user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px 16px 4px 16px;color:#fff}.chatbox-message.user .message-time{text-align:right}.chatbox-message.bot .message-bubble{background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;color:#2d3748}.message-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.message-avatar svg{color:#fff;height:18px;width:18px}.message-content{display:flex;flex-direction:column;gap:4px}.message-bubble{word-wrap:break-word;box-shadow:0 2px 4px #0000000f;font-size:15px;line-height:1.6;padding:14px 18px}.message-bubble strong{font-weight:600}.message-bubble .bullet{color:#667eea;font-weight:700}.message-bubble p{margin:0 0 10px}.message-bubble p:last-child{margin-bottom:0}.message-bubble .chatbox-list{list-style:none;margin:10px 0;padding:0}.message-bubble .chatbox-list li{margin-bottom:8px;padding-left:20px;position:relative}.message-bubble .chatbox-list li:last-child{margin-bottom:0}.message-bubble .chatbox-list li:before{background:#667eea;border-radius:50%;content:"";height:6px;left:0;position:absolute;top:8px;width:6px}.chatbox-link{align-items:center;background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid #667eea26;border-radius:10px;color:#667eea;display:inline-flex;font-size:14px;font-weight:500;gap:6px;margin:4px 0;padding:8px 14px;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.chatbox-link .link-text{border-bottom:1px dashed #667eea66;transition:border-color .2s ease}.chatbox-link .link-icon{flex-shrink:0;height:14px;opacity:.7;transition:all .25s ease;width:14px}.chatbox-link:hover{background:linear-gradient(135deg,#667eea26,#764ba226);border-color:#667eea4d;box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}.chatbox-link:hover .link-text{border-bottom-color:#667eea;border-bottom-style:solid}.chatbox-link:hover .link-icon{opacity:1;transform:translate(2px,-2px)}.chatbox-link:active{transform:translateY(0)}.chatbox-message.user .chatbox-link{background:#fff3;border-color:#ffffff4d;color:#fff}.chatbox-message.user .chatbox-link .link-text{border-bottom-color:#ffffff80}.chatbox-message.user .chatbox-link:hover{background:#ffffff4d;border-color:#ffffff80}.message-time{color:#718096;font-size:11px;padding:0 4px}.chatbox-contact-form{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:1px solid #667eea26;border-radius:12px;margin:12px 0;padding:16px}.chatbox-contact-form .contact-form-inline{display:flex;flex-direction:column;gap:12px}.chatbox-contact-form .form-group{margin:0}.chatbox-contact-form .form-input,.chatbox-contact-form .form-textarea{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#2d3748;font-family:inherit;font-size:14px;padding:12px 14px;transition:all .2s ease;width:100%}.chatbox-contact-form .form-input::placeholder,.chatbox-contact-form .form-textarea::placeholder{color:#718096}.chatbox-contact-form .form-input:focus,.chatbox-contact-form .form-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.chatbox-contact-form .form-textarea{min-height:80px;resize:vertical}.chatbox-contact-form .form-submit{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .25s ease}.chatbox-contact-form .form-submit svg{height:16px;width:16px}.chatbox-contact-form .form-submit:hover:not(:disabled){box-shadow:0 4px 12px #667eea59;transform:translateY(-2px)}.chatbox-contact-form .form-submit:active:not(:disabled){transform:translateY(0)}.chatbox-contact-form .form-submit:disabled{cursor:not-allowed;opacity:.7}.chatbox-contact-form .loading-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.chatbox-contact-form .form-status{align-items:flex-start;border-radius:10px;display:flex;font-size:14px;gap:10px;line-height:1.5;padding:14px 16px}.chatbox-contact-form .form-status svg{flex-shrink:0;height:20px;margin-top:2px;width:20px}.chatbox-contact-form .form-status.success{background:#10b9811a;border:1px solid #10b98133;color:#059669}.chatbox-contact-form .form-status.success svg{color:#10b981}.chatbox-contact-form .form-status.error{background:#ef44441a;border:1px solid #ef444433;color:#dc2626}.chatbox-contact-form .form-status.error svg{color:#ef4444}@keyframes spin{to{transform:rotate(1turn)}}.related-pages{display:flex;flex-direction:column;gap:6px;margin-top:8px}.related-page-link{align-items:center;background:#667eea14;border-radius:8px;color:#667eea;display:inline-flex;font-size:13px;gap:6px;padding:8px 12px;text-decoration:none;transition:all .2s ease}.related-page-link:hover{background:#667eea26;transform:translateX(4px)}.related-page-link svg{flex-shrink:0;height:14px;width:14px}.chatbox-typing{align-items:center;display:flex;gap:10px;padding:8px 0}.typing-indicator{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;gap:4px;padding:12px 16px}.typing-indicator span{animation:typing-dot 1.4s ease-in-out infinite;background:#718096;border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.chatbox-suggestions{background:#fff;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:10px;padding:14px 20px}.suggestion-btn{background:#667eea14;border:1px solid #667eea33;border-radius:22px;color:#667eea;cursor:pointer;font-size:14px;padding:10px 16px;transition:all .2s ease;white-space:nowrap}.suggestion-btn:hover{background:#667eea;border-color:#667eea;box-shadow:0 4px 12px #667eea40;color:#fff;transform:translateY(-2px)}.chatbox-input-area{background:#fff;border-top:1px solid #e2e8f0;padding:16px 20px}.chatbox-form{margin:0}.chatbox-input-wrapper{align-items:flex-end;background:#f1f5f9;border:2px solid #0000;border-radius:28px;display:flex;gap:10px;padding:10px 10px 10px 20px;transition:all .2s ease}.chatbox-input-wrapper:focus-within{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.chatbox-input{background:#0000;border:none;color:#2d3748;flex:1;font-family:inherit;font-size:15px;line-height:1.5;max-height:120px;min-height:24px;padding:8px 0;resize:none}.chatbox-input:focus{outline:none}.chatbox-input::placeholder{color:#718096}.chatbox-send{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:42px;justify-content:center;transition:all .2s ease;width:42px}.chatbox-send:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:scale(1.05)}.chatbox-send:disabled{background:#e2e8f0;cursor:not-allowed}.chatbox-send:disabled svg{color:#718096}.chatbox-send svg{color:#fff;height:20px;width:20px}.chatbox-footer{padding-top:8px;text-align:center}.chatbox-footer span{color:#718096;font-size:11px}@media (max-width:768px){.chatbox-container{max-height:65vh;width:400px}}@media (max-width:480px){.chatbox-widget{bottom:16px;right:16px}.chatbox-container{border-radius:0;bottom:0;height:100%;left:0;max-height:none;min-height:auto;position:fixed;right:0;top:0;transform:translateY(100%);width:100%}.chatbox-widget.open .chatbox-container{transform:translateY(0)}.chatbox-header{padding:calc(env(safe-area-inset-top) + 16px) 20px 16px}.chatbox-messages{padding:16px 20px}.chatbox-input-area{padding:12px 16px calc(env(safe-area-inset-bottom) + 12px)}.chatbox-toggle{height:56px;width:56px}.chatbox-toggle svg{height:24px;width:24px}.message-bubble{font-size:15px;padding:12px 16px}.chatbox-suggestions{gap:8px;padding:12px 16px}.suggestion-btn{font-size:13px;padding:8px 14px}}

/*# sourceMappingURL=chatbox.css.map*/