*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Palatino Linotype',Palatino,'Book Antiqua',serif;line-height:1.9;color:#2a2a2a;background:#fefefe}
.astro-xzdoGttn{max-width:640px;margin:0 auto;padding:0 20px}
.astro-CtC5RNlv{padding:60px 0 40px;border-bottom:1px solid #ccc;margin-bottom:48px}
.astro-CtC5RNlv h1{font-size:24px;font-weight:400;letter-spacing:-.5px}
.astro-CtC5RNlv p{font-size:14px;color:#777;margin-top:6px;font-style:italic}
.astro-CtC5RNlv a{color:#2a2a2a;text-decoration:none;font-size:24px;font-weight:400;letter-spacing:-.5px}
.astro-BCbCP4oa{padding:20px 0}
.astro-BCbCP4oa h2{font-size:18px;font-weight:400;margin-bottom:4px}
.astro-BCbCP4oa h2 a{color:#2a2a2a;text-decoration:none;border-bottom:1px solid transparent}
.astro-BCbCP4oa h2 a:hover{border-bottom-color:#2a2a2a}
.astro-BCbCP4oa .astro-KtUrvFjb{font-size:12px;color:#aaa;margin-bottom:6px}
.astro-BCbCP4oa p{font-size:14px;color:#666}
.astro-cVs7PgGQ{color:#888;font-size:13px;text-decoration:none}
.astro-cVs7PgGQ:hover{color:#2a2a2a}
.astro-ISjJnF9u{padding-bottom:60px}
.astro-ISjJnF9u h1{font-size:28px;font-weight:400;margin-bottom:8px}
.astro-ISjJnF9u .astro-KtUrvFjb{font-size:12px;color:#aaa;display:block;margin-bottom:32px}
.astro-ISjJnF9u h2{font-size:21px;font-weight:400;margin:40px 0 12px;border-bottom:1px solid #eee;padding-bottom:6px}
.astro-ISjJnF9u h3{font-size:17px;margin:28px 0 8px}
.astro-ISjJnF9u p{margin-bottom:18px;font-size:16px}
.astro-ISjJnF9u ul,.astro-ISjJnF9u ol{margin:0 0 18px 20px}
.astro-ISjJnF9u a{color:#555;border-bottom:1px solid #ccc}
.astro-ISjJnF9u a:hover{color:#000;border-bottom-color:#000}
.astro-ISjJnF9u img{max-width:100%;height:auto;margin:24px 0}
.astro-P25s8bMJ{border-top:1px solid #ddd;padding:20px 0;margin-top:48px;text-align:center;font-size:12px;color:#aaa}
.astro-P25s8bMJ a{color:#aaa;text-decoration:none}
.astro-jmmAWNMD{padding:0 0 16px;margin-bottom:24px;font-size:12px;color:#aaa;font-style:italic;border-bottom:1px solid #eee}
.astro-WLA76Y1M{padding:16px 0 0;margin-top:32px;font-size:11px;color:#999;border-top:1px solid #eee}
.astro-PtLQAbxB{font-size:12px;color:#aaa;margin:-26px 0 32px;font-weight:300}
.astro-GZpyR7wE{margin:0 auto 32px;max-width:720px}
.astro-53YkA2vX{width:100%;height:auto}
.astro-lf4JCHlA{margin:24px auto;max-width:720px}
.astro-d07YAsXg{width:100%;height:auto}
.astro-wf4RGLuz{margin-top:40px;padding-top:20px;border-top:1px solid #eee;font-size:14px;color:#888}
.astro-wf4RGLuz em{color:#aaa}
.astro-wf4RGLuz a{color:#555;border-bottom:1px solid #ddd;text-decoration:none}
/* === Theme === */
:root{--primary:#2B4A6F;--accent:#7A5C3A;--bg:#F2F0EB;--fg:#1C1C1C;--border:#B0A898;--r:3px;--fb:'Crimson Pro';--fh:'Libre Baskerville'}
/* === Custom === */
/* Design: Folletos PAMI/ANSES años 90 + Almanaque Peuser/ABA bancario — ge-elder-es */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,600;1,400&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --primary: #2B4A6F;
  --accent: #7A5C3A;
  --bg: #F2F0EB;
  --fg: #1C1C1C;
  --border: #B0A898;
  --r: 3px;
  --fb: 'Crimson Pro';
  --fh: 'Libre Baskerville';
}

body {
  font-family: var(--fb), system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: var(--fg);
  background-color: var(--bg);
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fh), Georgia, serif;
  color: var(--primary);
  line-height: 1.3;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
}

h1 {
  font-size: 1.85rem;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 1.45rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.05rem;
}

h5,
h6 {
  font-size: 1rem;
  font-weight: 400;
  color: var(--accent);
}

p {
  margin-top: 0;
  margin-bottom: 1.1em;
  font-size: 17px;
  line-height: 1.82;
}

a {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}

a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

a:visited {
  color: var(--primary);
  opacity: 0.8;
}

ul,
ol {
  padding-left: 1.4em;
  margin-bottom: 1.1em;
}

li {
  margin-bottom: 0.35em;
  line-height: 1.75;
}

blockquote {
  border-left: 3px solid var(--border);
  margin: 1.6em 0 1.6em 0;
  padding: 0.5em 0 0.5em 1.4em;
  font-style: italic;
  color: var(--accent);
  background: transparent;
}

blockquote p {
  margin-bottom: 0.3em;
}

hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2em 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--r);
  border: 1px solid var(--border);
}

::selection {
  background-color: var(--primary);
  color: var(--bg);
}

nav {
  border-bottom: 1px solid var(--border);
  padding: 0.75em 1.25em;
  background-color: var(--bg);
}

nav a {
  font-family: var(--fh), Georgia, serif;
  font-size: 0.9rem;
  color: var(--primary);
  margin-right: 1.2em;
  border-bottom: none;
}

nav a:hover {
  color: var(--accent);
  border-bottom: none;
}

header {
  padding: 2em 1.25em 1.5em;
  border-bottom: 1px solid var(--border);
  background-color: var(--bg);
}

header h1,
header h2 {
  margin-top: 0;
}

footer {
  border-top: 1px solid var(--border);
  padding: 1.5em 1.25em;
  font-size: 0.88rem;
  color: var(--accent);
  background-color: var(--bg);
  margin-top: 3em;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5em 1.25em 3em;
}

article {
  margin-bottom: 2.5em;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--border);
}

article:last-child {
  border-bottom: none;
}

section {
  margin-bottom: 2em;
}

/* === R2 fixes (2026-06-25T20:00:09.291233+00:00) === */

/* Fix 1: body background — warm off-white reduces night-reading eye strain */
body {
  background-color: #F9F8F5;
}

/* Fix 2: article body text — breathing room for long late-night paragraphs */
article p,
.bld-content p {
  font-size: 17px;
  line-height: 1.8;
}

/* Fix 3: article h2 — clear visual break so readers can scan sections */
article h2,
.bld-content h2 {
  margin-top: 2.5em;
  margin-bottom: 0.5em;
}

/* Fix 4: article h3 — separate subsections from surrounding body text */
article h3,
.bld-content h3 {
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}

/* Fix 5: header tagline — first sentence that tells the reader this is for them */
header p {
  font-size: 1.05rem;
  color: #3A3A3A;
  max-width: 580px;
  line-height: 1.6;
}

/* Fix 6: homepage article cards — subtle separator so list doesn't read as one block */
.astro-BCbCP4oa {
  padding-bottom: 1.8em;
  border-bottom: 1px solid #E8E4DF;
  margin-bottom: 1.8em;
}

/* Fix 7: in-article images — breathing room before the next paragraph */
article img.astro-d07YAsXg {
  margin-bottom: 1.8em;
}

/* === R3 fixes (2026-06-25T20:40:58.619070+00:00) === */

/* Fix 1: homepage card titles — diary-entry scale, not article headlines */
.astro-BCbCP4oa h2,
.astro-BCbCP4oa h2 a {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--primary);
}

/* Fix 2: homepage card excerpt — differentiated size/color so reader can decide to enter */
.astro-BCbCP4oa p {
  font-size: 0.96rem;
  color: #4A4540;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

/* Fix 3: article section headings — desaturated to match warm cream background temperature */
article h2,
.bld-content h2 {
  color: #2D3F55;
}

/* Fix 4: legal disclaimer aside — footer-note treatment, not alert box */
aside.astro-WLA76Y1M {
  background: transparent;
  border: none;
  border-top: 1px solid #C8C3BB;
  padding: 1.2em 0 0;
  margin-top: 2.2em;
  font-size: 0.87rem;
  color: #6A6460;
  line-height: 1.55;
}

/* Fix 5: site name in header — masthead scale that reads as a real publication title */
header h1 {
  font-size: 2.15rem;
  letter-spacing: -0.02em;
}

/* === R4 fixes (2026-06-25T21:20:26.381071+00:00) === */

/* Fix 1: homepage card dates — smaller/lighter so title is the only prominent element per card */
.astro-BCbCP4oa time,
.astro-BCbCP4oa .post-date,
.astro-BCbCP4oa span[class*='date'] {
  font-size: 0.78rem;
  color: #A09890;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.25em;
}

/* Fix 2: article section headings — warm dark slate reads in the same register as body text */
article h2,
.bld-content h2 {
  color: #2E3425;
}

/* Fix 3: list items in articles — more air between items for tired late-night reading */
.bld-content li,
article li {
  margin-bottom: 0.55em;
  line-height: 1.82;
}

/* Fix 4: opening paragraph — very slightly larger/darker to signal the diary entry hook */
.bld-content > p:first-of-type {
  font-size: 1.04em;
  color: #1A1410;
}
