.chatbot-fab{position:fixed;right:1rem;bottom:1rem;width:3.25rem;height:3.25rem;border-radius:999px;border:0;background:linear-gradient(135deg,#0ea5e9,#0369a1);color:#fff;font-weight:700;letter-spacing:.03em;box-shadow:0 10px 30px #0ea5e959;z-index:1200}.chatbot-drawer{position:fixed;right:1rem;bottom:5rem;width:min(720px,calc(100vw - 2rem));max-height:min(82vh,900px);display:flex;flex-direction:column;gap:.65rem;padding:1rem;border-radius:.75rem;border:1px solid #495057;background:#1f2328;color:#f8f9fa;box-shadow:0 16px 38px #00000080;z-index:1199}.chatbot-drawer-wide{width:min(1040px,calc(100vw - 2rem))}.chatbot-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.chatbot-subtitle{font-size:.9rem;color:#adb5bd}.chatbot-controls{display:grid;grid-template-columns:1fr;gap:.45rem}.chatbot-content{display:grid;grid-template-columns:1fr;gap:.75rem;min-height:0;flex:1}.chatbot-content.has-preview{grid-template-columns:minmax(0,1.4fr) minmax(320px,1fr)}.chatbot-main{display:flex;flex-direction:column;min-height:0}.chatbot-messages{min-height:260px;max-height:480px;overflow-y:auto;padding:.4rem}.chatbot-empty{color:#adb5bd;font-size:1rem}.chatbot-msg{margin-bottom:.5rem}.chatbot-msg.user{text-align:right}.chatbot-msg.assistant{text-align:left}.chatbot-bubble{display:inline-block;max-width:95%;padding:.65rem .85rem;border-radius:.5rem;font-size:1rem;line-height:1.5}.chatbot-card-placeholder{display:flex;align-items:center;justify-content:center;color:#adb5bd;font-size:.82rem;border:1px dashed #5c636a}.chatbot-preview{background:#2d333b;border:1px solid #495057;border-radius:.6rem;padding:.7rem;overflow-y:auto}.chatbot-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.chatbot-preview-name{font-size:1rem;font-weight:700;line-height:1.3}.chatbot-preview-image{width:100%;aspect-ratio:63 / 88;object-fit:cover;border-radius:.5rem;background:#111;margin-bottom:.5rem}.chatbot-preview-meta{font-size:.84rem;color:#ced4da;margin-bottom:.2rem}.chatbot-preview-reasons{margin-top:.45rem;font-size:.82rem;color:#adb5bd;line-height:1.35}.chatbot-msg.user .chatbot-bubble{background:#0d6efd}.chatbot-msg.assistant .chatbot-bubble{background:#495057;white-space:pre-wrap}.chatbot-inline-link{padding:0;border:0;background:transparent;color:#8bdcff;text-decoration:underline;text-underline-offset:.14em;font:inherit;line-height:inherit;cursor:pointer}.chatbot-inline-link:hover{color:#c3f0ff}.chatbot-typing-bubble{display:inline-flex;align-items:center;gap:.35rem}.chatbot-typing-dots{display:inline-flex;align-items:center;gap:.25rem;min-width:2rem}.chatbot-typing-dots span{width:.38rem;height:.38rem;border-radius:999px;background:#dbe7f2;opacity:.35;animation:chatbot-typing-pulse 1.2s infinite ease-in-out}.chatbot-typing-dots span:nth-child(2){animation-delay:.15s}.chatbot-typing-dots span:nth-child(3){animation-delay:.3s}.chatbot-reasons{border-top:1px solid #495057;padding-top:.45rem;font-size:.78rem}.chatbot-reason-item{color:#adb5bd;margin-bottom:.2rem}@keyframes chatbot-typing-pulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-1px)}}@media(max-width:576px){.chatbot-drawer{right:.5rem;left:.5rem;width:auto;bottom:4.5rem;max-height:84vh;padding:.8rem}.chatbot-content,.chatbot-content.has-preview{grid-template-columns:1fr}.chatbot-preview{max-height:34vh}.chatbot-fab{right:.75rem;bottom:.75rem}}
