/* Unified navigation shell for all interactive pages */
.bw-global-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;background:var(--bg,#07182b)}
.bw-global-shell>.s06-sidebar{position:sticky;top:0;height:100vh;overflow:auto;z-index:20}
.bw-global-content{min-width:0;width:100%;padding:0}
.bw-global-content>main,.bw-global-content>.main,.bw-global-content>.s19-main{max-width:none;width:auto}
@media(max-width:900px){.bw-global-shell{grid-template-columns:1fr}.bw-global-shell>.s06-sidebar{position:relative;height:auto}.bw-global-content{width:100%}}

/* V123: obsolete auto-generated score/help bubble removed globally. */
.s16-score-help{display:none!important;}
