#kanha-chat-root{z-index:9999;color:#0a0f1e;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;position:fixed;bottom:1.25rem;right:1.25rem}.kanha-chat-launcher{cursor:pointer;color:#0a0f1e;background:linear-gradient(135deg,#e8bc5b,#d4a017);border:none;border-radius:50%;align-items:center;gap:.5rem;width:64px;height:64px;padding:0;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 8px 28px #0a0f1e59}.kanha-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 12px 36px #0a0f1e80}.kanha-chat-launcher-icon{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.kanha-chat-launcher-icon svg{width:28px;height:28px}#kanha-chat-root.on-booking .kanha-chat-launcher{letter-spacing:.01em;background:#d4a017eb;border-radius:19px;width:auto;height:38px;padding:0 .85rem 0 1rem;font-size:13px;font-weight:600}#kanha-chat-root.on-booking .kanha-chat-launcher-label{white-space:nowrap;margin-right:.5rem;display:inline-block}#kanha-chat-root.on-booking .kanha-chat-launcher-icon{width:20px;height:20px}#kanha-chat-root.on-booking .kanha-chat-launcher-icon svg{width:18px;height:18px}#kanha-chat-root.open .kanha-chat-launcher{display:none}.kanha-chat-panel{opacity:0;pointer-events:none;background:#fff;border-radius:16px;flex-direction:column;width:380px;height:560px;max-height:calc(100vh - 2rem);transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:0;right:0;overflow:hidden;transform:translateY(12px)scale(.98);box-shadow:0 24px 64px #0a0f1e73}.kanha-chat-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.kanha-chat-header{color:#fff;background:#0a0f1e;flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.kanha-chat-title{flex-direction:column;line-height:1.2;display:flex}.kanha-chat-title strong{color:#f5d78e;letter-spacing:.005em;font-family:Playfair Display,Georgia,serif;font-size:17px;font-weight:600}.kanha-chat-subtitle{color:#94a3b8;letter-spacing:.02em;margin-top:2px;font-size:11px}.kanha-chat-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.4rem;display:flex}.kanha-chat-close svg{width:18px;height:18px}.kanha-chat-close:hover{color:#fff;background:#ffffff14}.kanha-chat-bridge-banner{color:#0a0f1e;text-align:center;background:linear-gradient(90deg,#d4a017,#e8bc5b);flex-shrink:0;padding:.5rem 1rem;font-size:12.5px;font-weight:600}.kanha-chat-messages{background:#f8fafc;flex-direction:column;flex:1;gap:.7rem;padding:1rem;display:flex;overflow-y:auto}.kanha-msg{flex-direction:column;max-width:85%;display:flex}.kanha-msg-user{align-self:flex-end;align-items:flex-end}.kanha-msg-model,.kanha-msg-expert{align-self:flex-start}.kanha-msg-bubble{word-wrap:break-word;white-space:pre-wrap;border-radius:14px;padding:.6rem .85rem;line-height:1.45}.kanha-msg-user .kanha-msg-bubble{color:#fff;background:#0a0f1e;border-bottom-right-radius:4px}.kanha-msg-model .kanha-msg-bubble{color:#0a0f1e;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.kanha-msg-expert .kanha-msg-bubble{color:#0a0f1e;background:#fff8e6;border:1px solid #d4a017;border-bottom-left-radius:4px}.kanha-msg-tag{text-transform:uppercase;letter-spacing:.06em;color:#b8860b;margin-top:3px;padding-left:4px;font-size:10px;font-weight:700}.kanha-msg-system .kanha-msg-bubble{color:#64748b;text-align:center;background:0 0;border:none;align-self:center;padding:.3rem .5rem;font-size:12.5px;font-style:italic}.kanha-msg-link{color:#b8860b;text-underline-offset:2px;font-weight:600;text-decoration:underline}.kanha-msg-link:hover{color:#d4a017}.kanha-msg-bubble strong{color:inherit;font-weight:600}.kanha-msg-list{margin:.4rem 0;padding-left:1.25rem}.kanha-msg-list li{margin:.18rem 0;line-height:1.45}.kanha-msg-list li::marker{color:#94a3b8}.kanha-msg-expert .kanha-msg-list li::marker{color:#b8860b}.kanha-chat-typing[hidden],.kanha-chat-expert-hint[hidden],.kanha-chat-bridge-banner[hidden]{display:none!important}.kanha-chat-typing{align-items:center;gap:4px;padding:.5rem 1rem 0;display:flex}.kanha-chat-typing span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s infinite kanha-typing-bounce}.kanha-chat-typing span:nth-child(2){animation-delay:.15s}.kanha-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes kanha-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.kanha-chat-expert-hint{color:#94a3b8;text-align:center;letter-spacing:.01em;padding:.4rem 1rem 0;font-size:11px}.kanha-chat-input{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem;display:flex}.kanha-chat-input input{color:#0a0f1e;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;outline:none;flex:1;padding:.55rem .95rem;font-family:inherit;font-size:14px}.kanha-chat-input input:focus{background:#fff;border-color:#d4a017}.kanha-chat-send{color:#0a0f1e;cursor:pointer;background:linear-gradient(135deg,#e8bc5b,#d4a017);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.kanha-chat-send svg{width:16px;height:16px}.kanha-chat-send:disabled{opacity:.5;cursor:not-allowed}@media (width<=480px){#kanha-chat-root{bottom:.85rem;right:.85rem}.kanha-chat-panel{border-radius:0;width:100vw;height:100vh;max-height:100vh;position:fixed;bottom:0;right:0}#kanha-chat-root.open{bottom:0;right:0}}.floating-whatsapp{display:none!important}
