:root { color: #14201b; background: #f4f7f5; font-family: Arial, sans-serif; }
body { margin: 0; }
main { width: min(920px, calc(100% - 32px)); margin: 64px auto; }
header { border-bottom: 1px solid #cbd5cf; margin-bottom: 32px; }
h1 { font-size: 32px; margin: 0 0 12px; }
#downloads { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
article { background: #fff; border: 1px solid #cbd5cf; border-radius: 6px; padding: 20px; }
h2 { margin-top: 0; }
.button { display: inline-block; padding: 10px 16px; background: #087b52; color: #fff; text-decoration: none; border-radius: 4px; }
.button.secondary { background: #245a47; }
details { margin-top: 18px; font-size: 13px; }
code { display: block; overflow-wrap: anywhere; margin-top: 8px; }
footer { margin-top: 36px; }
