/* The same quiet paper, serif headings, and reading rhythm as the homepage. */
:root { color-scheme: light; --paper: #faf9f6; --ink: #343532; --quiet: #70716b; --line: #deded7; }
* { box-sizing: border-box; }
body { max-width: 50rem; margin: 0 auto; padding: 0 2rem; background: var(--paper); color: var(--ink); font: 1rem/1.8 system-ui, sans-serif; overflow-wrap: anywhere; }
body > header { padding: 2.5rem 0 1.75rem; border-bottom: 1px solid var(--line); text-align: center; }
h1, h2, h3, h4, h5 { color: var(--ink); line-height: 1.3; }
h1, h2, h3 { font-family: Georgia, serif; font-weight: normal; }
h1 { font-size: clamp(1.8rem, 4vw, 2.5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.7rem, 4vw, 2.25rem); letter-spacing: -.025em; }
h3 { font-size: 1.5rem; margin: 2rem 0 .75rem; }
h4, h5 { font-size: 1.05rem; font-weight: 600; margin: 1.5rem 0 .5rem; }
p { margin: 0 0 1.15rem; }
a { color: inherit; text-underline-offset: .25em; text-decoration-color: #b5b5ac; }
a:hover { text-decoration-color: var(--ink); }
a:focus-visible { outline: 2px solid var(--quiet); outline-offset: 4px; }
nav ul { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem 1.5rem; list-style: none; padding: 0; margin: 0; font-size: .9rem; }
main, article { min-width: 0; }
article > header { margin: 2.5rem 0 2rem; }
article > header h2 { margin-bottom: 1rem; }
article > header p, .name, .date, .author { color: var(--quiet); font-size: .85rem; margin-bottom: .4rem; }
.summary { margin: 1.5rem 0 2rem; color: #595b55; }
section { margin: 2rem 0; }
ul, ol { padding-left: 1.5rem; }
li { margin-bottom: .45rem; }
img { display: block; max-width: 100%; height: auto; margin: 1.5rem auto; }
iframe { display: block; max-width: 100%; border: 0; }
.iframe-container { position: relative; aspect-ratio: 16 / 9; margin: 1.5rem 0; }
.iframe-container iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
pre, [id="consoleText"] { background: #efeee9; border-left: 2px solid #c8c9bf; padding: 1rem 1.25rem; margin: 1.5rem 0; font: .85rem/1.65 ui-monospace, Consolas, monospace; }
pre { overflow-x: auto; white-space: pre; overflow-wrap: normal; }
code { font-family: ui-monospace, Consolas, monospace; }
[id="consoleText"] { white-space: pre-wrap; overflow-wrap: anywhere; }
[id="regularText"] { margin: 1.5rem 0; }
footer { margin-top: 3rem; padding: 1.5rem 0; border-top: 1px solid var(--line); text-align: center; color: var(--quiet); font-size: .75rem; }
footer p { margin: 0; }
@media (max-width: 600px) {
  body { padding-inline: 1.25rem; }
  body > header { padding-top: 1.5rem; }
  h3 { font-size: 1.3rem; }
  pre, [id="consoleText"] { padding: .85rem; }
}

/* Long essays retain the site's reading width and quiet typography. */
.longform > header .subtitle { font: 1.3rem/1.5 Georgia, serif; color: var(--ink); margin-bottom: 1.2rem; }
.contents { border-block: 1px solid var(--line); padding: .85rem 0; margin: 0 0 2.5rem; }
.contents summary { cursor: pointer; font-size: .9rem; }
.contents nav ul { display: block; list-style: disc; padding-left: 1.3rem; margin: 1rem 0 .5rem; }
.contents li { margin-bottom: .5rem; }
.essay-body h3 { scroll-margin-top: 1.5rem; }
.essay-body hr { border: 0; border-top: 1px solid var(--line); width: 4rem; margin: 3rem auto; }
.essay-body blockquote { border-left: 2px solid #c8c9bf; padding-left: 1.25rem; margin: 1.75rem 0; font-family: Georgia, serif; font-size: 1.15rem; }
