/* V87 - Real mobile chat polishing: WhatsApp-like, compact, no overlap */
:root{--v87-navy:#073b5a;--v87-navy2:#07506f;--v87-teal:#009c7a;--v87-soft:#eef7fb;--v87-line:#d8e8f0;--v87-text:#0a334a;--v87-muted:#6b7f8c;--v87-shadow:0 12px 34px rgba(7,59,90,.16)}
*{box-sizing:border-box}.app-pro svg{width:1em;height:1em;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
/* Desktop chat layout */
.chat-view{position:relative;min-width:0}.messages{scroll-behavior:smooth}.msg-row{align-items:flex-end;gap:8px}.msg-avatar{width:34px!important;height:34px!important;min-width:34px!important;border-radius:50%;object-fit:cover}.msg-bubble{max-width:min(650px,78vw);border-radius:18px!important;padding:10px 12px!important;box-shadow:0 8px 22px rgba(12,55,80,.08);overflow:hidden}.msg.me .msg-bubble,.msg.outgoing .msg-bubble{background:linear-gradient(135deg,#e3fff5,#c9f4e8)!important;border:1px solid #bbe8d9}.msg.incoming .msg-bubble{background:#fff!important;border:1px solid #e5eef3}.msg-author{display:flex!important;align-items:center!important;gap:7px!important;margin-bottom:5px!important;line-height:1.2}.msg-author strong{font-size:13px!important;color:var(--v87-text)!important}.msg-author span{font-size:10px!important;color:var(--v87-muted)!important}.reply-action-v76{font-size:10px!important;padding:3px 8px!important;border-radius:999px!important;background:#eef8fb!important;border:0!important;color:#0b526f!important}.msg-body{font-size:14px!important;line-height:1.65!important;word-break:break-word}.msg-time{font-size:10px!important;color:#80909a!important;margin-top:5px!important}.attachments-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px!important;margin-top:8px!important}.image-attachment{display:block!important;border-radius:16px!important;overflow:hidden!important;border:1px solid #dcebf2!important;background:#eef6fa!important;max-width:360px}.image-attachment img{width:100%!important;height:auto!important;max-height:260px!important;object-fit:cover!important;display:block!important}.file-attachment{border-radius:16px!important;border:1px solid #dfeef4!important;background:#f8fcfe!important;padding:10px!important;display:flex!important;align-items:center!important;gap:10px!important;min-width:0}.file-attachment b{width:40px;height:40px;border-radius:12px;background:#eaf6fb;display:grid;place-items:center;font-size:18px}.file-attachment span{min-width:0}.file-attachment strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px;font-size:12px;color:var(--v87-text)}.file-attachment small{font-size:10px;color:var(--v87-muted)}
/* Professional audio bubble inside messages */
.audio-attachment,.audio-attachment-v41{background:linear-gradient(135deg,#f7fcff,#edf8fb)!important;border:1px solid #d7eaf1!important;border-radius:18px!important;padding:10px!important;display:flex!important;flex-direction:column!important;gap:8px!important;min-width:220px!important;max-width:370px!important;box-shadow:0 8px 18px rgba(7,59,90,.07)}.audio-file-head{display:flex!important;align-items:center!important;gap:9px!important}.audio-file-head b{width:38px!important;height:38px!important;border-radius:50%!important;background:linear-gradient(135deg,var(--v87-navy),var(--v87-teal))!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:16px!important}.audio-file-head span{min-width:0}.audio-file-head strong{display:block!important;font-size:12px!important;color:var(--v87-text)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.audio-file-head small{font-size:10px!important;color:var(--v87-muted)!important}.audio-attachment audio,.audio-attachment-v41 audio{width:100%!important;height:38px!important;filter:drop-shadow(0 2px 5px rgba(7,59,90,.07))}
/* Composer shared */
.composer-pro{border-radius:24px 24px 0 0!important;background:rgba(255,255,255,.96)!important;box-shadow:0 -10px 32px rgba(7,59,90,.13)!important;border:1px solid rgba(214,232,240,.8)!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important}.message-bar-v61{display:grid!important;grid-template-columns:auto auto 1fr auto auto!important;align-items:end!important;gap:8px!important;width:100%!important}.icon-btn-v61,.send-btn-v61{width:44px!important;height:44px!important;min-width:44px!important;border-radius:16px!important;display:grid!important;place-items:center!important;border:1px solid #d8e8f0!important;box-shadow:0 6px 14px rgba(7,59,90,.08)!important;position:relative!important;inset:auto!important;transform:none!important;margin:0!important}.attach-plus-v83{background:#fff!important;color:var(--v87-navy)!important}.mic-btn-v61{background:#f8fbfd!important;color:#486374!important}.send-btn-v61{background:linear-gradient(135deg,var(--v87-navy),var(--v87-teal))!important;color:#fff!important;border:0!important}.icon-btn-v61 i,.send-btn-v61 i{font-size:17px!important;line-height:1}.input-wrapper-v61{min-width:0!important;border:1px solid #d7e8ef!important;background:#fff!important;border-radius:20px!important;padding:0!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)!important}.input-wrapper-v61 textarea{width:100%!important;min-height:44px!important;max-height:118px!important;padding:12px 14px!important;border:0!important;background:transparent!important;outline:0!important;resize:none!important;font-size:14px!important;line-height:1.45!important;color:var(--v87-text)!important}.input-wrapper-v61 textarea::placeholder{color:#8da0aa!important}.composer-meta-v61{padding:4px 4px 0!important}.file-rules-v61{display:none!important}.selected-files-v61{display:flex!important;gap:6px!important;flex-wrap:wrap!important}.selected-file-chip{background:#eef8fb!important;color:#16445a!important;border:1px solid #d8e8ef!important;border-radius:999px!important;padding:5px 9px!important;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px!important}
/* Voice recording panel */
.voice-panel-v82{border:1px solid #d5e9f1!important;background:linear-gradient(135deg,#ffffff,#eef9fb)!important;border-radius:20px!important;padding:10px!important;margin:6px 0 10px!important;box-shadow:0 10px 24px rgba(7,59,90,.12)!important}.voice-main-v82{display:grid!important;grid-template-columns:42px 1fr auto 34px!important;align-items:center!important;gap:9px!important}.voice-stop-v82,.voice-cancel-v82{width:38px!important;height:38px!important;border-radius:14px!important;border:0!important;display:grid!important;place-items:center!important}.voice-stop-v82{background:#fff2f2!important;color:#d43a3a!important}.voice-cancel-v82{background:#eef4f7!important;color:#536875!important;font-size:20px!important}.voice-wave-v82{height:34px!important;border-radius:999px!important;background:#eef8fb!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;overflow:hidden!important}.voice-wave-v82 span{display:block;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--v87-teal),var(--v87-navy));animation:v87wave 1.05s ease-in-out infinite}.voice-wave-v82 span:nth-child(1){height:10px;animation-delay:.0s}.voice-wave-v82 span:nth-child(2){height:20px;animation-delay:.1s}.voice-wave-v82 span:nth-child(3){height:13px;animation-delay:.2s}.voice-wave-v82 span:nth-child(4){height:26px;animation-delay:.3s}.voice-wave-v82 span:nth-child(5){height:18px;animation-delay:.4s}.voice-wave-v82 span:nth-child(6){height:24px;animation-delay:.5s}.voice-wave-v82 span:nth-child(7){height:12px;animation-delay:.6s}.voice-wave-v82 span:nth-child(8){height:19px;animation-delay:.7s}@keyframes v87wave{0%,100%{transform:scaleY(.55);opacity:.55}50%{transform:scaleY(1.25);opacity:1}}#voiceTimerV82{font-variant-numeric:tabular-nums;background:#073b5a;color:#fff;border-radius:999px;padding:7px 10px;font-size:12px}.voice-ready-v82{border-top:1px dashed #d4e4ec;margin-top:8px;padding-top:8px;display:flex!important;align-items:center;gap:8px;flex-wrap:wrap}.voice-ready-v82[hidden]{display:none!important}.voice-ready-v82 span{font-size:12px;color:var(--v87-text)}.voice-ready-v82 audio{height:36px;max-width:100%}
/* Mobile home/list */
@media (max-width:780px){
  body{background:#edf6fb!important}.app-pro{display:block!important;min-height:100dvh;padding:0!important;background:#edf6fb!important;overflow-x:hidden}.left,.right,.desktop-rail{display:none!important}.content.chat-view{width:100%!important;max-width:100%!important;min-height:100dvh!important;padding:0 0 96px!important;background:#edf6fb!important;overflow:hidden}.mobile-channel-home .content.chat-view{padding-bottom:86px!important}.mobile-channel-home .chat-head{display:block!important;min-height:auto!important;margin:0!important;border-radius:0 0 28px 28px!important;padding:22px 18px 30px!important;background:linear-gradient(135deg,#073b5a,#0b7490)!important;color:#fff!important;box-shadow:0 12px 30px rgba(7,59,90,.18)!important}.mobile-channel-home .chat-head .mobile-chat-back-v49{display:none!important}.mobile-channel-home .chat-head-icon{width:50px!important;height:50px!important;border-radius:18px!important;background:rgba(255,255,255,.15)!important;color:#fff!important}.mobile-channel-home .chat-title h1{font-size:24px!important;line-height:1.25!important;margin:8px 0 4px!important;color:#fff!important}.mobile-channel-home .chat-title p{font-size:12px!important;color:rgba(255,255,255,.78)!important;line-height:1.5!important;max-width:92%!important}.mobile-channel-home .channel-list,.mobile-channel-home .messages{padding:14px!important;display:grid!important;gap:10px!important}.channel-card,.mobile-channel-card,.channel-item{border-radius:22px!important;background:#fff!important;border:1px solid #dcecf3!important;box-shadow:0 10px 22px rgba(7,59,90,.08)!important;padding:12px!important;min-height:72px!important}.channel-card svg,.channel-card .channel-icon,.mobile-channel-card svg{width:40px!important;height:40px!important;min-width:40px!important;border-radius:15px!important}.mobile-bottom-nav{height:74px!important;padding:7px 10px calc(7px + env(safe-area-inset-bottom))!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(16px)!important;border-top:1px solid #dcebf2!important;box-shadow:0 -10px 26px rgba(7,59,90,.12)!important}.mobile-bottom-nav a{height:58px!important;border-radius:20px!important;color:#667b89!important;font-size:11px!important}.mobile-bottom-nav a svg,.mobile-bottom-nav a i{width:24px!important;height:24px!important;font-size:22px!important}.mobile-bottom-nav a.active{background:#e6fbf4!important;color:#00886d!important;font-weight:800!important}.mobile-bottom-nav a.active:after{content:"";width:28px;height:3px;background:#00886d;border-radius:99px;position:absolute;bottom:6px;left:50%;transform:translateX(-50%)}
  /* Open chat: compact top bar */
  .mobile-chat-open .content.chat-view{display:flex!important;flex-direction:column!important;height:100dvh!important;padding:0 0 74px!important}.mobile-chat-open .chat-head{position:sticky!important;top:0!important;z-index:30!important;margin:0!important;border-radius:0 0 18px 18px!important;min-height:64px!important;height:auto!important;padding:8px 10px!important;background:linear-gradient(135deg,#073b5a,#0b6d88)!important;box-shadow:0 6px 18px rgba(7,59,90,.18)!important;color:#fff!important;display:grid!important;grid-template-columns:44px 42px 1fr auto!important;align-items:center!important;gap:7px!important;overflow:hidden!important}.mobile-chat-open .premium-back-btn,.mobile-chat-open .mobile-chat-back-v49{position:static!important;display:grid!important;place-items:center!important;width:40px!important;height:40px!important;min-width:40px!important;border-radius:16px!important;background:rgba(255,255,255,.96)!important;color:#073b5a!important;box-shadow:none!important;padding:0!important;margin:0!important;font-size:0!important}.mobile-chat-open .premium-back-btn:before{content:'›';font-size:30px;font-weight:900;line-height:1}.mobile-chat-open .premium-back-btn svg,.mobile-chat-open .premium-back-btn b,.mobile-chat-open .premium-back-btn span{display:none!important}.mobile-chat-open .chat-head-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:16px!important;background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;margin:0!important}.mobile-chat-open .chat-head-icon svg{width:22px!important;height:22px!important}.mobile-chat-open .chat-title{min-width:0!important;text-align:right!important}.mobile-chat-open .chat-title h1{font-size:16px!important;line-height:1.2!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important;color:#fff!important;font-weight:900!important}.mobile-chat-open .chat-title p{display:block!important;font-size:10px!important;line-height:1.25!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:2px 0 0!important;color:rgba(255,255,255,.72)!important}.mobile-chat-open .chat-status,.mobile-chat-open .mini-badge.open,.mobile-chat-open .verify-dot{font-size:9px!important;padding:4px 7px!important;border-radius:999px!important;white-space:nowrap!important;background:rgba(230,255,246,.18)!important;color:#cafff0!important;border:1px solid rgba(255,255,255,.14)!important}.mobile-chat-open .chat-head .chat-status:nth-of-type(n+2),.mobile-chat-open .chat-head .mini-badge.open:nth-of-type(n+2){display:none!important}
  .mobile-chat-open .messages{flex:1 1 auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding:12px 10px 12px!important;background:linear-gradient(180deg,#f2f8fb,#edf6fb)!important;display:flex!important;flex-direction:column!important;gap:10px!important}.mobile-chat-open .msg{width:100%!important;margin:0!important}.mobile-chat-open .msg-row{gap:6px!important;align-items:flex-end!important}.mobile-chat-open .msg-avatar-link{display:none!important}.mobile-chat-open .msg-bubble{max-width:82%!important;min-width:0!important;border-radius:18px!important;padding:9px 10px!important}.mobile-chat-open .msg.incoming .msg-bubble{border-bottom-right-radius:6px!important;margin-left:auto!important;margin-right:0!important}.mobile-chat-open .msg.me .msg-bubble,.mobile-chat-open .msg.outgoing .msg-bubble{border-bottom-left-radius:6px!important;margin-right:auto!important;margin-left:0!important}.mobile-chat-open .msg-author strong{font-size:12px!important}.mobile-chat-open .msg-author span{display:none!important}.mobile-chat-open .reply-action-v76{font-size:9px!important;padding:3px 7px!important}.mobile-chat-open .msg-body{font-size:13px!important;line-height:1.55!important}.mobile-chat-open .attachments-grid{display:block!important;margin-top:7px!important}.mobile-chat-open .image-attachment{max-width:100%!important;border-radius:15px!important}.mobile-chat-open .image-attachment img{max-height:210px!important}.mobile-chat-open .file-attachment{padding:8px!important;border-radius:15px!important;max-width:100%!important}.mobile-chat-open .file-attachment b{width:36px;height:36px}.mobile-chat-open .file-attachment strong{max-width:170px;font-size:11px!important}.mobile-chat-open .audio-attachment,.mobile-chat-open .audio-attachment-v41{min-width:205px!important;max-width:100%!important;padding:8px!important;border-radius:16px!important}.mobile-chat-open .audio-file-head b{width:34px!important;height:34px!important}.mobile-chat-open .audio-file-head strong{max-width:155px;font-size:11px!important}.mobile-chat-open .audio-attachment audio,.mobile-chat-open .audio-attachment-v41 audio{height:34px!important}
  .mobile-chat-open .composer-pro{position:sticky!important;bottom:74px!important;z-index:35!important;margin:0!important;border-radius:22px 22px 0 0!important;padding:8px 8px 8px!important;background:rgba(255,255,255,.98)!important;width:100%!important}.mobile-chat-open .message-bar-v61{grid-template-columns:42px 1fr 42px 46px!important;gap:7px!important;align-items:end!important;direction:rtl!important}.mobile-chat-open .target-btn-v61{display:none!important}.mobile-chat-open .attach-plus-v83{display:grid!important;grid-column:1!important;grid-row:1!important;z-index:2!important}.mobile-chat-open .input-wrapper-v61{grid-column:2!important;grid-row:1!important;border-radius:20px!important}.mobile-chat-open .mic-btn-v61{grid-column:3!important;grid-row:1!important}.mobile-chat-open .send-btn-v61{grid-column:4!important;grid-row:1!important;border-radius:18px!important}.mobile-chat-open .icon-btn-v61,.mobile-chat-open .send-btn-v61{width:42px!important;height:42px!important;min-width:42px!important}.mobile-chat-open .send-btn-v61{width:46px!important;min-width:46px!important}.mobile-chat-open .input-wrapper-v61 textarea{min-height:42px!important;padding:11px 13px!important;font-size:13px!important}.mobile-chat-open .composer-meta-v61{padding:2px 2px 0!important}.mobile-chat-open .selected-files-v61{max-height:42px;overflow:auto}.mobile-chat-open .voice-panel-v82{margin:0 0 7px!important;border-radius:18px!important;padding:8px!important}.mobile-chat-open .voice-main-v82{grid-template-columns:38px 1fr auto 32px!important;gap:7px!important}.mobile-chat-open #voiceTimerV82{font-size:11px;padding:6px 8px}.mobile-chat-open .voice-wave-v82{height:30px}.mobile-chat-open .target-picker-v61,.mobile-chat-open .target-preview{font-size:11px!important;border-radius:14px!important;margin-bottom:7px!important}.mobile-chat-open .composer-reply-preview-v76{margin-bottom:6px!important;border-radius:14px!important;font-size:11px!important}.global-back-pro{z-index:40!important;transform:scale(.76)!important;top:8px!important;left:8px!important;right:auto!important;opacity:.96!important}
}
@media (max-width:380px){.mobile-chat-open .msg-bubble{max-width:86%!important}.mobile-chat-open .message-bar-v61{grid-template-columns:40px 1fr 40px 44px!important;gap:5px!important}.mobile-chat-open .icon-btn-v61,.mobile-chat-open .send-btn-v61{width:40px!important;height:40px!important;min-width:40px!important}.mobile-chat-open .send-btn-v61{width:44px!important;min-width:44px!important}.mobile-chat-open .input-wrapper-v61 textarea{font-size:12.5px!important}.mobile-chat-open .chat-title h1{font-size:15px!important}}
/* Users, notifications, more pages mobile polish */
@media (max-width:780px){.users-page-v55,.notifications-page,.more-page,.archive-page-v86{padding:0 12px 88px!important;background:#edf6fb!important}.users-hero-v55,.notifications-hero,.more-hero,.archive-hero-v86{margin:0 -12px 14px!important;border-radius:0 0 28px 28px!important;padding:22px 16px!important;background:linear-gradient(135deg,#073b5a,#0b7490)!important;color:#fff!important}.users-hero-v55 h1,.notifications-hero h1,.more-hero h1,.archive-hero-v86 h1{font-size:24px!important;line-height:1.25!important;color:#fff!important}.users-hero-v55 p,.notifications-hero p,.more-hero p,.archive-hero-v86 p{font-size:12px!important;color:rgba(255,255,255,.78)!important}.users-grid-v55,.users-directory-v55,.selector-grid{display:block!important}.users-rules-v55{display:none!important}.directory-panel-v55,.dg-contact-v55,.manager-result,.notification-card,.more-card,.archive-card-v86{border-radius:22px!important;background:#fff!important;border:1px solid #dcecf3!important;box-shadow:0 10px 24px rgba(7,59,90,.08)!important;padding:13px!important;margin-bottom:10px!important}.rule-icon-v55,.map-icon{width:46px!important;height:46px!important;border-radius:16px!important}.manager-card-pro img{width:50px!important;height:50px!important;border-radius:18px!important}.manager-info h2{font-size:17px!important}.manager-info p,.mini-lines span{font-size:11px!important}.field label{font-size:11px!important}.field select,.field textarea,.field input{border-radius:16px!important;min-height:44px!important;font-size:13px!important}.btn{border-radius:16px!important;min-height:42px!important;font-size:13px!important}.direct-form{gap:8px!important}.direct-file{border-radius:16px!important;padding:10px!important}}
