:root{--chatbot-primary: #630abb;--chatbot-light-gray: #f3f4f6;--chatbot-text-dark: #1f2937;--chatbot-text-light: #ffffff;--chatbot-radius-lg: 1rem;--chatbot-radius-md: .75rem}#faq-chatbot-container{position:fixed;bottom:20px;right:20px;z-index:1000}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 6px #0000001a}5%{transform:scale(1.08);box-shadow:0 6px 12px #00000026}10%{transform:scale(1);box-shadow:0 4px 6px #0000001a}to{transform:scale(1);box-shadow:0 4px 6px #0000001a}}.chatbot-toggler{position:fixed;bottom:20px;right:20px;height:60px;width:auto;padding:0 1.5rem 0 1.25rem;background:var(--chatbot-primary);color:var(--chatbot-text-light);border:none;border-radius:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #0000001a;animation:pulse 10s ease-in-out infinite}.chatbot-toggler:hover{transform:scale(1.05);box-shadow:0 8px 15px #0003;animation:none}.chatbot-toggler-text{display:block;font-size:1rem;font-weight:600;white-space:nowrap}.chatbot-toggler span.chatbot-icon{font-size:1.75rem;line-height:0;transition:transform .3s ease,opacity .3s ease}.chatbot-toggler:not(.active) .chatbot-icon-open{position:relative;transform:rotate(0) scale(1);opacity:1}.chatbot-toggler:not(.active) .chatbot-icon-close{display:none}.chatbot-toggler.active{width:60px;height:60px;padding:0;border-radius:50%}.chatbot-toggler.active .chatbot-toggler-text,.chatbot-toggler.active .chatbot-icon-open{display:none}.chatbot-toggler.active .chatbot-icon-close{display:block;position:relative;transform:rotate(0) scale(1);opacity:1;font-size:2rem}.chatbot-message-bubble{position:fixed;bottom:90px;right:20px;background:#fff;color:var(--chatbot-text-dark);padding:.875rem 1.125rem;border-radius:var(--chatbot-radius-lg);box-shadow:0 6px 20px #00000026;max-width:260px;font-size:.9rem;line-height:1.4;z-index:999;opacity:0;transform:translateY(10px) scale(.95);pointer-events:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.chatbot-message-bubble.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.chatbot-message-bubble:after{content:"";position:absolute;bottom:-8px;right:24px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white}.chatbot-message-bubble-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.chatbot-message-bubble-close:hover{color:var(--chatbot-text-dark)}.chatbot{position:fixed;right:20px;bottom:100px;width:min(90vw,400px);max-width:calc(100vw - 40px);max-height:calc(100vh - 120px);background:var(--chatbot-text-light);border-radius:var(--chatbot-radius-lg);box-shadow:0 10px 25px #0000001a;transform:scale(.95);opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:bottom right;border:1px solid #e5e7eb;display:flex;flex-direction:column}.chatbot.active{transform:scale(1);opacity:1;pointer-events:auto}.chatbot-header{padding:1rem;position:relative;text-align:center;color:var(--chatbot-text-dark);background:var(--chatbot-light-gray);border-bottom:1px solid #e5e7eb;border-radius:var(--chatbot-radius-lg) var(--chatbot-radius-lg) 0 0;display:flex;align-items:center;justify-content:center}.chatbot-header img{height:24px;width:auto}.chatbot-header h2{font-size:1.15rem;font-weight:600}.chatbot-close-btn{position:absolute;top:50%;right:1rem;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#9ca3af;padding:0}.chatbot-close-btn:hover{color:var(--chatbot-text-dark)}.chatbox-wrapper{flex:1;overflow:hidden;display:flex;flex-direction:column}.chatbox{flex:1;overflow-y:auto;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem;min-height:0}.chat{display:flex;max-width:85%;width:-moz-fit-content;width:fit-content}.chat.incoming{align-self:flex-start}.chat.outgoing{align-self:flex-end}.chat p{font-size:.9rem;padding:.75rem 1rem;border-radius:var(--chatbot-radius-lg);line-height:1.4;white-space:pre-wrap}.chat.incoming p{background:var(--chatbot-light-gray);color:var(--chatbot-text-dark);border-top-left-radius:0}.chat.outgoing p{background:var(--chatbot-primary);color:var(--chatbot-text-light);border-top-right-radius:0}.chat-input{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #e5e7eb;flex-shrink:0;background:var(--chatbot-text-light)}.chat-input input[type=text]{flex:1;border:1px solid #e5e7eb;border-radius:var(--chatbot-radius-md);padding:.6rem .8rem;font-size:.95rem}.chat-input button{height:36px;width:36px;border-radius:50%;border:none;background:var(--chatbot-primary);color:var(--chatbot-text-light);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.chat-input button:hover{opacity:.9}.chatbot-link{text-decoration:underline;color:var(--chatbot-primary)}.faq-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:none;align-items:center;justify-content:center;z-index:1001}.faq-modal-backdrop.active{display:flex}.faq-modal{width:min(95vw,720px);max-width:calc(100vw - 20px);max-height:min(80vh,calc(100vh - 40px));background:#fff;border-radius:var(--chatbot-radius-lg);overflow:hidden;box-shadow:0 20px 40px #0003}.faq-modal-header{padding:.9rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.faq-modal-title{font-weight:600}.faq-modal-close{border:none;background:none;cursor:pointer;color:#6b7280}.faq-modal-body{padding:1rem;overflow:auto;max-height:calc(min(80vh,100vh - 40px) - 56px);color:#374151;line-height:1.55}@media (max-width: 768px){.chatbot-toggler{height:54px;padding:0 1.25rem 0 1rem;border-radius:27px}.chatbot-toggler:not(.active) .chatbot-icon-open{font-size:1.5rem}.chatbot-toggler.active{width:54px;height:54px}.chatbot-toggler.active .chatbot-icon-close{font-size:1.75rem}.chatbot-message-bubble{right:10px;bottom:80px;max-width:calc(100vw - 100px)}.chatbot-message-bubble:after{right:40px}}@media (max-width: 480px){.chatbot{right:10px;bottom:70px;max-width:calc(100vw - 20px);max-height:calc(100vh - 80px)}.chatbot-toggler{right:10px;bottom:10px;height:50px;padding:0 1rem 0 .875rem;border-radius:25px;font-size:.9rem}.chatbot-toggler:not(.active) .chatbot-icon-open{font-size:1.35rem}.chatbot-toggler-text{font-size:.9rem}.chatbot-toggler.active{width:50px;height:50px}.chatbot-toggler.active .chatbot-icon-close{font-size:1.5rem}.chatbox{padding:1rem .75rem}.chat-input{padding:.5rem .75rem}.faq-modal{width:calc(100vw - 10px);max-width:calc(100vw - 10px);max-height:calc(100vh - 20px);margin:10px 5px}.faq-modal-body{max-height:calc(100vh - 100px);padding:.75rem}.chatbot-message-bubble{right:10px;bottom:70px;max-width:calc(100vw - 80px);font-size:.85rem}}
