.team-detail-main {
  padding: 80px 0 112px;
  color: #001d3d;
  background: #ffffff;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", sans-serif;
}

.team-detail-main *,
.team-detail-main *::before,
.team-detail-main *::after {
  box-sizing: border-box;
}

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

.team-detail-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}

.team-detail-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #596170;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.team-detail-breadcrumb li {
  display: flex;
  align-items: center;
}

.team-detail-breadcrumb li + li::before {
  width: 7px;
  height: 7px;
  margin: 0 12px;
  border-top: 1px solid #667085;
  border-right: 1px solid #667085;
  content: "";
  transform: rotate(45deg);
}

.team-detail-breadcrumb a,
.team-detail-back {
  transition: color 180ms ease;
}

.team-detail-breadcrumb a:hover,
.team-detail-back:hover {
  color: #0052d9;
}

.team-detail-breadcrumb [aria-current="page"] {
  color: #0052d9;
  font-weight: 600;
}

.team-detail-back {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: #0052d9;
  font-size: 16px;
  font-weight: 700;
}

.team-detail-back .material-symbols-outlined {
  font-size: 20px;
  transition: transform 180ms ease;
}

.team-detail-back:hover .material-symbols-outlined {
  transform: translateX(-4px);
}

.team-article__header {
  max-width: 920px;
  margin: 0 auto 48px;
  padding-bottom: 34px;
  border-bottom: 1px solid #e2e7ef;
  text-align: center;
  animation: team-detail-fade-up 0.6s both;
}

.team-article__header h1 {
  margin: 0 0 18px;
  color: #001d3d;
  font-family: Manrope, "Microsoft YaHei", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.28;
}

.team-article__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #596170;
  font-size: 16px;
  line-height: 1.5;
}

.team-article__date .material-symbols-outlined {
  color: #0052d9;
  font-size: 19px;
}

.team-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #596170;
  font-size: 16px;
  line-height: 1.5;
}

.team-article__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  border-right: 1px solid #e2e7ef;
}

.team-article__meta > span:last-child {
  border-right: 0;
}

.team-article__meta .material-symbols-outlined {
  color: #0052d9;
  font-size: 19px;
}

.team-article__hero {
  aspect-ratio: 21 / 9;
  width: min(1120px, 100%);
  margin: 0 auto 64px;
  overflow: hidden;
  border: 1px solid #e2e7ef;
  border-radius: 8px;
  background: #f5f7fa;
  animation: team-detail-fade-up 0.65s 100ms both;
}

.team-article__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-article__hero:hover img {
  transform: scale(1.025);
}

.team-article__layout {
  display: block;
  max-width: 920px;
  margin: 0 auto;
  animation: team-detail-fade-up 0.65s 180ms both;
}

.team-article__body {
  color: #2f3744;
  font-size: 16px;
  line-height: 1.75;
}

.team-article__body p {
  margin: 0 0 30px;
}

.team-article__body .article-lead {
  color: #2f3744;
  font-size: 18px;
  line-height: 1.75;
}

.team-article__body h2 {
  margin: 56px 0 20px;
  color: #001d3d;
  font-family: Manrope, "Microsoft YaHei", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.team-article__inline-image {
  margin: 48px 0;
  overflow: hidden;
  border: 1px solid #e2e7ef;
  border-radius: 8px;
  background: #f5f7fa;
}

.team-article__inline-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.team-article__inline-image figcaption {
  padding: 14px 18px;
  border-top: 1px solid #e2e7ef;
  background: #f5f7fa;
  color: #596170;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.team-article__share {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 16px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid #e2e7ef;
  color: #596170;
  font-size: 14px;
}

.team-article__share button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #e2e7ef;
  border-radius: 4px;
  background: #ffffff;
  color: #0052d9;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.team-article__share button:hover {
  border-color: #0052d9;
  background: #f5f7fa;
}

.team-article__share .material-symbols-outlined {
  font-size: 19px;
}

.team-article__copy-status {
  color: #001d3d;
}

