/* gn06 文章详情页 article.html */
.gn-tpl[data-gn="06"] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 14px 34px;
}
nav.gn06-breadcrumb {
  font-size: 13px;
  color: #64748b;
  margin: 12px 0;
  font-weight: 500;
}
nav.gn06-breadcrumb a {
  color: #4f46e5;
  text-decoration: none;
  font-weight: 600;
}
nav.gn06-breadcrumb span {
  opacity: 0.85;
}
.gn-tpl[data-gn="06"] .a1-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
}
@media (max-width: 1000px) {
  .gn-tpl[data-gn="06"] .a1-layout {
    grid-template-columns: 1fr;
  }
}
.gn-tpl[data-gn="06"] .a1-main {
  background: #fff;
  border-radius: 28px;
  padding: 24px 24px 28px;
  box-shadow: 0 2px 0 #c7d2fe, 0 12px 40px -10px rgba(99, 102, 241, 0.3), 0 24px 48px -20px rgba(139, 92, 246, 0.2);
}
.gn-tpl[data-gn="06"] .a1-title {
  margin: 0 0 12px;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.2;
  font-weight: 700;
  color: #312e81;
  letter-spacing: -0.02em;
}
.gn-tpl[data-gn="06"] .a1-summary {
  margin: 0 0 14px;
  padding: 12px 16px;
  background: linear-gradient(90deg, #f5f3ff, #faf5ff);
  border-left: 4px solid #818cf8;
  color: #57534e;
  border-radius: 0 14px 14px 0;
}
.gn-tpl[data-gn="06"] .a1-meta {
  font-size: 12px;
  color: #64748b;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e9d5ff;
  font-weight: 500;
}
.gn-tpl[data-gn="06"] .a1-cover img {
  max-width: 100%;
  border-radius: 20px;
  border: 1px solid #e9d5ff;
}
.gn-tpl[data-gn="06"] .a1-content {
  font-size: 16px;
  line-height: 1.85;
  color: #334155;
  margin-top: 16px;
  word-break: break-word;
}
.gn-tpl[data-gn="06"] .a1-content h2,
.gn-tpl[data-gn="06"] .a1-content h3 {
  color: #4338ca;
  font-weight: 700;
}
.gn-tpl[data-gn="06"] .a1-tags {
  margin-top: 16px;
}
.gn-tpl[data-gn="06"] .a1-tags .tag {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 5px 14px;
  background: linear-gradient(135deg, #eef2ff, #ede9fe);
  color: #4f46e5;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #c7d2fe;
}
.gn-tpl[data-gn="06"] .a1-related {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e9d5ff;
}
.gn-tpl[data-gn="06"] .a1-related h2 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  color: #312e81;
}
.gn-tpl[data-gn="06"] .a1-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 14px;
}
.gn-tpl[data-gn="06"] .a1-related-grid .rc {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  color: #1e1b4b;
  border: 1px solid #ede9fe;
  box-shadow: 0 4px 0 #e9d5ff;
  transition: transform 0.15s, box-shadow 0.15s;
}
.gn-tpl[data-gn="06"] .a1-related-grid .rc:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 0 #c7d2fe, 0 16px 32px -8px rgba(99, 102, 241, 0.3);
}
.gn-tpl[data-gn="06"] .a1-related-grid .rc-img {
  height: 88px;
  background-size: cover;
  background-position: center;
}
.gn-tpl[data-gn="06"] .a1-related-grid .rc-t {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  height: 40px;
  overflow: hidden;
}
.gn-tpl[data-gn="06"] .a1-related-grid .rc-m {
  padding: 0 10px 10px;
  font-size: 11px;
  color: #64748b;
}
.gn-tpl[data-gn="06"] .a1-side-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 0 #e9d5ff, 0 16px 32px -12px rgba(167, 139, 250, 0.28);
}
.gn-tpl[data-gn="06"] .a1-side-hd {
  padding: 12px 16px;
  background: linear-gradient(90deg, #f5f3ff, #faf5ff);
  border-bottom: 1px solid #ede9fe;
  color: #5b21b6;
  font-size: 15px;
  font-weight: 700;
}
.gn-tpl[data-gn="06"] .a1-side-list {
  list-style: none;
  margin: 0;
  padding: 12px 14px;
}
.gn-tpl[data-gn="06"] .a1-side-list li {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px dashed #e9d5ff;
}
.gn-tpl[data-gn="06"] .a1-side-list .g83-hot-idx {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #818cf8, #c084fc);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}
.gn-tpl[data-gn="06"] .a1-side-list a {
  flex: 1;
  min-width: 0;
  color: #312e81;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gn-tpl[data-gn="06"] .a1-side-list a:hover {
  color: #4f46e5;
}
.gn-tpl[data-gn="06"] .a1-tags-sidebar {
  padding: 12px 14px 16px;
}
.gn-tpl[data-gn="06"] .a1-tags-sidebar:empty {
  display: none;
}
.gn-tpl[data-gn="06"] .a1-tags--cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gn-tpl[data-gn="06"] .a1-tags--cloud .tag-cloud {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 5px 12px;
  background: linear-gradient(135deg, #eef2ff, #ede9fe);
  color: #4f46e5;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #c7d2fe;
  transition: transform 0.15s, box-shadow 0.15s;
}
.gn-tpl[data-gn="06"] .a1-tags--cloud .tag-cloud:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}
.gn-tpl[data-gn="06"] .a1-tags--cloud .tc-cnt {
  font-size: 10px;
  opacity: 0.85;
  font-weight: 700;
}
.gn-tpl[data-gn="06"] .a1-side-card--tags .a1-side-hd {
  margin-bottom: 0;
}
