/* Tema Minimal: fara carduri, borduri subtiri, tipografie monospace pentru meta. */
:root {
  --accent: #111111;
  --accent-contrast: #ffffff;
  --surface: #fafafa;
  --border: #e5e5e5;
  --text: #111111;
  --muted: #6b6b6b;
  --font-head: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --radius: 0;
  --wrap: 920px;
  --gap: 0;
}
body { font-size: 16px; line-height: 1.7; }
.site-header { border-bottom: 1px solid var(--accent); }
.brand-name { font-size: 19px; letter-spacing: 0.5px; text-transform: lowercase; }
.site-nav { font-size: 14px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.post-list { list-style: none; margin: 0; padding: 12px 0 40px; }
.post-list li { display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--border); padding: 13px 0; }
.post-list a { color: var(--text); font-size: 18px; }
.post-list a:hover { background: var(--accent); color: var(--accent-contrast); text-decoration: none; }
.post-list .post-date { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; color: var(--muted); }
.minimal-head { padding: 40px 0 10px; }
.minimal-head h1 { font-size: 30px; margin: 0 0 8px; letter-spacing: -0.4px; }
.minimal-head p { color: var(--muted); margin: 0; }
.topic-line { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; padding: 6px 0 22px; color: var(--muted); }
.topic-line a { color: var(--muted); text-decoration: underline; }
.article-header h1 { font-size: 34px; letter-spacing: -0.6px; }
.article-meta { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12.5px; }
.article-body h2 { font-size: 23px; border-bottom: 1px solid var(--border); padding-bottom: 6px; }
.article-body a { text-decoration: underline; }
.card-grid { display: block; padding: 0; }
.card { border: none; border-bottom: 1px solid var(--border); border-radius: 0; padding: 14px 0; }
.tag-row li { border-radius: 0; background: transparent; }
.site-footer { background: transparent; border-top: 1px solid var(--accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12.5px; }
