.app,html{height:100vh}.app{display:grid;grid-template-areas:"header" "main" "footer";grid-gap:0;grid-template-rows:64px 1fr 56px}.app header{display:flex;justify-content:flex-end;grid-area:header}.app main{grid-area:main}.app footer{grid-area:footer}.mw-unset{max-width:unset}
