@layer utils{[flex-]{display:flex}[flex-][flex-~=row]{flex-direction:row}[flex-][flex-~=col]{flex-direction:column}[flex-][flex-~="align:center"]{align-items:center}[flex-][flex-~="align:start"]{align-items:flex-start}[flex-][flex-~="align:end"]{align-items:flex-end}[flex-][flex-~="justify:center"]{justify-content:center}[flex-][flex-~="justify:start"]{justify-content:flex-start}[flex-][flex-~="justify:end"]{justify-content:flex-end}[flex-][flex-~="justify:between"]{justify-content:space-between}[flex-][flex-~="justify:around"]{justify-content:space-around}[flex-][flex-~="justify:evenly"]{justify-content:space-evenly}[flex-][flex-~="gap:1"]{column-gap:1lh;row-gap:1ch}[flex-][flex-~="gap:2"]{column-gap:2lh;row-gap:2ch}[flex-][flex-~="gap:4"]{column-gap:4lh;row-gap:4ch}}
