:root {
  --ink: #0a0a0a;
  --paper: #f2f0e9;
  --muted: #aaa79e;
  --line: #343434;
  --yellow: #f4e900;
  --max: 1680px;
  --gutter: clamp(1rem, 3vw, 3.5rem);
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.45; }
a { color: inherit; text-underline-offset: .22em; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--yellow); color: #000; padding: .7rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: var(--max); margin: auto; padding: 1rem var(--gutter); background: color-mix(in srgb, var(--ink) 94%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.wordmark { font-weight: 900; text-decoration: none; letter-spacing: -.03em; }
.site-header nav { display: flex; gap: 1.4rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.hero, .intro, .theses, .thesis-page, .site-footer, .not-found { max-width: var(--max); margin: auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.hero { min-height: calc(100vh - 58px); display: grid; grid-template-columns: 3fr 1fr; grid-template-rows: auto 1fr; gap: 2rem; align-items: end; padding-top: 3rem; padding-bottom: 3rem; }
.eyebrow, .section-number, .thesis-number { color: var(--yellow); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.hero .eyebrow { grid-column: 1 / -1; align-self: start; }
.hero h1 { margin: 0; font-size: clamp(4.3rem, 12vw, 12rem); line-height: .77; letter-spacing: -.085em; text-transform: uppercase; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-copy { align-self: end; padding-bottom: .5rem; font-size: clamp(1.15rem, 2vw, 1.6rem); }
.button { display: inline-block; margin-top: 1.5rem; padding: .9rem 1.1rem; background: var(--yellow); color: #000; font-size: .8rem; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 2rem; padding-top: 8rem; padding-bottom: 8rem; border-top: 1px solid var(--line); }
.intro h2 { max-width: 900px; margin: 0 0 2rem; font-size: clamp(2.5rem, 6vw, 6rem); line-height: .95; letter-spacing: -.055em; }
.about-lead { max-width: 820px; margin-bottom: 4rem; font-size: clamp(1.25rem, 2vw, 1.7rem); }
.about-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 0 2rem; background: var(--line); border: 1px solid var(--line); }
.about-columns > div { min-height: 280px; padding: 1.5rem; background: var(--ink); }
.about-columns p:last-child { max-width: 34ch; margin-top: 2rem; color: var(--muted); font-size: .95rem; line-height: 1.6; }
.text-link { display: inline-block; color: var(--yellow); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.editorial-note { color: var(--muted); border-left: 2px solid var(--yellow); padding-left: 1rem; font-size: .95rem !important; }
.theses { padding-top: 5rem; padding-bottom: 9rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: .4rem 0 1.5rem; font-size: clamp(2.8rem, 5.5vw, 5.5rem); line-height: .92; letter-spacing: -.055em; }
.section-heading > p { margin-bottom: 1.65rem; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.filters { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(520px, 1.7fr); gap: 2rem 4rem; margin: 0 0 2.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.filters label, .filter-groups legend { display: block; margin: 0 0 .7rem; padding: 0; color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.search-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--paper); }
.search-row input { min-width: 0; padding: .7rem 0 .8rem; border: 0; outline: 0; background: transparent; color: var(--paper); font-size: 1rem; }
.search-row input::placeholder { color: #77756f; }
.search-row button { border: 0; background: transparent; color: var(--yellow); cursor: pointer; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.filter-groups { min-width: 0; margin: 0; padding: 0; border: 0; }
.filter-buttons { display: flex; flex-wrap: wrap; gap: .45rem; }
.filter-button { display: inline-flex; align-items: center; gap: .6rem; min-height: 40px; padding: .55rem .75rem; border: 1px solid var(--line); background: transparent; color: var(--paper); cursor: pointer; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.filter-button span { color: var(--muted); font-size: .62rem; }
.filter-button:hover, .filter-button.is-active { border-color: var(--yellow); background: var(--yellow); color: #000; }
.filter-button:hover span, .filter-button.is-active span { color: #000; }
.filter-status { grid-column: 1 / -1; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.filter-status strong { color: var(--paper); }
.thesis-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.thesis-card { min-width: 0; background: var(--ink); }
.thesis-card[hidden] { display: none; }
.thesis-card > a { width: 100%; height: 100%; min-height: 500px; display: flex; flex-direction: column; padding: clamp(1.25rem, 1.8vw, 1.8rem); text-decoration: none; transition: background-color 160ms ease, color 160ms ease; }
.thesis-card > a:hover { background: var(--yellow); color: #000; }
.thesis-card > a:hover .card-number, .thesis-card > a:hover .read-more { color: #000; }
.card-top { display: flex; justify-content: space-between; gap: 1.5rem; }
.card-part { max-width: 64%; color: var(--muted); font-size: .58rem; font-weight: 800; line-height: 1.35; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.card-number { color: var(--yellow); font-size: 1.75rem; font-weight: 900; line-height: 1; }
.thesis-card h3 { margin: 2.75rem 0 1rem; font-size: clamp(1.65rem, 2.15vw, 2.5rem); line-height: .98; letter-spacing: -.045em; }
.card-summary { max-width: 34ch; color: var(--muted); margin: 0 0 2.5rem; font-size: .9rem; line-height: 1.5; }
.thesis-card > a:hover .card-summary { color: #242424; }
.thesis-card > a:hover .card-part { color: #333; }
.traits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin: auto 0 2rem; }
.traits div { min-width: 0; border-top: 1px solid currentColor; padding-top: .55rem; }
.traits dt { overflow-wrap: anywhere; color: var(--muted); font-size: .56rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.traits dd { margin: .3rem 0 0; font-size: .76rem; font-weight: 800; }
.thesis-card > a:hover dt { color: #333; }
.read-more { margin-top: auto; color: var(--yellow); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.empty-state { padding: 4rem 0; color: var(--muted); }
.thesis-hero { position: relative; min-height: 76vh; padding: 2rem 0 4rem; display: flex; flex-direction: column; justify-content: flex-end; }
.breadcrumb { display: flex; gap: .7rem; margin-bottom: auto; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.share-button { position: absolute; top: 2rem; right: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-width: 150px; padding: .7rem .8rem; border: 1px solid var(--line); background: transparent; color: var(--paper); cursor: pointer; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.share-button:hover, .share-button.is-copied { border-color: var(--yellow); background: var(--yellow); color: #000; }
.thesis-hero h1 { max-width: 1100px; margin: 1rem 0; font-size: clamp(3.5rem, 9vw, 9rem); line-height: .86; letter-spacing: -.07em; }
.dek { max-width: 800px; font-size: clamp(1.2rem, 2.5vw, 2rem); }
.traits-large { width: 100%; max-width: none; margin: 3.5rem 0 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.traits-large div { position: relative; min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.1rem 1.25rem 1.2rem; border: 0; background: var(--ink); }
.traits-large div::after { content: ""; position: absolute; right: 1.25rem; bottom: 1.15rem; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.traits-large dt { max-width: 24ch; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.traits-large dd { max-width: calc(100% - 24px); margin-top: 1rem; color: var(--paper); font-size: clamp(1.65rem, 2.25vw, 2.5rem); font-weight: 900; line-height: .9; letter-spacing: -.04em; }
.article-layout { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(0, 3fr); gap: clamp(2rem, 6vw, 7rem); border-top: 1px solid var(--line); padding: 5rem 0 7rem; }
.article-aside nav { position: sticky; top: 6rem; display: flex; flex-direction: column; align-items: start; gap: .7rem; font-size: .85rem; }
.article-main { width: 100%; max-width: 1040px; }
.prose { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.1rem, 1.45vw, 1.35rem); line-height: 1.72; }
.prose h2, .sources h2, .related h2 { margin: 5rem 0 1.75rem; font-family: Arial, Helvetica, sans-serif; font-size: clamp(2.1rem, 3.5vw, 3.7rem); line-height: .95; letter-spacing: -.05em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2.25rem 0 .5rem; font-size: 1.25em; line-height: 1.25; }
.prose table { width: 100%; margin: 0 0 4rem; border-collapse: collapse; font-family: Arial, Helvetica, sans-serif; font-size: .9rem; line-height: 1.45; }
.prose th { padding: .75rem 1rem .75rem 0; border-top: 1px solid var(--paper); border-bottom: 1px solid var(--paper); color: var(--muted); font-size: .65rem; text-align: left; text-transform: uppercase; letter-spacing: .1em; }
.prose td { padding: 1rem 1rem 1rem 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose td:first-child { width: 28%; font-weight: 800; }
.prose td:nth-child(2) { width: 18%; color: var(--yellow); font-size: 1.15rem; font-weight: 900; }
.prose td:last-child { color: var(--muted); }
.prose blockquote { margin: 2.5rem 0; border-left: 3px solid var(--yellow); padding-left: 1.5rem; font-size: 1.4em; line-height: 1.35; }
.prose a, .sources a { color: var(--yellow); }
.source-missing { border: 1px solid var(--yellow); padding: 1.2rem; color: var(--yellow); font-family: Arial, Helvetica, sans-serif; font-size: .9rem; }
.sources { margin-top: 5rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.sources li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.sources p { color: var(--muted); }
.related { border-top: 1px solid var(--line); padding: 4rem 0; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.pager { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); margin: 0 -2rem; }
.pager a { display: flex; flex-direction: column; gap: .5rem; padding: 2rem; background: var(--ink); text-decoration: none; }
.pager a:hover { background: var(--yellow); color: #000; }
.pager .next { text-align: right; }
.pager span { color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.site-footer { display: grid; grid-template-columns: 1fr 2fr auto; gap: 2rem; padding-top: 3rem; padding-bottom: 3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.site-footer p { margin: 0; }
.not-found { min-height: 75vh; display: flex; flex-direction: column; justify-content: center; align-items: start; }
.not-found h1 { margin: 1rem 0; font-size: clamp(3rem, 8vw, 8rem); line-height: .9; letter-spacing: -.06em; }
.source-index, .source-page { max-width: var(--max); margin: auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.source-index { overflow-x: clip; padding-top: 5rem; padding-bottom: 9rem; }
.source-index-hero { display: grid; grid-template-columns: 1fr 3fr; gap: 1rem 2rem; padding-bottom: 4rem; border-bottom: 1px solid var(--line); }
.source-index-hero .eyebrow { grid-column: 1 / -1; }
.source-index-hero h1 { margin: 0; font-size: clamp(4.5rem, 11vw, 11rem); line-height: .8; letter-spacing: -.075em; text-transform: uppercase; }
.source-index-hero > p:last-child { align-self: end; max-width: 600px; margin: 0; color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.source-tools { display: grid; grid-template-columns: minmax(280px, 820px) 1fr auto; align-items: end; gap: .5rem 3rem; padding: 2.25rem 0 2.75rem; }
.source-tools label { grid-column: 1; color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.source-tools .search-row { grid-column: 1; }
.source-tools > p { grid-column: 3; grid-row: 2; margin: 0 0 .8rem; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }
.source-tools > p strong { color: var(--paper); font-size: 1rem; letter-spacing: -.02em; }
.source-table-wrap { width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; overscroll-behavior-inline: contain; border-top: 1px solid var(--paper); }
.source-table { width: 100%; min-width: 1040px; table-layout: fixed; border-collapse: collapse; font-size: .83rem; }
.source-col-number { width: 5%; }
.source-col-title { width: 50%; }
.source-col-type { width: 23%; }
.source-col-used { width: 16%; }
.source-col-link { width: 6%; }
.source-table th { padding: .9rem 1.25rem .9rem 0; border-bottom: 1px solid var(--paper); color: var(--muted); font-size: .62rem; text-align: left; text-transform: uppercase; letter-spacing: .1em; }
.source-table td { height: 112px; padding: 1.4rem 1.25rem 1.4rem 0; border-bottom: 1px solid var(--line); vertical-align: top; transition: background-color 150ms ease; }
.source-table tbody tr:hover td { background: #111; }
.source-table th:first-child, .source-table td:first-child { color: var(--yellow); font-size: .75rem; font-weight: 900; }
.source-table td:nth-child(2) { padding-right: clamp(2rem, 5vw, 6rem); }
.source-table td:nth-child(2) strong, .source-table td:nth-child(2) span { display: block; }
.source-table td:nth-child(2) strong { max-width: 56ch; font-size: 1rem; line-height: 1.25; letter-spacing: -.015em; }
.source-table td:nth-child(2) span { margin-top: .55rem; color: var(--muted); line-height: 1.35; }
.source-type { display: inline-block; max-width: 240px; color: var(--muted); font-size: .62rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.source-theses { display: flex; flex-wrap: wrap; gap: .35rem; }
.source-theses a { display: inline-grid; place-items: center; min-width: 34px; height: 34px; border: 1px solid var(--line); color: var(--paper); font-size: .65rem; font-weight: 800; text-decoration: none; }
.source-theses a:hover { border-color: var(--yellow); background: var(--yellow); color: #000; }
.source-open { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); color: var(--yellow); font-size: 1.1rem; text-decoration: none; }
.source-open:hover { border-color: var(--yellow); background: var(--yellow); color: #000; }
.source-open.is-muted { color: var(--muted); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.source-page { min-height: 80vh; padding-top: 2rem; padding-bottom: 7rem; }
.source-page .breadcrumb { margin-bottom: 6rem; }
.source-page h1 { max-width: 1100px; margin: 1rem 0 3rem; font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.06em; }
.source-page blockquote { max-width: 900px; margin: 0 0 2rem; padding-left: 1.5rem; border-left: 3px solid var(--yellow); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.6rem); line-height: 1.6; }
.source-used { margin-top: 7rem; border-top: 1px solid var(--line); }
.source-used h2 { font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.05em; }
.source-thesis-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.source-thesis-links a { display: flex; min-height: 180px; flex-direction: column; justify-content: space-between; padding: 1.25rem; background: var(--ink); text-decoration: none; }
.source-thesis-links a:hover { background: var(--yellow); color: #000; }
.source-thesis-links span { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.gate-pending { overflow: hidden; }
.gate-pending > :not(.access-gate) { visibility: hidden; }
.access-gate { position: fixed; z-index: 1000; inset: 0; display: grid; grid-template-columns: 1fr 3fr; grid-template-rows: auto 1fr auto; gap: 2rem; min-height: 100svh; padding: 1.5rem var(--gutter); overflow-y: auto; background: var(--yellow); color: #000; }
.gate-open .access-gate { display: none; }
.gate-brand { grid-column: 1 / -1; padding-bottom: 1.25rem; border-bottom: 1px solid #000; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.gate-panel { grid-column: 2; align-self: center; width: 100%; max-width: 1150px; padding: 4rem 0; }
.gate-panel .eyebrow { color: #000; }
.gate-panel h1 { margin: 1.5rem 0 2rem; font-size: clamp(4.25rem, 9vw, 10.5rem); line-height: .76; letter-spacing: -.075em; text-transform: uppercase; }
.gate-intro { max-width: 630px; margin: 0 0 4rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.65rem); line-height: 1.4; }
.gate-form { max-width: 760px; }
.gate-form label { display: block; margin-bottom: .65rem; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.gate-input-row { display: grid; grid-template-columns: 1fr auto; border-top: 2px solid #000; border-bottom: 2px solid #000; }
.gate-input-row input { min-width: 0; padding: 1.15rem 0; border: 0; border-radius: 0; outline: 0; background: transparent; color: #000; font: 800 1.15rem Arial, Helvetica, sans-serif; letter-spacing: .08em; }
.gate-input-row input:focus { box-shadow: inset 0 -4px 0 #000; }
.gate-input-row button { padding: 0 1.25rem; border: 0; border-left: 1px solid #000; background: #000; color: var(--yellow); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.gate-input-row button:hover, .gate-input-row button:focus-visible { background: var(--paper); color: #000; }
.gate-error { margin: .8rem 0 0; font-size: .75rem; font-weight: 800; }
.gate-footnote { grid-column: 1 / -1; align-self: end; margin: 0; padding-top: 1.25rem; border-top: 1px solid #000; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
@media (max-width: 1280px) {
  .thesis-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 520px; }
  .thesis-grid { grid-template-columns: repeat(2, 1fr); }
  .filters { grid-template-columns: 1fr; gap: 1.5rem; }
  .filter-status { grid-column: 1; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .about-columns { grid-template-columns: 1fr; }
  .about-columns > div { min-height: 220px; }
  .source-index-hero { grid-template-columns: 1fr; }
  .source-index-hero > p:last-child { margin-top: 2rem; }
  .source-thesis-links { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .access-gate { grid-template-columns: 1fr; gap: 1rem; padding: 1rem; }
  .gate-panel { grid-column: 1; align-self: center; padding: 2rem 0; }
  .gate-panel h1 { margin-top: 1rem; font-size: clamp(3.5rem, 18vw, 5.5rem); }
  .gate-intro { margin-bottom: 3rem; }
  .gate-input-row { grid-template-columns: 1fr; }
  .gate-input-row button { min-height: 52px; border-top: 1px solid #000; border-left: 0; }
  .site-header { padding: .9rem 1rem; }
  .site-header nav a:nth-child(2) { display: none; }
  .hero { min-height: 82vh; padding-top: 2rem; }
  .hero h1 { font-size: clamp(3.7rem, 19vw, 6rem); }
  .intro { grid-template-columns: 1fr; padding-top: 5rem; padding-bottom: 5rem; }
  .section-heading { align-items: start; }
  .thesis-grid, .related-grid { grid-template-columns: 1fr; }
  .thesis-card > a { min-height: 420px; }
  .thesis-hero { min-height: 80vh; }
  .share-button { position: static; align-self: flex-start; margin: 1.25rem 0 auto; }
  .traits { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .traits-large { grid-template-columns: 1fr 1fr; }
  .filter-buttons { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-button { justify-content: space-between; }
  .prose table { display: block; overflow-x: auto; }
  .prose th, .prose td { min-width: 120px; }
  .pager { grid-template-columns: 1fr; margin: 0 calc(-1 * var(--gutter)); }
  .site-footer { grid-template-columns: 1fr; }
  .source-index { padding-top: 3rem; }
  .source-index-hero { padding-bottom: 3rem; }
  .source-tools { grid-template-columns: 1fr; }
  .source-tools > p { grid-column: 1; grid-row: auto; margin-top: .75rem; }
  .source-table-wrap { overflow: visible; }
  .source-table { min-width: 0; display: block; }
  .source-table thead { display: none; }
  .source-table tbody { display: block; }
  .source-table colgroup { display: none; }
  .source-table tr { display: grid; grid-template-columns: 38px minmax(0, 1fr) 42px; gap: .75rem 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
  .source-table td { display: block; width: auto !important; padding: 0 !important; border: 0; }
  .source-table td:first-child { grid-column: 1; grid-row: 1; }
  .source-table td:nth-child(2) { grid-column: 2; grid-row: 1; }
  .source-table td:nth-child(3) { grid-column: 2; grid-row: 2; }
  .source-table td:nth-child(4) { grid-column: 2; grid-row: 3; }
  .source-table td:nth-child(5) { grid-column: 3; grid-row: 1; }
  .source-table td:nth-child(2) strong { font-size: .9rem; }
  .source-thesis-links { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
