/* Keep the shell, leave the existing cartography document intact. */
.sidebar .sentinel-home:not(.active){background:transparent;box-shadow:none;color:var(--muted,#b3a9c4)}
.sidebar .sentinel-home:not(.active):hover{background:rgba(180,139,250,.07);color:var(--text,#eee8f7)}
.external-view #externalViews{
 height:calc(100vh - var(--rg09-header-height,var(--common-top)) - var(--rg09-service-height,64px));
 height:calc(100dvh - var(--rg09-header-height,var(--common-top)) - var(--rg09-service-height,64px));
 min-height:240px;
}
.module-frame[data-connected-cartography]{background:#090611}
