:root{--bg: #161616;--text: #e8e8e8;--content-max-width: 48rem}html{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}body{background:var(--bg);min-height:100vh}a{color:#7eb8da}a:hover{color:#9dd4f5}.section{display:block;margin:0 auto;max-width:var(--content-max-width);padding:2rem 1rem}.section__title{margin-top:0}.section__body.prose :global(h1:first-child){margin-top:0}.section__body.prose :global(p){margin:.75em 0}.section__body.prose :global(ul){margin:.75em 0;padding-left:1.5em}.section__body.prose :global(h2){margin:1.5em 0 .5em}.section__body.prose :global(h3){margin:1em 0 .25em}.block{display:flex;flex-direction:column;gap:1.5rem}.block__intro.prose :global(h1:first-child){margin-top:0}.block__intro.prose :global(p){margin:.5em 0}.block__footer.prose :global(p){margin:.5em 0}.block__footer{margin-top:.5rem}.block__cards{display:grid;gap:1rem}.block__cards--row{grid-template-columns:repeat(3,1fr)}.block__cards--column{grid-template-columns:1fr}.card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#ffffff0a;border-radius:.5rem;border:1px solid rgba(255,255,255,.08)}.card__title{margin:0;font-size:1rem;font-weight:600}.card__body.prose :global(p){margin:.5em 0}.card__body.prose :global(ul){margin:.5em 0;padding-left:1.25em}@media(max-width:768px){.block__cards--row{grid-template-columns:1fr}}
