.session-runner-layout{height:calc(100dvh - var(--page-margin-y,.5rem)*2);grid-template-rows:auto auto auto minmax(0,1fr) auto auto;grid-template-areas:"header""hero""pre-main""main""post-main""actions";gap:0;width:100%;display:grid;overflow:hidden}.session-runner-layout>*+*{margin-top:1rem}.layout-header-slot{grid-area:header}.layout-header{align-items:flex-start;gap:.5rem;display:flex}.runner-progress{flex:1;min-width:0}.layout-hero{flex-direction:column;grid-area:hero;justify-content:center;align-items:center;gap:1rem;display:flex}.pre-main{grid-area:pre-main}.layout-main{grid-area:main;min-height:0;position:relative;overflow-y:auto}.post-main{grid-area:post-main}.layout-actions{grid-area:actions;padding-top:1rem}
