.chatbot-trigger{z-index:998;background:var(--gold,#f5b000);color:#122033;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s;display:flex;position:fixed;bottom:30px;right:24px;box-shadow:0 14px 30px #11182738}.chatbot-trigger:hover{transform:scale(1.06)}.chatbot-trigger svg{width:24px;height:24px}.chatbot-container{z-index:1000;opacity:0;pointer-events:none;background:#f8f8fb;border-radius:24px;flex-direction:column;width:min(380px,100vw - 32px);height:620px;transition:transform .22s,opacity .22s;display:flex;position:fixed;bottom:102px;left:auto;right:28px;overflow:hidden;transform:translateY(18px)scale(.96);box-shadow:0 26px 60px #00000052}.chatbot-container.active{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chatbot-header{color:#fff;background:linear-gradient(90deg,#80670f,#f6ad00);align-items:center;gap:12px;min-height:78px;padding:18px 20px;display:flex}.chatbot-brand-icon{background:#ffffff38;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chatbot-brand-icon svg{width:20px;height:20px}.chatbot-header h3{margin:0;font-size:16px;font-weight:800;line-height:1.1}.chatbot-header p{opacity:.86;margin:2px 0 0;font-size:11px}.chatbot-close{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:auto;font-size:26px;line-height:1;display:inline-flex}.chatbot-messages{flex-direction:column;flex:1;gap:12px;padding:22px 16px 18px;display:flex;overflow-y:auto}.chatbot-day{color:#7b808b;text-transform:uppercase;letter-spacing:.12em;background:#e9ebef;border-radius:999px;align-self:center;padding:5px 12px;font-size:10px;font-weight:800}.message{word-break:break-word;border-radius:14px;max-width:74%;padding:12px 14px;font-size:13px;line-height:1.55;box-shadow:0 1px 2px #1118270f}.message-bot{color:#202638;background:#fff;border-bottom-left-radius:4px;align-self:flex-start}.message-user{background:var(--gold,#f5b000);color:#111827;border-bottom-right-radius:4px;align-self:flex-end;font-weight:700}.quick-replies{flex-direction:column;align-items:flex-start;gap:9px;margin-top:10px;display:flex}.quick-reply-btn{background:var(--gold,#f5b000);color:#111827;border-radius:999px;padding:9px 16px;font-size:12px;font-weight:800;transition:filter .2s,transform .2s}.quick-reply-btn:hover{filter:brightness(.9);transform:translateY(-1px)}.chatbot-input-area{background:#f8f8fb;align-items:center;gap:9px;padding:12px 14px 14px;display:flex}.chatbot-input{color:#1f2937;background:#e2e4e9;border-radius:999px;outline:none;flex:1;min-width:0;height:44px;padding:0 18px;font-size:13px}.chatbot-send{color:#fff;background:#172235;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.chatbot-send svg{width:18px;height:18px}.typing{align-items:center;gap:4px;display:flex}.typing span{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.3s ease-in-out infinite both chatbotBounce}.typing span:first-child{animation-delay:-.3s}.typing span:nth-child(2){animation-delay:-.15s}@keyframes chatbotBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (width<=640px){.chatbot-trigger{bottom:22px;left:auto;right:16px}.chatbot-container{height:min(520px,100dvh - 118px);bottom:92px;left:auto;right:16px}}
