@font-face {
  font-family: Vollkorn; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/fonts/vollkorn-regular.ttf") format("truetype");
}
@font-face {
  font-family: Vollkorn; font-style: italic; font-weight: 400; font-display: swap;
  src: url("/fonts/vollkorn-italic.ttf") format("truetype");
}
:root {
  color-scheme: light dark;
  --paper: #faf8f2;
  --ink: #2d302b;
  --muted: #666c61;
  --rule: #e2e3d9;
  --accent: #61735c;
  --highlight: #dfe8dc;
  --track: #dce0dc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
#reader { padding-bottom: calc(160px + env(safe-area-inset-bottom)); }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button, select { cursor: pointer; }
button:disabled, input:disabled { cursor: default; opacity: .5; }
a { color: inherit; text-underline-offset: .2em; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 5px;
}
.site-header {
  max-width: 1056px; margin: 0 auto; padding: 28px 0 23px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--rule);
}
.wordmark { font: 400 33px/1.2 Vollkorn, Georgia, serif; letter-spacing: -.9px; text-decoration: none; }
.privacy-note { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 14px; }
.privacy-note { font-family: Vollkorn, Georgia, serif; font-size: 17px; }
.privacy-note svg { width: 21px; height: 21px; }
main { max-width: 760px; margin: 77px auto 70px; }
.article-heading { text-align: center; padding: 0 12px; }
h1 { margin: 0 auto; max-width: 590px; font: italic 400 72px/1.08 Vollkorn, Georgia, serif; letter-spacing: -1.4px; text-wrap: balance; }
.byline { margin: 26px 0 0; color: var(--ink); font: 400 17px/1.5 Vollkorn, Georgia, serif; letter-spacing: .15em; text-transform: uppercase; }
.article-meta { margin: 8px 0 0; color: var(--muted); font: 400 16px/1.5 Vollkorn, Georgia, serif; }
.voice-credit { margin: 8px 0 0; color: var(--muted); font: 400 16px/1.5 Vollkorn, Georgia, serif; }
.player {
  position: fixed; bottom: calc(24px + env(safe-area-inset-bottom)); left: 50%;
  transform: translateX(-50%); width: min(980px, calc(100% - 48px - env(safe-area-inset-left) - env(safe-area-inset-right)));
  z-index: 2; background: var(--paper);
  border: 1px solid var(--rule); border-radius: 22px; padding: 17px 24px;
  box-shadow: 0 8px 30px #30352312;
  display: flex; align-items: center; gap: 20px;
}
.play-button {
  flex: 0 0 54px; width: 54px; height: 54px; border: 0; border-radius: 50%;
  background: var(--accent); color: white; display: grid; place-items: center;
}
.play-button svg { width: 26px; height: 26px; }
.play-button .play-icon { margin-left: 3px; }
.play-button[aria-busy="true"] { box-shadow: 0 0 0 4px var(--highlight); }
.icon-button { width: 44px; height: 44px; padding: 0; flex: 0 0 44px; background: none; border: 0; color: var(--ink); }
.icon-button svg { width: 32px; height: 32px; }
.timeline { display: flex; align-items: center; gap: 20px; flex: 1; min-width: 90px; }
#seek { flex: 1; min-width: 60px; width: 100%; margin: 0; accent-color: var(--accent); height: 44px; }
#time { white-space: nowrap; font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }
#speed { height: 44px; min-width: 74px; border: 1px solid var(--rule); border-radius: 9px; padding: 0 10px; color: var(--ink); background: var(--paper); font-size: 14px; }
.follow-label { min-height: 44px; display: flex; align-items: center; gap: 9px; color: var(--muted); white-space: nowrap; font-size: 14px; }
#follow { width: 19px; height: 19px; margin: 0; accent-color: var(--accent); }
.article-body { padding: 44px 12px 21px; font: 400 24px/1.62 Vollkorn, Georgia, serif; overflow-wrap: break-word; font-kerning: normal; font-variant-ligatures: common-ligatures contextual; font-variant-numeric: oldstyle-nums proportional-nums; }
.article-body p, .article-body blockquote, .article-body pre { margin: 0 0 1.2em; }
.article-body h2 { font-size: 29px; line-height: 1.3; margin: 40px 0 20px; font-weight: 400; }
.article-body blockquote { margin: 1.6em 1.7em; font-style: italic; }
.article-body p, .article-body blockquote { white-space: pre-line; }
.article-body .list-block { white-space: pre-wrap; padding-inline-start: 1em; }
.article-body pre { font: 15px/1.6 ui-monospace, monospace; white-space: pre-wrap; }
.article-body .timed-word {
  display: inline; font: inherit; line-height: inherit; color: inherit;
  border: 0; padding: 0; margin: 0; border-radius: 3px; background: transparent;
  text-align: inherit; user-select: text; -webkit-user-select: text;
}
.article-body .timed-word:disabled { opacity: 1; cursor: text; }
.article-body .timed-word:not(:disabled):hover {
  background: var(--highlight); text-decoration: underline; text-underline-offset: .16em;
}
.article-body .timed-word:focus-visible { outline-offset: 2px; }
.article-body .is-current-word { background: var(--highlight); }
.article-body .is-current { scroll-margin: 180px; }
.article-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; border-top: 1px solid var(--rule); padding-top: 19px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.playback-message { color: var(--muted); font-size: 14px; line-height: 1.5; padding-inline: 12px; margin: 18px 0 -16px; }
.status { max-width: 600px; margin: 0 auto; padding: 40px 0 80px; text-align: center; }
.status h1 { font-size: clamp(32px, 4.5vw, 46px); line-height: 1.2; letter-spacing: -.025em; }
.status p { max-width: 490px; font-size: 17px; line-height: 1.65; color: var(--muted); margin: 20px auto 0; }
.status .text-button { margin-top: 24px; }
.text-button { padding: 10px 18px; background: var(--accent); color: white; border: 0; border-radius: 6px; font-size: 15px; }
.noscript { margin: 40px auto; max-width: 700px; padding: 20px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 1136px) {
  .site-header { margin-inline: 40px; }
  main { width: calc(100% - 80px); }
}
@media (max-width: 720px) {
  .site-header { margin-inline: 24px; padding-block: 23px 18px; }
  .wordmark { font-size: 28px; }
  .privacy-note { font-size: 12px; gap: 6px; }
  .privacy-note svg { width: 17px; height: 17px; }
  main { width: auto; margin: 48px 24px 40px; }
  .article-heading { padding: 0; }
  .status { padding: 24px 0 64px; }
  h1 { font-size: clamp(36px, 9vw, 48px); letter-spacing: -.7px; }
  .byline { margin-top: 20px; font-size: 11px; }
  .voice-credit { font-size: 13px; }
  .player {
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: calc(100% - 24px - env(safe-area-inset-left) - env(safe-area-inset-right));
    display: grid; grid-template-columns: 48px 44px minmax(0, 1fr); gap: 8px 12px;
    padding: 14px 16px; border-radius: 20px;
  }
  #reader { padding-bottom: calc(228px + env(safe-area-inset-bottom)); }
  .play-button { width: 48px; height: 48px; flex-basis: 48px; }
  .timeline { grid-column: 3; min-width: 0; flex-direction: column; gap: 0; }
  #seek { min-width: 0; }
  #time { align-self: flex-end; font-size: 12px; }
  .speed-label { grid-column: 1 / 3; }
  #speed { min-width: 80px; font-size: 16px; }
  .follow-label { justify-self: end; font-size: 13px; }
  .article-body { padding: 32px 0 0; font-size: 20px; line-height: 1.6; }
  .article-body p, .article-body blockquote, .article-body pre { margin-block: 23px; }
  .article-body blockquote { margin-inline: 1em; }
  .article-footer { font-size: 12px; }
  .playback-message { padding: 0; margin-bottom: 0; }
}
@media (prefers-color-scheme: dark) {
  :root { --paper: #181c19; --ink: #e4e8e2; --muted: #a1aaa2; --rule: #343d35; --accent: #637f68; --highlight: #364d37; --track: #3c463d; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }

#article-body figure { margin: 2rem 0; }
#article-body figure img { display: block; width: auto; max-width: 100%; height: auto; margin-inline: auto; }
#article-body figure img[hidden] { display: none; }
#article-body figcaption { margin-top: .6rem; font-size: .85em; opacity: .7; }

.article-body .table-scroll { overflow-x: auto; margin-block: 1.5em; }
.article-body table { border-collapse: collapse; width: 100%; font-size: .85em; }
.article-body th, .article-body td { border: 1px solid currentColor; padding: .45em .65em; text-align: start; vertical-align: top; min-width: 6em; }
.article-body th { font-weight: 700; }
.article-body a { color: inherit; text-decoration: underline; }
.article-body code { font-family: ui-monospace, monospace; font-size: .85em; }
