:root { color-scheme: dark light; font-family: ui-monospace, SFMono-Regular, monospace; }
body { max-width: 960px; margin: 2rem auto; padding: 0 1rem; }
header { display: flex; justify-content: space-between; align-items: center; }
.card { border: 1px solid color-mix(in oklab, currentColor, transparent 80%); border-radius: 8px; padding: 1rem; margin: 1rem 0; }
.card h2 { margin-top: 0; font-size: 1rem; }
dl { display: grid; grid-template-columns: max-content 1fr; gap: .25rem 1rem; }
code[data-copy] { cursor: copy; padding: 2px 4px; background: color-mix(in oklab, currentColor, transparent 90%); border-radius: 4px; }
code[data-copy]:hover { background: color-mix(in oklab, currentColor, transparent 80%); }
button { margin-right: .5rem; padding: .5rem 1rem; }
table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
th, td { text-align: left; padding: 4px 8px; border-bottom: 1px solid color-mix(in oklab, currentColor, transparent 90%); }
pre#build-log { max-height: 200px; overflow: auto; background: #0001; padding: 0.5rem; border-radius: 4px; }
