:root { font-family: system-ui, sans-serif; color: #202124; background: #f6f3ed; }
body { margin: 0; }
main { width: min(42rem, calc(100% - 2rem)); margin: 2rem auto; }
header { display: flex; justify-content: space-between; margin-bottom: 2rem; }
a { color: inherit; }
form, fieldset { display: grid; gap: .75rem; }
textarea { min-height: 8rem; resize: vertical; }
input, select, textarea, button { font: inherit; padding: .5rem; }
button { width: fit-content; }
section, footer { margin-top: 1.5rem; }
footer { font-size: .875rem; }
.record { border-top: 1px solid #bbb; padding: 1rem 0; }
.record-content { white-space: pre-wrap; }
