: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}.chatbot-toggler{position:fixed;bottom:20px;right:20px;height:60px;width:60px;background:var(--chatbot-primary);color:var(--chatbot-text-light);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #0000001a}.chatbot-toggler:hover{transform:scale(1.1);box-shadow:0 8px 15px #0003}.chatbot-toggler span{font-size:2rem;line-height:0;transition:transform .3s ease,opacity .3s ease;position:absolute}.chatbot-toggler.active span:first-child,.chatbot-toggler:not(.active) span:last-child{transform:rotate(90deg) scale(.5);opacity:0}.chatbot-toggler:not(.active) span:first-child,.chatbot-toggler.active span:last-child{transform:rotate(0) scale(1);opacity:1}.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: 480px){.chatbot{right:10px;bottom:70px;max-width:calc(100vw - 20px);max-height:calc(100vh - 80px)}.chatbot-toggler{right:10px;bottom:10px;height:50px;width:50px}.chatbot-toggler span{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}}
