.chat_chatLayout__l2z_n{display:flex;max-width:960px;margin:1.25rem auto;height:calc(100vh - 120px);min-height:520px;background:#fff;border-radius:20px;box-shadow:0 12px 35px rgba(15,23,42,.08),0 2px 6px rgba(0,0,0,.04);border:1px solid #e2e8f0;overflow:hidden;position:relative}.chat_chatList__5_0Fe{width:340px;border-right:1px solid #edf2f7;display:flex;flex-direction:column;background:#fff}.chat_listHeader__b4DGN{padding:1.25rem 1.5rem;border-bottom:1px solid #edf2f7;background:#fff}.chat_listHeader__b4DGN h2{font-size:1.3rem;font-weight:800;color:#1e293b;margin:0}.chat_scrollArea__IQDwC{flex:1 1;overflow-y:auto}.chat_chatItem__G5dV6{display:flex;padding:.95rem 1.2rem;gap:.85rem;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:all .2s ease;text-decoration:none;color:inherit;align-items:center}.chat_chatItem__G5dV6:hover{background:#f8fafc}.chat_chatItem__G5dV6.chat_active__uaZ7N{background:#f0fdf4;border-left:4px solid #008b5e}.chat_adImage__WJFXM{width:48px;height:48px;border-radius:10px;object-fit:cover;flex-shrink:0;border:1px solid #e2e8f0}.chat_itemInfo__kpfOc{flex:1 1;min-width:0}.chat_itemHeader__o_mgE{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.chat_partnerName__oomeN{font-weight:750;font-size:.92rem;color:#0f172a}.chat_time__gCDcF{font-size:.72rem;color:#94a3b8}.chat_lastMsg__xQIkB{font-size:.82rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.chat_chatWindow__eaBG_{flex:1 1;display:flex;flex-direction:column;background:#f8fafc;height:100%;overflow:hidden;position:relative}.chat_windowHeader__rfuBe{padding:.9rem 1.4rem;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.02);z-index:10;flex-shrink:0}.chat_headerLeft__YHUm3{display:flex;align-items:center;gap:.85rem}.chat_backBtn__mUcnU{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f1f5f9;border:none;border-radius:50%;cursor:pointer;color:#334155;transition:all .2s}.chat_backBtn__mUcnU:hover{background:#e2e8f0;color:#0f172a}.chat_headerPartner__9cd79{display:flex;flex-direction:column}.chat_messages__lm0aI{flex:1 1;padding:1.25rem 1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:.85rem;background:#f8fafc}.chat_messageRow__V8vrI{display:flex;width:100%}.chat_messageRow__V8vrI.chat_sent__g_ZqH{justify-content:flex-end}.chat_messageRow__V8vrI.chat_received__KgtII{justify-content:flex-start}.chat_bubble__FrlRr{max-width:72%;padding:.7rem 1rem;border-radius:16px;font-size:.9rem;position:relative;line-height:1.45;word-break:break-word}.chat_sent__g_ZqH .chat_bubble__FrlRr{background:linear-gradient(135deg,#008b5e,#047857);color:#fff;border-bottom-right-radius:4px;box-shadow:0 3px 8px rgba(0,139,94,.22)}.chat_received__KgtII .chat_bubble__FrlRr{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.03)}.chat_bubbleText__fLIYP{margin:0}.chat_imageMessageWrapper__HkRk2{margin:.3rem 0}.chat_msgImg__rrQro{display:block;max-width:240px;max-height:180px;width:100%;object-fit:cover;border-radius:10px;cursor:zoom-in;transition:opacity .2s,transform .2s;border:1px solid rgba(0,0,0,.08)}.chat_msgImg__rrQro:hover{opacity:.9;transform:scale(1.02)}.chat_msgTime__hHnO8{font-size:.68rem;margin-top:4px;display:block}.chat_sent__g_ZqH .chat_msgTime__hHnO8{color:hsla(0,0%,100%,.75);text-align:right}.chat_received__KgtII .chat_msgTime__hHnO8{color:#94a3b8}.chat_inputArea__1shF9{padding:.85rem 1.25rem 1rem;background:#fff;border-top:1px solid #e2e8f0;display:flex;align-items:center;gap:.75rem;flex-shrink:0}.chat_uploadBtn__Vl2sN{background:#f1f5f9;color:#64748b;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chat_uploadBtn__Vl2sN:hover{background:#e2e8f0;color:#0f172a}.chat_inputWrapper__q_Jzy{flex:1 1;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:24px;padding:0 1.1rem;display:flex;align-items:center;transition:border-color .2s,background .2s}.chat_inputWrapper__q_Jzy:focus-within{border-color:#008b5e;background:#fff;box-shadow:0 0 0 3px rgba(0,139,94,.12)}.chat_input__dK78a{width:100%;border:none;background:none;padding:.75rem 0;outline:none;font-size:.92rem;color:#1e293b;font-family:inherit}.chat_sendBtn__2MVnN{background:linear-gradient(135deg,#008b5e,#047857);color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 3px 8px rgba(0,139,94,.25);flex-shrink:0}.chat_sendBtn__2MVnN:hover{transform:scale(1.05)}.chat_sendBtn__2MVnN:active{transform:scale(.95)}.chat_sendBtn__2MVnN:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;transform:none}.chat_emptyState__0xH4L{flex:1 1;flex-direction:column;color:#94a3b8;gap:1rem}.chat_emptyState__0xH4L,.chat_lightbox__shOqN{display:flex;align-items:center;justify-content:center}.chat_lightbox__shOqN{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:9999;padding:2rem}.chat_lightboxContent__BGl28{position:relative;max-width:100%;max-height:100%}.chat_lightboxContent__BGl28 img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px}.chat_closeLightbox___eMWa{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2.2rem;cursor:pointer}@media (max-width:768px){.chat_chatLayout__l2z_n{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100dvh;height:-webkit-fill-available;max-width:100%;margin:0;border-radius:0;border:none;box-shadow:none;z-index:2000;background:#f8fafc;display:flex;flex-direction:column;overflow:hidden}.chat_chatList__5_0Fe{width:100%;height:100%}.chat_chatWindow__eaBG_{display:flex;flex-direction:column;width:100%;height:100%;position:relative;top:0;left:0;right:0;bottom:0;background:#f8fafc;overflow:hidden}.chat_windowHeader__rfuBe{padding:.65rem .85rem;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 4px rgba(0,0,0,.05);z-index:20;flex-shrink:0;gap:.5rem}.chat_headerLeft__YHUm3{gap:.5rem;min-width:0}.chat_backBtn__mUcnU{display:inline-flex;width:34px;height:34px;flex-shrink:0}.chat_headerPartner__9cd79{min-width:0}.chat_messages__lm0aI{flex:1 1;padding:.85rem .75rem;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:.65rem;background:#f8fafc}.chat_bubble__FrlRr{max-width:82%;padding:.6rem .85rem;font-size:.88rem;border-radius:14px}.chat_inputArea__1shF9{padding:.55rem .75rem calc(.55rem + env(safe-area-inset-bottom, 0px));background:#fff;border-top:1px solid #e2e8f0;display:flex;align-items:center;gap:.5rem;flex-shrink:0;box-shadow:0 -2px 10px rgba(0,0,0,.04);z-index:20}.chat_uploadBtn__Vl2sN{width:36px;height:36px}.chat_inputWrapper__q_Jzy{background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:24px;padding:0 .85rem}.chat_input__dK78a{padding:.55rem 0;font-size:16px}.chat_sendBtn__2MVnN{width:36px;height:36px}}