.hz-conversation-overlay{position:fixed;inset:0;z-index:9500;background:rgba(37,31,34,.42);backdrop-filter:blur(8px);display:grid;place-items:center;padding:24px;color:#302c2b;font:15px/1.55 system-ui,-apple-system,"PingFang SC",sans-serif;box-sizing:border-box}
#hzConversationCenter *{box-sizing:border-box}#hzConversationCenter [hidden]{display:none!important}
#hzConversationCenter button,#hzConversationCenter input,#hzConversationCenter textarea{font:inherit}#hzConversationCenter button{cursor:pointer;min-height:44px;border:1px solid #e3d7d9;border-radius:12px;padding:9px 14px;color:#78364a;background:#fffaf8}#hzConversationCenter button:disabled{cursor:default;opacity:.55}#hzConversationCenter :focus-visible{outline:3px solid #923f51;outline-offset:3px}#hzConversationCenter h2,#hzConversationCenter h3,#hzConversationCenter p{margin:0}#hzConversationCenter small{font-size:12px;color:#655c59}
.hz-conversation-window{display:grid;grid-template-columns:minmax(0,1fr);width:min(820px,100%);height:min(800px,calc(100dvh - 48px));background:#fffdfb;border:1px solid #eadfe1;border-radius:24px;overflow:hidden;box-shadow:0 24px 80px #30232d26}
.hz-chat-text-button{background:transparent!important;border:0!important;text-align:left}.hz-chat-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#ead9dd;color:#78364a;flex-shrink:0;font-size:13px}.hz-conversation-main{display:flex;flex-direction:column;min-width:0;min-height:0;background:#fffdfb}.hz-chat-header{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid #e6dcde;flex-shrink:0}.hz-chat-header>div{flex:1;min-width:0}.hz-chat-header h2{font-size:20px}.hz-chat-header p{font-size:12px;color:#655c59}.hz-chat-header button{width:44px;padding:0!important;font-size:22px!important}.hz-chat-context{margin:14px 22px 0;padding:10px 14px;border-radius:12px;background:#f7efed;font-size:13px;color:#625157}.hz-chat-tools{margin:4px 22px;flex-shrink:0;font-size:13px;max-height:40%;overflow:auto}.hz-chat-tools summary{cursor:pointer;min-height:44px;display:flex;align-items:center;color:#78364a}.hz-chat-tools summary:before{content:'▸';margin-right:8px}.hz-chat-tools[open] summary:before{content:'▾'}.hz-chat-tool-actions{display:flex;gap:8px;flex-wrap:wrap}.hz-chat-tools form{padding:14px 0}.hz-chat-tools textarea{display:block;width:100%;min-height:80px;padding:10px;border:1px solid #bda6ae;border-radius:10px;margin:8px 0}.hz-chat-member{display:inline-flex;gap:4px;align-items:center;margin:0 8px 8px 0}.hz-chat-member button{font-size:12px!important;padding:6px!important}.hz-chat-messages{flex:1;min-height:90px;overflow:auto;overscroll-behavior:contain;padding:12px 22px}.hz-chat-line{display:flex;align-items:start;gap:10px;margin:14px 0}.hz-chat-line>div{max-width:78%;min-width:0}.hz-chat-line p{white-space:pre-wrap;overflow-wrap:anywhere;padding:11px 14px;border-radius:4px 16px 16px;background:#fff;border:1px solid #e4dadd;font-size:15px}.hz-chat-line time{font-size:12px;color:#6b6164;display:block;margin-top:4px}.hz-chat-line.is-mine{flex-direction:row-reverse}.hz-chat-line.is-mine>div{text-align:right}.hz-chat-line.is-mine p{text-align:left;background:#f2e2e6;border-color:#dfc3cb;border-radius:16px 4px 16px 16px}.hz-chat-system{font-size:13px;text-align:center;color:#655c59;padding:10px 20px;margin:10px auto;background:#f3efec;border-radius:12px;max-width:85%}.hz-chat-empty,.hz-chat-welcome{padding:35px 18px;color:#655c59;text-align:center}.hz-chat-welcome{margin:auto}.hz-chat-welcome h2{font-size:24px;color:#332d30}.hz-chat-welcome p{margin-top:14px!important}.hz-chat-notice{font-size:13px;color:#78364a;padding:0 22px;white-space:pre-wrap}.hz-chat-notice:empty{display:none}.hz-chat-compose-area{padding:8px 22px 16px;border-top:1px solid #e7dcdf;flex-shrink:0;background:#fffdfb}.hz-chat-composer{display:flex;align-items:end;gap:10px;border:1px solid #bda6ae;border-radius:16px;padding:8px;background:white}.hz-chat-composer textarea{border:0;resize:none;outline:0;flex:1;min-width:0;min-height:48px;max-height:120px;background:transparent;color:#302c2b;font-size:16px!important;padding:5px}.hz-chat-composer button{background:#873f54!important;color:white!important;border-color:#873f54!important;min-width:68px}.hz-chat-footnote{font-size:12px;color:#655c59;margin-top:8px!important}.hz-chat-visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0)}.hz-chat-message-report{font-size:12px!important;padding:4px 8px!important;border:0!important;background:transparent!important}.hz-chat-compose-area [data-chat-prompts]{display:flex;gap:6px;flex-wrap:wrap;padding-bottom:8px}.hz-chat-compose-area [data-chat-prompts] button{font-size:13px!important}.hz-chat-external{padding:24px;text-align:center}.hz-chat-external p{margin-bottom:16px!important}.hz-chat-external img{display:block;width:220px;max-width:100%;margin:16px auto}
@media(max-width:700px){.hz-conversation-overlay{padding:0;backdrop-filter:none}.hz-conversation-window{display:block;width:100%;height:var(--hz-chat-height,100dvh);border:0;border-radius:0}.hz-conversation-main{display:flex;height:100%}.hz-chat-header{padding:max(12px,env(safe-area-inset-top)) 12px 12px}.hz-chat-header h2{font-size:18px}.hz-chat-context{margin:10px 12px 0}.hz-chat-tools{margin:0 12px}.hz-chat-messages{padding:8px 12px}.hz-chat-compose-area{padding:6px 12px max(10px,env(safe-area-inset-bottom))}.hz-chat-notice{padding:0 12px}.hz-chat-line>div{max-width:80%}.hz-chat-line{gap:7px}.hz-chat-welcome{display:none}}
@media(prefers-reduced-motion:reduce){#hzConversationCenter *{scroll-behavior:auto!important;animation:none!important}}
/* The plan now routes to the shared chat room instead of embedding a second composer. */
#renewalView .heartbeat-shared-chat-entry{padding:22px;text-align:left}#renewalView .heartbeat-shared-chat-entry p{margin:12px 0;color:#655c59}#renewalView .heartbeat-shared-chat-entry button{min-height:44px}


