.dealRoomContainer{height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;gap:18px;padding:18px;box-sizing:border-box}.dealRoomContainer,.dealSidebar{display:flex;background:#000000ff}.dealSidebar{width:auto;border-radius:14px;padding:16px;box-shadow:0 2px 0 rgba(0,0,0,.02);border:1px solid #f0e9e0;flex-direction:column;gap:10px}.dealSidebar h3{margin:6px 0 12px;font-size:18px;color:"white";gap:8px}.dealSidebar h3,.roomCard{display:flex;align-items:center}.roomCard{gap:12px;padding:12px;border-radius:10px;background:transparent;border:1px solid transparent;transition:all .18s ease;cursor:pointer}.roomCard:hover{background:linear-gradient(90deg,rgba(255,235,225,.6),rgba(248,248,248,.5));border-color:rgba(241,239,239,.02)}.roomAvatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;background:linear-gradient(180deg,#f3c6c6,#eaaead);flex-shrink:0}.roomInfo strong{display:block;font-size:14px}.roomInfo span{display:block;color:#777;font-size:12px;margin-top:4px}.chatWrapper{flex:1 1;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 0 rgba(255,255,255,.02)}.chatHeader{background:linear-gradient(90deg,#fff7f3,#faf6ff);border-radius:14px;padding:12px 16px;justify-content:space-between;border:1px solid #ffffffff}.chatHeader,.userInfo{display:flex;align-items:center}.userInfo{gap:12px}.userAvatar{width:56px;height:56px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.userInfo p{margin:0;color:#666;font-size:13px}.tagPill{background:#fff;border-radius:20px;padding:6px 12px;border:1px solid #eee;font-size:13px}.roomTitleRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.roomTitleRow h2{margin:0;font-size:18px;color:#4b4b4b}.filterBtns{display:flex;gap:10px}.filterBtns button{border-radius:20px;padding:8px 14px;border:1px solid #000000ff;background:#fff;cursor:pointer}.messagesCard{background:#000000ff;border-radius:22px;padding:22px;margin-top:8px;flex:1 1;overflow-y:auto;border:1px solid rgba(240,230,225,.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.messageRow{align-items:flex-start;gap:12px;margin-bottom:16px}.messageAvatarSmall{width:36px;height:36px;background:#d6f1e0;font-weight:600;color:#2d6a4f}.messageBubble{background:#000000ff;border-radius:12px;min-width:120px;max-width:65%;box-shadow:0 1px 0 rgba(255,255,255,.02)}.messageMeta{font-size:11px;color:#9aa0a6;margin-top:6px}.messageTime{margin-left:auto;font-size:11px;color:#7a8a99}.botHelp{margin-top:10px;display:flex;align-items:center;gap:8px}.botBubble{border:2px solid #ffffffff;padding:8px 12px;border-radius:16px;background:white;color:#1363df;font-weight:600}.chatInputWrap{margin-top:12px}.chatInputWrap,.inputRounded{display:flex;align-items:center;gap:10px}.inputRounded{flex:1 1;border-radius:28px;padding:10px 16px;background:white;border:1px solid #ffffffff}.inputRounded input{border:none;outline:none;width:100%;font-size:15px}.sendBtn{width:48px;height:48px;border-radius:50%;background:linear-gradient(90deg,#7cc0ff,#4ca6ff);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.18)}.notificationsPanel{width:320px;height:"auto";background:black;border-radius:14px;padding:16px;border:1px solid #f0e9e0;display:flex;flex-direction:column;gap:12px;overflow:auto}.notificationsPanel h3{margin:0 0 4px;color:"white";font-size:16px}.notificationCard{display:flex;gap:12px;padding:12px;border-radius:12px;background:#fafafa;border:1px solid #f3f3f3}.notificationCard strong{display:block;font-size:14px}.notificationCard p{margin:4px 0 0;font-size:13px;color:#666}@media (max-width:1100px){.dealRoomContainer{flex-direction:column;min-height:100vh;height:auto;padding:10px}.dealSidebar,.notificationsPanel{width:100%;order:3}.chatWrapper{order:2}body,html{overflow-y:auto}}.mobileWrapper{width:100%;background:#000000ff;border-radius:12px;padding:10px}.mobileHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #000000ff;margin-bottom:10px}.backBtn{display:flex;align-items:center;gap:6px;font-weight:600;font-size:14px}.backBtn,.notifBtn{background:none;border:none;cursor:pointer;color:#ffffffff}.desktopWrapper{display:grid;grid-template-columns:460px 1fr 320px;grid-gap:18px;gap:18px;width:100%;height:100%}@media (max-width:1100px){.desktopWrapper{display:none}.mobileWrapper{display:block}}@media (min-width:1101px){.mobileWrapper{display:none}}.messageRow.alignRight{flex-direction:row-reverse}.messageBubble{background:#eef5ff}.bubbleMine{background:#000000ff;box-shadow:0 4px 14px rgba(0,0,0,.25)}.msgText{font-size:13px;margin-top:2px}.messageAvatarSmall.bot{background:#e9f1ff}.messageRow{display:flex;align-items:flex-end;margin-bottom:10px}.alignRight{justify-content:flex-end}.alignLeft{justify-content:flex-start}.messageBubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.4;max-width:75%;word-wrap:break-word;overflow-wrap:anywhere;white-space:pre-wrap}.bubbleMine{background:#4CAF50;color:#fff;text-align:right}.bubbleOther{background:#000000ff;color:#ffffffff}.messageAvatarSmall{width:32px;height:32px;border-radius:50%;background:#000000ff;display:flex;align-items:center;justify-content:center;margin:0 6px;font-size:13px;font-weight:700}.msgTitle{font-weight:700;word-break:break-all}.modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.modalContent{background:white;border-radius:16px;padding:24px;width:450px;max-height:80vh;overflow-y:auto;box-shadow:0 8px 30px rgba(0,0,0,.15);animation:scaleIn .2s ease}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modalHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;border-bottom:1px solid #eee;padding-bottom:8px}.modalHeader h2,.modalHeader h4{margin:0;font-size:20px;font-weight:600;color:#ffffffff}.sellerItem{display:flex;align-items:center;margin-bottom:12px;background:#ffffffff;padding:12px;border-radius:10px;transition:.2s}.bidItem,.sellerItem:hover{background:#000000ff}.bidItem{padding:12px;border-radius:8px;margin-bottom:10px;transition:.2s}.bidItem:hover{background:#000000ff}