/* MUA Chat Mobile 3.0 — premium additive visual layer; preserves existing messaging engine */
:root{--m3-gold:#f6d37a;--m3-plum:#2b1327;--m3-olive:#65704a;--m3-glass:rgba(48,31,39,.72)}
.topbar{padding-left:16px;padding-right:16px;background:linear-gradient(180deg,rgba(31,15,28,.9),rgba(31,18,27,.66));box-shadow:0 8px 32px rgba(0,0,0,.18)}
.brand{font-size:23px;letter-spacing:-.65px}.subbrand{font-size:10px;text-transform:uppercase;letter-spacing:1.3px}.section-head{padding:18px 18px 11px}.section-head h1{font-size:34px;letter-spacing:-1.1px}.search-wrap{margin-left:16px;margin-right:16px;border-radius:20px;background:rgba(255,255,255,.075)}
.chat-list{padding-left:10px;padding-right:10px}.chat-row{position:relative;min-height:78px;border-radius:22px;margin-bottom:7px;padding:12px 13px;background:linear-gradient(135deg,rgba(66,41,52,.84),rgba(42,29,33,.78));transition:transform .16s ease,background .16s ease}.chat-row:active{transform:scale(.985)}.chat-row .avatar{width:54px;height:54px;flex-basis:54px;border-radius:19px;font-size:18px}.chat-meta b{font-size:16.5px}.chat-meta small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:68vw}.unread{box-shadow:0 0 0 4px rgba(49,173,102,.1),0 4px 12px rgba(0,0,0,.2)}
.conversation-head{height:70px;padding:8px 11px;background:rgba(28,16,24,.82)}.conversation-person{flex:1;min-width:0}.conversation-person strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:17px}.conversation-person small{display:block;margin-top:2px}.messages{padding:15px 11px 20px;background:radial-gradient(circle at 90% 15%,rgba(99,108,69,.13),transparent 28%),radial-gradient(circle at 10% 80%,rgba(92,40,81,.13),transparent 30%)}.bubble{max-width:84%;padding:10px 12px 8px;border-radius:20px;line-height:1.38;box-shadow:0 5px 16px rgba(0,0,0,.13)}.bubble.me{border-bottom-right-radius:5px;background:linear-gradient(145deg,#717c51,#515b3a)}.bubble:not(.me){border-bottom-left-radius:5px;background:linear-gradient(145deg,rgba(83,50,64,.98),rgba(57,36,44,.98))}
/* Stable composer: attach | AI | message field | send */
.composer{display:flex!important;align-items:flex-end!important;padding:9px 10px calc(9px + env(safe-area-inset-bottom))!important;gap:7px!important;background:rgba(27,17,22,.88)!important}
#attachBtn,#writingToolsBtn,#sendBtn{flex:0 0 42px!important;width:42px!important;height:42px!important;margin:0!important;align-self:flex-end!important}#writingToolsBtn{flex-basis:44px!important;width:44px!important;height:44px!important}#messageInput{flex:1 1 auto!important;width:auto!important;min-width:0!important;min-height:42px!important;height:42px!important;max-height:110px!important;border-radius:23px!important;background:rgba(255,255,255,.075)!important;padding:10px 16px!important;resize:none!important;overflow-y:auto!important;writing-mode:horizontal-tb!important;direction:ltr!important;transform:none!important;text-orientation:mixed!important;display:block!important}#sendBtn{display:grid!important;place-items:center!important}.composer-btn,.send-btn{transition:transform .12s ease}.composer-btn:active,.send-btn:active{transform:scale(.9)}
.bottom-nav{height:76px;background:rgba(27,17,21,.88)}.bottom-nav button{font-size:10px;position:relative}.bottom-nav button span{font-size:21px}.bottom-nav button.on{color:var(--m3-gold)}
.m3-filterbar{display:flex;gap:8px;overflow-x:auto;padding:0 16px 10px;scrollbar-width:none}.m3-filterbar::-webkit-scrollbar{display:none}.m3-filter{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.055);color:#c9bcaa;border-radius:999px;padding:7px 13px;font-size:12px;white-space:nowrap}.m3-filter.on{background:rgba(246,211,122,.14);border-color:rgba(246,211,122,.28);color:#ffe29a}
.m3-fab{position:fixed;right:17px;bottom:calc(88px + env(safe-area-inset-bottom));z-index:18;width:56px;height:56px;border:1px solid rgba(255,255,255,.13);border-radius:19px;background:linear-gradient(145deg,#7b8657,#515c39);color:#ffe5a1;font-size:27px;box-shadow:0 14px 30px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.14)}.m3-fab:active{transform:scale(.94)}
.m3-ai-pill{position:absolute;right:13px;top:12px;border:1px solid rgba(246,211,122,.2);background:rgba(246,211,122,.08);color:#f8d982;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:700;letter-spacing:.25px}.sheet{border-radius:30px 30px 0 0}.tool-grid button span{border-radius:18px}
/* Compact chat-home: prioritise names and conversations on phone screens */
.mua-compact-home #chatListView .section-head{padding:10px 16px 5px!important;align-items:center}.mua-compact-home #chatListView .section-head h1{font-size:28px!important;line-height:1!important;margin:0}.mua-compact-home #chatListView .section-head p{display:none}.mua-compact-home #chatListView .section-head #newChatBtn{padding:8px 12px!important;font-size:12px!important}.mua-compact-home #chatListView .search-wrap{height:42px!important;margin:5px 12px 7px!important;border-radius:17px!important}.mua-compact-home #chatListView .m3-filterbar{padding:0 12px 7px!important;gap:6px}.mua-compact-home #chatListView .m3-filter{padding:5px 10px!important;font-size:11px!important}.mua-compact-home #chatListView .chat-list{padding:0 7px!important}.mua-compact-home #chatListView .chat-row{min-height:62px!important;margin-bottom:5px!important;padding:7px 10px!important;border-radius:17px!important}.mua-compact-home #chatListView .chat-row .avatar{width:46px!important;height:46px!important;flex-basis:46px!important;border-radius:15px!important}.mua-compact-home #chatListView .chat-meta b{font-size:15px!important}.mua-compact-home #chatListView .chat-meta small{font-size:12px!important}.mua-compact-home .topbar{padding-top:calc(7px + env(safe-area-inset-top))!important;padding-bottom:6px!important}.mua-compact-home .topbar-main{min-height:55px!important}.mua-compact-home .brand{font-size:20px!important;line-height:1.05!important}.mua-compact-home .subbrand{font-size:8px!important;line-height:1.25!important}.mua-compact-home .escapade-marquee{height:22px!important;min-height:22px!important}.mua-compact-home .escapade-track{font-size:9px!important}.mua-total-unread{position:absolute!important;top:2px!important;left:calc(50% + 8px)!important;min-width:19px!important;height:19px!important;padding:0 5px!important;border-radius:999px!important;background:#e43e55!important;color:#fff!important;font:bold 11px/19px system-ui!important;text-align:center!important;box-shadow:0 2px 8px #0008!important;z-index:4}.mua-total-unread[hidden]{display:none!important}
@media (max-width:380px){.composer{gap:5px!important;padding-left:7px!important;padding-right:7px!important}#attachBtn,#sendBtn{flex-basis:38px!important;width:38px!important;height:40px!important}#writingToolsBtn{flex-basis:40px!important;width:40px!important;height:40px!important}#messageInput{padding-left:13px!important;padding-right:13px!important}}
@media (prefers-reduced-motion:no-preference){.chat-row,.bubble{animation:m3in .22s ease both}@keyframes m3in{from{opacity:.4;transform:translateY(3px)}to{opacity:1;transform:none}}}
