@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500;700;800&family=Noto+Sans+SC:wght@400;500;700;800&display=swap');

:root {
  --faiyi-accent: #0f766e;
  --faiyi-accent-dark: #0c4f4a;
  --faiyi-paper: #fcfdf8;
  --faiyi-line: #d8e3dd;
  --faiyi-ink-strong: #11201f;
  --faiyi-ink-soft: #4c6360;
}

body.home .page_content_wrapper {
  overflow: visible;
}

.faiyi-heart-shell {
  max-width: 1160px;
  margin: 28px auto 48px;
  padding: 0 20px;
}

.faiyi-heart-hero {
  background: radial-gradient(circle at top right, #c9efe8 0%, #eef6f3 40%, #f8fbfa 100%);
  border: 1px solid var(--faiyi-line);
  border-radius: 26px;
  padding: 34px 32px;
  box-shadow: 0 18px 44px rgba(17, 53, 46, 0.14);
}

.faiyi-heart-kicker {
  margin: 0 0 8px;
  color: var(--faiyi-accent);
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.faiyi-heart-hero h1 {
  margin: 0;
  font-family: 'Noto Sans SC', 'Nunito', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--faiyi-ink-strong);
  line-height: 1.18;
}

.faiyi-heart-sub {
  margin: 12px 0 0;
  color: var(--faiyi-ink-soft);
  font-size: 16px;
}

.faiyi-heart-tip {
  display: block;
  margin-top: 18px;
  text-decoration: none;
  background: #fff;
  border: 1px dashed #9fc8be;
  border-radius: 14px;
  padding: 12px 14px;
}

.faiyi-heart-tip strong {
  display: block;
  color: var(--faiyi-accent-dark);
  margin-bottom: 6px;
}

.faiyi-heart-tip span {
  color: #4b6764;
  font-size: 14px;
}

.faiyi-heart-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.faiyi-heart-card {
  background: var(--faiyi-paper);
  border: 1px solid var(--faiyi-line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(22, 60, 48, 0.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.faiyi-heart-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(22, 60, 48, 0.14);
}

.faiyi-heart-card h2 {
  margin: 0;
  line-height: 1.35;
  font-size: 20px;
  font-family: 'Noto Sans SC', 'Nunito', sans-serif;
  font-weight: 700;
}

.faiyi-heart-card-link {
  text-decoration: none;
  color: var(--faiyi-ink-strong);
}

.faiyi-heart-meta {
  display: flex;
  gap: 10px;
  margin: 9px 0 10px;
  color: #5d7671;
  font-size: 12px;
}

.faiyi-heart-card p {
  margin: 0;
  color: #415853;
  min-height: 72px;
  line-height: 1.7;
}

.faiyi-heart-read {
  display: inline-block;
  margin-top: 14px;
  text-decoration: none;
  color: #0e6f66;
  font-weight: 700;
}

.faiyi-heart-card-empty {
  grid-column: 1 / -1;
}

.faiyi-heart-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.faiyi-heart-pagination a {
  text-decoration: none;
  color: var(--faiyi-accent-dark);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .faiyi-heart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .faiyi-heart-shell {
    padding: 0 12px;
    margin-top: 16px;
  }

  .faiyi-heart-hero {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .faiyi-heart-grid {
    grid-template-columns: 1fr;
  }
}

.faiyi-brief-list {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faiyi-brief-card {
  background: #fff;
  border: 1px solid var(--faiyi-line);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(17, 54, 43, 0.08);
}

.faiyi-brief-card h2 {
  margin: 0;
  line-height: 1.35;
  font-size: 20px;
}

.faiyi-brief-card h2 a {
  color: var(--faiyi-ink-strong);
  text-decoration: none;
}

.faiyi-brief-meta {
  margin: 8px 0;
  color: #5c7571;
  font-size: 12px;
}

.faiyi-brief-card p {
  margin: 0;
  color: #425b56;
  line-height: 1.7;
}

@media (max-width: 720px) {
  .faiyi-brief-list {
    grid-template-columns: 1fr;
  }
}
