body { font-family: system-ui, sans-serif; max-width: 720px; margin: 0 auto; padding: 1rem; color: #1a1a1a; }
header { font-weight: 600; margin-bottom: 1.5rem; }
header a { color: inherit; text-decoration: none; }
table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
th, td { text-align: left; padding: 0.4rem; border-bottom: 1px solid #ddd; }
form { display: flex; flex-direction: column; gap: 0.6rem; margin: 1rem 0; padding: 1rem; border: 1px solid #ddd; border-radius: 6px; max-width: 480px; }
label { display: flex; flex-direction: column; gap: 0.2rem; font-size: 0.9rem; }
input, select, textarea, button { font: inherit; padding: 0.4rem; }
button { cursor: pointer; width: fit-content; }
img.nameplate { max-width: 100%; border-radius: 6px; margin: 1rem 0; }
.flash { background: #eef8ee; border: 1px solid #b8e0b8; padding: 0.5rem; border-radius: 4px; }
