:root { --accent: #444; --ink: #1a1a1a; --paper: #fbfaf7; --muted: #6b6b6b; }
* { box-sizing: border-box; }
body { margin: 0; font-family: "Times New Roman", Times, serif; color: var(--ink); background: var(--paper); }
main { max-width: 42rem; margin: 0 auto; padding: 2rem 1.25rem 4rem; }
a { color: inherit; }
nav.crumbs { font-size: .9rem; color: var(--muted); margin-bottom: 1.5rem; }
nav.crumbs a { text-decoration: none; }
nav.crumbs a:hover { text-decoration: underline; }
h1 { font-weight: normal; font-size: 1.9rem; line-height: 1.15; margin: 0 0 .25rem; }
h1 .author { display: block; font-size: 1.1rem; color: var(--muted); margin-top: .35rem; }
.mark { display: inline-block; width: .9em; height: .9em; background: var(--accent); vertical-align: -.1em; margin-right: .5em; }
dl { display: grid; grid-template-columns: max-content 1fr; gap: .3rem 1.25rem; margin: 1.5rem 0; }
dt { color: var(--muted); }
dd { margin: 0; }
audio { width: 100%; margin: 1.5rem 0 .5rem; }
.none { margin: 1.5rem 0; padding: 1rem; border: 1px dashed var(--muted); color: var(--muted); }
ul.list { list-style: none; padding: 0; margin: 1.5rem 0; }
ul.list li { padding: .55rem 0; border-top: 1px solid #e4e1da; display: flex; gap: 1rem; align-items: baseline; }
ul.list li:last-child { border-bottom: 1px solid #e4e1da; }
ul.list .no { color: var(--muted); min-width: 2.5rem; text-align: right; font-variant-numeric: tabular-nums; }
ul.list .meta { color: var(--muted); margin-left: auto; white-space: nowrap; font-size: .9rem; }
ul.list a { text-decoration: none; }
ul.list a:hover { text-decoration: underline; }
.pn { display: flex; justify-content: space-between; margin-top: 2rem; font-size: .95rem; }
.pn a { text-decoration: none; }
footer { margin-top: 3rem; color: var(--muted); font-size: .85rem; }
@media (prefers-color-scheme: dark) {
  :root { --ink: #ece9e2; --paper: #161514; --muted: #9a968f; }
  ul.list li { border-color: #2c2a27; }
}
