.community-detail-main {
  padding: 128px 0 88px;
  background: #f5f7fa;
  color: #001d3d;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", sans-serif;
}

.community-detail-main * { box-sizing: border-box; }

.community-detail-container {
  width: min(1080px, calc(100% - 72px));
  margin: 0 auto;
}

.community-detail-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.community-detail-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: #596170;
  font-size: 14px;
  list-style: none;
}

.community-detail-breadcrumb li + li::before { margin-right: 9px; color: #667085; content: "/"; }
.community-detail-breadcrumb a { color: #596170; text-decoration: none; }
.community-detail-breadcrumb a:hover { color: #0052d9; }

.community-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0052d9;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.community-detail-back .material-symbols-outlined { font-size: 20px; }

.community-article {
  padding: 54px 58px 64px;
  border: 1px solid #e2e7ef;
  border-radius: 8px;
  background: #ffffff;
}

.community-article__header { max-width: 820px; margin: 0 auto 36px; text-align: center; }
.community-article__header h1 { margin: 0; color: #001d3d; font-family: Manrope, "Microsoft YaHei", sans-serif; font-size: 38px; line-height: 1.35; letter-spacing: 0; }

.community-article__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-top: 22px;
  color: #596170;
  font-size: 14px;
}

.community-article__meta > span { display: inline-flex; align-items: center; gap: 6px; }
.community-article__meta .material-symbols-outlined { color: #0052d9; font-size: 18px; }

.community-article__hero { aspect-ratio: 16 / 9; margin: 0 0 44px; overflow: hidden; border-radius: 8px; background: #e2e7ef; }
.community-article__hero img { display: block; width: 100%; height: 100%; object-fit: cover; }

.community-article__body { max-width: 820px; margin: 0 auto; }
.community-article__body .article-lead { margin: 0 0 34px; padding: 22px 24px; border-left: 4px solid #0052d9; background: #f5f7fa; color: #2f3744; font-size: 18px; line-height: 1.8; }
.community-article__body section + section { margin-top: 34px; }
.community-article__body h2 { margin: 0 0 14px; color: #001d3d; font-family: Manrope, "Microsoft YaHei", sans-serif; font-size: 24px; line-height: 1.45; letter-spacing: 0; }
.community-article__body p { margin: 0; color: #596170; font-size: 17px; line-height: 1.9; }

.community-post-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.community-post-link { display: flex; min-height: 112px; flex-direction: column; justify-content: center; padding: 24px 28px; border: 1px solid #e2e7ef; border-radius: 8px; background: #ffffff; color: #001d3d; text-decoration: none; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.community-post-link.is-next { align-items: flex-end; text-align: right; }
.community-post-link span { margin-bottom: 8px; color: #0052d9; font-size: 14px; font-weight: 600; }
.community-post-link strong { font-size: 17px; line-height: 1.5; }
.community-post-link:hover, .community-post-link:focus-visible { border-color: #0052d9; box-shadow: 0 12px 28px rgba(12, 35, 64, 0.1); transform: translateY(-3px); }

@media (max-width: 720px) {
  .community-detail-main { padding: 96px 0 64px; }
  .community-detail-container { width: min(100% - 36px, 1080px); }
  .community-detail-toolbar { align-items: flex-start; flex-direction: column; }
  .community-article { padding: 34px 22px 44px; }
  .community-article__header h1 { font-size: 29px; }
  .community-article__meta { align-items: center; flex-direction: column; }
  .community-article__hero { margin-bottom: 32px; }
  .community-article__body .article-lead { padding: 18px; font-size: 16px; }
  .community-article__body h2 { font-size: 21px; }
  .community-article__body p { font-size: 16px; }
  .community-post-navigation { grid-template-columns: 1fr; }
  .community-post-link.is-next { align-items: flex-start; text-align: left; }
}
