.CustomerChat-module__DhGQmW__shell{--chat-burgundy:#5b0f1f;--chat-text:#45101c;--chat-cream:#f4efe6;--chat-line:#45101c24;border:1px solid var(--chat-line);height:min(720px,100vh - 170px);min-height:590px;color:var(--chat-text);background:#f7f3eca8;border-radius:28px;grid-template-columns:minmax(300px,38%) minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 24px 64px #45101c14}.CustomerChat-module__DhGQmW__list{border-right:1px solid var(--chat-line);background:#ffffff42;grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.CustomerChat-module__DhGQmW__listHeader{border-bottom:1px solid var(--chat-line);padding:22px 20px 18px}.CustomerChat-module__DhGQmW__listTitle{font-family:Cormorant Garamond,Georgia,serif;font-size:25px;line-height:1}.CustomerChat-module__DhGQmW__listMeta{color:#8c777b;letter-spacing:.12em;text-transform:uppercase;margin-top:7px;font-family:Roboto Mono,monospace;font-size:9px}.CustomerChat-module__DhGQmW__chatList{scrollbar-width:thin;scrollbar-color:#45101c40 transparent;min-height:0;padding:12px;overflow-y:auto}.CustomerChat-module__DhGQmW__chatButton{width:100%;color:var(--chat-text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:20px;grid-template-columns:46px minmax(0,1fr);gap:13px;margin-bottom:8px;padding:14px;transition:background .18s,border-color .18s,box-shadow .18s;display:grid;position:relative}.CustomerChat-module__DhGQmW__chatButton:hover{background:#ffffff85;border-color:#45101c1a}.CustomerChat-module__DhGQmW__chatButtonActive{background:#ffffffd6;border-color:#45101c1f;box-shadow:0 9px 24px #45101c0f}.CustomerChat-module__DhGQmW__avatar,.CustomerChat-module__DhGQmW__headerAvatar,.CustomerChat-module__DhGQmW__detailsAvatar{color:var(--chat-burgundy);background:#eee3df;border-radius:50%;place-items:center;font-family:Roboto Mono,monospace;font-weight:500;display:grid}.CustomerChat-module__DhGQmW__avatar{width:46px;height:46px;font-size:14px}.CustomerChat-module__DhGQmW__chatCopy,.CustomerChat-module__DhGQmW__chatTopline,.CustomerChat-module__DhGQmW__chatType,.CustomerChat-module__DhGQmW__chatPreview{min-width:0;display:block}.CustomerChat-module__DhGQmW__chatTopline{align-items:baseline;gap:8px;display:flex}.CustomerChat-module__DhGQmW__chatTopline strong{text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:Cormorant Garamond,Georgia,serif;font-size:18px;font-weight:600;overflow:hidden}.CustomerChat-module__DhGQmW__chatTopline time{color:#9a8488;white-space:nowrap;font-family:Roboto Mono,monospace;font-size:8px}.CustomerChat-module__DhGQmW__chatType{color:#8c777b;align-items:center;gap:5px;margin-top:4px;font-family:DM Sans,sans-serif;font-size:10px;display:flex}.CustomerChat-module__DhGQmW__chatPreview{color:#785e64;text-overflow:ellipsis;white-space:nowrap;margin-top:6px;padding-right:32px;font-family:DM Sans,sans-serif;font-size:12px;overflow:hidden}.CustomerChat-module__DhGQmW__unreadBadge{background:var(--chat-burgundy);color:#fff;text-align:center;border-radius:999px;min-width:21px;height:21px;padding:0 6px;font-family:Roboto Mono,monospace;font-size:9px;line-height:21px;position:absolute;bottom:12px;right:13px}.CustomerChat-module__DhGQmW__conversation{background:radial-gradient(circle at 90% 4%, #c7d6ec38, transparent 28%), var(--chat-cream);grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;display:grid;position:relative}.CustomerChat-module__DhGQmW__conversationHeader,.CustomerChat-module__DhGQmW__detailsHeader{z-index:2;border-bottom:1px solid var(--chat-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4efe6e0;align-items:center;gap:12px;min-height:76px;padding:12px 18px;display:flex}.CustomerChat-module__DhGQmW__iconButton{width:42px;height:42px;color:var(--chat-burgundy);cursor:pointer;background:#ffffffa8;border:1px solid #45101c1a;border-radius:50%;flex:0 0 42px;place-items:center;padding:0;display:grid;box-shadow:0 7px 18px #45101c0f}.CustomerChat-module__DhGQmW__headerAvatar{width:42px;height:42px;font-size:12px}.CustomerChat-module__DhGQmW__headerIdentity{color:var(--chat-text);text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;align-items:flex-start;gap:3px;padding:0;display:flex}.CustomerChat-module__DhGQmW__headerIdentity strong,.CustomerChat-module__DhGQmW__detailsHeader strong{font-family:Cormorant Garamond,Georgia,serif;font-size:21px;font-weight:600}.CustomerChat-module__DhGQmW__headerIdentity strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.CustomerChat-module__DhGQmW__headerIdentity span{color:#8c777b;font-family:DM Sans,sans-serif;font-size:10.5px}.CustomerChat-module__DhGQmW__messages{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#45101c40 transparent;min-height:0;padding:20px clamp(16px,4vw,42px) 24px;overflow:hidden auto}.CustomerChat-module__DhGQmW__messageFragment{display:contents}.CustomerChat-module__DhGQmW__messageRow{flex-direction:column;max-width:min(76%,540px);scroll-margin-top:68px;display:flex}.CustomerChat-module__DhGQmW__messageMine{align-items:flex-end;margin-left:auto}.CustomerChat-module__DhGQmW__messageTheirs{align-items:flex-start;margin-right:auto}.CustomerChat-module__DhGQmW__groupSingle,.CustomerChat-module__DhGQmW__groupFirst{margin-top:14px}.CustomerChat-module__DhGQmW__groupMiddle,.CustomerChat-module__DhGQmW__groupLast{margin-top:3px}.CustomerChat-module__DhGQmW__groupLast,.CustomerChat-module__DhGQmW__groupSingle{margin-bottom:10px}.CustomerChat-module__DhGQmW__senderName{color:var(--chat-burgundy);letter-spacing:.04em;margin:0 0 7px 10px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:500}.CustomerChat-module__DhGQmW__bubble{overflow-wrap:anywhere;border:1px solid #45101c1c;min-width:58px;max-width:100%;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.5;position:relative;overflow:hidden}.CustomerChat-module__DhGQmW__messageMine .CustomerChat-module__DhGQmW__bubble{border-color:var(--chat-burgundy);background:var(--chat-burgundy);color:var(--chat-cream)}.CustomerChat-module__DhGQmW__messageTheirs .CustomerChat-module__DhGQmW__bubble{color:var(--chat-text);background:#ffffffe0;box-shadow:0 5px 14px #45101c09}.CustomerChat-module__DhGQmW__groupSingle .CustomerChat-module__DhGQmW__bubble{border-radius:20px}.CustomerChat-module__DhGQmW__messageMine.CustomerChat-module__DhGQmW__groupFirst .CustomerChat-module__DhGQmW__bubble{border-radius:20px 20px 7px}.CustomerChat-module__DhGQmW__messageMine.CustomerChat-module__DhGQmW__groupMiddle .CustomerChat-module__DhGQmW__bubble{border-radius:20px 7px 7px 20px}.CustomerChat-module__DhGQmW__messageMine.CustomerChat-module__DhGQmW__groupLast .CustomerChat-module__DhGQmW__bubble{border-radius:20px 7px 20px 20px}.CustomerChat-module__DhGQmW__messageTheirs.CustomerChat-module__DhGQmW__groupFirst .CustomerChat-module__DhGQmW__bubble{border-radius:20px 20px 20px 7px}.CustomerChat-module__DhGQmW__messageTheirs.CustomerChat-module__DhGQmW__groupMiddle .CustomerChat-module__DhGQmW__bubble{border-radius:7px 20px 20px 7px}.CustomerChat-module__DhGQmW__messageTheirs.CustomerChat-module__DhGQmW__groupLast .CustomerChat-module__DhGQmW__bubble{border-radius:7px 20px 20px}.CustomerChat-module__DhGQmW__messageText{white-space:pre-wrap;min-height:42px;padding:10px 60px 10px 14px}.CustomerChat-module__DhGQmW__messageTime{pointer-events:none;border-radius:999px;padding:3px 5px;font-family:Roboto Mono,monospace;font-size:9px;line-height:1;position:absolute;bottom:6px;right:8px}.CustomerChat-module__DhGQmW__messageMine .CustomerChat-module__DhGQmW__messageTime{color:#fff8edd1;background:#20030a47}.CustomerChat-module__DhGQmW__messageTheirs .CustomerChat-module__DhGQmW__messageTime{color:#755d62;background:#f4efe6db}.CustomerChat-module__DhGQmW__mediaBubble{width:min(480px,100%)}.CustomerChat-module__DhGQmW__photos{--album-row:clamp(105px, 16vw, 145px);grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:var(--album-row);gap:2px;padding:0;display:grid}.CustomerChat-module__DhGQmW__messageMine .CustomerChat-module__DhGQmW__photos{background:var(--chat-burgundy)}.CustomerChat-module__DhGQmW__messageTheirs .CustomerChat-module__DhGQmW__photos{background:#ffffffe6}.CustomerChat-module__DhGQmW__photoTile{cursor:zoom-in;background:#e8e1d8;border:0;border-radius:0;width:100%;min-width:0;min-height:0;padding:0;display:block;position:relative;overflow:hidden}.CustomerChat-module__DhGQmW__photoTile:focus-visible{z-index:1;outline-offset:-4px;outline:2px solid #fffffff2}.CustomerChat-module__DhGQmW__photo{object-fit:cover;background:#e8e1d8;border-radius:0;width:100%;min-width:0;height:100%;transition:transform .2s,filter .2s;display:block}.CustomerChat-module__DhGQmW__photoTile:hover .CustomerChat-module__DhGQmW__photo{filter:brightness(.96);transform:scale(1.018)}.CustomerChat-module__DhGQmW__photos[data-count="1"]{grid-template-columns:minmax(0,1fr);grid-auto-rows:auto}.CustomerChat-module__DhGQmW__photos[data-count="1"] .CustomerChat-module__DhGQmW__photoTile{aspect-ratio:4/3;max-height:380px}.CustomerChat-module__DhGQmW__photos[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:clamp(190px,28vw,300px)}.CustomerChat-module__DhGQmW__photos[data-count="3"]{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);grid-template-rows:repeat(2, var(--album-row))}.CustomerChat-module__DhGQmW__photos[data-count="3"] .CustomerChat-module__DhGQmW__photoTile:first-child{grid-row:span 2}.CustomerChat-module__DhGQmW__photos[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2, var(--album-row))}.CustomerChat-module__DhGQmW__photos[data-count="5"]{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(2, var(--album-row))}.CustomerChat-module__DhGQmW__photos[data-count="5"] .CustomerChat-module__DhGQmW__photoTile:nth-child(-n+2){grid-column:span 3}.CustomerChat-module__DhGQmW__photos[data-count="5"] .CustomerChat-module__DhGQmW__photoTile:nth-child(n+3),.CustomerChat-module__DhGQmW__photos[data-count="6"] .CustomerChat-module__DhGQmW__photoTile,.CustomerChat-module__DhGQmW__photos[data-count="7"] .CustomerChat-module__DhGQmW__photoTile,.CustomerChat-module__DhGQmW__photos[data-count="8"] .CustomerChat-module__DhGQmW__photoTile,.CustomerChat-module__DhGQmW__photos[data-count="9"] .CustomerChat-module__DhGQmW__photoTile,.CustomerChat-module__DhGQmW__photos[data-count="10"] .CustomerChat-module__DhGQmW__photoTile{grid-column:span 2}.CustomerChat-module__DhGQmW__photos[data-count="7"] .CustomerChat-module__DhGQmW__photoTile:last-child,.CustomerChat-module__DhGQmW__photos[data-count="10"] .CustomerChat-module__DhGQmW__photoTile:last-child{grid-column:span 6}.CustomerChat-module__DhGQmW__photos[data-count="8"] .CustomerChat-module__DhGQmW__photoTile:nth-last-child(-n+2){grid-column:span 3}.CustomerChat-module__DhGQmW__photoViewer{z-index:10000;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f090bf0;grid-template-rows:auto minmax(0,1fr);display:grid;position:fixed;inset:0}.CustomerChat-module__DhGQmW__viewerBar{min-height:68px;padding:max(12px, env(safe-area-inset-top)) 18px 10px;justify-content:space-between;align-items:center;display:flex}.CustomerChat-module__DhGQmW__viewerCount{background:#ffffff1a;border-radius:999px;padding:7px 11px;font-family:Roboto Mono,monospace;font-size:11px}.CustomerChat-module__DhGQmW__viewerClose,.CustomerChat-module__DhGQmW__viewerNav{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;display:grid}.CustomerChat-module__DhGQmW__viewerClose:hover,.CustomerChat-module__DhGQmW__viewerNav:hover{background:#fff3}.CustomerChat-module__DhGQmW__viewerStage{min-width:0;min-height:0;padding:12px 82px max(24px, env(safe-area-inset-bottom));place-items:center;display:grid;position:relative}.CustomerChat-module__DhGQmW__viewerImage{object-fit:contain;border-radius:8px;width:auto;max-width:100%;height:auto;max-height:calc(100svh - 112px);display:block;box-shadow:0 24px 80px #0006}.CustomerChat-module__DhGQmW__viewerNav{position:absolute;top:50%;transform:translateY(-50%)}.CustomerChat-module__DhGQmW__viewerNav:active{transform:translateY(-50%)scale(.96)}.CustomerChat-module__DhGQmW__viewerPrev{left:20px}.CustomerChat-module__DhGQmW__viewerNext{right:20px}.CustomerChat-module__DhGQmW__changeCard{border-left:3px solid;flex-direction:column;gap:4px;min-width:210px;padding:13px 14px 29px;display:flex}.CustomerChat-module__DhGQmW__changeCard strong{text-transform:capitalize}.CustomerChat-module__DhGQmW__changeCard span{opacity:.7;text-transform:capitalize;font-size:11px}.CustomerChat-module__DhGQmW__changeEyebrow,.CustomerChat-module__DhGQmW__cardEyebrow{letter-spacing:.15em;text-transform:uppercase;font-family:Roboto Mono,monospace;font-size:8px}.CustomerChat-module__DhGQmW__dateDivider,.CustomerChat-module__DhGQmW__unreadDivider{color:#9a8488;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:14px;width:100%;margin:18px 0 8px;font-family:Roboto Mono,monospace;font-size:8.5px;display:flex}.CustomerChat-module__DhGQmW__dateDivider:before,.CustomerChat-module__DhGQmW__dateDivider:after,.CustomerChat-module__DhGQmW__unreadDivider:before,.CustomerChat-module__DhGQmW__unreadDivider:after{background:var(--chat-line);content:"";flex:1;height:1px}.CustomerChat-module__DhGQmW__dateDivider span{border:1px solid var(--chat-line);background:#ffffff75;border-radius:999px;padding:7px 10px}.CustomerChat-module__DhGQmW__unreadDivider{color:var(--chat-burgundy)}.CustomerChat-module__DhGQmW__unreadDivider:before,.CustomerChat-module__DhGQmW__unreadDivider:after{background:#5b0f1f47}.CustomerChat-module__DhGQmW__composer{z-index:3;border-top:1px solid var(--chat-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f4efe6e6;padding:12px 16px 14px}.CustomerChat-module__DhGQmW__composerRow{align-items:flex-end;gap:10px;display:flex}.CustomerChat-module__DhGQmW__attachButton,.CustomerChat-module__DhGQmW__sendButton{width:44px;height:44px;color:var(--chat-burgundy);cursor:pointer;background:#ffffffc7;border:1px solid #45101c2b;border-radius:50%;flex:0 0 44px;place-items:center;padding:0;display:grid}.CustomerChat-module__DhGQmW__inputShell{background:#ffffffd1;border:1px solid #45101c33;border-radius:26px;flex:1;align-items:flex-end;gap:7px;min-height:48px;padding:3px 3px 3px 14px;display:flex;box-shadow:0 6px 18px #45101c0a}.CustomerChat-module__DhGQmW__textarea{resize:none;width:100%;min-height:40px;max-height:110px;color:var(--chat-text);background:0 0;border:0;outline:0;padding:10px 0 8px;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.4;overflow-y:auto}.CustomerChat-module__DhGQmW__textarea::placeholder{color:#b5a5a7}.CustomerChat-module__DhGQmW__sendButton{background:var(--chat-burgundy);color:#fff;border:0;flex-basis:40px;width:40px;height:40px}.CustomerChat-module__DhGQmW__sendButton:disabled,.CustomerChat-module__DhGQmW__controlDisabled{cursor:not-allowed;opacity:.34}.CustomerChat-module__DhGQmW__previews{gap:8px;margin-bottom:10px;display:flex;overflow-x:auto}.CustomerChat-module__DhGQmW__preview{flex:0 0 72px;height:72px;position:relative}.CustomerChat-module__DhGQmW__preview img{object-fit:cover;border-radius:14px;width:100%;height:100%}.CustomerChat-module__DhGQmW__remove{color:#fff;cursor:pointer;background:#201d1ad1;border:0;border-radius:50%;width:22px;height:22px;padding:0;line-height:20px;position:absolute;top:3px;right:3px}.CustomerChat-module__DhGQmW__error{color:var(--chat-burgundy);margin:9px 0 0 55px;font-family:DM Sans,sans-serif;font-size:11px}.CustomerChat-module__DhGQmW__jumpButton{z-index:4;width:46px;height:46px;color:var(--chat-burgundy);cursor:pointer;background:#fffffff0;border:1px solid #45101c1f;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;bottom:88px;right:22px;box-shadow:0 10px 30px #45101c24}.CustomerChat-module__DhGQmW__jumpButton span{background:var(--chat-burgundy);color:#fff;border-radius:999px;min-width:22px;height:22px;padding:0 5px;font-family:Roboto Mono,monospace;font-size:8px;line-height:22px;position:absolute;top:-6px;right:-6px}.CustomerChat-module__DhGQmW__emptyList,.CustomerChat-module__DhGQmW__emptyConversation,.CustomerChat-module__DhGQmW__chooseConversation,.CustomerChat-module__DhGQmW__messageLoading,.CustomerChat-module__DhGQmW__loadingPanel{color:#8c777b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:34px 24px;display:flex}.CustomerChat-module__DhGQmW__emptyList{min-height:260px}.CustomerChat-module__DhGQmW__emptyConversation,.CustomerChat-module__DhGQmW__messageLoading{min-height:100%}.CustomerChat-module__DhGQmW__chooseConversation,.CustomerChat-module__DhGQmW__loadingPanel{min-height:590px}.CustomerChat-module__DhGQmW__emptyList strong,.CustomerChat-module__DhGQmW__emptyConversation strong,.CustomerChat-module__DhGQmW__chooseConversation strong{color:var(--chat-text);font-family:Cormorant Garamond,Georgia,serif;font-size:21px}.CustomerChat-module__DhGQmW__emptyList>span:last-child,.CustomerChat-module__DhGQmW__emptyConversation>span:last-child,.CustomerChat-module__DhGQmW__chooseConversation>span:last-child,.CustomerChat-module__DhGQmW__messageLoading,.CustomerChat-module__DhGQmW__loadingPanel{max-width:280px;font-family:DM Sans,sans-serif;font-size:12px;line-height:1.55}.CustomerChat-module__DhGQmW__emptyGlyph,.CustomerChat-module__DhGQmW__heroGlyph{width:54px;height:54px;color:var(--chat-burgundy);background:#eee3df;border-radius:50%;place-items:center;margin-bottom:7px;display:grid}.CustomerChat-module__DhGQmW__heroGlyph{width:74px;height:74px}.CustomerChat-module__DhGQmW__loader{border:2px solid #5b0f1f2e;border-top-color:var(--chat-burgundy);border-radius:50%;width:22px;height:22px;margin-bottom:6px;animation:.7s linear infinite CustomerChat-module__DhGQmW__chatSpin}@keyframes CustomerChat-module__DhGQmW__chatSpin{to{transform:rotate(360deg)}}.CustomerChat-module__DhGQmW__more{color:var(--chat-burgundy);cursor:pointer;letter-spacing:.08em;text-underline-offset:3px;background:0 0;border:0;margin:12px auto;padding:7px 12px;font-family:Roboto Mono,monospace;font-size:9px;text-decoration:underline;display:block}.CustomerChat-module__DhGQmW__details{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.CustomerChat-module__DhGQmW__detailsHeader strong{flex:1}.CustomerChat-module__DhGQmW__detailsScroll{width:100%;max-width:680px;margin:0 auto;padding:clamp(22px,4vw,42px);overflow-y:auto}.CustomerChat-module__DhGQmW__profileCard,.CustomerChat-module__DhGQmW__infoCard{border:1px solid var(--chat-line);background:#ffffff9e;border-radius:24px;box-shadow:0 16px 40px #45101c0f}.CustomerChat-module__DhGQmW__profileCard{flex-direction:column;align-items:center;padding:32px 24px;display:flex}.CustomerChat-module__DhGQmW__detailsAvatar{width:88px;height:88px;font-size:24px}.CustomerChat-module__DhGQmW__profileName{margin:17px 0 5px;font-family:Cormorant Garamond,Georgia,serif;font-size:28px;font-weight:600}.CustomerChat-module__DhGQmW__profileType{color:#8c777b;align-items:center;gap:7px;font-family:DM Sans,sans-serif;font-size:13px;display:flex}.CustomerChat-module__DhGQmW__infoCard{margin-top:16px;padding:22px 24px}.CustomerChat-module__DhGQmW__cardEyebrow{color:var(--chat-burgundy);margin-bottom:10px}.CustomerChat-module__DhGQmW__infoCard dl{margin:0}.CustomerChat-module__DhGQmW__infoCard dl>div{border-top:1px solid var(--chat-line);grid-template-columns:minmax(105px,34%) minmax(0,1fr);gap:18px;padding:14px 0;display:grid}.CustomerChat-module__DhGQmW__infoCard dt{color:#9a8488;font-family:DM Sans,sans-serif;font-size:11px}.CustomerChat-module__DhGQmW__infoCard dd{margin:0;font-family:Roboto Mono,monospace;font-size:10.5px;line-height:1.5}@media (max-width:900px){.CustomerChat-module__DhGQmW__shell{grid-template-columns:minmax(270px,42%) minmax(0,1fr)}.CustomerChat-module__DhGQmW__messageRow{max-width:84%}}@media (max-width:760px){.CustomerChat-module__DhGQmW__shell{border-radius:22px;grid-template-columns:1fr;height:calc(100svh - 184px);min-height:600px}.CustomerChat-module__DhGQmW__list{border-right:0}.CustomerChat-module__DhGQmW__listHidden{display:none}.CustomerChat-module__DhGQmW__conversation{min-height:0}.CustomerChat-module__DhGQmW__conversationHidden{display:none}.CustomerChat-module__DhGQmW__conversationHeader{min-height:68px;padding:9px 12px}.CustomerChat-module__DhGQmW__conversationHeader .CustomerChat-module__DhGQmW__headerAvatar{display:none}.CustomerChat-module__DhGQmW__messages{padding:12px 12px 20px}.CustomerChat-module__DhGQmW__messageRow{max-width:88%}.CustomerChat-module__DhGQmW__bubble{font-size:15px}.CustomerChat-module__DhGQmW__composer{padding:10px 10px max(10px, env(safe-area-inset-bottom))}.CustomerChat-module__DhGQmW__attachButton{flex-basis:42px;width:42px;height:42px}.CustomerChat-module__DhGQmW__jumpButton{bottom:80px;right:14px}.CustomerChat-module__DhGQmW__detailsHeader{min-height:68px;padding:9px 12px}.CustomerChat-module__DhGQmW__detailsScroll{padding:12px}.CustomerChat-module__DhGQmW__profileCard{text-align:left;grid-template-rows:auto auto;grid-template-columns:64px minmax(0,1fr);column-gap:15px;padding:18px;display:grid}.CustomerChat-module__DhGQmW__detailsAvatar{grid-row:1/3;width:64px;height:64px;font-size:18px}.CustomerChat-module__DhGQmW__profileName{align-self:end;margin:0 0 2px;font-size:24px}.CustomerChat-module__DhGQmW__profileType{align-self:start;font-size:12px}.CustomerChat-module__DhGQmW__infoCard{margin-top:10px;padding:15px 18px}.CustomerChat-module__DhGQmW__infoCard dl>div{grid-template-columns:minmax(90px,32%) minmax(0,1fr);gap:12px;padding:12px 0}.CustomerChat-module__DhGQmW__infoCard dt{font-size:12px}.CustomerChat-module__DhGQmW__infoCard dd{overflow-wrap:anywhere;font-size:11px}.CustomerChat-module__DhGQmW__viewerBar{min-height:60px;padding-left:12px;padding-right:12px}.CustomerChat-module__DhGQmW__viewerStage{padding:8px 12px calc(76px + env(safe-area-inset-bottom))}.CustomerChat-module__DhGQmW__viewerImage{border-radius:5px;max-height:calc(100svh - 142px)}.CustomerChat-module__DhGQmW__viewerNav{top:auto;bottom:max(16px, env(safe-area-inset-bottom));transform:none}.CustomerChat-module__DhGQmW__viewerNav:active{transform:scale(.96)}.CustomerChat-module__DhGQmW__viewerPrev{left:calc(50% - 56px)}.CustomerChat-module__DhGQmW__viewerNext{right:calc(50% - 56px)}}@media (max-width:420px){.CustomerChat-module__DhGQmW__shell{border-radius:18px;height:max(520px,100svh - 210px);min-height:520px}.CustomerChat-module__DhGQmW__listHeader{padding:18px 16px 15px}.CustomerChat-module__DhGQmW__chatList{padding:8px}.CustomerChat-module__DhGQmW__chatButton{padding:12px 10px}.CustomerChat-module__DhGQmW__messageRow{max-width:92%}.CustomerChat-module__DhGQmW__conversationHeader,.CustomerChat-module__DhGQmW__detailsHeader{gap:9px}.CustomerChat-module__DhGQmW__headerIdentity strong,.CustomerChat-module__DhGQmW__detailsHeader strong{font-size:19px}.CustomerChat-module__DhGQmW__infoCard dl>div{grid-template-columns:82px minmax(0,1fr);gap:10px}}@media (prefers-reduced-motion:reduce){.CustomerChat-module__DhGQmW__loader{animation:none}.CustomerChat-module__DhGQmW__chatButton,.CustomerChat-module__DhGQmW__photo{transition:none}}
