.custom-chatbot-container{background:#fff;border-radius:12px;flex-direction:column;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.custom-chatbot{flex-direction:column;height:100%;display:flex}.custom-chatbot-header{color:#fff;background:linear-gradient(135deg,#1a4d3a 0%,#2d5a47 100%);padding:20px 16px 16px;position:relative}.custom-chatbot-logo{align-items:center;margin-bottom:8px;display:flex}.custom-chatbot-logo-image{filter:brightness(0)invert();width:auto;height:32px}.custom-chatbot-subtitle{color:#ffffffe6;margin-bottom:12px;font-size:14px}.custom-chatbot-recent{color:#fffc;margin-bottom:0;font-size:12px}.custom-chatbot-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex;position:absolute;top:16px;right:16px}.custom-chatbot-close:hover{background:#ffffff4d}.custom-messages-container{color:#000;background:#fff;flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.custom-message{align-items:flex-start;width:100%;margin-bottom:16px;display:flex}.custom-message.user{justify-content:flex-end}.custom-message.bot{justify-content:flex-start;align-items:flex-start}.custom-message.bot .bot-avatar{background:#10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:4px;margin-right:8px;display:flex}.custom-message>div{flex-direction:column;max-width:80%;display:flex}.custom-message.bot .bot-avatar:before{content:"🤖";font-size:12px}.message-bubble{word-wrap:break-word;word-break:normal;white-space:normal;box-sizing:border-box;border-radius:18px;width:100%;padding:12px 16px;font-size:14px;line-height:1.4;display:block;position:relative}.message-bubble h1{color:inherit;margin:8px 0 4px;font-size:18px;font-weight:700}.message-bubble h2{color:inherit;margin:6px 0 3px;font-size:16px;font-weight:700}.message-bubble h3{color:inherit;margin:4px 0 2px;font-size:15px;font-weight:700}.message-bubble strong{font-weight:700}.message-bubble em{font-style:italic}.message-bubble br{line-height:1.6}.custom-message.user .message-bubble{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-bottom-right-radius:4px}.custom-message.bot .message-bubble{color:#166534;background:#f0fdf4;border:1px solid #dcfce7;border-bottom-left-radius:4px}.message-timestamp{color:#9ca3af;text-align:right;margin-top:4px;font-size:11px;font-weight:400}.custom-message.bot .message-timestamp{text-align:left;margin-left:32px}.custom-input-container{background:#fff;border-top:1px solid #e5e7eb;align-items:center;gap:8px;padding:16px;display:flex}.custom-input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:20px;outline:none;flex:1;padding:12px 16px;font-size:14px;transition:border-color .2s}.custom-input::placeholder{color:#9ca3af}.custom-input:focus{border-color:#1a4d3a;box-shadow:0 0 0 3px #1a4d3a1a}.custom-send-button{color:#fff;cursor:pointer;background:#1a4d3a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;transition:background-color .2s;display:flex}.custom-send-button:hover:not(:disabled){background:#14532d}.custom-send-button:disabled{cursor:not-allowed;background:#9ca3af}.custom-send-button:before{content:"→";font-size:14px;font-weight:700}.loading-dots{display:inline-block}.loading-dots:after{content:"";animation:1.5s infinite loading-dots}@keyframes loading-dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.custom-messages-container::-webkit-scrollbar{width:4px}.custom-messages-container::-webkit-scrollbar-track{background:0 0}.custom-messages-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.custom-messages-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:640px){.custom-chatbot-container{border-radius:0;height:100vh}.custom-chatbot-header{padding:16px}.custom-chatbot-logo h1{font-size:18px}.message-bubble{max-width:85%;font-size:13px}.custom-input{padding:10px 14px;font-size:13px}}.floating-chatbot-modal{z-index:50;width:384px;height:500px;position:fixed;bottom:24px;right:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (max-width:640px){.floating-chatbot-modal{border-radius:0;width:100vw;height:100vh;bottom:0;right:0}}
