*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#333;max-width:800px;margin:0 auto;padding:20px;background:#fafafa}
header{text-align:center;padding:40px 0;border-bottom:2px solid #e0e0e0;margin-bottom:30px}
header h1{font-size:2em;color:#1a1a1a}
header p{color:#666;margin-top:8px}
article{border:1px solid #e0e0e0;border-radius:12px;padding:25px;margin-bottom:20px;background:#fff}
article h3{font-size:1.3em;margin-bottom:10px}
article h3 a{color:#1a1a1a;text-decoration:none}
article h3 a:hover{color:#2563eb}
article p{color:#555;margin-bottom:15px}
.cta{display:inline-block;background:#2563eb;color:#fff;padding:8px 20px;border-radius:6px;text-decoration:none;font-weight:500}
.cta:hover{background:#1d4ed8}
.date{color:#999;font-size:0.85em;margin-bottom:8px}
