/* Room Chat */
.menu-unread{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-grid;place-items:center;background:var(--primary);color:#fff;font-size:10px;font-weight:850}.seller-mini-actions{display:flex;align-items:center;gap:8px}.chat-order-link,.table-chat-link{display:inline-flex!important;align-items:center;gap:5px;width:max-content;margin-top:5px;color:#ff6576!important;font-size:10px!important;font-weight:750}.chat-order-link:hover,.table-chat-link:hover{color:#fff!important}.chat-layout{min-height:660px;display:grid;grid-template-columns:minmax(270px,330px) minmax(0,1fr);overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:0 20px 55px rgba(0,0,0,.22)}.chat-conversations{min-width:0;display:flex;flex-direction:column;background:#0d0f14;border-right:1px solid var(--line)}.chat-list-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:21px 20px 13px}.chat-list-head h2{margin:2px 0 0;font-size:22px}.chat-total{min-width:29px;height:29px;padding:0 8px;border-radius:10px;display:grid;place-items:center;background:rgba(239,35,60,.1);border:1px solid rgba(239,35,60,.18);color:#ff7181;font-size:11px;font-weight:850}.chat-search{margin:0 14px 13px;height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;background:#090a0e;border:1px solid var(--line);border-radius:12px;color:var(--muted)}.chat-search:focus-within{border-color:#4a4f5c}.chat-search input{min-width:0;flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:12px}.chat-conversation-list{min-height:0;overflow:auto;padding:0 8px 10px}.chat-conversation{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 10px;border:1px solid transparent;border-radius:13px;color:#d7dae1}.chat-conversation:hover{background:rgba(255,255,255,.035)}.chat-conversation.active{background:linear-gradient(135deg,rgba(239,35,60,.14),rgba(239,35,60,.035));border-color:rgba(239,35,60,.24)}.chat-conversation .avatar{width:42px;height:42px}.chat-conversation-copy{min-width:0;display:flex;flex-direction:column}.chat-conversation-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.chat-conversation-copy strong b,.chat-room-head strong b{color:#61a5ff}.chat-conversation-copy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:10px}.chat-conversation-meta{height:100%;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:4px}.chat-conversation-meta time{color:var(--muted-2);font-size:9px}.chat-conversation-meta b{min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:9px}.chat-list-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;color:var(--muted)}.chat-list-empty .icon{color:#ff6576}.chat-list-empty strong{margin-top:10px;color:#fff}.chat-list-empty p{max-width:220px;margin:3px 0;font-size:10px}.chat-room{min-width:0;display:flex;flex-direction:column;background:radial-gradient(circle at 80% 12%,rgba(239,35,60,.07),transparent 28%),#101218}.chat-room-head{min-height:76px;display:flex;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid var(--line);background:rgba(16,18,24,.88);backdrop-filter:blur(12px)}.chat-room-head>div{min-width:0;display:flex;flex:1;flex-direction:column}.chat-room-head strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-room-head span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px}.chat-room-head span i{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 10px rgba(34,197,94,.55)}.chat-list-toggle{display:none;transform:rotate(180deg)}.chat-order-context{display:flex;align-items:center;gap:11px;padding:10px 17px;background:rgba(59,130,246,.07);border-bottom:1px solid rgba(59,130,246,.13);color:#79aaff}.chat-order-context>div{min-width:0;display:flex;flex:1;flex-direction:column}.chat-order-context strong{font-size:11px}.chat-order-context span{color:var(--muted);font-size:9px}.chat-order-context>a{font-size:10px;font-weight:750;color:#9ec0ff}.chat-messages{min-height:0;flex:1;overflow:auto;padding:24px clamp(16px,3vw,36px);scroll-behavior:smooth;background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:34px 34px}.chat-date-divider{display:flex;align-items:center;justify-content:center;margin:2px 0 18px}.chat-date-divider span{padding:5px 10px;border-radius:999px;background:#1a1d25;border:1px solid var(--line);color:var(--muted);font-size:9px}.chat-bubble-row{display:flex;margin:7px 0}.chat-bubble-row.own{justify-content:flex-end}.chat-bubble{max-width:min(74%,620px);padding:10px 12px 7px;background:#1a1d25;border:1px solid #2c303b;border-radius:5px 16px 16px 16px;box-shadow:0 8px 22px rgba(0,0,0,.12)}.chat-bubble-row.own .chat-bubble{background:linear-gradient(135deg,#9d1026,#d61d37);border-color:rgba(255,255,255,.08);border-radius:16px 5px 16px 16px}.chat-bubble p{margin:0;white-space:normal;overflow-wrap:anywhere;font-size:12px;line-height:1.55;color:#f1f2f4}.chat-bubble footer{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:4px;color:#8f95a3;font-size:8px}.chat-bubble-row.own .chat-bubble footer{color:rgba(255,255,255,.7)}.chat-bubble footer a{padding:1px 5px;border-radius:5px;background:rgba(255,255,255,.07);color:inherit}.chat-bubble footer span{font-weight:850;letter-spacing:-2px}.chat-room-empty,.chat-no-room{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px}.chat-room-empty .icon,.chat-no-room .icon{color:#ff5368}.chat-room-empty h3,.chat-no-room h2{margin:13px 0 4px}.chat-room-empty p,.chat-no-room p{max-width:480px;margin:0;color:var(--muted);font-size:11px}.chat-no-room{flex:1}.chat-no-room .btn{margin-top:18px}.chat-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding:14px 16px;background:#0d0f14;border-top:1px solid var(--line)}.chat-composer textarea{width:100%;min-height:46px;max-height:130px;resize:none;overflow:auto;padding:12px 14px;background:#151820;border:1px solid #303541;border-radius:14px;color:#fff;outline:0;line-height:1.45}.chat-composer textarea:focus{border-color:#565d6d;box-shadow:0 0 0 3px rgba(255,255,255,.025)}.chat-composer .btn{min-width:104px;height:46px}.chat-composer .btn .icon{transform:rotate(-45deg)}
@media(max-width:980px){.seller-mini-actions{grid-column:1/-1}.chat-layout{min-height:620px;grid-template-columns:280px minmax(0,1fr)}}
@media(max-width:720px){.seller-mini-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.seller-mini-actions .btn{width:100%}.chat-layout{display:block;min-height:calc(100vh - 205px);border-radius:16px}.chat-conversations{min-height:calc(100vh - 205px);border-right:0}.chat-room{min-height:calc(100vh - 205px)}.chat-layout.has-active-room .chat-conversations{display:none}.chat-layout.has-active-room.show-chat-list .chat-conversations{display:flex}.chat-layout.has-active-room.show-chat-list .chat-room{display:none}.chat-list-toggle{display:grid;width:38px;height:38px}.chat-room-head{min-height:68px;padding:10px 11px}.chat-room-head>.btn{display:none}.chat-room-head .avatar-lg{width:42px;height:42px}.chat-messages{padding:18px 11px}.chat-bubble{max-width:86%;padding:9px 10px 6px}.chat-bubble p{font-size:11px}.chat-composer{padding:10px;gap:7px}.chat-composer .btn{min-width:48px;width:48px;padding:0}.chat-composer .btn span{display:none}.chat-composer textarea{min-height:44px;padding:11px 12px;font-size:12px}.chat-order-context{padding:9px 11px}.chat-order-context span{display:none}}

/* Attachment composer and responsive room repair. */
.chat-room-head span.is-offline i{background:#737887;box-shadow:none}.chat-room-head span.is-online i{background:var(--success);box-shadow:0 0 10px rgba(34,197,94,.55)}
.chat-composer{display:block;padding:12px 16px}.chat-composer-row{min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:9px;align-items:end}.chat-composer-row textarea{min-width:0}
.chat-attach-button{width:46px;height:46px;display:grid;place-items:center;border:1px solid #303541;border-radius:14px;background:#151820;color:#d9dce4;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.chat-attach-button:hover{border-color:#555c6a;background:#1b1f29}.chat-attach-button:active{transform:scale(.97)}.chat-attach-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.chat-send-button{min-width:104px;height:46px}.chat-selected-file{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr) 30px;gap:9px;align-items:center;margin-bottom:9px;padding:9px 10px;border:1px solid rgba(59,130,246,.2);border-radius:12px;background:rgba(59,130,246,.07)}.chat-selected-file[hidden]{display:none}.chat-selected-file>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(59,130,246,.13);color:#8bb5ff}.chat-selected-file>div{min-width:0;display:flex;flex-direction:column}.chat-selected-file strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.chat-selected-file small{color:var(--muted);font-size:9px}.chat-selected-file button{width:30px;height:30px;border:0;border-radius:9px;background:rgba(255,255,255,.05);color:#d8dbe3;font-size:18px;cursor:pointer}.chat-composer-note{display:block;margin:7px 2px 0;color:var(--muted-2);font-size:9px}
.chat-bubble.has-attachment{padding:7px}.chat-bubble.has-attachment>p{padding:4px 5px 7px}.chat-attachment-image{display:block;overflow:hidden;border-radius:12px;background:#0b0d12;color:#fff}.chat-attachment-image img{display:block;width:min(100%,420px);max-height:360px;object-fit:contain;background:#08090d}.chat-attachment-image span{display:flex;align-items:center;justify-content:center;gap:6px;padding:7px 9px;color:#c9cdd7;font-size:9px}.chat-attachment-file{min-width:220px;max-width:100%;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding:10px;border-radius:12px;background:rgba(8,9,13,.44);border:1px solid rgba(255,255,255,.07);color:#fff}.chat-attachment-file>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.07)}.chat-attachment-file>div{min-width:0;display:flex;flex-direction:column}.chat-attachment-file strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.chat-attachment-file small{color:rgba(255,255,255,.62);font-size:9px}

@media(max-width:720px){
  body[data-current-page="chat"]{overflow-x:hidden}
  body[data-current-page="chat"] .dashboard-shell{width:min(calc(100% - 20px),var(--container));padding-bottom:145px}
  body[data-current-page="chat"] .dashboard-main{min-width:0;overflow:visible}
  .chat-layout{width:100%;min-width:0;min-height:min(670px,calc(100dvh - 195px));overflow:hidden}
  .chat-layout.chat-list-only .chat-conversations{display:flex;min-height:min(670px,calc(100dvh - 195px))}
  .chat-layout.chat-list-only .chat-room{display:none}
  .chat-layout.has-active-room .chat-room{display:flex;min-height:min(670px,calc(100dvh - 195px));max-height:760px}
  .chat-messages{min-height:250px}
  .chat-composer{padding:9px 9px 11px}
  .chat-composer-row{grid-template-columns:42px minmax(0,1fr) 46px;gap:7px}
  .chat-attach-button{width:42px;height:44px;border-radius:13px}
  .chat-send-button{width:46px!important;min-width:46px!important;height:44px!important;padding:0!important;border-radius:13px}.chat-send-button span{display:none}
  .chat-composer-row textarea{width:100%;min-width:0;min-height:44px;max-height:100px;padding:11px 12px;font-size:12px}
  .chat-selected-file{grid-template-columns:32px minmax(0,1fr) 28px;margin-bottom:7px;padding:7px 8px}.chat-selected-file>span{width:32px;height:32px}.chat-selected-file button{width:28px;height:28px}
  .chat-attachment-image img{width:100%;max-height:280px}.chat-attachment-file{min-width:0;width:min(245px,100%)}
  .chat-bubble.has-attachment{max-width:91%}
}
