/* Angka & Nasib — kisah jatuh bangun karena lotre.
   Tema terang seperti buku harian, aksen amber, motif tiket. */
:root{
  --bg:#faf6ec; --surface:#fffdf8; --text:#2b2620; --muted:#7a7267;
  --accent:#b5711a; --amber:#e0a53a; --border:#e6ddc9;
  --maxw:700px;
  --serif: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--serif);
  font-size:19px;line-height:1.8}
a{color:var(--accent)} a:hover{color:#8a560f}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}

.site-header{background:var(--surface);border-bottom:2px dashed var(--border)}
.site-header .wrap{display:flex;align-items:baseline;justify-content:space-between;padding:22px}
.brand{font-size:1.5rem;font-weight:700;color:var(--text)}
.brand span{color:var(--accent)}
.nav a{color:var(--muted);font-size:.9rem}

.hero{padding:56px 0 16px}
.hero h1{font-size:2.1rem;line-height:1.3;margin:0 0 12px}
.hero p{color:var(--muted);margin:0;font-size:1.02rem}

.post-list{list-style:none;padding:0;margin:28px 0 68px}
.post-list li{background:var(--surface);border:1px solid var(--border);
  border-left:6px solid var(--amber);border-radius:4px;padding:20px 22px;margin-bottom:16px;
  box-shadow:0 1px 0 var(--border)}
.post-list h2{margin:0 0 6px;font-size:1.3rem}
.post-list h2 a{color:var(--text)}
.post-meta{color:var(--accent);font-size:.82rem;margin:0 0 8px;font-style:italic}
.post-list p.excerpt{margin:0;color:var(--muted)}

.article{padding:44px 0 68px}
.breadcrumb{font-size:.85rem;color:var(--muted);margin-bottom:20px;font-style:italic}
.article h1{font-size:2rem;line-height:1.3;margin:0 0 12px}
.article .post-meta{margin-bottom:30px}
.article h2{font-size:1.4rem;margin:36px 0 12px;color:var(--accent)}
.article p{margin:0 0 20px}
.article blockquote{border-left:4px dashed var(--amber);margin:26px 0;padding:6px 20px;
  color:var(--muted);font-style:italic}

.site-footer{background:var(--surface);border-top:2px dashed var(--border);color:var(--muted);font-size:.86rem}
.site-footer .wrap{padding:28px 22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}
@media(max-width:600px){body{font-size:18px}.hero h1,.article h1{font-size:1.7rem}}

/* Paper-cut editorial cards: factual and reflective, never promotional. */
.hero{padding-top:70px}.post-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.post-list li{margin:0;padding:0 0 20px;border-left:1px solid var(--border);overflow:hidden;box-shadow:0 8px 20px rgba(73,53,23,.05)}.post-list li>*:not(.article-cover){margin-left:20px;margin-right:20px}.post-list .post-meta{margin-top:16px}.article-cover{margin:0;overflow:hidden;border-bottom:1px dashed var(--border)}.article-cover img{width:100%;aspect-ratio:16/10;object-fit:cover}.article .article-cover{margin:0 0 30px;border:1px solid var(--border);border-radius:6px}.article .article-cover img{aspect-ratio:16/8}.cat-grid a{background:var(--surface);border-left:4px solid var(--amber)}@media(max-width:640px){.post-list{grid-template-columns:1fr}.hero{padding-top:48px}}
