#pool-ai-widget{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:inherit}#pool-ai-toggle{background:#4771ed;color:#fff;border:none;border-radius:999px;padding:14px 22px;font-weight:700;cursor:pointer;box-shadow:0 12px 28px rgba(0,0,0,.24)}#pool-ai-panel{display:none;width:390px;max-width:calc(100vw - 30px);height:610px;max-height:calc(100vh - 110px);background:#fff;color:#111827;border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.3);overflow:hidden;flex-direction:column;margin-bottom:12px}#pool-ai-panel.open{display:flex}#pool-ai-header{background:#0c1f2e;color:#fff;padding:16px;display:flex;justify-content:space-between;align-items:center}#pool-ai-header span{display:block;font-size:12px;opacity:.8;margin-top:2px}#pool-ai-close{background:transparent;color:#fff;border:none;font-size:26px;cursor:pointer}#pool-ai-lead-screen{padding:22px;background:#fff}#pool-ai-lead-screen h3{margin:0 0 8px;font-size:22px;color:#0c1f2e}#pool-ai-lead-screen p{margin:0 0 18px;color:#4b5563;line-height:1.45}#pool-ai-lead-form{display:flex;flex-direction:column;gap:12px}#pool-ai-lead-form input{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:13px 14px;outline:none;font-size:14px;box-sizing:border-box}#pool-ai-lead-form button{background:#4771ed;color:#fff;border:none;border-radius:12px;padding:13px 16px;font-weight:700;cursor:pointer}.pool-ai-privacy{margin-top:12px;font-size:12px;line-height:1.4;color:#6b7280}#pool-ai-chat-screen{display:none;flex:1;flex-direction:column;min-height:0}#pool-ai-history-actions{display:flex;gap:8px;padding:10px 12px;border-bottom:1px solid #e5e7eb;background:#fff}#pool-ai-history-actions button{flex:1;border:1px solid #d1d5db;background:#fff;color:#0c1f2e;border-radius:999px;padding:8px 10px;font-size:12px;cursor:pointer}#pool-ai-messages{flex:1;padding:16px;overflow-y:auto;background:#f5f7fb}.pool-ai-message{padding:11px 13px;border-radius:14px;margin-bottom:10px;line-height:1.45;font-size:14px;white-space:pre-wrap}.pool-ai-message.bot{background:#fff;border:1px solid #e5e7eb}.pool-ai-message.user{background:#4771ed;color:#fff;margin-left:40px}.pool-ai-message.loading{opacity:.75}#pool-ai-form{display:flex;gap:8px;padding:12px;border-top:1px solid #e5e7eb;background:#fff}#pool-ai-input{flex:1;border:1px solid #d1d5db;border-radius:999px;padding:12px 14px;outline:none}#pool-ai-form button{background:#4771ed;color:#fff;border:none;border-radius:999px;padding:0 16px;font-weight:700;cursor:pointer}#pool-ai-disclaimer{font-size:11px;color:#6b7280;padding:0 14px 12px;background:#fff}.pool-ai-action-buttons{display:flex;gap:10px;margin-top:12px}.pool-ai-call-btn,.pool-ai-whatsapp-btn{color:#fff!important;padding:12px 14px;border-radius:8px;text-decoration:none!important;font-weight:bold;flex:1;text-align:center;display:inline-block}.pool-ai-call-btn{background:#ff4d4d}.pool-ai-call-btn:hover{background:#e63939}.pool-ai-whatsapp-btn{background:#25D366}.pool-ai-whatsapp-btn:hover{background:#1ebe5d}@media(max-width:480px){#pool-ai-widget{right:12px;bottom:12px}#pool-ai-panel{width:calc(100vw - 24px);height:78vh}}