.blog-card[data-v-042cfd29] {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.blog-card[data-v-042cfd29]:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.cover-img[data-v-042cfd29] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.card-cover[data-v-042cfd29] {
  width: 100%;
  height: 300px;
  background-color: rgba(0, 10, 30, 0.5);
}
.card-cover.tech[data-v-042cfd29] {
  background: linear-gradient(135deg, #0066ff22, #00b4ff11);
}
.card-cover.case[data-v-042cfd29] {
  background: linear-gradient(135deg, #00ffb715, #0066ff10);
}
.card-cover.deep[data-v-042cfd29] {
  background: linear-gradient(135deg, #6c3bff18, #0066ff12);
}
.card-cover.oss[data-v-042cfd29] {
  background: linear-gradient(135deg, #ff660015, #ffcc0010);
}
.card-tag[data-v-042cfd29] {
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.card-tag.tag-tech[data-v-042cfd29] {
  background: rgba(0, 102, 255, 0.25);
  color: #6ab0ff;
}
.card-tag.tag-case[data-v-042cfd29] {
  background: rgba(0, 255, 183, 0.18);
  color: #5dffc5;
}
.card-tag.tag-deep[data-v-042cfd29] {
  background: rgba(108, 59, 255, 0.22);
  color: #b49aff;
}
.card-tag.tag-oss[data-v-042cfd29] {
  background: rgba(255, 170, 0, 0.2);
  color: #ffd076;
}
.card-body[data-v-042cfd29] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-date[data-v-042cfd29] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
.card-title[data-v-042cfd29] {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-excerpt[data-v-042cfd29] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.card-footer[data-v-042cfd29] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.card-readmore[data-v-042cfd29] {
  font-size: 12px;
  color: #197dff;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s ease;
}
.card-readmore svg[data-v-042cfd29] {
  width: 14px;
  height: 14px;
}
.blog-card:hover .card-readmore[data-v-042cfd29] {
  color: #4d9fff;
}
@media (max-width: 480px) {
.card-body[data-v-042cfd29] {
    padding: 16px;
}
.card-title[data-v-042cfd29] {
    font-size: 15px;
}
.card-excerpt[data-v-042cfd29] {
    font-size: 13px;
    -webkit-line-clamp: 2;
}
}
.sidebar[data-v-3d7b53e4] {
  width: 220px;
  flex-shrink: 0;
  position: sticky;
  top: 96px;
  align-self: flex-start;
  height: fit-content;
}
.sidebar-title[data-v-3d7b53e4] {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  padding-left: 16px;
}
.sidebar-nav[data-v-3d7b53e4] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar-item[data-v-3d7b53e4] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s ease;
  border: 1px solid transparent;
}
.sidebar-item[data-v-3d7b53e4]:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}
.sidebar-item.active[data-v-3d7b53e4] {
  color: #ffffff;
  background: rgba(0, 102, 255, 0.12);
  border-color: rgba(0, 102, 255, 0.25);
}
.sidebar-item .icon[data-v-3d7b53e4] {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  flex-shrink: 0;
}
.sidebar-item.active .icon[data-v-3d7b53e4] {
  opacity: 1;
}
.sidebar-item .count[data-v-3d7b53e4] {
  margin-left: auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 8px;
  border-radius: 10px;
}
.page-wrapper[data-v-daa088eb] {
  padding-top: 64px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.content-area[data-v-daa088eb] {
  display: flex;
  flex: 1;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 32px 24px;
  gap: 32px;
}
.main-content[data-v-daa088eb] {
  flex: 1;
  min-width: 0;
}
.main-header[data-v-daa088eb] {
  margin-bottom: 32px;
}
.main-header h1[data-v-daa088eb] {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.main-header p[data-v-daa088eb] {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
}
.featured-card[data-v-daa088eb] {
  position: relative;
  display: flex;
  gap: 32px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 102, 255, 0.25);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 32px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.featured-card[data-v-daa088eb]:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(0, 102, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(0, 102, 255, 0.15);
}
.featured-badge[data-v-daa088eb] {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  background: linear-gradient(135deg, #0066ff, #0099ff);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 102, 255, 0.4);
  letter-spacing: 0.5px;
}
.featured-cover[data-v-daa088eb] {
  width: 380px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #0066ff22, #6c3bff18);
  overflow: hidden;
}
.featured-cover-img[data-v-daa088eb] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.featured-body[data-v-daa088eb] {
  flex: 1;
  padding: 32px 32px 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.featured-meta[data-v-daa088eb] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.featured-date[data-v-daa088eb] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.card-tag[data-v-daa088eb] {
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.card-tag.tag-tech[data-v-daa088eb] {
  background: rgba(0, 102, 255, 0.25);
  color: #6ab0ff;
}
.card-tag.tag-case[data-v-daa088eb] {
  background: rgba(0, 255, 183, 0.18);
  color: #5dffc5;
}
.card-tag.tag-deep[data-v-daa088eb] {
  background: rgba(108, 59, 255, 0.22);
  color: #b49aff;
}
.card-tag.tag-oss[data-v-daa088eb] {
  background: rgba(255, 170, 0, 0.2);
  color: #ffd076;
}
.featured-title[data-v-daa088eb] {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-excerpt[data-v-daa088eb] {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.featured-footer[data-v-daa088eb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.featured-author[data-v-daa088eb] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.author-avatar[data-v-daa088eb] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0066ff, #00b4ff);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-name[data-v-daa088eb] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.featured-readtime[data-v-daa088eb] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.card-readmore[data-v-daa088eb] {
  font-size: 12px;
  color: #197dff;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s ease;
}
.card-readmore svg[data-v-daa088eb] {
  width: 14px;
  height: 14px;
}
.featured-card:hover .card-readmore[data-v-daa088eb] {
  color: #4d9fff;
}
.cards-grid[data-v-daa088eb] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.empty-state[data-v-daa088eb] {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 0;
  color: rgba(255, 255, 255, 0.5);
}
.loading-grid[data-v-daa088eb] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  padding: 24px 0;
}
.skeleton-card[data-v-daa088eb] {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.skeleton-cover[data-v-daa088eb] {
  height: 200px;
  background: rgba(255, 255, 255, 0.04);
}
.skeleton-card-body[data-v-daa088eb] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.skeleton-tag[data-v-daa088eb] {
  width: 64px;
  height: 24px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
}
.skeleton-card-title[data-v-daa088eb] {
  width: 90%;
  height: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.skeleton-card-excerpt[data-v-daa088eb] {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
}
.load-error[data-v-daa088eb] {
  text-align: center;
  padding: 48px 0;
  color: rgba(255, 255, 255, 0.6);
}
.retry-btn[data-v-daa088eb] {
  margin-top: 16px;
  padding: 8px 24px;
  background: rgba(0, 102, 255, 0.2);
  border: 1px solid rgba(0, 102, 255, 0.3);
  border-radius: 8px;
  color: #6ab0ff;
  cursor: pointer;
}
.retry-btn[data-v-daa088eb]:hover {
  background: rgba(0, 102, 255, 0.3);
}
.tab-category-nav[data-v-daa088eb] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}
.tab-category-inner[data-v-daa088eb] {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 12px 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.tab-category-inner[data-v-daa088eb]::-webkit-scrollbar {
  display: none;
}
.tab-category-item[data-v-daa088eb] {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.15s ease;
  flex-shrink: 0;
  border: 1px solid transparent;
}
.tab-category-item[data-v-daa088eb]:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}
.tab-category-item.active[data-v-daa088eb] {
  color: #ffffff;
  background: rgba(0, 102, 255, 0.12);
  border-color: rgba(0, 102, 255, 0.25);
}
.tab-category-item .category-icon[data-v-daa088eb] {
  font-size: 15px;
  opacity: 0.7;
}
.tab-category-item.active .category-icon[data-v-daa088eb] {
  opacity: 1;
}
.tab-category-item .category-count[data-v-daa088eb] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
  padding: 1px 7px;
  border-radius: 10px;
}
.mobile-category-nav[data-v-daa088eb] {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 16px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-category-nav[data-v-daa088eb]::-webkit-scrollbar {
  display: none;
}
.mobile-category-item[data-v-daa088eb] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.mobile-category-item[data-v-daa088eb]:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
.mobile-category-item.active[data-v-daa088eb] {
  color: #ffffff;
  background: rgba(0, 102, 255, 0.12);
  border-color: rgba(0, 102, 255, 0.25);
}
.category-icon[data-v-daa088eb] {
  font-size: 16px;
  opacity: 0.6;
}
.mobile-category-item.active .category-icon[data-v-daa088eb] {
  opacity: 1;
}
.category-name[data-v-daa088eb] {
  font-size: 14px;
}
.category-count[data-v-daa088eb] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 8px;
  border-radius: 10px;
}
@media (min-width: 769px) and (max-width: 968px) {
.content-area[data-v-daa088eb] {
    flex-direction: column;
    padding: 24px 20px;
    gap: 0;
}
.featured-card[data-v-daa088eb] {
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
}
.featured-cover[data-v-daa088eb] {
    width: 100%;
    height: 220px;
}
.featured-body[data-v-daa088eb] {
    padding: 20px;
}
.featured-title[data-v-daa088eb] {
    font-size: 18px;
}
.cards-grid[data-v-daa088eb] {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.main-header[data-v-daa088eb] {
    margin-bottom: 24px;
}
.main-header h1[data-v-daa088eb] {
    font-size: 24px;
}
}
@media (max-width: 768px) {
.content-area[data-v-daa088eb] {
    flex-direction: column;
    padding: 16px 16px;
    gap: 0;
}
.featured-card[data-v-daa088eb] {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
}
.featured-cover[data-v-daa088eb] {
    width: 100%;
    height: 180px;
}
.featured-body[data-v-daa088eb] {
    padding: 16px;
}
.featured-title[data-v-daa088eb] {
    font-size: 16px;
}
.featured-excerpt[data-v-daa088eb] {
    -webkit-line-clamp: 2;
    font-size: 13px;
}
.cards-grid[data-v-daa088eb] {
    grid-template-columns: 1fr;
    gap: 16px;
}
.main-header[data-v-daa088eb] {
    margin-bottom: 20px;
}
.main-header h1[data-v-daa088eb] {
    font-size: 22px;
}
}
@media (max-width: 480px) {
.content-area[data-v-daa088eb] {
    padding: 12px 12px;
}
.main-header h1[data-v-daa088eb] {
    font-size: 20px;
}
.main-header p[data-v-daa088eb] {
    font-size: 14px;
}
}
.detail-page[data-v-f1a2dc85] {
  padding-top: 64px;
  min-height: 100vh;
}
.loading-state[data-v-f1a2dc85] {
  max-width: 900px;
  margin: 120px auto 0;
  padding: 0 24px;
}
.skeleton-title[data-v-f1a2dc85] {
  width: 70%;
  height: 32px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  margin-bottom: 24px;
}
.skeleton-body[data-v-f1a2dc85] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.skeleton-line[data-v-f1a2dc85] {
  width: 100%;
  height: 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
}
.skeleton-line.short[data-v-f1a2dc85] {
  width: 60%;
}
.skeleton-line.medium[data-v-f1a2dc85] {
  width: 80%;
}
.error-state[data-v-f1a2dc85] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  gap: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.cover-banner[data-v-f1a2dc85] {
  width: 100%;
  padding: 80px 0 72px;
  background: linear-gradient(160deg, rgba(0, 102, 255, 0.12), rgba(0, 255, 183, 0.05));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.cover-banner.tech[data-v-f1a2dc85] {
  background: linear-gradient(160deg, rgba(0, 102, 255, 0.14), rgba(0, 180, 255, 0.06));
}
.cover-banner.case[data-v-f1a2dc85] {
  background: linear-gradient(160deg, rgba(0, 255, 183, 0.1), rgba(0, 102, 255, 0.06));
}
.cover-banner.deep[data-v-f1a2dc85] {
  background: linear-gradient(160deg, rgba(108, 59, 255, 0.14), rgba(0, 102, 255, 0.06));
}
.cover-banner.oss[data-v-f1a2dc85] {
  background: linear-gradient(160deg, rgba(255, 102, 0, 0.1), rgba(255, 204, 0, 0.06));
}
.cover-inner[data-v-f1a2dc85] {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.back-link[data-v-f1a2dc85] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: 24px;
  transition: color 0.15s ease;
}
.back-link svg[data-v-f1a2dc85] {
  width: 16px;
  height: 16px;
}
.back-link[data-v-f1a2dc85]:hover {
  color: #ffffff;
}
.cover-meta[data-v-f1a2dc85] {
  margin-bottom: 16px;
}
.cover-tag[data-v-f1a2dc85] {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.cover-tag.tag-tech[data-v-f1a2dc85] {
  background: rgba(0, 102, 255, 0.25);
  color: #6ab0ff;
}
.cover-tag.tag-case[data-v-f1a2dc85] {
  background: rgba(0, 255, 183, 0.18);
  color: #5dffc5;
}
.cover-tag.tag-deep[data-v-f1a2dc85] {
  background: rgba(108, 59, 255, 0.22);
  color: #b49aff;
}
.cover-tag.tag-oss[data-v-f1a2dc85] {
  background: rgba(255, 170, 0, 0.2);
  color: #ffd076;
}
.cover-title[data-v-f1a2dc85] {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 20px;
}
.cover-info[data-v-f1a2dc85] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.author-avatar[data-v-f1a2dc85] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 102, 255, 0.3);
  color: #6ab0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}
.author-name[data-v-f1a2dc85] {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.divider[data-v-f1a2dc85] {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
.article-date[data-v-f1a2dc85],
.read-time[data-v-f1a2dc85] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.article-layout[data-v-f1a2dc85] {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  gap: 40px;
  align-items: flex-start;
}
.article-body[data-v-f1a2dc85] {
  flex: 1;
  min-width: 0;
}
.article-lead[data-v-f1a2dc85] {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  border-left: 3px solid rgba(0, 102, 255, 0.6);
  padding-left: 20px;
  margin-bottom: 36px;
  font-style: italic;
}
.article-content[data-v-f1a2dc85] {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}
.article-content[data-v-f1a2dc85] h2 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.article-content[data-v-f1a2dc85] h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 28px 0 12px;
}
.article-content[data-v-f1a2dc85] h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin: 20px 0 10px;
}
.article-content[data-v-f1a2dc85] p {
  margin-bottom: 16px;
}
.article-content[data-v-f1a2dc85] strong {
  color: #ffffff;
  font-weight: 600;
}
.article-content[data-v-f1a2dc85] em {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.article-content[data-v-f1a2dc85] ul,
.article-content[data-v-f1a2dc85] ol {
  margin: 16px 0;
  padding-left: 24px;
}
.article-content[data-v-f1a2dc85] ul li,
.article-content[data-v-f1a2dc85] ol li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
}
.article-content[data-v-f1a2dc85] ul {
  list-style: disc;
}
.article-content[data-v-f1a2dc85] ol {
  list-style: decimal;
}
.article-content[data-v-f1a2dc85] .code-block {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  overflow-x: auto;
  margin: 20px 0;
  font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
  font-size: 13px;
  line-height: 1.6;
}
.article-content[data-v-f1a2dc85] .code-block code {
  color: #a8d8a8;
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
}
.article-content[data-v-f1a2dc85] .inline-code {
  background: rgba(0, 102, 255, 0.15);
  color: #6ab0ff;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
}
.article-content[data-v-f1a2dc85] a {
  color: #4d9fff;
  text-decoration: none;
}
.article-content[data-v-f1a2dc85] a:hover {
  text-decoration: underline;
}
.article-content[data-v-f1a2dc85] table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  overflow-x: auto;
  display: block;
}
.article-content[data-v-f1a2dc85] table th,
.article-content[data-v-f1a2dc85] table td {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
.article-content[data-v-f1a2dc85] table th {
  background: rgba(0, 102, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.article-content[data-v-f1a2dc85] table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}
.article-content[data-v-f1a2dc85] .article-image {
  width: 680px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  cursor: zoom-in;
  transition: opacity 0.15s ease;
}
.article-content[data-v-f1a2dc85] .article-image:hover {
  opacity: 0.88;
}
.article-content[data-v-f1a2dc85] .article-video {
  width: 680px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
  display: block;
}
.related-sidebar[data-v-f1a2dc85] {
  width: 260px;
  flex-shrink: 0;
  position: sticky;
  top: 96px;
  align-self: flex-start;
}
.related-title[data-v-f1a2dc85] {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.related-list[data-v-f1a2dc85] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.related-item[data-v-f1a2dc85] {
  display: flex;
  gap: 12px;
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.15s ease;
}
.related-item[data-v-f1a2dc85]:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}
.related-cover-img[data-v-f1a2dc85] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.related-cover[data-v-f1a2dc85] {
  width: 64px;
  height: 48px;
  border-radius: 6px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.2), rgba(0, 255, 183, 0.1));
}
.related-cover.tech[data-v-f1a2dc85] {
  background: linear-gradient(135deg, #0066ff22, #00b4ff11);
}
.related-cover.case[data-v-f1a2dc85] {
  background: linear-gradient(135deg, #00ffb715, #0066ff10);
}
.related-cover.deep[data-v-f1a2dc85] {
  background: linear-gradient(135deg, #6c3bff18, #0066ff12);
}
.related-cover.oss[data-v-f1a2dc85] {
  background: linear-gradient(135deg, #ff660015, #ffcc0010);
}
.related-info[data-v-f1a2dc85] {
  flex: 1;
  min-width: 0;
}
.related-date[data-v-f1a2dc85] {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}
.related-item-title[data-v-f1a2dc85] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bottom-nav[data-v-f1a2dc85] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 48px;
}
.back-btn[data-v-f1a2dc85] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.back-btn svg[data-v-f1a2dc85] {
  width: 16px;
  height: 16px;
}
.back-btn[data-v-f1a2dc85]:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.not-found[data-v-f1a2dc85] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  gap: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.mobile-related[data-v-f1a2dc85] {
  display: none;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 32px;
}
.mobile-related-list[data-v-f1a2dc85] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-related-item[data-v-f1a2dc85] {
  display: flex;
  gap: 12px;
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.15s ease;
}
.mobile-related-item[data-v-f1a2dc85]:hover {
  background: rgba(255, 255, 255, 0.06);
}
.lightbox-overlay[data-v-f1a2dc85] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  padding: 24px;
}
.lightbox-close[data-v-f1a2dc85] {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}
.lightbox-close svg[data-v-f1a2dc85] {
  width: 18px;
  height: 18px;
}
.lightbox-close[data-v-f1a2dc85]:hover {
  background: rgba(255, 255, 255, 0.22);
}
.lightbox-img[data-v-f1a2dc85] {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 8px;
  object-fit: contain;
  cursor: default;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.6);
}
@media (min-width: 769px) and (max-width: 968px) {
.article-layout[data-v-f1a2dc85] {
    padding: 32px 20px;
    gap: 24px;
}
.related-sidebar[data-v-f1a2dc85] {
    width: 200px;
}
.cover-title[data-v-f1a2dc85] {
    font-size: 26px;
}
}
@media (max-width: 900px) {
.article-layout[data-v-f1a2dc85] {
    flex-direction: column;
    padding: 32px 20px;
    gap: 0;
}
.related-sidebar[data-v-f1a2dc85] {
    display: none;
}
.mobile-related[data-v-f1a2dc85] {
    display: block;
}
.cover-title[data-v-f1a2dc85] {
    font-size: 26px;
}
.bottom-nav[data-v-f1a2dc85] {
    padding: 0 20px 40px;
}
}
@media (max-width: 600px) {
.cover-banner[data-v-f1a2dc85] {
    padding: 32px 0 28px;
}
.cover-inner[data-v-f1a2dc85] {
    padding: 0 16px;
}
.cover-title[data-v-f1a2dc85] {
    font-size: 22px;
}
.article-layout[data-v-f1a2dc85] {
    padding: 24px 16px;
}
.article-lead[data-v-f1a2dc85] {
    font-size: 15px;
    padding-left: 14px;
    margin-bottom: 28px;
}
.article-content[data-v-f1a2dc85] {
    font-size: 14px;
}
.article-content[data-v-f1a2dc85] h2 {
    font-size: 19px;
}
.article-content[data-v-f1a2dc85] h3 {
    font-size: 16px;
}
.article-content[data-v-f1a2dc85] .code-block {
    padding: 14px;
    font-size: 12px;
}
.mobile-related[data-v-f1a2dc85] {
    padding: 0 16px 28px;
}
.bottom-nav[data-v-f1a2dc85] {
    padding: 0 16px 36px;
}
}
