.home-layout{display:grid;grid-template-columns:1fr;grid-gap:var(--spacing-lg);gap:var(--spacing-lg)}@media (min-width:1024px){.home-layout{grid-template-columns:200px minmax(0,1fr) 250px}}.home-sidebar-left,.home-sidebar-right{display:none}@media (min-width:1024px){.home-sidebar-left,.home-sidebar-right{display:block}}.home-main{width:100%;min-width:0}.home-sidebar-stack{position:-webkit-sticky;position:sticky;top:80px;display:flex;flex-direction:column;gap:var(--spacing-lg)}