.austere-chatbot-wrapper{position:relative;z-index:99999}.austere-chatbot-toggle{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--chatbot-primary-color,#3b82f6),var(--chatbot-secondary-color,#1e40af));border:none;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;z-index:99999}.austere-chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(0,0,0,.4)}.austere-chatbot-toggle:active{transform:scale(1.05)}.austere-toggle-icon-svg,.austere-toggle-icon-img{width:32px;height:32px}.austere-toggle-icon-svg{fill:#fff;color:#fff}.austere-toggle-icon-img{object-fit:contain;border-radius:8px}.austere-chatbot-container{position:fixed;bottom:90px;right:20px;width:380px;min-height:450px;max-height:calc(100vh - 120px);background:var(--chatbot-bg-color,#fff);border-radius:var(--chatbot-border-radius,16px);box-shadow:0 10px 40px rgba(0,0,0,.2);display:none;flex-direction:column;overflow:hidden;z-index:99998;font-family:var(--chatbot-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);animation:slideUp .3s ease-out}.austere-chatbot-container.active{display:flex}@keyframes slideUp{from{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.austere-chatbot-header{background:linear-gradient(135deg,var(--chatbot-primary-color,#3b82f6),var(--chatbot-secondary-color,#1e40af));color:#fff;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.austere-chatbot-header-content{display:flex;align-items:center;gap:12px}.austere-chatbot-logo{width:40px;height:40px;border-radius:var(--chatbot-border-radius,10px);background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:6px;flex-shrink:0}.austere-chatbot-logo img{width:100%;height:100%;object-fit:contain}.austere-logo-text{font-weight:700;color:var(--chatbot-primary-color,#3b82f6);font-size:16px}.austere-chatbot-header-text h3{font-size:16px;font-weight:600;margin:0 0 3px;line-height:1.2}.austere-chatbot-header-text p{font-size:13px;margin:0;opacity:.95;line-height:1.2}.austere-close-btn{background:rgba(255,255,255,.2);border:none;color:#fff;cursor:pointer;padding:6px 10px;border-radius:8px;line-height:1;transition:background .2s ease;display:flex;align-items:center;justify-content:center}.austere-close-btn:hover{background:rgba(255,255,255,.3)}.austere-chatbot-messages{flex:1;overflow-y:auto;padding:18px;background:#f8fafc;min-height:0;display:flex;flex-direction:column;gap:16px}.austere-chatbot-messages::-webkit-scrollbar{width:6px}.austere-chatbot-messages::-webkit-scrollbar-track{background:#e2e8f0;border-radius:10px}.austere-chatbot-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.austere-chatbot-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.austere-message{display:flex;gap:10px;animation:fadeIn .3s ease-out;margin-bottom:0}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.austere-message.bot{justify-content:flex-start}.austere-message.user{justify-content:flex-end}.austere-message-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0;overflow:hidden}.austere-message.bot .austere-message-avatar{background:linear-gradient(135deg,var(--chatbot-primary-color,#3b82f6),var(--chatbot-secondary-color,#1e40af));color:#fff;padding:4px}.austere-avatar-text{font-weight:700}.austere-message-avatar img{width:100%;height:100%;object-fit:contain}.austere-message.user .austere-message-avatar{background:#e2e8f0;color:#475569}.austere-message-content{max-width:75%;padding:12px 16px;border-radius:var(--chatbot-border-radius,12px);line-height:1.6;font-size:var(--chatbot-font-size,14px);word-wrap:break-word;overflow-wrap:break-word}.austere-message.bot .austere-message-content{background:#fff;color:var(--chatbot-text-color,#1f2937);border-bottom-left-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.austere-message.user .austere-message-content{background:linear-gradient(135deg,var(--chatbot-primary-color,#3b82f6),var(--chatbot-secondary-color,#1e40af));color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.austere-typing-indicator{display:none;padding:12px 16px;background:#fff;border-radius:var(--chatbot-border-radius,12px);width:fit-content;box-shadow:0 2px 8px rgba(0,0,0,.06)}.austere-typing-indicator.active{display:block}.austere-typing-indicator span{height:8px;width:8px;background:#94a3b8;border-radius:50%;display:inline-block;margin-right:5px;animation:typing 1.4s infinite ease-in-out}.austere-typing-indicator span:nth-child(2){animation-delay:.2s}.austere-typing-indicator span:nth-child(3){animation-delay:.4s;margin-right:0}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.austere-quick-replies{padding:0 10px 10px 18px;display:flex;gap:8px;flex-wrap:wrap;background:#f8fafc;flex-shrink:0}.austere-quick-reply-btn{padding:10px 16px;border:2px solid var(--chatbot-primary-color,#3b82f6);background:#f8fafc;color:var(--chatbot-primary-color,#3b82f6);border-radius:calc(var(--chatbot-border-radius, 12px) + 8px);font-size:11px;font-weight:400;cursor:pointer;transition:all .3s ease}.austere-quick-reply-btn:hover{background:var(--chatbot-primary-color,#3b82f6);color:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.austere-quick-reply-btn:active{transform:translateY(0)}.austere-chatbot-input-area{padding:14px 18px;background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:12px;flex-shrink:0;align-items:center}.austere-chatbot-input{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:calc(var(--chatbot-border-radius, 12px) + 8px);font-size:var(--chatbot-font-size,14px);font-family:var(--chatbot-font-family,inherit);outline:none;transition:border-color .2s ease,box-shadow .2s ease;color:var(--chatbot-text-color,#1f2937)}.austere-chatbot-input:focus{border-color:var(--chatbot-primary-color,#3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.austere-chatbot-input::placeholder{color:#94a3b8}.austere-send-btn{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--chatbot-primary-color,#3b82f6),var(--chatbot-secondary-color,#1e40af));border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}.austere-send-btn:hover{transform:scale(1.08);box-shadow:0 4px 12px rgba(59,130,246,.4)}.austere-send-btn:active{transform:scale(1.02)}.austere-send-icon-svg,.austere-send-icon-img{width:20px;height:20px}.austere-send-icon-svg{fill:#fff;color:#fff}.austere-send-icon-img{object-fit:contain;filter:brightness(0) invert(1)}.austere-lead-form{background:#fff;padding:16px;border-radius:var(--chatbot-border-radius,12px);margin:0;box-shadow:0 2px 8px rgba(0,0,0,.06)}.austere-lead-form h4{margin:0 0 14px;color:var(--chatbot-primary-color,#3b82f6);font-size:15px;font-weight:600}.austere-form-group{margin-bottom:12px}.austere-form-group label{display:block;margin-bottom:6px;font-size:13px;color:#475569;font-weight:500}.austere-form-group input,.austere-form-group select,.austere-form-group textarea{width:100%;padding:10px 14px;border:2px solid #e2e8f0;border-radius:calc(var(--chatbot-border-radius, 12px) - 4px);font-size:13px;font-family:var(--chatbot-font-family,inherit);box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease;color:var(--chatbot-text-color,#1f2937)}.austere-form-group input:focus,.austere-form-group select:focus,.austere-form-group textarea:focus{border-color:var(--chatbot-primary-color,#3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.austere-form-group textarea{resize:vertical;min-height:60px}.austere-submit-btn{width:100%;padding:12px;background:linear-gradient(135deg,var(--chatbot-primary-color,#3b82f6),var(--chatbot-secondary-color,#1e40af));color:#fff;border:none;border-radius:calc(var(--chatbot-border-radius, 12px) - 4px);font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.austere-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.austere-submit-btn:active{transform:translateY(0)}@media (max-width:480px){.austere-chatbot-container{width:calc(100% - 20px);min-height:400px;max-height:calc(100vh - 100px);right:10px;bottom:80px;border-radius:16px 16px 0 0}.austere-chatbot-toggle{bottom:15px;right:15px;width:56px;height:56px}.austere-message-content{max-width:80%;font-size:13px}}@media (max-width:360px){.austere-chatbot-container{width:100%;right:0;border-radius:12px 12px 0 0}}.austere-chatbot-toggle:focus,.austere-close-btn:focus,.austere-send-btn:focus,.austere-quick-reply-btn:focus,.austere-submit-btn:focus{outline:3px solid var(--chatbot-primary-color,#3b82f6);outline-offset:2px}@media (prefers-reduced-motion:reduce){.austere-chatbot-container,.austere-message,.austere-chatbot-toggle,.austere-send-btn,.austere-quick-reply-btn,.austere-submit-btn{animation:none;transition:none}}