
/* Minimal, clean stylesheet */
:root{--maxw:900px}
*{box-sizing:border-box}
html{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}
body{margin:2rem}
main{max-width:var(--maxw); margin:auto}
h1,h2{line-height:1.25}
code{background:#f6f6f6; padding:.15rem .35rem; border-radius:.25rem}
hr{border:0; border-top:1px solid #e5e5e5; margin:1.5rem 0}
small,footer{color:#666}
a{word-break:break-word}
nav{margin:.5rem 0 1rem}
nav a{margin-right:.5rem; text-decoration:none; border-bottom:1px dashed #aaa}
.wrap{display:flex; gap:2rem; align-items:flex-start; flex-wrap:wrap}
.langs{display:flex; gap:.5rem; flex-wrap:wrap}
.badge{display:inline-block; padding:.15rem .5rem; border:1px solid #ddd; border-radius:.5rem; font-size:.9rem}
