.aed-chatbot{font-family:"Kanit",sans-serif;position:fixed;right:22px;bottom:22px;z-index:1055;color:#273444}.aed-chatbot *{box-sizing:border-box}.aed-chatbot__launcher{display:flex;align-items:center;gap:9px;border:0;border-radius:28px;padding:13px 18px;background:linear-gradient(135deg,#17a2b8,#10707f);color:#fff;font:600 16px inherit;box-shadow:0 8px 28px rgba(16,112,127,.34);cursor:pointer;transition:transform .2s,box-shadow .2s}.aed-chatbot__launcher:hover,.aed-chatbot__launcher:focus{transform:translateY(-2px);box-shadow:0 11px 32px rgba(16,112,127,.42);outline:3px solid rgba(23,162,184,.2)}.aed-chatbot__launcher i{font-size:20px}.aed-chatbot__panel{position:absolute;right:0;bottom:67px;width:370px;max-width:calc(100vw - 28px);height:540px;max-height:calc(100vh - 105px);background:#fff;border:1px solid #dce8eb;border-radius:18px;overflow:hidden;box-shadow:0 18px 55px rgba(18,44,52,.25);flex-direction:column}.aed-chatbot__panel:not([hidden]){display:flex;animation:aedChatIn .2s ease-out}@keyframes aedChatIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.aed-chatbot__header{display:flex;align-items:center;gap:11px;padding:15px 16px;background:linear-gradient(135deg,#10707f,#17a2b8);color:#fff}.aed-chatbot__avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.18);font-size:20px}.aed-chatbot__header strong,.aed-chatbot__header small{display:block}.aed-chatbot__header strong{font-size:17px}.aed-chatbot__header small{font-size:12px;opacity:.9}.aed-chatbot__status{display:inline-block;width:7px;height:7px;margin-right:3px;border-radius:50%;background:#68e68e}.aed-chatbot__close{margin-left:auto;border:0;background:transparent;color:#fff;font:300 29px/1 sans-serif;cursor:pointer;padding:5px}.aed-chatbot__messages{flex:1;overflow-y:auto;padding:16px;background:#f7fafb;scroll-behavior:smooth}.aed-chatbot__message{display:flex;margin:0 0 12px}.aed-chatbot__message--user{justify-content:flex-end}.aed-chatbot__bubble{max-width:84%;padding:10px 13px;border-radius:15px 15px 15px 4px;background:#fff;border:1px solid #e1eaed;box-shadow:0 2px 7px rgba(26,56,64,.06);font-size:14px;line-height:1.55;white-space:pre-line}.aed-chatbot__message--user .aed-chatbot__bubble{border:0;border-radius:15px 15px 4px 15px;background:#17a2b8;color:#fff}.aed-chatbot__bubble a{color:#10707f;font-weight:600;text-decoration:underline}.aed-chatbot__suggestions{display:flex;gap:7px;padding:9px 12px;overflow-x:auto;border-top:1px solid #edf2f3;background:#fff}.aed-chatbot__suggestion{flex:none;border:1px solid #17a2b8;border-radius:16px;padding:6px 10px;background:#fff;color:#10707f;font:500 12px inherit;cursor:pointer}.aed-chatbot__suggestion:hover{background:#eaf8fa}.aed-chatbot__form{display:flex;gap:8px;padding:10px 12px 7px;border-top:1px solid #e6edef;background:#fff}.aed-chatbot__form input{min-width:0;flex:1;border:1px solid #ccdadd;border-radius:22px;padding:10px 14px;font:14px inherit;outline:none}.aed-chatbot__form input:focus{border-color:#17a2b8;box-shadow:0 0 0 3px rgba(23,162,184,.12)}.aed-chatbot__form button{width:42px;height:42px;border:0;border-radius:50%;background:#17a2b8;color:#fff;cursor:pointer}.aed-chatbot__privacy{text-align:center;padding:0 8px 8px;background:#fff;color:#839397;font-size:10px}@media(max-width:575.98px){.aed-chatbot{right:14px;bottom:14px}.aed-chatbot__panel{position:fixed;inset:12px;width:auto;height:auto;max-width:none;max-height:none;border-radius:16px}.aed-chatbot__launcher span{display:none}.aed-chatbot__launcher{width:52px;height:52px;justify-content:center;padding:0;border-radius:50%}}@media(prefers-reduced-motion:reduce){.aed-chatbot__panel:not([hidden]){animation:none}.aed-chatbot__launcher{transition:none}}
