.chatbot-container{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:system-ui,sans-serif}.chatbot-toggle{background:#2563eb;color:#fff;width:56px;height:56px;border-radius:50%;border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:transform .2s ease}.chatbot-toggle:hover{transform:scale(1.05)}.chatbox{position:absolute;bottom:70px;right:0;width:320px;height:440px;background:#fff;border-radius:16px;display:flex;flex-direction:column;box-shadow:0 6px 20px #00000040;overflow:hidden;animation:fadeInUp .25s ease-out}.chatbox-header{background:#2563eb;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px;font-weight:700}.chatbox-close{background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer}.chatbox-log{flex:1;padding:12px;overflow-y:auto;background:#f9fafb}.chat-message{margin-bottom:10px;display:flex}.chat-message.user{justify-content:flex-end}.chat-message.bot{justify-content:flex-start}.chat-bubble{padding:8px 12px;border-radius:12px;max-width:75%;word-wrap:break-word;font-size:14px}.chat-message.user .chat-bubble{background:#2563eb;color:#fff;border-bottom-right-radius:4px}.chat-message.bot .chat-bubble{background:#e5e7eb;color:#111;border-bottom-left-radius:4px}.chatbox-input{display:flex;border-top:1px solid #eee;padding:8px;background:#fff}.chatbox-input input{flex:1;border:none;padding:8px;outline:none;font-size:14px;border-radius:8px;background:#f3f4f6}.chatbox-input button{background:#2563eb;color:#fff;border:none;padding:0 16px;margin-left:6px;border-radius:8px;cursor:pointer;transition:background .2s ease}.chatbox-input button:hover{background:#1d4ed8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
