.ais-chatbot{position:fixed;left:clamp(1rem,2vw,1.5rem);right:auto;bottom:clamp(1rem,2vw,1.5rem);z-index:80;color:var(--color-text-primary, #f8fafc);font-family:inherit}.ais-chatbot-launcher{display:inline-flex;min-height:3rem;align-items:center;gap:.65rem;padding:.7rem 1rem;border:1px solid rgba(98,231,255,.32);border-radius:999px;background:#080d12eb;color:#f8fafc;box-shadow:0 16px 42px #00000057;cursor:pointer;font-weight:800;letter-spacing:0}.ais-chatbot-launcher:hover,.ais-chatbot-launcher:focus-visible{border-color:#62e7ffb8;outline:2px solid rgba(98,231,255,.4);outline-offset:3px}.ais-chatbot-launcher-icon{display:inline-grid;width:1.85rem;height:1.85rem;place-items:center;border-radius:999px;background:linear-gradient(135deg,#62e7ff3d,#7fff902e);color:#7fffd4;font-size:.72rem}.ais-chatbot-panel{position:absolute;left:0;right:auto;bottom:calc(100% + .75rem);display:grid;width:min(24rem,calc(100vw - 2rem));max-height:min(42rem,calc(100vh - 6.5rem));grid-template-rows:auto minmax(9rem,1fr) auto auto auto;overflow:hidden;border:1px solid rgba(98,231,255,.22);border-radius:18px;background:linear-gradient(145deg,#070d15fa,#0d1e23f0),#080d12f5;box-shadow:0 28px 80px #0000007a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.ais-chatbot-panel[hidden]{display:none}.ais-chatbot-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.ais-chatbot-header p{margin:0 0 .2rem;color:#f8fafc;font-weight:900}.ais-chatbot-header span{color:#e2e8f0b8;font-size:.84rem;line-height:1.4}.ais-chatbot-header button{border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0f;color:#e2e8f0d9;cursor:pointer;font-size:.78rem;font-weight:800;padding:.45rem .7rem}.ais-chatbot-messages{display:grid;align-content:start;gap:.75rem;overflow-y:auto;padding:1rem}.ais-chatbot-message{max-width:92%;border-radius:14px;padding:.75rem .85rem;color:#f8fafce6;font-size:.9rem;line-height:1.5;white-space:pre-wrap}.ais-chatbot-message-assistant{justify-self:start;border:1px solid rgba(98,231,255,.16);background:#ffffff0e}.ais-chatbot-message-user{justify-self:end;border:1px solid rgba(127,255,144,.2);background:#2ecc7124}.ais-chatbot-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1rem .9rem}.ais-chatbot-chip{display:inline-flex;min-height:2.25rem;align-items:center;justify-content:center;padding:.5rem .72rem;border:1px solid rgba(98,231,255,.24);border-radius:999px;background:#ffffff0e;color:#67e8f9;cursor:pointer;font:inherit;font-size:.82rem;font-weight:800;text-decoration:none}.ais-chatbot-chip-primary{border-color:#7fff906b;background:#2ecc7129;color:#b6ffcf}.ais-chatbot-chip:hover,.ais-chatbot-chip:focus-visible{outline:2px solid rgba(98,231,255,.36);outline-offset:2px}.ais-chatbot-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;padding:.9rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.08)}.ais-chatbot-form textarea{min-height:2.75rem;max-height:7rem;resize:vertical;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#ffffff14;color:#f8fafc;font:inherit;line-height:1.45;padding:.65rem .75rem}.ais-chatbot-form textarea:focus-visible{border-color:#62e7ffbd;outline:none}.ais-chatbot-form button[type=submit]{min-height:2.75rem;align-self:end;border:0;border-radius:12px;background:linear-gradient(135deg,#0ea5e9,#22c55e);color:#fff;cursor:pointer;font-weight:900;padding:0 1rem}.ais-chatbot-status{min-height:1.3rem;margin:0;padding:0 1rem .85rem;color:#e2e8f0b8;font-size:.78rem}@media(max-width:640px){.ais-chatbot{left:.75rem;right:.75rem;bottom:.75rem}.ais-chatbot-launcher{margin-right:auto}.ais-chatbot-panel{left:0;right:0;width:auto;max-height:calc(100vh - 5.75rem)}}@media(prefers-reduced-motion:reduce){.ais-chatbot *,.ais-chatbot *:before,.ais-chatbot *:after{transition:none!important}}
