/* ===== ARTICLE LAYOUT ===== */
.article-main { max-width: 780px; margin: 0 auto; padding: 32px 20px 64px; }
.article-container { color: var(--text); }

.article-breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.article-breadcrumb a { color: var(--text-muted); text-decoration: none; }
.article-breadcrumb a:hover { color: var(--accent); }

.article-tag { display: inline-block; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; margin-bottom: 16px; }
.article-tag.tag-pl   { background: linear-gradient(135deg, #b8860b, #ffd700); color: #1a1a28; }
.article-tag.tag-ch   { background: linear-gradient(135deg, #6b7280, #d1d5db); color: #1a1a28; }
.article-tag.tag-l1   { background: linear-gradient(135deg, #c87533, #f0a050); color: #fff; }
.article-tag.tag-l2   { background: linear-gradient(135deg, #3b1f0a, #7a4a1e); color: #fff; }

.article-header h1 { font-size: clamp(24px, 4vw, 36px); font-weight: 800; line-height: 1.2; margin: 0 0 16px; color: var(--text); }
.article-subtitle { font-size: 18px; color: var(--text-muted); line-height: 1.6; margin-bottom: 20px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 20px; font-size: 13px; color: var(--text-muted); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 12px 0; margin-bottom: 32px; }
.article-author { font-weight: 600; color: var(--text); }

/* ===== HERO STAT STRIP ===== */
.stat-hero { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-bottom: 40px; }
.stat-hero-item { background: var(--surface); padding: 20px 16px; text-align: center; }
.stat-hero-number { display: block; font-size: clamp(28px, 5vw, 42px); font-weight: 800; color: var(--accent); line-height: 1; }
.stat-hero-label { display: block; font-size: 12px; color: var(--text-muted); margin-top: 6px; }

/* ===== ARTICLE BODY ===== */
.article-section { margin-bottom: 40px; }
.article-section h2 { font-size: 20px; font-weight: 700; margin: 0 0 16px; color: var(--text); }
.article-lead { font-size: 18px; line-height: 1.7; color: var(--text); margin-bottom: 16px; }
.article-section p { font-size: 16px; line-height: 1.75; color: var(--text); margin-bottom: 14px; }
.article-section p strong { color: var(--text); }

/* ===== DATA BLOCKS ===== */
.article-data-block { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 24px; margin-bottom: 40px; }
.article-data-title { font-size: 15px; font-weight: 700; color: var(--text); margin: 0 0 16px; text-transform: uppercase; letter-spacing: 0.04em; }
.data-source { font-size: 12px; color: var(--text-muted); margin: 12px 0; }
.data-source a { color: var(--accent); text-decoration: none; }

/* Comparison cards */
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.comparison-card { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 20px; }
.comparison-card.highlight { border-color: var(--accent); }
.comparison-season { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 16px; }
.comparison-season.current { color: var(--accent); }
.comparison-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--border); }
.comparison-row:last-child { border-bottom: none; }
.comparison-label { font-size: 13px; color: var(--text-muted); }
.comparison-value { font-size: 15px; font-weight: 700; color: var(--text); }
.comparison-value.accent { color: var(--accent); }

/* ===== QUICK LINKS ===== */
.article-links { margin-bottom: 40px; }
.article-links h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 14px; }
.article-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.article-link-card { display: block; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 16px; text-decoration: none; transition: border-color 0.2s, background 0.2s; }
.article-link-card:hover { border-color: var(--accent); background: var(--bg); }
.article-link-title { display: block; font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.article-link-sub { display: block; font-size: 12px; color: var(--accent); }
.article-link-card:visited { color: var(--text) !important; }

/* ===== AUTHOR ===== */
.article-author-block { border-top: 1px solid var(--border); padding-top: 24px; margin-top: 40px; }
.article-author-info { display: flex; flex-direction: column; gap: 4px; }
.article-author-info strong { font-size: 15px; color: var(--text); }
.article-author-info span { font-size: 13px; color: var(--text-muted); }
.article-ai-credit { font-size: 12px !important; color: var(--text-dim) !important; margin-top: 2px; }

/* ===== HISTORY TABLE ===== */
.history-table { font-size: 13px; }
.history-table td:first-child { white-space: nowrap; }
.involvement-type { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.type-goal { background: rgba(52, 211, 153, 0.15); color: #34d399; }
.type-assist { background: rgba(96, 165, 250, 0.15); color: #60a5fa; }
.involvement-detail { font-size: 12px; color: var(--text-muted); }

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .stat-hero { grid-template-columns: repeat(2, 1fr); }
  .comparison-grid { grid-template-columns: 1fr; }
  .article-links-grid { grid-template-columns: 1fr; }
  .history-table .involvement-detail { display: none; }
}