:root { --paper: #f5efe2; --ink: #18221d; --forest: #153d2d; --gold: #d99a2b; --line: #d8cfbe; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.55; }
a { color: inherit; }
.site-header, main, footer { width: min(1080px, calc(100% - 2rem)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.brand { font: 700 1.1rem Georgia, serif; text-decoration: none; }.brand span, .eyebrow { color: #98630c; }
nav { display: flex; align-items: center; gap: 1.2rem; }.tip { padding: .55rem .8rem; border: 1px solid var(--forest); border-radius: 99px; text-decoration: none; }
main { padding: 4rem 0; }.hero { max-width: 850px; padding: 2rem 0 4rem; }.eyebrow { margin: 0 0 .5rem; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }h1 { max-width: 850px; margin-bottom: 1.2rem; font: 500 clamp(2.5rem, 7vw, 5.2rem)/.98 Georgia, serif; letter-spacing: -.04em; }.lede { max-width: 680px; color: #526057; font-size: 1.15rem; }
.latest { margin-bottom: 1rem; }.post-card, .progress-card, .empty { padding: clamp(1.3rem, 4vw, 2.4rem); border: 1px solid var(--line); border-radius: 18px; background: #fffaf0; box-shadow: 0 12px 30px rgb(38 44 39 / 7%); }.post-meta { display: flex; justify-content: space-between; color: #6e746e; font-size: .78rem; font-weight: 700; text-transform: uppercase; }.post-card h2 { margin: .6rem 0 0; font: 500 2rem Georgia, serif; }.handle, time { color: #687168; font-size: .85rem; }.post-body { margin: 1.5rem 0; font-size: clamp(1.05rem, 2.5vw, 1.35rem); white-space: pre-wrap; }.tip-link { color: #98630c; font-weight: 800; white-space: nowrap; }
.progress-card { display: grid; grid-template-columns: 1fr auto; margin: 1rem 0; }.progress-card h2 { margin-bottom: 0; font: 500 2.2rem Georgia, serif; }.progress-card strong { font: 500 2rem Georgia, serif; }.bar { grid-column: 1 / -1; height: 10px; overflow: hidden; background: #dfd8c9; border-radius: 99px; }.bar i { display: block; height: 100%; min-width: 2px; background: var(--gold); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.stats div { padding: 1.4rem; border-top: 3px solid var(--forest); }.stats strong, .stats span { display: block; }.stats strong { font: 500 2rem Georgia, serif; }.stats span { color: #687168; font-size: .85rem; }.intro { margin-bottom: 2rem; }.archive-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }.pagination { justify-content: center; margin-top: 2rem; }footer { display: flex; justify-content: space-between; padding: 2rem 0; border-top: 1px solid var(--line); color: #687168; font-size: .85rem; }footer p { margin: 0; }
@media (max-width: 700px) { main { padding: 2rem 0; }.site-header { align-items: flex-start; }.brand { max-width: 150px; }.archive-grid, .stats { grid-template-columns: 1fr; }.progress-card { grid-template-columns: 1fr; }.progress-card strong { margin-bottom: 1rem; }.site-header nav { gap: .7rem; } }
