/* 全局规范设计变量，保持全站视觉体验一致 */
/* 页面整体背景 */
.plugin-page[data-v-31cd9590] {
  background-color: #f4f7fc;
  min-height: 75vh;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* 面包屑导航 */
.breadcrumbs-bar[data-v-31cd9590] {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 24px;
}
.breadcrumb-group[data-v-31cd9590] {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.breadcrumb-item[data-v-31cd9590] {
  color: #79829c;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb-item[data-v-31cd9590]:hover {
  color: #342e73;
}
.breadcrumb-item.active[data-v-31cd9590] {
  color: #1e293b;
  font-weight: 500;
  cursor: default;
}
.breadcrumb-separator[data-v-31cd9590] {
  color: #94a3b8;
}
/* 页面通栏 Header */
.hero-section[data-v-31cd9590] {
  position: relative;
  padding: 48px 24px 60px;
  text-align: center;
  /* 顶部品牌色光晕 + 底部渐隐融入页面背景，彻底消除割裂感 */
  background: radial-gradient(ellipse 65% 80% at 50% -5%, rgba(88, 80, 162, 0.08) 0%, transparent 60%), linear-gradient(to bottom, #ffffff 0%, #f4f7fc 100%);
  overflow: hidden;
}
.hero-section .hero-content[data-v-31cd9590] {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero-section .hero-content h1[data-v-31cd9590] {
  font-size: 44px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.hero-section .hero-content .hero-subtitle[data-v-31cd9590] {
  font-size: 17px;
  color: #79829c;
  margin: 0 auto;
  line-height: 1.75;
}
.hero-eyebrow[data-v-31cd9590] {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 100px;
  background: rgba(52, 46, 115, 0.08);
  color: #342e73;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 32px;
}
/* 主内容容器 */
.page-container[data-v-31cd9590] {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 24px;
}
/* 主内容 */
.main-content[data-v-31cd9590] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* 插件卡片网格 */
.plugin-grid[data-v-31cd9590] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
/* 通用卡片样式 */
.plugin-card[data-v-31cd9590] {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.plugin-card[data-v-31cd9590]:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  transform: translateY(-4px);
  border-color: rgba(52, 46, 115, 0.15);
  /* 品牌色浅淡投影 */
}
.card-top[data-v-31cd9590] {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.card-icon[data-v-31cd9590] {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.card-icon.chrome[data-v-31cd9590] {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.card-icon.edge[data-v-31cd9590] {
  background: #f0f9ff;
  border: 1px solid #e0f2fe;
}
.card-content[data-v-31cd9590] {
  flex-grow: 1;
  min-width: 0;
}
.card-title[data-v-31cd9590] {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 6px;
}
.card-desc[data-v-31cd9590] {
  font-size: 13px;
  color: #79829c;
  line-height: 1.5;
}
.card-actions[data-v-31cd9590] {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
/* 按钮通用规范 */
.btn-primary[data-v-31cd9590] {
  background: #342e73;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(52, 46, 115, 0.2);
}
.btn-primary[data-v-31cd9590]:hover {
  background: #5850a2;
  box-shadow: 0 4px 8px rgba(52, 46, 115, 0.3);
  color: #fff;
}
.btn-outline[data-v-31cd9590] {
  background: transparent;
  color: #1e293b;
  border: 1px solid #cbd5e1;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline[data-v-31cd9590]:hover {
  border-color: #342e73;
  color: #342e73;
  background: #f3f2ff;
}
.link-secondary[data-v-31cd9590] {
  font-size: 14px;
  color: #79829c;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
}
.link-secondary .play-icon[data-v-31cd9590] {
  font-size: 12px;
  color: #342e73;
  opacity: 0.8;
}
.link-secondary[data-v-31cd9590]:hover {
  color: #342e73;
}
.link-secondary:hover .play-icon[data-v-31cd9590] {
  opacity: 1;
}
/* 本地安装卡片 */
.local-install-card[data-v-31cd9590] {
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  padding: 24px 32px;
  margin-top: 8px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.local-install-card[data-v-31cd9590]:hover {
  border-color: #5850a2;
  background: rgba(243, 242, 255, 0.3);
}
.local-install-header[data-v-31cd9590] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.local-install-header .header-left[data-v-31cd9590] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.local-install-header .header-left .icon-wrapper[data-v-31cd9590] {
  color: #79829c;
  display: flex;
  align-items: center;
}
.local-install-header .header-left h3[data-v-31cd9590] {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}
.badge-dev[data-v-31cd9590] {
  font-size: 12px;
  background: var(--wt-color-warning-soft, #fdf6e8);
  color: var(--wt-color-warning, #d9a441);
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.local-install-body p[data-v-31cd9590] {
  font-size: 14px;
  color: #79829c;
  margin: 0 0 20px 0;
  line-height: 1.6;
  padding-left: 32px;
  /* 与标题对齐 */
}
.local-install-actions[data-v-31cd9590] {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 32px;
}
/* 核心功能区 - 图文交错展示 */
.features-section[data-v-31cd9590] {
  margin-top: 48px;
  padding-bottom: 80px;
}
.features-section h2[data-v-31cd9590] {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  padding-left: 8px;
  border-left: 4px solid #342e73;
  line-height: 1;
  margin: 0 0 60px 0;
}
.feature-container[data-v-31cd9590] {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.feature-row[data-v-31cd9590] {
  display: flex;
  align-items: center;
  gap: 80px;
}
.feature-row.reverse[data-v-31cd9590] {
  flex-direction: row-reverse;
}
.feature-text[data-v-31cd9590] {
  flex: 1;
  padding: 20px 0;
}
.feature-number[data-v-31cd9590] {
  font-size: 72px;
  font-weight: 700;
  color: rgba(52, 46, 115, 0.04);
  line-height: 1;
  margin-bottom: 24px;
  font-family: "Arial Black", -apple-system, sans-serif;
  letter-spacing: -2px;
}
.feature-title[data-v-31cd9590] {
  font-size: 32px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.feature-desc[data-v-31cd9590] {
  font-size: 17px;
  color: #79829c;
  line-height: 1.8;
  margin: 0;
}
.feature-visual[data-v-31cd9590] {
  flex: 1.2;
  width: 100%;
}
.visual-wrapper[data-v-31cd9590] {
  background: #fff;
  border-radius: 24px;
  padding: 12px;
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}
.visual-wrapper[data-v-31cd9590]:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px -16px rgba(0, 0, 0, 0.12);
}
.feature-gif[data-v-31cd9590] {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
/* 提示区 */
.info-alert[data-v-31cd9590] {
  background: #f3f2ff;
  border: 1px solid rgba(52, 46, 115, 0.1);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.info-alert .alert-icon[data-v-31cd9590] {
  font-size: 18px;
  line-height: 1.2;
}
.info-alert .alert-content[data-v-31cd9590] {
  font-size: 14px;
  color: #241f4f;
  line-height: 1.5;
}
.info-alert .alert-content strong[data-v-31cd9590] {
  font-weight: 600;
}
/* 响应式适配 */
@media (max-width: 768px) {
.page-container[data-v-31cd9590] {
    padding: 0 16px;
    margin: 24px auto;
}
.hero-section[data-v-31cd9590] {
    padding: 32px 20px 44px;
}
.hero-section .hero-eyebrow[data-v-31cd9590] {
    font-size: 14px;
    padding: 6px 16px;
    margin-bottom: 24px;
}
.hero-section .hero-content h1[data-v-31cd9590] {
    font-size: 30px;
}
.hero-section .hero-subtitle[data-v-31cd9590] {
    font-size: 15px;
}
.hero-section .hero-br[data-v-31cd9590] {
    display: none;
}
.plugin-grid[data-v-31cd9590] {
    grid-template-columns: 1fr;
    gap: 16px;
}
.feature-container[data-v-31cd9590] {
    gap: 80px;
}
.feature-row[data-v-31cd9590],
  .feature-row.reverse[data-v-31cd9590] {
    flex-direction: column;
    gap: 28px;
}
.feature-text[data-v-31cd9590] {
    padding: 0;
}
.feature-number[data-v-31cd9590] {
    font-size: 72px;
    margin-bottom: 16px;
}
.feature-title[data-v-31cd9590] {
    font-size: 22px;
    margin-bottom: 14px;
}
.feature-desc[data-v-31cd9590] {
    font-size: 15px;
}
.visual-wrapper[data-v-31cd9590] {
    padding: 8px;
    border-radius: 20px;
}
.feature-gif[data-v-31cd9590] {
    border-radius: 12px;
}
.local-install-header[data-v-31cd9590] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.local-install-body p[data-v-31cd9590] {
    padding-left: 0;
}
.local-install-actions[data-v-31cd9590] {
    padding-left: 0;
    flex-wrap: wrap;
    gap: 16px;
}
}

