/* Admin-only styles. Loaded after base.css. */

table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 9px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
tr:last-child td { border-bottom: 0; }
td.right, th.right { text-align: right; white-space: nowrap; }

.tabs { display: flex; gap: 8px; margin-bottom: 20px; }
.tabs button { border-radius: 999px; }
.tabs button.active { background: var(--ink); border-color: var(--ink); color: var(--bg); }

.thumb { width: 44px; height: 44px; object-fit: cover; border-radius: 8px; background: var(--bg-soft); display: block; }
.file-row { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 14px; }
.file-row .name { flex: 1; overflow-wrap: anywhere; }
.file-row .size { color: var(--muted); font-size: 12px; }

/* --- read-a-poster panel --- */
.reader { border-color: color-mix(in srgb, var(--accent) 35%, var(--line)); }
.reader-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.reader-row input[type=file] { flex: 1; min-width: 200px; width: auto; }

#reader-report { margin-top: 14px; font-size: 14px; }
#reader-report[hidden] { display: none; }
.reader-filled { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.reader-filled span {
  font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 999px;
  background: var(--ok-soft); color: var(--ok);
}
.reader-filled span.skipped { background: var(--bg-soft); color: var(--muted); }
.reader-notes { margin: 0; padding-left: 20px; color: var(--muted); font-size: 13px; }
.reader-notes li { margin-bottom: 3px; }
