@layer reset, default, atoms, components, variants, composed, composed, features, layouts, pages, utility, override;@layer pages{.page_container__Dw8ZW{flex:1 0 auto;gap:16px}@container page-content (width<=1024px){.page_container__Dw8ZW{display:flex;flex-flow:column}}@container page-content (width>1024px){.page_container__Dw8ZW{display:grid;grid-template-rows:auto auto 1fr;grid-template-areas:"header header" "main aside";grid-template-columns:minmax(320px,520px) minmax(320px,1fr)}}.page_header__NoxSf{grid-area:header}.page_body__dNHt2{grid-area:main}.page_footer__iUpcp{grid-area:aside}.page_aside__cxSfN,.page_body__dNHt2{display:flex;flex-flow:column;gap:16px;container-type:inline-size}@container page-content (width>1024px){.page_aside__cxSfN{width:clamp(320px,100%,540px);margin:0 auto;position:-webkit-sticky;position:sticky;top:72px}}}