@layer payload-default{}@media(max-width:768px){.admin-bar{display:none}}.chatbot-fab{position:fixed;zoom:calc(1 / clamp(.55, calc(100vw / 1920), 1))}.chatbot-fab-pulse{position:absolute;inset:0;border-radius:50%;background:rgba(255,170,0,.4);animation:chatbot-pulse 2s cubic-bezier(.4,0,.6,1) infinite;pointer-events:none}@keyframes chatbot-pulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.chatbot-window{zoom:calc(1 / clamp(.55, calc(100vw / 1920), 1));box-shadow:0 25px 50px -12px rgba(0,0,0,.5),0 0 40px rgba(255,170,0,.1)}.chatbot-messages{--sb-track-color:#0f0f0f;--sb-thumb-color:#333333;--sb-size:6px}.chatbot-messages::-webkit-scrollbar{width:var(--sb-size)}.chatbot-messages::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#ffaa00}@supports not selector(::-webkit-scrollbar){.chatbot-messages{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color);scrollbar-width:thin}}.chatbot-message-user{background:linear-gradient(135deg,#ffaa00,#b8860b);border-bottom-right-radius:4px}.chatbot-message-bot{border-bottom-left-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.2)}@media (max-width:480px){.chatbot-window{bottom:0;right:0;left:0;width:100%;height:100dvh;border-radius:0}.chatbot-fab{bottom:16px;right:16px;height:56px;width:56px}}