:root{--primary:#3188a7;--grad:linear-gradient(135deg, #5baed0 0%, #3188a7 100%);--text-body:#2d251ee0;--text-muted:#2d251e8c;--text-subtle:#2d251e66;--border:#2d251e1f;--bg-page:#f6f3ef;--font:Inter, system-ui, sans-serif}.faq-chat__fab{z-index:200;cursor:pointer;background:linear-gradient(135deg,#5baed0 0%,#3188a7 100%);border:none;border-radius:50%;width:56px;height:56px;font-size:24px;transition:transform .15s;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 20px #3188a759}.faq-chat__fab:hover{transform:scale(1.06)}@media (width<=480px){.faq-chat__fab{bottom:16px;right:16px}}.faq-chat{z-index:200;background:#fff;border-radius:18px;flex-direction:column;width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 48px);display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 12px 40px #2d251e38}.faq-chat__header{color:#fff;background:linear-gradient(135deg,#5baed0 0%,#3188a7 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.faq-chat__title{font-family:Outfit,sans-serif;font-weight:700}.faq-chat__close{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:none;font-size:16px}.faq-chat__close:hover{opacity:1}.faq-chat__messages{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.faq-chat__bubble{white-space:pre-wrap;border-radius:14px;max-width:85%;padding:10px 14px;font-size:.875rem;line-height:1.45}.faq-chat__bubble--bot{color:#2d251ee0;background:#f5f3f1;border-bottom-left-radius:4px;align-self:flex-start}.faq-chat__bubble--user{color:#fff;background:#3188a7;border-bottom-right-radius:4px;align-self:flex-end}.faq-chat__quick-replies{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.faq-chat__quick-reply{color:#3188a7;cursor:pointer;text-align:left;background:#fff;border:1.5px solid #3188a740;border-radius:20px;max-width:100%;padding:8px 14px;font-size:.75rem;font-weight:600;transition:background .15s}.faq-chat__quick-reply:hover{background:#3188a714}.faq-chat__quick-reply--muted{color:#2d251e8c;border-color:#2d251e1f}
