/*
 * Theme Name: Minimalist Pure
 * Description: 一个极简、专注阅读的 Typecho 主题
 * Author: Gemini
 * Version: 1.0
 */

body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.8; color: #333; margin: 0; padding: 0; background: #fff; }
a { color: #000; text-decoration: none; border-bottom: 1px solid #eee; transition: all 0.3s; }
a:hover { border-bottom-color: #000; }
.container { max-width: 700px; margin: 0 auto; padding: 40px 20px; }

header { margin-bottom: 60px; }
header h1 { font-size: 1.5rem; margin: 0; }
nav a { margin-right: 15px; font-size: 0.9rem; color: #666; border: none; }

article { margin-bottom: 80px; }
.post-title { font-size: 1.8rem; margin-bottom: 10px; }
.post-meta { font-size: 0.85rem; color: #999; margin-bottom: 20px; }
.content img { max-width: 100%; height: auto; border-radius: 4px; }

footer { margin-top: 100px; padding-top: 20px; border-top: 1px solid #eee; font-size: 0.8rem; color: #999; }
.archive-list { list-style: none; padding: 0; }
.archive-list li { margin-bottom: 10px; display: flex; justify-content: space-between; }
