/* Scope to app context, not screen size. Keep menus, inline links and chat panels. */
html.mip-app-hide-floating .miph-social-dock,
html.mip-app-hide-floating #sdas-mobile-btn,
html.mip-app-hide-floating #sdas-launcher,
html.mip-app-hide-floating #dasi-bubble,
html.mip-app-hide-floating .dasi-bubble{display:none!important;visibility:hidden!important;pointer-events:none!important}

/* Stable server marker also hides launchers if JavaScript is delayed. */
html:has([data-mip-dashboard].is-native-app) .miph-social-dock,
html:has([data-mip-dashboard].is-native-app) #sdas-mobile-btn,
html:has([data-mip-dashboard].is-native-app) #sdas-launcher,
html:has([data-mip-dashboard].is-native-app) #dasi-bubble,
html:has([data-mip-dashboard].is-native-app) .dasi-bubble{display:none!important;visibility:hidden!important;pointer-events:none!important}

/* 1.0.36.39: expose the existing Community shortcut on desktop. */
@media(min-width:761px){
 .mip-dashboard-app .mip-dashboard-doors>.mip-dashboard-community-door{display:grid!important;background:linear-gradient(125deg,#143c4b,#061c2d)!important;border:1px solid #cba65f!important;box-shadow:0 3px 10px rgba(6,28,45,.12)}
 .mip-dashboard-app .mip-dashboard-community-door strong{color:#fff5df!important}
 .mip-dashboard-app .mip-dashboard-community-door small{color:#f0d6a5!important}
 .mip-dashboard-app .mip-dashboard-community-door i{background:rgba(239,196,102,.12)!important;color:#efc466!important;border-color:#b89248!important}
 .mip-dashboard-app .mip-dashboard-community-door>b{color:#efc466!important}
 .mip-dashboard-app .mip-dashboard-community-door:focus-visible{outline:3px solid #cba65f;outline-offset:3px}
}
