.chatbot-widget{position:fixed;bottom:24px;right:24px;z-index:1100;pointer-events:none;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.chatbot-teaser{pointer-events:auto;position:absolute;bottom:78px;right:0;display:flex;align-items:flex-start;gap:6px;max-width:240px;animation:chatpeek .35s ease}@keyframes chatpeek{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot-teaser-body{background:#0e0e10;color:#fff;border:none;border-radius:14px 14px 4px;padding:12px 14px;font-size:.9rem;font-weight:600;line-height:1.35;cursor:pointer;box-shadow:0 16px 36px #0e0e1047}.chatbot-teaser-close{background:#fff;color:#0e0e10;border:1px solid #e2e2e5;width:22px;height:22px;border-radius:50%;font-size:1rem;line-height:1;cursor:pointer;flex-shrink:0}.chatbot-launcher{pointer-events:auto;width:62px;height:62px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;background:#0e0e10;color:#fff;box-shadow:0 14px 32px #0e0e1066;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.chatbot-launcher:hover{transform:translateY(-4px) scale(1.03)}.chatbot-launcher svg{width:32px;height:32px}.chatbot-x{font-size:2rem;line-height:1}.chatbot-launcher.pulse:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #0e0e10;animation:chatpulse 1.8s ease-out infinite}@keyframes chatpulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.7);opacity:0}}.chatbot-window{pointer-events:auto;position:fixed;bottom:100px;right:24px;width:min(420px,calc(100vw - 48px));max-height:70vh;min-height:460px;background:#fff;border-radius:18px;box-shadow:0 30px 80px #0e0e1059;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e7e7e9}.chatbot-header{padding:16px 18px;background:#0e0e10;color:#fff;display:flex;align-items:center;justify-content:space-between}.chatbot-header h3{margin:0;font-size:1rem;font-weight:700}.chatbot-mode{display:inline-block;margin-top:4px;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;opacity:.85}.chatbot-mode.is-ai{color:#9ee6b8}.chatbot-mode.is-offline{color:#f5c97a}.chatbot-close{border:none;background:#ffffff1f;color:#fff;width:28px;height:28px;border-radius:50%;font-size:1.2rem;line-height:1;cursor:pointer}.chatbot-close:hover{background:#ffffff40}.chatbot-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:#f5f6f8}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-thumb{background:#0e0e1033;border-radius:3px}.chatbot-message{padding:11px 13px;border-radius:14px;font-size:.9rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.chatbot-message.user{align-self:flex-end;background:#0e0e10;color:#fff;max-width:85%;border-bottom-right-radius:4px}.chatbot-message.model{align-self:flex-start;background:#fff;border:1px solid #e7e7e9;color:#16161a;max-width:92%;border-bottom-left-radius:4px}.chatbot-message.typing{font-style:italic;opacity:.7}.chatbot-input-area{border-top:1px solid #e7e7e9;padding:12px 14px 14px;background:#fff;display:flex;flex-direction:column;gap:8px}.chatbot-input-area textarea{resize:none;border:1.5px solid #e7e7e9;border-radius:12px;padding:10px 12px;font:inherit;font-size:.9rem;min-height:56px;outline:none;transition:border-color .2s ease}.chatbot-input-area textarea:focus{border-color:#0e0e10}.chatbot-input-area button{align-self:flex-end;padding:9px 20px;border-radius:999px;border:none;background:#0e0e10;color:#fff;font-weight:700;font-size:.88rem;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.chatbot-input-area button:hover:not(:disabled){transform:translateY(-2px)}.chatbot-input-area button:disabled{opacity:.45;cursor:not-allowed}.chatbot-link{color:#0e0e10;text-decoration:underline}.chatbot-widget--rope .chatbot-launcher,.chatbot-widget--rope .chatbot-header{background:#0f1810}.chatbot-widget--rope .chatbot-launcher.pulse:before{border-color:#2d5a3d}.chatbot-widget--rope .chatbot-message.user{background:#1a3d28}@media (max-width: 520px){.chatbot-widget{bottom:16px;right:16px}.chatbot-window{bottom:88px;right:16px;width:calc(100vw - 32px);max-height:76vh;min-height:60vh}}@media (prefers-reduced-motion: reduce){.chatbot-launcher.pulse:before{animation:none}}
