html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background: #f8fafc;
  color: #0f172a;
}

.hero-section {
  background: radial-gradient(circle at top left, #1d4ed8 0%, #1e293b 58%, #020617 100%);
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stat-card,
.empty-state {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.empty-state {
  background: #fff;
  border: 1px solid #e2e8f0;
}

.stat-value {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

.stat-label {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.article-card {
  border-radius: 1.25rem;
  overflow: hidden;
}

.article-image,
.article-detail-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #e2e8f0;
}

.article-detail {
  max-width: 840px;
  margin: 0 auto;
}

.article-detail p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1e293b;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
