.Main{position:fixed;top:0;left:0;right:0;bottom:0;display:flex}.Main:before{content:"";position:absolute;z-index:50;top:0;left:0;bottom:0;right:0;pointer-events:none;border:1px solid #1d1d1b}.Main>*{flex:1}.Layout{--aside-width: 15rem;--tarp-strip-height: 8.75rem;--header-height: 3.75rem;--collapsible-header-height: 3.75rem}.Layout.fullscreen{--tarp-strip-height: 0}@media (max-height: 37.5rem){.Layout{--aside-width: 12.5rem}}@media (max-height: 31.25rem){.Layout{--aside-width: 11.5625rem}}@media (min-width: 62.5rem) and (min-height: 41.875rem){.Layout{--aside-width: 16.25rem}}@media (min-width: 75rem) and (min-height: 45rem){.Layout{--aside-width: 18.75rem}}@media (min-width: 96.875rem) and (min-height: 56.25rem){.Layout{--aside-width: 22.5rem}}@media (max-width: 50rem){.Layout{--tarp-strip-height: 6.25rem;--aside-width: 13.75rem}}.Layout--main{overflow:hidden}.Layout--main>.move-up-enter-active,.Layout--main>.move-down-enter-active{z-index:1;background:#fff}html.above-mobile .Layout{display:grid;grid-template-columns:auto var(--aside-width) 1.875rem;grid-template-rows:var(--header-height) auto;grid-template-areas:" header aside aside" " main aside aside"}html.above-mobile .Layout>*{min-height:0;min-width:0}html.above-mobile .Layout--header{position:relative;grid-area:header;padding-left:1.875rem}html.above-mobile .Layout--main{position:relative;grid-area:main;display:grid}html.above-mobile .Layout--main--inner{position:absolute;top:0;left:30px;right:0;bottom:0;border-left:1px solid}html.above-mobile .Layout--aside{grid-area:aside;display:flex;flex-direction:column;position:relative;z-index:1}html.above-mobile .Layout--aside--inner{position:absolute;top:0;right:30px;left:0;bottom:0;background:#fff}html.mobile .Layout{display:flex;flex-direction:column;--collapsible-header-height: 2.75rem;overflow:hidden}html.mobile .Layout--main{display:grid;flex:1;overflow:hidden}html.mobile .Layout--main--inner{display:grid;min-height:0}html.mobile .Layout--header,html.mobile .Layout--aside{max-height:100%}html.mobile .Layout--fullscreen--preview,html.mobile .Layout--fullscreen--close{position:relative;z-index:1;background-color:#fff;max-height:0}html.mobile .Layout--fullscreen--preview{display:flex;align-items:flex-end}html.mobile .Layout.fullscreen .Layout--header{max-height:0;overflow:hidden}html.mobile .Layout.fullscreen .Layout--aside{max-height:0}html.mobile .Layout.fullscreen .Layout--fullscreen--preview,html.mobile .Layout.fullscreen .Layout--fullscreen--close{max-height:4.375rem}html.mobile .Layout.fullscreen .Layout--fullscreen--preview{max-height:7.5rem}
