.chatbot-toggle{position:fixed;right:20px;bottom:20px;z-index:60;min-height:48px;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:0;border-radius:999px;background:var(--c-main);color:#fff;cursor:pointer;font-weight:700}.chatbot-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.chatbot-toggle[aria-expanded="true"]{visibility:hidden}.chatbot-panel{position:fixed;right:20px;bottom:80px;z-index:61;width:min(400px,calc(100vw - 32px));max-height:min(632px,calc(100vh - 168px));display:flex;flex-direction:column;overflow:hidden;border:var(--border);border-radius:16px;background:var(--c-card);animation:chatbot-in .2s ease both}.chatbot-panel[hidden]{display:none}.chatbot-panel>header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;border-bottom:var(--border);background:var(--c-soft)}.chatbot-panel>header p{margin:0;color:var(--c-text);font-weight:700}.chatbot-panel>header span{display:block;color:var(--c-main);font-size:12px;font-weight:700}.chatbot-panel>header button{width:44px;height:44px;border:0;border-radius:50%;background:var(--c-card);cursor:pointer;font-size:20px}.chatbot-messages{min-height:220px;padding:16px;overflow-y:auto;background:var(--c-base)}.chat-message{max-width:88%;margin:0 0 12px;padding:12px 14px;border-radius:14px;background:var(--c-card);font-size:14px}.chat-message.user{margin-left:auto;background:var(--c-main);color:#fff}.chat-message p{margin:0}.chat-message p+p{margin-top:6px}.bot-results{display:grid;gap:8px;margin-top:10px}.bot-command{padding:10px;border:var(--border);border-radius:10px;background:var(--c-card)}.bot-command strong{display:block;margin-bottom:5px;font-size:13px}.bot-command code{display:block;overflow-x:auto;color:var(--c-main);font-size:13px;white-space:nowrap}.bot-command span{display:block;margin-top:4px;font-size:12px}.bot-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.bot-links a,.bot-search{min-height:40px;display:inline-flex;align-items:center;padding:6px 12px;border:0;border-radius:999px;background:var(--c-soft);color:var(--c-main);cursor:pointer;font-size:12px;font-weight:700;text-decoration:none}.chatbot-quick{display:flex;gap:6px;padding:10px 12px;overflow-x:auto;border-top:var(--border);background:var(--c-card)}.chatbot-quick button{min-height:40px;flex:0 0 auto;padding:6px 10px;border:var(--border);border-radius:999px;background:var(--c-card);cursor:pointer;font-size:12px;font-weight:700}.chatbot-panel form{padding:12px;border-top:var(--border);background:var(--c-card)}.chatbot-panel form label{display:block;margin-bottom:6px;font-size:12px;font-weight:700}.chatbot-panel form>div{display:grid;grid-template-columns:1fr auto;gap:8px}.chatbot-panel input{min-width:0;min-height:44px;padding:8px 10px;border:2px solid var(--c-text);border-radius:8px}.chatbot-panel form button{min-height:44px;padding:8px 14px;border:0;border-radius:8px;background:var(--c-main);color:#fff;cursor:pointer;font-weight:700}@keyframes chatbot-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:901px){body:not(.sidebar-collapsed) .chatbot-toggle{right:20px}.chatbot-panel{right:20px}}
@media(max-width:900px){.chatbot-toggle{right:12px;bottom:60px}.chatbot-panel{right:16px;bottom:116px;max-height:calc(100vh - 204px)}}
@media(max-width:600px){.chatbot-toggle span{display:none}.chatbot-toggle{width:48px;padding:0;justify-content:center}.chatbot-panel{bottom:112px;max-height:calc(100vh - 236px)}.chatbot-messages{min-height:180px}}
@media(prefers-reduced-motion:reduce){.chatbot-panel{animation-duration:.01ms!important}}
.chatbot-toggle{width:64px;height:64px;min-height:64px;justify-content:center;gap:0;padding:0;overflow:hidden;box-shadow:0 8px 22px rgba(36,41,47,.16);transition:width .25s ease,background .2s ease,gap .25s ease,box-shadow .2s ease}.chatbot-toggle:hover{box-shadow:0 12px 28px rgba(36,41,47,.2)}.chatbot-toggle span{max-width:0;overflow:hidden;opacity:0;white-space:nowrap;transition:max-width .25s ease,opacity .18s ease}.chatbot-panel{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px) scale(.985);box-shadow:0 18px 44px rgba(36,41,47,.16);animation:none;transition:opacity .24s ease,transform .24s ease,visibility .24s ease}.chatbot-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
@media(min-width:601px) and (hover:hover){.chatbot-toggle:hover,.chatbot-toggle:focus-visible{width:140px;gap:8px}.chatbot-toggle:hover span,.chatbot-toggle:focus-visible span{max-width:72px;opacity:1}}
@media(prefers-reduced-motion:reduce){.chatbot-toggle,.chatbot-toggle span,.chatbot-panel{transition-duration:.01ms!important}}
.chatbot-toggle>img{width:60px;height:60px;flex:0 0 60px;object-fit:cover;border-radius:50%}.chatbot-panel>header{min-height:90px}.chatbot-panel>header>.chatbot-avatar{width:66px;height:66px;flex:0 0 66px;object-fit:cover;border-radius:50%}.chatbot-panel>header>div{min-width:0;flex:1}
