.chat-widget{position:fixed;right:24px;bottom:24px;z-index:500}.chat-toggle{width:66px;height:66px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#fff;font-size:26px;box-shadow:0 18px 38px rgba(194,138,46,.32)}.chat-box{position:absolute;right:0;bottom:82px;width:350px;max-height:560px;background:#fff;border-radius:24px;box-shadow:0 25px 70px rgba(0,0,0,.22);overflow:hidden;display:none}.chat-box.active{display:block;animation:chatIn .26s ease}@keyframes chatIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.chat-header{padding:16px;background:#fff7f9;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.chat-header h3{font-family:var(--font-display);font-size:25px}.chat-header p{font-size:12px;color:var(--muted)}.chat-header button{border:0;background:transparent;color:var(--gold)}.chat-messages{padding:14px;max-height:230px;overflow:auto}.bot-message,.user-message{padding:11px 13px;border-radius:16px;margin-bottom:9px;font-size:12px;line-height:1.5}.bot-message{background:#fff7f9;color:var(--muted)}.user-message{background:var(--gold);color:#fff;margin-left:auto;max-width:82%}.faq-buttons{padding:0 14px 12px;display:flex;flex-wrap:wrap;gap:7px;max-height:120px;overflow:auto}.faq-chip{border:1px solid var(--line);background:#fff;color:var(--gold);border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800}.chat-input-row{display:grid;grid-template-columns:1fr 44px;border-top:1px solid var(--line)}.chat-input-row input{border:0;outline:0;padding:14px}.chat-input-row button{border:0;background:var(--gold);color:#fff}.whatsapp-chat-link{color:var(--gold);font-weight:800}.typing-message{display:flex;align-items:center;gap:8px}.typing-dots{display:flex;gap:4px}.typing-dots i{width:6px;height:6px;border-radius:50%;background:var(--gold);animation:typingBounce 1s infinite ease-in-out}.typing-dots i:nth-child(2){animation-delay:.18s}.typing-dots i:nth-child(3){animation-delay:.36s}@keyframes typingBounce{0%,80%,100%{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}
@media(max-width:768px){.chat-widget{right:16px;bottom:16px}.chat-toggle{width:62px;height:62px}.chat-box{position:fixed;left:12px;right:12px;bottom:88px;width:auto;max-width:calc(100% - 24px);max-height:72vh}}
body.drawer-open .chat-widget,body.modal-open .chat-widget{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(16px)}.chat-widget{transition:opacity .25s ease,transform .25s ease,visibility .25s}
