/* ── Reset & base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: "SFMono-Regular", "Fira Mono", "JetBrains Mono", "Courier New", monospace;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

a { color: #0000EE; }
a:visited { color: #551A8B; }

h1 { font-size: 1.75rem; font-weight: normal; margin-bottom: 0.25rem; }

.title {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1.5rem;
}

hr { border: none; border-top: 1px solid #000; margin: 1.5rem 0; }

section { margin-bottom: 1.5rem; }

h2 { font-size: 1rem; font-weight: normal; margin-bottom: 1rem; text-transform: uppercase; }

.disclaimer { font-size: 0.85rem; color: #444; margin-bottom: 0.75rem; }

.links { font-size: 1rem; line-height: 2; }

.paper { margin-bottom: 1.25rem; }
.paper-title { font-weight: bold; }
.paper-meta { font-size: 0.85rem; color: #444; }
.paper-links { font-size: 0.85rem; margin-top: 0.2rem; }
.paper-links a { margin-right: 0.75rem; }
