.mos-chatbot{position:fixed;right:16px;bottom:16px;z-index:9990;display:flex;flex-direction:column;align-items:flex-end;gap:12px;font-family:Manrope,Inter,system-ui,sans-serif}.mos-chatbot__toggle{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border:0;border-radius:50%;background:var(--primary);color:var(--text-white);cursor:pointer;box-shadow:var(--shadow-lg);transition:background 0.2s ease,transform 0.2s ease}.mos-chatbot__toggle:hover{background:var(--primary-hover);transform:translateY(-2px)}.mos-chatbot__panel[hidden]{display:none}.mos-chatbot__panel{display:flex;flex-direction:column;width:calc(100vw - 32px);max-width:calc(100vw - 32px);height:70vh;height:70dvh;max-height:560px;overflow:hidden;background:var(--bg-white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.mos-chatbot__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--primary);color:var(--text-white)}.mos-chatbot__title{font-weight:700;font-size:15px}.mos-chatbot__close{border:0;background:#fff0;color:var(--text-white);font-size:22px;line-height:1;cursor:pointer}.mos-chatbot__messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:16px;background:var(--bg-body)}.mos-chatbot__msg{max-width:85%;padding:10px 14px;border-radius:var(--radius-md);font-size:14px;line-height:1.5}.mos-chatbot__msg p{margin:0;color:inherit;white-space:pre-wrap}.mos-chatbot__msg--user{align-self:flex-end;background:var(--primary);color:var(--text-white);border-bottom-right-radius:var(--radius-sm)}.mos-chatbot__msg--bot{align-self:flex-start;background:var(--bg-white);color:var(--text-main);border-bottom-left-radius:var(--radius-sm);box-shadow:0 1px 2px rgb(0 0 0 / .06)}.mos-chatbot__sources{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.mos-chatbot__sources-label{width:100%;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light)}.mos-chatbot__source{padding:3px 10px;border-radius:999px;background:var(--bg-body);color:var(--primary);font-size:12px;text-decoration:none}.mos-chatbot__source:hover{background:var(--primary);color:var(--text-white)}.mos-chatbot__typing{display:flex;gap:4px;align-items:center}.mos-chatbot__typing span{width:7px;height:7px;border-radius:50%;background:var(--text-light);animation:mos-chatbot-blink 1.2s infinite ease-in-out}.mos-chatbot__typing span:nth-child(2){animation-delay:0.2s}.mos-chatbot__typing span:nth-child(3){animation-delay:0.4s}@keyframes mos-chatbot-blink{0%,80%,100%{opacity:.3}40%{opacity:1}}.mos-chatbot__form{display:flex;gap:8px;padding:12px;background:var(--bg-white);border-top:1px solid rgb(0 0 0 / .06)}.mos-chatbot__input{flex:1;min-width:0;padding:10px 14px;border:1px solid rgb(0 0 0 / .12);border-radius:var(--radius-sm);font-size:16px;font-family:inherit;color:var(--text-main);background:var(--bg-white)}.mos-chatbot__input:focus{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary)}.mos-chatbot__send{display:flex;align-items:center;justify-content:center;width:42px;border:0;border-radius:var(--radius-sm);background:var(--primary);color:var(--text-white);cursor:pointer;transition:background 0.2s ease}.mos-chatbot__send:hover{background:var(--primary-hover)}@media (min-width:640px){.mos-chatbot{right:24px;bottom:24px}.mos-chatbot__panel{width:380px;height:520px}.mos-chatbot__input{font-size:14px}}@media (min-width:1024px){.mos-chatbot__panel{max-height:600px}}.admin-bar .mos-chatbot__panel{max-height:calc(70vh - 46px)}@media (min-width:783px){.admin-bar .mos-chatbot__panel{max-height:calc(70vh - 32px)}}