:root{--transparent:"transparent";--currentColor:"currentColor";--black:#0a0a0a;--white:#fafafa;--red:#dc2626;--yellow:#facc15;--blue:#1d4ed8}html{color:var(--black);background-color:var(--white);font-family:monospace;font-size:1rem;line-height:1.2rem}body{flex-direction:column;gap:1rem;max-width:1920px;min-height:100vh;margin-left:auto;margin-right:auto;padding:1rem;display:flex}@media (min-width:768px){body{gap:2rem;padding:2rem}}@media (min-width:1280px){body{gap:3rem;padding:3rem}}h1,h2,h3,h4,h5,h6{margin-bottom:.4rem;margin-block:.2rem;font-weight:700}h1{font-size:2rem;line-height:2.2rem}h2{font-size:1.8rem;line-height:2rem}h3{font-size:1.6rem;line-height:1.8rem}h4{font-size:1.4rem;line-height:1.6rem}h5{font-size:1.2rem;line-height:1.4rem}h6{font-size:1rem;line-height:1.2rem}a{color:var(--black)}a:hover,a:focus{color:var(--red);text-decoration:underline}code{font-weight:900}svg{width:100%}li>ul{margin-top:.2rem;margin-bottom:.2rem}@media (prefers-color-scheme:dark){html{color:var(--white);background-color:var(--black)}}
.layout-module__L5FxyW__bodyGrid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;display:grid}.layout-module__L5FxyW__bodyMain{flex-direction:column;grid-column:span 1/span 1;gap:1rem;display:flex}.layout-module__L5FxyW__bodySidebar{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.layout-module__L5FxyW__bodyGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.layout-module__L5FxyW__bodyMain,.layout-module__L5FxyW__bodySidebar{gap:2rem}}@media (min-width:1280px){.layout-module__L5FxyW__bodyGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem}.layout-module__L5FxyW__bodyMain{grid-column:span 2/span 2;gap:3rem}.layout-module__L5FxyW__bodySidebar{gap:3rem}}@media (min-width:1920px){.layout-module__L5FxyW__bodyGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.layout-module__L5FxyW__bodyMain{grid-column:span 3/span 3}}