.team-article__aside {
  position: sticky;
  top: 32px;
  display: grid;
  gap: 24px;
}

.team-aside-panel {
  padding: 28px;
  border: 1px solid #e2e7ef;
  border-radius: 8px;
  background: #ffffff;
}

.team-aside-panel h2 {
  margin: 0 0 22px;
  color: #001d3d;
  font-family: Manrope, "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.team-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.team-article__tags span {
  padding: 7px 12px;
  border-radius: 4px;
  background: #f5f7fa;
  color: #0052d9;
  font-size: 14px;
  line-height: 1.4;
}

.team-related-list {
  display: grid;
}

.team-related-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid #f5f7fa;
}

.team-related-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.team-related-item:last-child {
  padding-bottom: 0;
}

.team-related-item img {
  display: block;
  width: 92px;
  height: 68px;
  border-radius: 4px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.team-related-item:hover img {
  transform: scale(1.04);
}

.team-related-item span,
.team-related-item strong {
  display: block;
}

.team-related-item span {
  margin-bottom: 5px;
  color: #0052d9;
  font-size: 12px;
  line-height: 1.4;
}

.team-related-item strong {
  color: #2f3744;
  font-size: 15px;
  line-height: 1.5;
  transition: color 180ms ease;
}

.team-related-item:hover strong {
  color: #0052d9;
}

.team-post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 920px;
  margin: 80px auto 0;
  padding-top: 40px;
  border-top: 1px solid #e2e7ef;
  animation: team-detail-fade-up 0.65s 260ms both;
}

@keyframes team-detail-fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.team-post-link {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 28px;
  border: 1px solid #e2e7ef;
  border-radius: 8px;
  background: #ffffff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.team-post-link:hover {
  border-color: #0052d9;
  box-shadow: 0 14px 32px rgba(12, 35, 64, 0.08);
  transform: translateY(-2px);
}

.team-post-link > span:first-child {
  color: #596170;
  font-size: 14px;
}

.team-post-link strong {
  color: #001d3d;
  font-size: 20px;
  line-height: 1.45;
}

.team-post-link__direction {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0052d9;
  font-size: 14px;
  font-weight: 700;
}

.team-post-link__direction .material-symbols-outlined {
  font-size: 20px;
}

.team-post-link.is-next {
  text-align: right;
}

.team-post-link.is-next .team-post-link__direction {
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .team-article__layout {
    max-width: 920px;
  }
}

@media (max-width: 640px) {
  .team-detail-main {
    padding: 44px 0 72px;
  }

  .team-detail-container {
    width: min(100% - 40px, 1280px);
  }

  .team-detail-toolbar {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 22px;
    margin-bottom: 42px;
  }

  .team-detail-breadcrumb ol {
    font-size: 12px;
  }

  .team-detail-breadcrumb li + li::before {
    margin: 0 8px;
  }

  .team-article__header {
    margin-bottom: 36px;
    text-align: left;
  }

  .team-article__header h1 {
    margin-bottom: 22px;
    font-size: 34px;
  }

  .team-article__meta {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .team-article__meta::-webkit-scrollbar {
    display: none;
  }

  .team-article__meta > span {
    flex: 0 0 auto;
    padding: 0 14px;
    border-right: 1px solid #e2e7ef;
  }

  .team-article__meta > span:first-child {
    padding-left: 0;
  }

  .team-article__hero {
    aspect-ratio: 4 / 3;
    margin-bottom: 48px;
  }

  .team-article__body {
    font-size: 16px;
    line-height: 1.85;
  }

  .team-article__body .article-lead {
    font-size: 16px;
  }

  .team-article__body h2 {
    margin-top: 44px;
    font-size: 28px;
  }

  .team-article__inline-image {
    margin: 36px 0;
  }

  .team-article__share {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .team-article__aside {
    grid-template-columns: 1fr;
  }

  .team-post-navigation {
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .team-post-link {
    min-height: 154px;
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-article__header,
  .team-article__hero,
  .team-article__layout,
  .team-post-navigation,
  .team-article__hero img {
    animation: none;
    transition: none;
  }
}
