:root { color-scheme: light; font-family: Georgia, serif; background: #f5f2ec; color: #17231f; }
body { margin: 0; } main { max-width: 1060px; margin: auto; padding: 1.5rem 1.5rem 5rem; }
.topbar { display: flex; justify-content: space-between; align-items: center; border-bottom: 3px solid #17231f; padding: .7rem 0; margin-bottom: 4.5rem; font: .78rem Arial, sans-serif; }.topbar a { color: inherit; }.brand { font-weight: 800; letter-spacing: .12em; text-decoration: none; }.brand span { color: #b34b31; }
header { border-bottom: 1px solid #b8b9ae; padding-bottom: 2.5rem; margin-bottom: 2rem; max-width: 850px; }
h1 { font-size: clamp(2.5rem, 7vw, 5.5rem); line-height: .98; margin: .4rem 0 1rem; max-width: 850px; letter-spacing: -.04em; }
h2 { font-size: 1.5rem; margin: 0; }.feed-heading { display: flex; justify-content: space-between; align-items: baseline; margin: 2.5rem 0 1rem; }.feed-heading span { color: #68736e; font: .72rem Arial, sans-serif; }
.eyebrow { font: 700 .75rem/1.2 Arial, sans-serif; letter-spacing: .14em; color: #b34b31; }
.card { background: #fffdf8; border: 1px solid #d7d2c8; padding: 1.5rem; margin: 1rem 0; box-shadow: 4px 4px 0 #d7d2c8; }.card:hover { border-color: #b34b31; transform: translateY(-2px); transition: transform .15s ease; }
.headline { color: inherit; font-size: 1.55rem; font-weight: 700; text-decoration: none; }.headline:hover { color: #b34b31; }
.meta { color: #68736e; font: .8rem Arial, sans-serif; margin: .7rem 0 1rem; }.status { color: #b34b31; font-style: italic; }
a { color: #b34b31; }.back { display: inline-block; margin-bottom: 3rem; }.detail { max-width: 720px; }
.summary { font-size: 1.35rem; line-height: 1.5; border-left: 4px solid #b34b31; padding-left: 1.2rem; margin: 2rem 0; }.source { font: 700 .9rem Arial, sans-serif; }.empty { color: #68736e; }
.progress { background: #fffdf8; border: 1px solid #d7d2c8; padding: 1rem 1.2rem; margin-bottom: 2rem; }.progress div + div { margin-top: 1rem; }.progress strong, .progress span { display: block; font: .8rem Arial, sans-serif; }.progress strong { color: #1c2825; }.progress span { color: #68736e; margin: .25rem 0; } progress { width: 100%; height: .7rem; accent-color: #b34b31; }
.admin-nav { margin-bottom: 2rem; font: .85rem Arial, sans-serif; }.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 2rem 0; }.stats div { background: #fffdf8; border-top: 3px solid #b34b31; padding: 1rem; }.stats strong, .stats span { display: block; }.stats strong { font-size: 2rem; }.stats span, .admin-meta, .admin-actions p { color: #68736e; font: .75rem Arial, sans-serif; }.admin-actions { display: flex; gap: .75rem; align-items: center; flex-wrap: wrap; margin: 1.5rem 0 3rem; }.admin-actions p { flex-basis: 100%; margin: 0; }button { border: 0; background: #b34b31; color: white; padding: .7rem 1rem; cursor: pointer; font-weight: 700; }.button-secondary { background: #68736e; }.admin-list { list-style: none; padding: 0; }.admin-row { display: flex; justify-content: space-between; gap: 1rem; align-items: center; border-top: 1px solid #d7d2c8; padding: 1rem 0; }.admin-row a { color: inherit; font-weight: 700; text-decoration: none; }.admin-meta { display: block; margin-top: .35rem; }.admin-error { color: #b34b31; font: .78rem Arial, sans-serif; margin: .4rem 0 0; }
@media (max-width: 650px) { .topbar { margin-bottom: 3rem; }.feed-heading { display: block; }.feed-heading span { display: block; margin-top: .5rem; }.stats { grid-template-columns: repeat(2, 1fr); }.admin-row { align-items: flex-start; flex-direction: column; } }