.chatbot-root{position:fixed;right:24px;bottom:24px;z-index:9999}.chatbot-toggle{position:relative;width:68px;height:68px;padding:0;border:2px solid white;border-radius:999px;background:transparent;cursor:pointer;box-shadow:0 4px 13px #0000007f;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1}.chatbot-toggle:before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:url(/images/chatbotback.png);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:1;transition:opacity .3s ease;z-index:0}.chatbot-toggle:after{content:"";position:absolute;inset:0;border-radius:inherit;background:#111827;opacity:0;transition:opacity .3s ease;z-index:0}.chatbot-toggle:hover:before{opacity:0}.chatbot-toggle:hover:after{opacity:1}.chatbot-toggle img{width:80%;height:80%;object-fit:cover;display:block;position:relative;z-index:1}.chatbot-panel{position:absolute;right:0;bottom:0;width:370px;max-width:calc(100vw - 32px);height:580px;display:none;flex-direction:column;overflow:hidden;border:1px solid #e5e7eb;border-radius:24px;background:#fff;box-shadow:0 30px 80px #0f172a38;z-index:2}.chatbot-panel.is-open{display:flex}.chatbot-header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px;border-bottom:1px solid #f1f5f9;background:#f8fafc}.chatbot-header-copy strong{display:block;font-size:16px;color:#111827;margin-bottom:4px}.chatbot-header-copy p{margin:0;color:#64748b;font-size:13px;line-height:1.5}.chatbot-close{border:0;background:transparent;color:#64748b;font-size:28px;line-height:1;cursor:pointer}.chatbot-messages{flex:1;padding:18px;overflow-y:auto;background:#fff}.chatbot-message{display:flex;margin-bottom:12px}.chatbot-message.is-user{justify-content:flex-end}.chatbot-message.is-bot{justify-content:flex-start}.chatbot-bubble{max-width:84%;padding:12px 14px;border-radius:18px;white-space:pre-line;word-break:keep-all;line-height:1.6;font-size:14px}.chatbot-message.is-user .chatbot-bubble{background:#111827;color:#fff;border-bottom-right-radius:6px}.chatbot-message.is-bot .chatbot-bubble{background:#f3f4f6;color:#111827;border-bottom-left-radius:6px}.chatbot-link{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-width:220px;max-width:min(100%,300px);margin-left:4px;padding:12px 16px;border:1px solid #93c5fd;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e3a8a;text-decoration:none;font-size:14px;font-weight:800;line-height:1.4;box-shadow:0 10px 18px #3b82f62e;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.chatbot-link:after{content:"\bc14\b85c\ac00\ae30";flex-shrink:0;padding:5px 9px;border-radius:999px;background:#ffffffdb;color:#1d4ed8;font-size:11px;font-weight:800;letter-spacing:.02em}.chatbot-link:hover{transform:translateY(-1px);border-color:#60a5fa;box-shadow:0 14px 24px #3b82f638;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.chatbot-quick-replies{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 14px;background:#fff}.chatbot-quick-reply{border:1px solid #dbeafe;background:#fff;color:#1e40af;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:600;cursor:pointer}.chatbot-form{display:flex;gap:8px;padding:16px 18px 18px;border-top:1px solid #f1f5f9;background:#fff}.chatbot-input{flex:1;height:46px;border:1px solid #d1d5db;border-radius:14px;padding:0 14px;font-size:14px;outline:none}.chatbot-input:focus{border-color:#111827}.chatbot-send{min-width:70px;height:46px;border:0;border-radius:14px;background:#111827;color:#fff;font-size:14px;font-weight:700;cursor:pointer}@media(max-width:767px){.chatbot-root{right:16px;bottom:16px}.chatbot-toggle{width:60px;height:60px}.chatbot-panel{width:min(370px,calc(100vw - 20px));height:72vh;bottom:0}}
