:root{--bg: #1a1a2e;--fg: #eee;--accent: #e94560;--muted: #888}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--fg);max-width:700px;margin:0 auto;padding:2rem;line-height:1.6}header h1{color:var(--accent);margin-bottom:.2rem}header p{color:var(--muted);margin-top:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}article{border-bottom:1px solid #333;padding:1.5rem 0}article:last-child{border-bottom:none}time{color:var(--muted);font-size:.875rem}footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #333;color:var(--muted);font-size:.875rem;text-align:center}article.pinned{background:linear-gradient(135deg, rgba(233,69,96,.08) 0%, rgba(0,0,0,0) 100%);border-left:3px solid var(--accent);padding-left:1rem;margin-left:-1rem}.pin{display:inline-block;font-size:.75rem;color:var(--accent);margin-bottom:.5rem}