
/* V57 modular shell additions */
html,body{min-height:100%}
body.suite-module-page{background:#F5EFEB}
#moduleBoot{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#F5EFEB;color:#2F4156;font-family:"Google Sans",sans-serif;transition:opacity .15s ease}
#moduleBoot.off{opacity:0;pointer-events:none}
#moduleBoot .moduleBootInner{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700}
#moduleBoot .moduleBootDot{width:8px;height:8px;border-radius:50%;background:#567C8D;animation:moduleBootPulse .9s ease-in-out infinite alternate}
@keyframes moduleBootPulse{to{opacity:.35;transform:scale(.75)}}
#gsOverlay{z-index:7000!important}
#workspaceLauncherExact{z-index:5000!important}
.modItem[data-mod="home"]{margin-bottom:7px}


/* V57.4.3 — shell visual baseline. Migration must never change sidebar palette. */
#sidebar{background:#FCFBFA!important;color:#2F4156!important;border-right-color:#C8D9E6!important}
#sidebar .brand,#sidebar .brandText,#sidebar .brandText b{color:#2F4156!important}
#sidebar .brandText small,#sidebar .navSection,#sidebar .sbUser .role{color:#6f7884!important}
#sidebarToggle{background:#FCFBFA!important;color:#2F4156!important;border-color:#C8D9E6!important}
#sidebarToggle:hover{background:#F5EFEB!important;color:#2F4156!important}
#sidebar #navList .modItem{color:#2F4156!important}
#sidebar #navList .modItem:hover{background:#f7f4f1!important;color:#2F4156!important}
#sidebar #navList .modItem.on{background:#F5EFEB!important;color:#2F4156!important}
#sidebar #gsBtn{background:#FCFBFA!important;color:#2F4156!important;border-color:#C8D9E6!important}
#sidebar #gsBtn:hover{background:#F5EFEB!important;color:#2F4156!important}
#sidebar .gsKbd{background:#F5EFEB!important;color:#6f7884!important;border-color:#C8D9E6!important}
#sidebar .sbUser{background:transparent!important;border-color:#e6e1dd!important}
#sidebar .sbUser .nm{color:#2F4156!important}
#sidebar .sbLogoutBtn{color:#2F4156!important}
