.article { max-width: 780px; margin: 0 auto; padding: 32px 20px 60px; }
.article-header { margin-bottom: 32px; }
.article-tag { display: inline-block; background: #e0edff; color: var(--accent); font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.article-title { font-family: var(--heading); font-size: 32px; font-weight: 800; line-height: 1.2; margin: 0 0 12px; color: var(--ink); }
.article-subtitle { font-size: 17px; color: var(--ink-dim); line-height: 1.5; margin: 0 0 12px; }
.article-meta { font-size: 13px; color: #999; }

.article-stats { display: flex; gap: 16px; margin-bottom: 32px; }
.astat { flex: 1; background: #f7f8fa; border-radius: 12px; padding: 16px; text-align: center; }
.astat-value { font-size: 28px; font-weight: 800; color: var(--accent); }
.astat-label { font-size: 12px; color: var(--ink-dim); margin-top: 4px; }

.spread-list { display: flex; flex-direction: column; gap: 8px; }
.spread-card { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: #fff; border: 1.5px solid #eee; border-radius: 12px; text-decoration: none; color: inherit; transition: border-color 0.15s, box-shadow 0.15s; }
.spread-card:hover { border-color: var(--accent); box-shadow: 0 2px 8px rgba(37,99,235,0.08); }
.spread-rank { font-size: 14px; font-weight: 700; color: #999; min-width: 28px; text-align: center; }
.spread-img { width: 48px; height: 48px; object-fit: contain; border-radius: 6px; flex-shrink: 0; }
.spread-img--empty { background: #f0f0f0; }
.spread-info { flex: 1; min-width: 0; }
.spread-name { font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.spread-brand { font-size: 12px; color: #999; }
.spread-prices { display: flex; align-items: center; gap: 6px; margin-top: 4px; font-size: 13px; }
.spread-cheap { color: #059669; font-weight: 600; }
.spread-cheap small, .spread-exp small { font-weight: 400; color: #999; }
.spread-arrow { color: #ccc; }
.spread-exp { color: #dc2626; font-weight: 600; }
.spread-pct { font-size: 18px; font-weight: 800; color: #dc2626; background: #fef2f2; padding: 6px 12px; border-radius: 8px; white-space: nowrap; }

.article-footer { margin-top: 40px; padding-top: 24px; border-top: 1.5px solid #eee; font-size: 13px; color: #999; }
.article-cta { display: inline-block; margin-top: 12px; padding: 10px 20px; background: var(--accent); color: white; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 14px; }
.article-cta:hover { opacity: 0.9; }

@media (max-width: 600px) {
  .article-title { font-size: 24px; }
  .article-stats { flex-direction: column; }
  .spread-card { padding: 10px 12px; }
  .spread-pct { font-size: 15px; padding: 4px 8px; }
}
