.stack{display:flex;align-items:center;gap:10px}.stack--vertical{flex-direction:column}.stack--horizontal{flex-direction:row}.stack--wrap{flex-wrap:wrap}.stack--scrollable-x{overflow-x:auto}.stack--scrollable-y{overflow-y:auto}.stack--justify--between{justify-content:space-between}.stack--justify--start{justify-content:flex-start}.stack--justify--around{justify-content:space-around}.stack--justify--evenly{justify-content:space-evenly}.stack--justify--center{justify-content:center}.stack--justify--end{justify-content:flex-end}.stack--align--start{align-items:flex-start}.stack--align--stretched{align-items:stretch;align-content:stretch}.stack--align--end{align-items:flex-end;align-content:flex-end}.stack--stretched-vertically{height:100%}.stack--gap--0{gap:var(--space-0x)}.stack--gap--0_5{gap:var(--space-0_5x)}.stack--gap--1{gap:var(--space-1x)}.stack--gap--1_5{gap:var(--space-1_5x)}.stack--gap--2{gap:var(--space-2x)}.stack--gap--3{gap:var(--space-3x)}.stack--gap--4{gap:var(--space-4x)}.stack--gap--5{gap:var(--space-5x)}.stack--gap--6{gap:var(--space-6x)}.stack--gap--7{gap:var(--space-7x)}.stack--gap--8{gap:var(--space-8x)}.stack--gap--9{gap:var(--space-9x)}.stack--gap--10{gap:var(--space-10x)}.stack--gap--14{gap:var(--space-14x)}.stack--gap--15{gap:var(--space-15x)}.stack--gap--16{gap:var(--space-16x)}.stack--gap--32{gap:var(--space-32x)}.stack--gap--64{gap:var(--space-64x)}.stack--shrinkable{flex-shrink:1}.stack--growable{flex-grow:1}.stack--adaptive{flex-grow:1;flex-shrink:1}