body { font: 16px/1.4 system-ui, sans-serif; max-width: 640px; margin: 2rem auto; padding: 0 1rem; }
h1 { margin-top: 0; }
ul.items { list-style: none; padding: 0; }
ul.items li { border: 1px solid #ddd; border-radius: 6px; padding: 0.75rem; margin-bottom: 0.5rem; display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; }
ul.items .meta { flex: 1; min-width: 0; }
ul.items .name { font-weight: 600; }
ul.items .note { color: #555; font-size: 0.9em; }
ul.items .claim { white-space: nowrap; }
input, button { font: inherit; padding: 0.4rem 0.6rem; border-radius: 4px; border: 1px solid #999; }
button { cursor: pointer; }
.error { color: #b00; }
.msg { color: #060; }
.row { display: flex; gap: 0.5rem; margin: 0.5rem 0; }
.row input { flex: 1; }
.meta-header { color: #555; font-size: 0.95em; margin-bottom: 1rem; }
.meta-header a { color: #333; }
ul.bulk-errors { color: #b00; font-size: 0.9em; padding-left: 1.25rem; }
