/* R78 direct screenshot fix: applies at 943px portrait as well as phones. */
@media screen and (max-width:1200px){
 html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
 #appView.app:not(.hidden){display:block!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;background:#071a3a!important;color:#eef6ff!important}
 #appView.app:not(.hidden) .topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:'brand role' 'manage profile logout'!important;width:100%!important;max-width:100%!important;padding:14px 16px!important;gap:8px!important}.topbar .logo{grid-area:brand!important}.topbar .role-chip{grid-area:role!important}.topbar #managementLink{grid-area:manage!important}.topbar #profileBtn{grid-area:profile!important}.topbar #logoutBtn{grid-area:logout!important}.topbar .whoami,.topbar .spacer{display:none!important}.topbar #managementLink,.topbar #profileBtn,.topbar #logoutBtn{width:100%!important;padding:9px 6px!important;font-size:10px!important}
 #appView.app:not(.hidden) .intro-band,#appView.app:not(.hidden) .module-nav,#appView.app:not(.hidden) .main{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;padding-left:16px!important;padding-right:16px!important}
 #appView.app:not(.hidden) .intro-band{padding-top:16px!important}#appView.app:not(.hidden) .intro-band p{width:100%!important;max-width:100%!important;max-height:124px!important;padding:14px 16px!important;overflow:hidden!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;line-height:1.45!important}
 #appView.app:not(.hidden) .module-nav{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:14px!important;padding-left:16px!important;padding-right:16px!important}#appView.app:not(.hidden) .module-nav button{box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:64px!important;margin:0!important;padding:14px 16px!important}
 #appView.app:not(.hidden) .main{padding-top:22px!important;padding-bottom:220px!important}#appView.app:not(.hidden) .saas-command-center{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;overflow:hidden!important}.saas-command-center .saas-copy{max-height:3.1em!important;overflow:hidden!important;word-break:break-word!important;overflow-wrap:anywhere!important}.tabs{position:relative!important;inset:auto!important;width:100%!important;max-width:100%!important;margin-bottom:140px!important;overflow-x:auto!important}#mfLangPill{display:none!important}
}
