button.chat-fab,.chat-fab{cursor:pointer;z-index:9998;justify-content:center;align-items:center;width:62px;height:62px;transition:transform .18s,background .18s,box-shadow .18s;bottom:22px;right:22px;color:#fff!important;background:#ff7a1a!important;border:3px solid #fff!important;border-radius:50%!important;padding:0!important;display:flex!important;position:fixed!important;box-shadow:0 8px 24px #00000073,0 0 0 4px #ff7a1a73!important}.chat-fab svg{color:#fff!important;stroke:#fff!important}.chat-fab:hover{transform:translateY(-2px);background:#ff8c3a!important}button.chat-fab.is-open,.chat-fab.is-open{background:#0056d6!important;border-color:#fff!important}.chat-panel{z-index:9999;background:#fff;border:1px solid #0050a01f;border-radius:16px;flex-direction:column;width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 120px);font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;display:flex;position:fixed;bottom:92px;right:22px;overflow:hidden;box-shadow:0 20px 60px #0a1e4640}.chat-header{color:#fff;background:linear-gradient(135deg,#0056d6 0%,#00a1d8 100%);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.chat-header-title{flex-direction:column;line-height:1.25;display:flex}.chat-header-title strong{font-size:15px;font-weight:700}.chat-header-title span{opacity:.85;font-size:12px}.chat-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.chat-close:hover{background:#ffffff47}.chat-body{background:#f7f9fc;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.chat-msg{display:flex}.chat-msg-user{justify-content:flex-end}.chat-msg-assistant{justify-content:flex-start}.chat-bubble{white-space:pre-wrap;word-wrap:break-word;border-radius:14px;max-width:82%;padding:10px 13px;font-size:14px;line-height:1.45}.chat-msg-user .chat-bubble{color:#fff;background:#0056d6;border-bottom-right-radius:4px}.chat-msg-assistant .chat-bubble{color:#1a2540;background:#fff;border:1px solid #e3e8f0;border-bottom-left-radius:4px}.chat-typing{gap:4px;padding:12px 14px;display:flex}.chat-typing span{background:#99a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-bounce}.chat-typing span:nth-child(2){animation-delay:.15s}.chat-typing span:nth-child(3){animation-delay:.3s}@keyframes chat-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-error{color:#b3261e;text-align:center;background:#fde7e5;border-radius:8px;padding:8px 10px;font-size:12.5px}.chat-input-row{background:#fff;border-top:1px solid #e3e8f0;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.chat-input{resize:none;color:#1a2540;background:#fff;border:1px solid #d6dde8;border-radius:10px;outline:none;flex:1;max-height:120px;padding:10px 12px;font-family:inherit;font-size:14px}.chat-input:focus{border-color:#00a1d8;box-shadow:0 0 0 3px #00a1d826}.chat-send{color:#fff;cursor:pointer;background:#00a1d8;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.chat-send:hover:not(:disabled){background:#0091c4}.chat-send:disabled{opacity:.45;cursor:not-allowed}@media (width<=500px){.chat-panel{height:70vh;bottom:82px;right:12px}.chat-fab{bottom:14px;right:14px}}
