.container{width:100%;max-width:var(--ac-container);margin-inline:auto;padding-inline:var(--ac-space-md)}.section{padding-block:var(--ac-space-xl)}.section--tight{padding-block:var(--ac-space-lg)}.section--alt{background:var(--ac-bg-alt)}.grid{display:grid;gap:var(--ac-space-md)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}.flex{display:flex}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-center{display:flex;align-items:center;justify-content:center}.gap-xs{gap:var(--ac-space-xs)}.gap-sm{gap:var(--ac-space-sm)}.gap-md{gap:var(--ac-space-md)}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:var(--ac-space-lg);align-items:start}.scroll-row{display:flex;gap:var(--ac-space-md);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-ms-overflow-style:none;scrollbar-width:none}.scroll-row::-webkit-scrollbar{display:none}.scroll-row>*{scroll-snap-align:start;flex:0 0 auto}