@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@600;700&display=swap");.chatbot-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;font-family:Inter,sans-serif}.chatbot-window{margin-bottom:20px;width:400px;height:640px;background:#ffffff;border-radius:28px;box-shadow:0 25px 50px -12px rgba(0,0,0,.15),0 0 1px 1px rgba(0,0,0,.05);border:none;display:flex;flex-direction:column;overflow:hidden;background-clip:padding-box}@media (max-width:640px){.chatbot-window{width:90vw;height:80vh;right:5vw;bottom:80px}}.chatbot-header{background:linear-gradient(135deg,#37A267,#2e8a56);padding:24px;display:flex;justify-content:space-between;align-items:center;color:#ffffff;position:relative;overflow:hidden}.chatbot-header-info{display:flex;align-items:center;gap:14px;z-index:1}.chatbot-avatar-container{position:relative;width:52px;height:52px}.chatbot-avatar{width:100%;height:100%;object-fit:cover;border-radius:18px;border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 12px rgba(0,0,0,.1)}.chatbot-status-indicator{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;background-color:#10b981;border-radius:50%;border:3px solid #37a267}.chatbot-header-text h3{font-family:Outfit,sans-serif;font-size:19px;font-weight:700;line-height:1.2;margin:0;letter-spacing:-.01em}.chatbot-header-text p{font-size:13px;color:rgba(255,255,255,.85);font-weight:500;margin:2px 0 0}.chatbot-header-actions{display:flex;align-items:center;gap:10px;z-index:1}.chatbot-close-btn,.chatbot-header-btn{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);color:white;padding:8px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.4,0,.2,1)}.chatbot-messages{flex:1 1;overflow-y:auto;padding:24px 20px;background-color:#fbfcfd;display:flex;flex-direction:column;gap:2px}.message-row{display:flex;align-items:flex-end;gap:12px}.message-row:not(.consecutive){margin-top:20px}.message-row.user{justify-content:flex-end}.assistant-avatar-small{width:34px;height:34px;border-radius:12px;object-fit:cover;margin-bottom:4px}.message-content{display:flex;flex-direction:column;gap:6px;width:300px}.message-row.user .message-content{align-items:flex-end}.message-bubble{padding:14px 18px;border-radius:20px;font-size:14.5px;line-height:1.55;box-shadow:0 2px 4px rgba(0,0,0,.02);width:100%}.message-row.user .message-bubble{background:linear-gradient(135deg,#37A267,#2e8a56);color:#ffffff;border-bottom-right-radius:4px}.message-row.user .message-bubble a,.message-row.user .message-bubble em,.message-row.user .message-bubble li,.message-row.user .message-bubble p,.message-row.user .message-bubble span,.message-row.user .message-bubble strong{color:#ffffff!important}.message-row.assistant .message-bubble{background-color:#ffffff;border:1px solid #edf2f7;color:#334155;border-bottom-left-radius:4px}.message-row.assistant.consecutive{padding-left:46px}.chatbot-branding{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;opacity:.6}.chatbot-branding p{font-size:10px;font-weight:600;color:#64748b;margin:0}.typing-indicator{padding:12px 16px;background:#f8fafc;border-radius:16px;display:inline-flex;align-items:center;gap:8px;border:1px solid #edf2f7;margin-top:4px}.typing-text{font-size:11px;color:#64748b;font-weight:600}.typing-dots{display:flex;gap:4px}.dot{width:6px;height:6px;background-color:#37A267;border-radius:50%}.quick-actions-container{margin-top:12px}.quick-actions{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0}.quick-action-pill{padding:8px 16px;background-color:#ffffff;border:1px solid #cce7d8;color:#37A267;font-size:13px;font-weight:600;border-radius:9999px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.quick-action-pill:hover{background-color:#f0f9f4;border-color:#37A267}.intent-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;margin-top:12px}.intent-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 14px;background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;gap:10px;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.intent-card:hover{border-color:#37A267;background-color:#f0fdf4;box-shadow:0 10px 15px -3px rgba(55,162,103,.1);transform:translateY(-4px)}.intent-icon{font-size:28px}.intent-label{font-family:Outfit,sans-serif;font-size:14px;font-weight:700;color:#1e293b}.cta-button-group{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:10px;width:100%}.calculator-cta-inline-btn{width:100%;padding:12px;background-color:#ffffff;color:#37A267;border:1.5px solid #37a267;border-radius:14px;font-weight:700;font-size:14px;cursor:pointer;transition:all .25s;font-family:Outfit,sans-serif}.calculator-cta-inline-btn:hover{background-color:#f0fdf4;transform:translateY(-1px)}.signup-cta-inline-btn{width:100%;padding:12px;background:linear-gradient(135deg,#37A267,#2e8a56);color:white;border:none;border-radius:14px;font-weight:700;font-size:14px;cursor:pointer;transition:all .25s;box-shadow:0 4px 12px rgba(55,162,103,.25);font-family:Outfit,sans-serif}.signup-cta-inline-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(55,162,103,.35)}.chatbot-nudge{position:absolute;bottom:84px;right:0;width:260px;background:white;padding:16px 20px;border-radius:20px;border:1px solid #37a267;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);cursor:pointer;z-index:100;animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-footer{padding:24px 20px;background-color:#ffffff;border-top:1px solid #f1f5f9}.chatbot-input-form{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:6px 6px 6px 18px;display:flex;align-items:center;transition:all .2s ease}.chatbot-input{flex:1 1;background:transparent;border:none;font-size:14.5px;font-weight:500;outline:none;color:#1e293b;padding:10px 0}.chatbot-send-btn{width:40px;height:40px;background-color:#f1f5f9;color:#94a3b8;border-radius:14px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.chatbot-send-btn.active{background-color:#37A267;color:#ffffff;box-shadow:0 4px 10px rgba(55,162,103,.2)}.chatbot-toggle-btn{width:64px;height:64px;background:linear-gradient(135deg,#37A267,#2e8a56);box-shadow:0 10px 25px -5px rgba(55,162,103,.4);border:3px solid #ffffff;border-radius:50%;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.pills-row{padding:12px 16px;background:#fbfcfd}.chatbot-nudge p{margin:0;font-size:14px;color:#334155;line-height:1.5;font-weight:500}.nudge-close{position:absolute;top:10px;right:10px;background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px}.system-notification{display:flex;flex-direction:column;align-items:center;margin:24px 0}.system-notification span{background:#f1f5f9;color:#64748b;font-size:10px;font-weight:700;padding:6px 16px;border-radius:9999px;text-transform:uppercase}.assistant-avatar-small.placeholder,.chatbot-avatar.placeholder{background:linear-gradient(135deg,#37A267,#2e8a56);color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:Outfit,sans-serif;font-size:18px;letter-spacing:1px}.assistant-avatar-small.placeholder{font-size:13px;letter-spacing:.5px}