<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex{display:flex;--flex-grid:12}.flex.inline{display:inline-flex}.flex.fullsize{width:100vw;height:100vh}.flex.column{flex-direction:column}.flex.column.reverse{flex-direction:column-reverse}.flex.reverse{flex-direction:row-reverse}.flex.wrap{flex-wrap:wrap}.flex.wrap-reverse{flex-wrap:wrap-reverse}.flex.auto&gt;*{flex:1 1 0%}.flex.center&gt;*{margin:auto}.flex.justify-flex-start{justify-content:flex-start}.flex.justify-flex-end{justify-content:flex-end}.flex.justify-center{justify-content:center}.flex.justify-space-around{justify-content:space-around}.flex.justify-space-between{justify-content:space-between}.flex.align-flex-start{align-items:flex-start}.flex.align-flex-end{align-items:flex-end}.flex.align-center{align-items:center}.flex.align-stretch{align-items:stretch}.flex.align-baseline{align-items:baseline}.flex.content-flex-start{align-content:flex-start}.flex.content-flex-end{align-content:flex-end}.flex.content-center{align-content:center}.flex.content-space-around{align-content:space-around}.flex.content-space-between{align-content:space-between}.flex.content-stretch{align-content:stretch}.flex.gaps.column:not(.reverse)&gt;:not(:last-child){margin-bottom:var(--flex-gap, 1em)}.flex.gaps.column.reverse&gt;:not(:last-child){margin-top:var(--flex-gap, 1em)}.flex.gaps:not(.column):not(.reverse)&gt;:not(:last-child){margin-right:var(--flex-gap, 1em)}.flex.gaps:not(.column).reverse&gt;:not(:last-child){margin-left:var(--flex-gap, 1em)}.flex&gt;.box.first{order:-1}.flex&gt;.box.last{order:1}.flex&gt;.box.grow{flex:1 0}.flex&gt;.box.grow-fixed{flex:1 0 0}@media not all and (min-resolution: .001dpcm){.flex&gt;.box.grow-fixed{flex-basis:0%}}.flex&gt;.box.nogrow{flex-grow:0;flex-basis:auto}.flex&gt;.box.noshrink{flex-shrink:0}.flex&gt;.box.center{margin:auto}.flex&gt;.box.left{margin-left:0;margin-right:auto}.flex&gt;.box.right{margin-right:0;margin-left:auto}.flex&gt;.box.top{margin-top:0;margin-bottom:auto}.flex&gt;.box.bottom{margin-bottom:0;margin-top:auto}.flex&gt;.box.self-flex-start{align-self:flex-start}.flex&gt;.box.self-flex-end{align-self:flex-end}.flex&gt;.box.self-center{align-self:center}.flex&gt;.box.self-stretch{align-self:stretch}.flex&gt;.box.self-baseline{align-self:baseline}.flex.grid-1&gt;*{--flex-grid:1}.flex .col-1{--flex-col:1}.flex.grid-2&gt;*{--flex-grid:2}.flex .col-2{--flex-col:2}.flex.grid-3&gt;*{--flex-grid:3}.flex .col-3{--flex-col:3}.flex.grid-4&gt;*{--flex-grid:4}.flex .col-4{--flex-col:4}.flex.grid-5&gt;*{--flex-grid:5}.flex .col-5{--flex-col:5}.flex.grid-6&gt;*{--flex-grid:6}.flex .col-6{--flex-col:6}.flex.grid-7&gt;*{--flex-grid:7}.flex .col-7{--flex-col:7}.flex.grid-8&gt;*{--flex-grid:8}.flex .col-8{--flex-col:8}.flex.grid-9&gt;*{--flex-grid:9}.flex .col-9{--flex-col:9}.flex.grid-10&gt;*{--flex-grid:10}.flex .col-10{--flex-col:10}.flex.grid-11&gt;*{--flex-grid:11}.flex .col-11{--flex-col:11}.flex.grid-12&gt;*{--flex-grid:12}.flex .col-12{--flex-col:12}.flex.grid-1&gt;*,.flex.grid-2&gt;*,.flex.grid-3&gt;*,.flex.grid-4&gt;*,.flex.grid-5&gt;*,.flex.grid-6&gt;*,.flex.grid-7&gt;*,.flex.grid-8&gt;*,.flex.grid-9&gt;*,.flex.grid-10&gt;*,.flex.grid-11&gt;*,.flex.grid-12&gt;*{flex:0 4 calc(100% / var(--flex-grid))}.flex&gt;.col-1,.flex&gt;.col-2,.flex&gt;.col-3,.flex&gt;.col-4,.flex&gt;.col-5,.flex&gt;.col-6,.flex&gt;.col-7,.flex&gt;.col-8,.flex&gt;.col-9,.flex&gt;.col-10,.flex&gt;.col-11,.flex&gt;.col-12{flex:0 1 calc(100% / var(--flex-grid) * var(--flex-col))}.flex&gt;input,.flex&gt;textarea{min-width:0}
</pre></body></html>