.page-shell{height:100%;display:flex;flex-direction:column;overflow:hidden}.page-shell>.page-header{flex:0 0 auto}.page-shell__scroll{flex:1 1 auto;min-height:0;overflow-y:auto}.page-shell__grid{--ds-shell-max:1280px;--ds-shell-aside-w:340px;display:grid;grid-template-columns:minmax(0,1fr);margin:0 auto;width:100%;max-width:var(--ds-shell-max);padding:var(--ds-space-6);grid-gap:var(--ds-space-6);gap:var(--ds-space-6)}.page-shell__grid[data-width=narrow]{--ds-shell-max:960px}.page-shell__grid[data-width=regular]{--ds-shell-max:1280px}.page-shell__grid[data-width=wide]{--ds-shell-max:1600px}.page-shell__grid[data-width=dashboard]{--ds-shell-max:1920px}.page-shell__grid[data-width=full]{--ds-shell-max:none}.page-shell__main{min-width:0}@media not all and (max-width:1024px){.page-shell__grid--with-aside{grid-template-columns:minmax(0,1fr) var(--ds-shell-aside-w)}.page-shell__grid--with-aside[data-width=narrow]{--ds-shell-max:calc(960px + var(--ds-shell-aside-w) + var(--ds-space-6))}.page-shell__grid--with-aside[data-width=regular]{--ds-shell-max:calc(1280px + var(--ds-shell-aside-w) + var(--ds-space-6))}.page-shell__grid--with-aside[data-width=wide]{--ds-shell-max:calc(1600px + var(--ds-shell-aside-w) + var(--ds-space-6))}.page-shell__grid--with-aside[data-width=dashboard]{--ds-shell-max:calc(1920px + var(--ds-shell-aside-w) + var(--ds-space-6))}.page-shell__aside{position:sticky;top:0;align-self:start}}