
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Georgia, 'Times New Roman', serif; color: #333; line-height: 1.7; }
a { color: #1e40af; }
header { background: #1a1a2e; color: white; padding: 20px; }
header nav { max-width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
header .logo { font-size: 1.4rem; font-weight: bold; }
header .tagline { font-size: 0.9rem; opacity: 0.8; }
header .nav-links a { color: white; margin-left: 25px; text-decoration: none; }
main { max-width: 800px; margin: 0 auto; padding: 40px 20px; }
article h1 { font-size: 2.2rem; margin-bottom: 10px; }
article .meta { color: #666; margin-bottom: 30px; }
article h2 { margin: 30px 0 15px; }
article h3 { margin: 25px 0 10px; color: #1a1a2e; }
article ul { margin: 15px 0 15px 30px; }
article li { margin: 8px 0; }
article p { margin: 15px 0; }
.post-list { list-style: none; }
.post-list li { padding: 20px 0; border-bottom: 1px solid #eee; }
.post-list h3 { margin: 0 0 5px; }
.post-list .date { color: #666; font-size: 0.9rem; }
footer { background: #1a1a2e; color: white; padding: 40px 20px; margin-top: 60px; text-align: center; }
footer a { color: rgba(255,255,255,0.7); }
