html{color-scheme:light dark}.theme.azure{--color-primary: #1e6fd9}.theme.rose{--color-primary: #d81b60}.theme.green{--color-primary: #2e7d32}.theme{--color-bg: #ffffff;--color-surface: #f5f5f5;--color-text: #1a1a1a;--color-border: #dcdcdc;--color-primary-contrast: #ffffff}.theme.dark{--color-bg: #121212;--color-surface: #1e1e1e;--color-text: #eaeaea;--color-border: #3a3a3a}@media(prefers-color-scheme:dark){.theme.system{--color-bg: #121212;--color-surface: #1e1e1e;--color-text: #eaeaea;--color-border: #3a3a3a}}.flex{display:flex}.flex.col{flex-direction:column}.flex.row{flex-direction:row}.flex.col-r{flex-direction:column-reverse}.flex.row-r{flex-direction:row-reverse}.flex.nowrap{flex-wrap:nowrap}.flex.wrap,.flex.wrap-reverse{flex-wrap:wrap}.m-start{justify-content:flex-start}.m-end{justify-content:flex-end}.m-center{justify-content:center}.m-between{justify-content:space-between}.m-around{justify-content:space-around}.m-evenly{justify-content:space-evenly}.x-start{align-items:flex-start}.x-end{align-items:flex-end}.x-center{align-items:center}.x-baseline{align-items:baseline}.x-stretch{align-items:stretch}.flex-grow{flex-grow:1}.flex-shrink{flex-shrink:1}.flex-no-grow{flex-grow:0}.flex-no-shrink{flex-shrink:0}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,Segoe UI,Roboto,Helvetica Neue,sans-serif;color:var(--color-text);background-color:var(--color-bg)}body a.clear:visited,body a.clear:hover,body a.clear:focus,body a.clear:active,body a.clear:link{text-decoration:none;color:inherit}body code{background-color:var(--color-surface);color:var(--color-primary);padding:.2rem;border-radius:.2rem}body code[copy]{white-space:nowrap;cursor:pointer}body table tr,body table td{padding:.25rem;text-align:center;vertical-align:middle}body .table-fit{overflow-x:auto;max-width:100%}body .gap-sm{gap:.5rem}body .gap{gap:1rem}body .gap-lg{gap:2rem}
