.resident-chat-shell{display:grid;gap:12px}.resident-chat-hero{display:flex;align-items:center;gap:11px;padding:13px;border-radius:22px;background:linear-gradient(135deg,var(--surface,#fff),color-mix(in srgb,var(--brand,#ff521d) 9%,var(--surface,#fff)));border:1px solid var(--line)}.resident-chat-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#ff521d;color:#fff;font-size:25px}.resident-chat-hero div{min-width:0;flex:1}.resident-chat-hero small{font-size:9px;letter-spacing:.08em;color:var(--muted,#657586)}.resident-chat-hero h2{margin:2px 0;font-size:17px}.resident-chat-hero p{margin:0;color:var(--muted,#657586);font-size:12px}.resident-chat-hero button,.resident-chat-message button{border:0;background:transparent;color:var(--brand,#ff521d);font-weight:700}.resident-chat-stream{display:flex;flex-direction:column;gap:9px;max-height:calc(100dvh - 330px);min-height:250px;overflow:auto;padding:4px}.resident-chat-message{align-self:flex-start;max-width:88%;padding:10px 12px;border-radius:17px 17px 17px 5px;background:var(--surface,#fff);box-shadow:0 5px 18px rgba(7,35,63,.08)}.resident-chat-message.own{align-self:flex-end;border-radius:17px 17px 5px 17px;background:color-mix(in srgb,#ff521d 12%,var(--surface,#fff))}.resident-chat-message.pinned{border:1px solid #ff9b77}.resident-chat-message header,.resident-chat-message footer{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.resident-chat-message header time{font-size:10px;color:var(--muted,#657586)}.resident-chat-message p{margin:5px 0 8px;white-space:pre-wrap;overflow-wrap:anywhere}.resident-chat-message footer button,.resident-chat-message footer span{font-size:10px;padding:0}.resident-chat-composer{position:sticky;bottom:calc(var(--nav-height,72px) + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 44px;gap:8px;padding:9px;border-radius:18px;background:var(--surface,#fff);box-shadow:0 -7px 22px rgba(7,35,63,.1)}.resident-chat-composer textarea{resize:none;border:1px solid var(--line);border-radius:14px;padding:10px;color:var(--on-surface);background:transparent}.resident-chat-composer>button{border:0;border-radius:14px;background:#ff521d;color:#fff;font-size:20px}.resident-chat-composer small,.resident-chat-reply{grid-column:1/-1;font-size:10px;color:var(--muted,#657586)}.resident-chat-manifest{padding:14px;border-radius:18px;background:var(--surface,#fff);border:1px solid #ff9b77}.resident-chat-manifest>div{display:flex;justify-content:space-between}.resident-chat-manifest h3{margin:0}.resident-chat-manifest button{border:0;background:transparent;font-size:24px}.resident-chat-manifest li,.resident-chat-manifest p{font-size:12px;line-height:1.4}.resident-chat-blocked{padding:12px;border-radius:14px;background:#fff2e9;color:#9a3617}
@media(max-width:390px){.resident-chat-hero{padding:10px}.resident-chat-stream{max-height:calc(100dvh - 300px)}.resident-chat-message{max-width:94%}}


.resident-chat-view{color:var(--on-surface);padding-bottom:calc(var(--bottom-nav-height,76px) + 16px)}.resident-chat-message button{min-height:36px}.resident-chat-stream [data-i18n-skip]{color:inherit}
