.alugge-chat{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;width:100%;max-width:420px;background:#efeae2;border-radius:22px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 50px rgba(0,0,0,.12);display:flex;flex-direction:column;min-height:620px}.alugge-chat__header{height:70px;background:var(--alugge-header,#075E54);color:#fff;display:flex;align-items:center;gap:12px;padding:0 16px}.alugge-chat__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:var(--alugge-primary,#25D366);display:flex;align-items:center;justify-content:center;font-weight:800}.alugge-chat__avatar img{width:100%;height:100%;object-fit:cover}.alugge-chat__head-info{display:flex;flex-direction:column}.alugge-chat__head-info strong{font-size:16px}.alugge-chat__head-info span{font-size:12px;opacity:.9;display:flex;align-items:center;gap:5px}.alugge-chat__head-info i{display:block;width:8px;height:8px;border-radius:50%;background:#22c55e}.alugge-chat__messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.alugge-chat__bubble{max-width:86%;border-radius:16px;padding:10px 12px;font-size:14px;line-height:1.45;box-shadow:0 1px 1px rgba(0,0,0,.08)}.alugge-chat__bubble--bot{background:#fff;border-top-left-radius:4px;align-self:flex-start}.alugge-chat__bubble--user{background:#d9fdd3;border-top-right-radius:4px;align-self:flex-end}.alugge-chat__cards{display:flex;flex-direction:column;gap:10px;width:100%}.alugge-chat-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.07)}.alugge-chat-card img{width:100%;height:150px;object-fit:cover;background:#f3f4f6}.alugge-chat-card__body{padding:12px}.alugge-chat-card h4{margin:0 0 6px;font-size:15px}.alugge-chat-card p{margin:0 0 8px;color:#4b5563;font-size:13px}.alugge-chat-card strong{display:block;margin:6px 0;font-size:16px}.alugge-chat-card__actions{display:flex;gap:8px;flex-wrap:wrap}.alugge-chat-card__actions a{flex:1;text-align:center;text-decoration:none;border-radius:10px;padding:9px 10px;font-weight:700;font-size:13px;background:var(--alugge-primary,#25D366);color:#fff}.alugge-chat-card__actions a:first-child{background:#f3f4f6;color:#111827}.alugge-chat__quick{display:flex;gap:8px;flex-wrap:wrap;padding:0 12px 10px}.alugge-chat__quick button{border:0;border-radius:999px;background:#fff;color:#111827;padding:9px 11px;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;cursor:pointer}.alugge-chat__composer{display:flex;gap:8px;align-items:flex-end;padding:10px;background:#f0f2f5}.alugge-chat__composer textarea{flex:1;border:0;border-radius:18px;background:#fff;padding:11px 14px;resize:none;outline:none;font-family:Poppins,sans-serif;max-height:120px}.alugge-chat__composer button{width:42px;height:42px;border:0;border-radius:50%;background:var(--alugge-primary,#25D366);display:flex;align-items:center;justify-content:center;cursor:pointer}.alugge-chat__composer svg{width:21px;height:21px;fill:#fff}.alugge-chat__lead-form{display:flex;flex-direction:column;gap:8px}.alugge-chat__lead-form input{height:42px;border:1px solid #e5e7eb;border-radius:10px;padding:0 10px;font-family:Poppins,sans-serif}.alugge-chat__lead-form button{height:42px;border:0;border-radius:10px;background:var(--alugge-primary,#25D366);color:#fff;font-weight:700;font-family:Poppins,sans-serif;cursor:pointer}@media(max-width:520px){.alugge-chat{max-width:none;min-height:560px;border-radius:16px}}
