.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{--shell-max:1280px;--shell-aside-w:340px;display:grid;grid-template-columns:minmax(0,1fr);margin:0 auto;width:100%;max-width:var(--shell-max);padding:var(--space-6);grid-gap:var(--space-6);gap:var(--space-6)}.page-shell__grid[data-width=narrow]{--shell-max:960px}.page-shell__grid[data-width=regular]{--shell-max:1280px}.page-shell__grid[data-width=wide]{--shell-max:1600px}.page-shell__grid[data-width=dashboard]{--shell-max:1920px}.page-shell__grid[data-width=full]{--shell-max:none}.page-shell__main{min-width:0}@media (min-width:1025px){.page-shell__grid--with-aside{grid-template-columns:minmax(0,1fr) var(--shell-aside-w)}.page-shell__grid--with-aside[data-width=narrow]{--shell-max:calc(960px + var(--shell-aside-w) + var(--space-6))}.page-shell__grid--with-aside[data-width=regular]{--shell-max:calc(1280px + var(--shell-aside-w) + var(--space-6))}.page-shell__grid--with-aside[data-width=wide]{--shell-max:calc(1600px + var(--shell-aside-w) + var(--space-6))}.page-shell__grid--with-aside[data-width=dashboard]{--shell-max:calc(1920px + var(--shell-aside-w) + var(--space-6))}.page-shell__aside{position:sticky;top:0;align-self:start}}