* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic', sans-serif; background: #f5f5f5; color: #333; line-height: 1.8; font-size: 15px; }
a { color: #2266aa; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Header - old blog style */
.site-header { background: #fff; border-bottom: 3px solid #c0392b; padding: 12px 0; text-align: center; }
.site-title { font-size: 22px; font-weight: bold; color: #333; letter-spacing: 1px; }
.site-title a { color: #333; }
.site-title span { color: #c0392b; }
.site-nav { margin-top: 6px; font-size: 13px; }
.site-nav a { margin: 0 10px; color: #666; }
.site-nav a:hover { color: #c0392b; }

/* Layout */
.container { max-width: 1100px; margin: 0 auto; padding: 20px 15px; display: flex; gap: 20px; }
.main { flex: 1; min-width: 0; }
.sidebar { width: 280px; flex-shrink: 0; }
@media (max-width: 768px) {
  .container { flex-direction: column; }
  .sidebar { width: 100%; }
}

/* Cards */
.article-card { background: #fff; border: 1px solid #ddd; margin-bottom: 15px; overflow: hidden; }
.article-card:hover { border-color: #aaa; }
.article-card a { display: flex; color: #333; padding: 12px; gap: 12px; align-items: flex-start; }
.article-card .thumb { width: 120px; height: 80px; object-fit: cover; flex-shrink: 0; background: #eee; border-radius: 2px; }
.article-card .card-body { flex: 1; }
.article-card .card-title { font-size: 15px; font-weight: bold; line-height: 1.4; margin-bottom: 4px; }
.article-card .card-meta { font-size: 12px; color: #999; }
.article-card .card-cat { display: inline-block; background: #c0392b; color: #fff; font-size: 11px; padding: 1px 6px; border-radius: 2px; margin-right: 6px; }
@media (max-width: 480px) {
  .article-card a { flex-direction: column; }
  .article-card .thumb { width: 100%; height: 160px; }
}

/* Sidebar */
.side-box { background: #fff; border: 1px solid #ddd; margin-bottom: 15px; }
.side-box-title { background: #c0392b; color: #fff; font-size: 13px; font-weight: bold; padding: 6px 10px; }
.side-box-body { padding: 10px; font-size: 13px; }
.side-box-body li { list-style: none; padding: 4px 0; border-bottom: 1px dotted #ddd; }
.side-box-body li:last-child { border-bottom: none; }
.side-box-body .sub-list { margin: 2px 0 4px 16px; }
.side-box-body .sub-list li { font-size: 12px; border-bottom: none; padding: 2px 0; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 5px; }
.tag-cloud a { display: inline-block; background: #f0f0f0; border: 1px solid #ddd; padding: 2px 8px; font-size: 12px; border-radius: 2px; }
.tag-cloud a:hover { background: #c0392b; color: #fff; border-color: #c0392b; text-decoration: none; }

/* Article page */
.article-header { background: #fff; border: 1px solid #ddd; padding: 20px; margin-bottom: 15px; }
.article-title { font-size: 22px; font-weight: bold; line-height: 1.4; margin-bottom: 8px; }
.article-meta { font-size: 13px; color: #999; margin-bottom: 10px; }
.article-tags { margin-top: 8px; }
.article-tags a { display: inline-block; background: #f0f0f0; border: 1px solid #ddd; padding: 1px 8px; font-size: 12px; border-radius: 2px; margin-right: 4px; }

.article-body { background: #fff; border: 1px solid #ddd; padding: 20px; margin-bottom: 15px; }
.article-body h2 { font-size: 18px; border-left: 4px solid #c0392b; padding-left: 10px; margin: 24px 0 12px; }
.article-body h2:first-child { margin-top: 0; }
.article-body p { margin-bottom: 12px; }

/* Scores */
.scores-grid { display: flex; gap: 12px; margin: 15px 0; flex-wrap: wrap; }
.score-box { background: #fafafa; border: 1px solid #ddd; padding: 12px 16px; text-align: center; border-radius: 4px; min-width: 120px; flex: 1; }
.score-label { font-size: 12px; color: #999; margin-bottom: 4px; }
.score-value { font-size: 28px; font-weight: bold; color: #c0392b; }
.score-unit { font-size: 14px; font-weight: normal; color: #999; }
.score-sub { font-size: 11px; color: #999; margin-top: 2px; }

/* Steam bar */
.steam-score-box { text-align: left; flex: 2; min-width: 200px; }
.steam-desc { font-size: 16px; font-weight: bold; margin-bottom: 6px; }
.steam-bar-wrap { background: #e53935; border-radius: 3px; height: 22px; overflow: hidden; position: relative; margin: 6px 0; }
.steam-bar-fill { background: #4caf50; height: 100%; border-radius: 3px 0 0 3px; transition: width 0.3s; }
.steam-bar-text { position: absolute; top: 0; left: 0; right: 0; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; color: #fff; }
.steam-counts { display: flex; justify-content: space-between; font-size: 12px; color: #666; }
.steam-counts .pos { color: #4caf50; }
.steam-counts .neg { color: #e53935; }

/* Good/Bad */
.point-section { margin: 15px 0; }
.point-section h3 { font-size: 15px; margin-bottom: 8px; padding: 4px 8px; }
.point-good h3 { background: #e8f5e9; color: #2e7d32; border-left: 4px solid #4caf50; }
.point-bad h3 { background: #fce4ec; color: #c62828; border-left: 4px solid #e53935; }
.point-list { list-style: none; }
.point-list li { padding: 6px 0; border-bottom: 1px dotted #ddd; font-size: 14px; }
.point-list li:last-child { border-bottom: none; }
.point-source { font-size: 11px; color: #999; margin-left: 6px; }

/* Comments */
.comment-block { background: #fafafa; border-left: 3px solid #ddd; padding: 10px 14px; margin: 10px 0; }
.comment-en { font-size: 13px; color: #888; font-style: italic; margin-bottom: 4px; }
.comment-ja { font-size: 14px; }
.comment-meta { font-size: 11px; color: #999; margin-top: 4px; }
.comment-positive { border-left-color: #4caf50; }
.comment-negative { border-left-color: #e53935; }

/* Footer */
.site-footer { background: #333; color: #999; text-align: center; padding: 20px; font-size: 12px; margin-top: 30px; }
.site-footer a { color: #ccc; }

/* Pagination */
.pagination { text-align: center; margin: 20px 0; font-size: 13px; }
.pagination a, .pagination span { display: inline-block; padding: 4px 10px; margin: 0 2px; border: 1px solid #ddd; }
.pagination .current { background: #c0392b; color: #fff; border-color: #c0392b; }

/* Breadcrumb */
.breadcrumb { font-size: 12px; color: #999; margin-bottom: 12px; }
.breadcrumb a { color: #999; }
