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:#e9ce8c!important;background:#1f3a2e!important;border:3px solid #e9ce8c!important;border-radius:50%!important;padding:0!important;display:flex!important;position:fixed!important;box-shadow:0 8px 24px #00000073,0 0 0 4px #e9ce8c40!important}.chat-fab svg{color:#e9ce8c!important;stroke:#e9ce8c!important}.chat-fab:hover{transform:translateY(-2px);background:#274a3b!important}button.chat-fab.is-open,.chat-fab.is-open{background:#0f231b!important}.chat-panel{z-index:9999;background:#fff;border:1px solid #1f3a2e2e;border-radius:16px;flex-direction:column;width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 120px);font-family:Karla,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;display:flex;position:fixed;bottom:92px;right:22px;overflow:hidden;box-shadow:0 20px 60px #14281e47}.chat-header{color:#fff;background:linear-gradient(135deg,#1f3a2e 0%,#2f5a45 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{color:#e9ce8c;font-family:Libre Caslon Text,serif;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:#f6f4ee;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:#1f3a2e;border-bottom-right-radius:4px}.chat-msg-assistant .chat-bubble{color:#1f2a24;background:#fff;border:1px solid #e3ded1;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 #e3ded1;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.chat-input{resize:none;color:#1f2a24;background:#fff;border:1px solid #d8d2c2;border-radius:10px;outline:none;flex:1;max-height:120px;padding:10px 12px;font-family:inherit;font-size:14px}.chat-input:focus{border-color:#1f3a2e;box-shadow:0 0 0 3px #1f3a2e26}.chat-send{color:#e9ce8c;cursor:pointer;background:#1f3a2e;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:#274a3b}.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}}
