.mrp-human-chat{position:fixed;right:22px;bottom:22px;z-index:1200;width:min(410px,calc(100vw - 28px));height:min(680px,calc(100svh - 44px));display:flex;flex-direction:column;background:#fff;border:1px solid rgba(18,32,24,.09);border-radius:24px;box-shadow:0 24px 80px rgba(32,45,38,.18);overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(24px) scale(.97);transition:.2s ease;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.mrp-human-chat.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.mrp-human-chat-head{height:70px;display:flex;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid #edf0ec;flex:none}.mrp-human-chat-head>span:nth-child(2){display:flex;flex-direction:column;line-height:1.15}.mrp-human-chat-head strong{font-size:14px}.mrp-human-chat-head small{font-size:11px;color:#7a827e;margin-top:3px}.mrp-human-chat-head button{margin-left:auto;width:36px;height:36px;border:0;border-radius:50%;background:#f0f3f1;color:#33413a;font-size:26px;cursor:pointer}.mrp-human-chat-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:var(--mrp-chat-brand);color:#fff;font-weight:800}.mrp-human-chat-avatar img{width:100%;height:100%;object-fit:cover}.mrp-human-chat-stream{flex:1;overflow:auto;padding:18px 16px 12px}.mrp-human-chat-purpose{padding:14px 15px;border-radius:16px;background:#f4f7f5;color:#52615a;font-size:14px;line-height:1.45;margin-bottom:14px}.mrp-human-chat-row{display:flex;margin:0 0 8px}.mrp-human-chat-row.is-user{justify-content:flex-end}.mrp-human-chat-bubble{max-width:84%;padding:11px 14px;border-radius:17px 17px 17px 5px;background:#f0f2ef;color:#19201c;font-size:15px;line-height:1.38}.is-user .mrp-human-chat-bubble{background:var(--mrp-chat-brand);color:#fff;border-radius:17px 17px 5px 17px}.mrp-human-chat-waiting{background:#edf7f4;color:#245b4c}.mrp-human-chat-alert{margin:0 14px 8px;padding:10px 12px;border-radius:12px;background:#fff0ed;color:#94392e;font-size:12px}.mrp-human-chat-form{display:flex;align-items:flex-end;gap:8px;margin:0 14px 8px;padding:8px 8px 8px 14px;border:1px solid #e7e9e6;border-radius:21px;background:#f4f5f3}.mrp-human-chat-form textarea{width:100%;min-height:36px;max-height:110px;padding:8px 0;border:0;background:transparent;outline:0;resize:none;font:inherit;font-size:16px;line-height:1.3}.mrp-human-chat-form button{width:38px;height:38px;flex:none;border:0;border-radius:50%;background:var(--mrp-chat-brand);color:#fff;font-size:20px}.mrp-human-chat-email{display:grid;gap:5px;margin:0 14px 7px;font-size:11px;color:#66736d}.mrp-human-chat-email span{font-weight:400;color:#8a948f}.mrp-human-chat-email input{width:100%;padding:9px 11px;border:1px solid #d9e1dd;border-radius:11px;background:#fff;font:inherit;font-size:13px}.mrp-human-chat-privacy{text-align:center;color:#9aa09c;font-size:9px;padding:0 16px 12px}.mrp-human-chat-launcher-wrap{position:fixed;right:24px;bottom:24px;z-index:1150;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.mrp-human-chat-launcher-copy{max-width:300px;padding:12px 15px;border:1px solid rgba(20,40,30,.09);border-radius:16px;background:rgba(255,255,255,.97);box-shadow:0 12px 34px rgba(19,48,35,.12);display:grid;gap:2px;color:#17211c}.mrp-human-chat-launcher-copy strong{font-size:13px}.mrp-human-chat-launcher-copy span{font-size:12px;line-height:1.35;color:#59655f}.mrp-human-chat-launcher-copy small{font-size:10px;color:#7b8580}.mrp-human-chat-launcher{display:inline-flex;align-items:center;gap:9px;min-height:52px;padding:0 18px;border:0;border-radius:999px;background:var(--mrp-chat-brand,#173d2b);color:#fff;box-shadow:0 14px 32px rgba(19,48,35,.23);font:inherit;cursor:pointer}.mrp-human-chat-launcher span{font-size:20px}.mrp-human-chat-launcher b{font-size:13px}body.mrp-human-chat-open{overflow:hidden}body.mrp-human-chat-open .mrp-human-chat-launcher-wrap{opacity:0;pointer-events:none}@media(max-width:680px){.mrp-human-chat{inset:0;width:100%;height:100svh;border-radius:0}.mrp-human-chat-launcher-wrap{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));display:block}.mrp-human-chat-launcher-copy{max-width:250px;margin:0 0 8px auto;padding:10px 12px}.mrp-human-chat-launcher{margin-left:auto;min-height:50px;padding:0 15px}}
.mrp-human-chat-bubble.is-unit-card{max-width:100%;width:100%;padding:0;background:transparent}.mrp-human-shared-unit{overflow:hidden;border:1px solid #e1e7e3;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(19,48,35,.08)}.mrp-human-shared-unit>img{display:block;width:100%;height:150px;object-fit:cover}.mrp-human-shared-unit>div{padding:14px}.mrp-human-shared-unit span{display:block;margin-bottom:5px;color:var(--mrp-chat-brand);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.mrp-human-shared-unit h3{margin:0 0 6px;font-size:19px;color:#17211c}.mrp-human-shared-unit p{margin:0 0 10px;color:#5e6a64;font-size:13px;line-height:1.4}.mrp-human-shared-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.mrp-human-shared-meta small{padding:6px 8px;border-radius:999px;background:#f1f5f2;color:#526159;font-size:10px}.mrp-human-shared-unit button{width:100%;border:0;border-radius:999px;padding:12px 14px;background:var(--mrp-chat-brand);color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}
