
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, sans-serif; background: #12121f; color: #eee; line-height: 1.6; padding: 20px; }
.container { max-width: 900px; margin: 0 auto; }
h1 { color: #e94560; margin-bottom: 15px; }
a { color: #e94560; text-decoration: none; }
.header { background: #1e1e32; padding: 20px; border-radius: 10px; margin-bottom: 20px; }
.header h1 { margin: 0; }
.list { list-style: none; }
.item { background: #1e1e32; padding: 15px; margin-bottom: 8px; border-radius: 8px; }
.item:hover { background: #282845; }
.item-title { font-size: 1.05em; display: block; }
.item-meta { color: #888; font-size: 0.85em; }
.post { background: #1e1e32; padding: 15px; margin-bottom: 12px; border-radius: 8px; }
.post-header { display: flex; justify-content: space-between; border-bottom: 1px solid #333; padding-bottom: 10px; margin-bottom: 12px; }
.post-author { font-weight: bold; color: #e94560; }
.post-date { color: #888; font-size: 0.85em; }
.pagination { margin-top: 20px; padding: 15px; background: #1e1e32; border-radius: 8px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.page-num, .page-btn { padding: 8px 14px; background: #282845; border-radius: 5px; color: #eee; }
.page-num:hover { background: #e94560; }
.page-current { padding: 8px 14px; background: #e94560; border-radius: 5px; font-weight: bold; }
.breadcrumb { margin-bottom: 15px; font-size: 0.9em; }
.breadcrumb a { color: #888; }
