/* MISTER FAST V45.1 — LiveMapChat Mobile Workspace */
:root{--mf45-blue:#003da5;--mf45-navy:#062b68;--mf45-gold:#ffc400;--mf45-white:#fff;--mf45-soft:#f3f7fc;--mf45-line:#dbe6f2}
body.mf-lmc-mobile-view{overflow:hidden;background:linear-gradient(145deg,#dfe9f7,#edf4fb)}
body.mf-lmc-mobile-view .mf-lmc-app{position:relative;overflow:hidden;background:#fff}
body.mf-lmc-mobile-view .mf-mini-appbar{background:linear-gradient(135deg,var(--mf45-navy),var(--mf45-blue))!important;border-bottom:3px solid var(--mf45-gold);color:#fff}
body.mf-lmc-mobile-view .mf-mini-brand>span{background:var(--mf45-gold)!important;color:var(--mf45-navy)!important;font-weight:900}
body.mf-lmc-mobile-view .mf-mini-brand b,body.mf-lmc-mobile-view .mf-mini-brand small{color:#fff!important}
body.mf-lmc-mobile-view .mf-mini-actions button{color:#fff!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.2)!important}
.mf-mobile-home{position:absolute;inset:58px 0 68px;z-index:120;background:linear-gradient(180deg,#f8fbff,#eef4fb);display:flex;flex-direction:column;min-height:0;transition:transform .28s ease,opacity .2s ease}
body.mf-mobile-room-open .mf-mobile-home{transform:translateX(-100%);opacity:0;pointer-events:none}
.mf-mobile-search{margin:12px 12px 8px;height:44px;background:#fff;border:1px solid var(--mf45-line);border-radius:22px;display:flex;align-items:center;padding:0 14px;gap:8px;box-shadow:0 5px 16px rgba(6,43,104,.06)}
.mf-mobile-search input{border:0;outline:0;background:transparent;flex:1;min-width:0;font:inherit;color:#17304f}
.mf-mobile-rolebar{display:flex;gap:8px;overflow-x:auto;padding:6px 12px 12px;scrollbar-width:none;border-bottom:1px solid var(--mf45-line)}.mf-mobile-rolebar::-webkit-scrollbar{display:none}
.mf-mobile-rolebar button{flex:0 0 auto;min-width:76px;border:1px solid #dbe5f0;background:#fff;border-radius:16px;padding:8px 9px;color:#294664;display:flex;flex-direction:column;align-items:center;gap:3px}.mf-mobile-rolebar button span{font-size:20px}.mf-mobile-rolebar button b{font-size:10px}.mf-mobile-rolebar button.is-active{background:var(--mf45-blue);border-color:var(--mf45-blue);color:#fff;box-shadow:0 6px 16px rgba(0,61,165,.2)}.mf-mobile-rolebar button[data-room-create]{background:var(--mf45-gold);border-color:var(--mf45-gold);color:var(--mf45-navy)}
.mf-mobile-home-title{display:flex;align-items:center;justify-content:space-between;padding:13px 14px 8px}.mf-mobile-home-title b{display:block;color:#0b2d5a;font-size:18px}.mf-mobile-home-title small{color:#6a7c92;font-size:11px}.mf-mobile-home-title>span{background:#e7f0ff;color:var(--mf45-blue);border-radius:14px;padding:5px 9px;font-size:10px;font-weight:800}
.mf-mobile-room-list{overflow:auto;padding:0 10px 18px;display:flex;flex-direction:column;gap:8px}
.mf-mobile-room-card{width:100%;border:1px solid #e0e8f2;background:#fff;border-radius:18px;padding:12px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;text-align:left;box-shadow:0 7px 20px rgba(4,38,86,.06);color:#183553}.mf-mobile-room-card:active{transform:scale(.985)}.mf-mobile-room-card[hidden]{display:none!important}.mf-mobile-room-card div{min-width:0}.mf-mobile-room-card b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:#0a2f63}.mf-mobile-room-card small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6b7e94;font-size:11px;margin-top:3px}.mf-mobile-room-card em{font-style:normal;color:#8a9bb0;font-weight:800}
.mf-room-avatar{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;font-weight:900;font-size:15px}.mf-room-avatar.is-lobby{background:var(--mf45-gold);color:var(--mf45-navy)}.mf-room-avatar.is-driver{background:#e8f2ff;color:var(--mf45-blue)}.mf-room-avatar.is-job{background:#fff3c2;color:#7a5700}.mf-room-avatar.is-login{background:#eaf0f7;color:#24496d}
body.mf-lmc-mobile-view .mf-lmc-main{transition:transform .28s ease;transform:translateX(100%)}body.mf-lmc-mobile-view.mf-mobile-room-open .mf-lmc-main{transform:translateX(0)}
body.mf-lmc-mobile-view .mf-mini-bottom-nav{background:#fff!important;border-top:1px solid var(--mf45-line)!important}body.mf-lmc-mobile-view .mf-mini-bottom-nav button.is-active{color:var(--mf45-blue)!important}body.mf-lmc-mobile-view .mf-mini-bottom-nav button.is-active:before{content:"";position:absolute;top:0;width:24px;height:3px;border-radius:0 0 4px 4px;background:var(--mf45-gold)}body.mf-lmc-mobile-view .mf-mini-bottom-nav button{position:relative}
body.mf-lmc-mobile-view .mf-lmc-chat-head{background:#fff!important;border-bottom:1px solid var(--mf45-line)!important}body.mf-lmc-mobile-view .mf-lmc-chat-head:before{content:"‹";font-size:30px;color:var(--mf45-blue);margin-right:4px;cursor:pointer}
@media(min-width:700px){body.mf-lmc-mobile-view .mf-lmc-app{max-width:430px!important}.mf-mobile-home{border-radius:0 0 22px 22px}}
