/* assets/css/style.css */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; background: #f9f9f9; margin: 0; }
.wrapper { max-width: 800px; margin: 0 auto; padding: 20px; }
.site-header { background: #fff; border-bottom: 1px solid #e5e5e5; padding: 10px 20px; }
.site-title { color: #333; font-size: 24px; font-weight: bold; text-decoration: none; }
.post-list { list-style: none; padding: 0; }
.post-list li { background: #fff; border: 1px solid #e5e5e5; border-radius: 5px; padding: 20px; margin-bottom: 20px; }
.post-list h2 a { text-decoration: none; color: #2a7ae2; }
.post-meta { color: #828282; font-size: 14px; }
.post-thumbnail { max-width: 100%; border-radius: 5px; margin-bottom: 15px; }
.post-image-full { max-width: 100%; border-radius: 8px; margin-bottom: 20px; }
.post-content p { margin-bottom: 1em; }