@charset "UTF-8";
/** 章节小标签（HTML 类或 data-label + ::before） */
:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --primary-light: #3b82f6;
  --secondary: #64748b;
  --accent: #f59e0b;
  --success: #10b981;
  --danger: #ef4444;
  --dark: #0f172a;
  --light: #f8fafc;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --gray-900: #0f172a;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -6px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --radius: 0.75rem;
  --radius-lg: 1rem;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --bs-primary: #2563eb;
  --bs-primary-rgb: 37, 99, 235;
  --bs-link-color: #2563eb;
  --bs-link-hover-color: #1d4ed8;
  --bs-body-color: #1e293b;
  --bs-body-bg: #ffffff;
  --bs-border-color: rgba(15, 23, 42, 0.06);
  --st-body-bg: #ffffff;
  --st-surface: rgba(255, 255, 255, 0.78);
  --st-surface-muted: rgba(248, 250, 252, 0.62);
  --st-text-primary: #1e293b;
  --st-text-muted: #64748b;
  --st-border-color: #e2e8f0;
  --st-glass-blur: 14px;
  --st-glass-saturate: 1.4;
  --st-glass-border: rgba(255, 255, 255, 0.52);
  --st-glass-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 8px rgba(15, 23, 42, 0.05);
  --st-glass-shadow: 0 1px 2px rgba(15, 23, 42, 0.05), 0 4px 16px rgba(15, 23, 42, 0.07), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  --st-glass-shadow-md: 0 2px 4px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.09), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  --st-nav-bg: rgba(255, 255, 255, 0.82);
  --st-nav-border: rgba(226, 232, 240, 0.85);
  --st-nav-shadow: 0 1px 2px rgb(15 23 42 / 0.04), 0 4px 14px rgb(15 23 42 / 0.06);
  --st-inner-bg: #f8fafc;
  --st-hero-page-bg: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 58%, #eef2f7 100%);
  --st-breadcrumb-muted-bg: #f8fafc;
  --st-page-band-sky-bg: linear-gradient(180deg, var(--gray-100) 0%, #e8f0fe 40%, var(--gray-50) 100%);
  --st-page-band-theme-bg: linear-gradient(180deg, #f8fafc 0%, #ffffff 88%);
  --st-page-band-strength-bg: linear-gradient(180deg, #f8fbff 0%, #eef6ff 50%, #f8fbff 100%);
  --st-catalog-filter-bg: linear-gradient(135deg, #ffffff 0%, #f8fafc 48%, #f1f5f9 100%);
  --st-hero-home-bg: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  --st-pricing-price-row-bg: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
  --st-pricing-price-label-bg: linear-gradient(180deg, #fef3c7 0%, #fde68a 100%);
  --st-pricing-price-featured-bg: linear-gradient(180deg, rgba(37, 99, 235, 0.14) 0%, rgba(37, 99, 235, 0.08) 100%);
  --st-pricing-price-row-border-top: #fde68a;
  --st-pricing-price-row-border-bottom: #fbbf24;
  --st-pricing-price-label-color: #92400e;
  --st-pricing-price-value-color: #b45309;
  --st-pricing-price-note-color: #78716c;
  --st-pricing-price-featured-value-color: var(--primary-dark);
  --st-fs-display: clamp(1.75rem, 4.2vw, 3rem);
  --st-fs-section-title: clamp(1.375rem, 2.6vw, 1.875rem);
  --st-fs-h3: clamp(1.0625rem, 1.2vw, 1.125rem);
  --st-fs-body: 1rem;
  --st-fs-sm: 0.875rem;
  --st-fs-xs: 0.75rem;
  --st-fs-2xs: 0.6875rem;
  --st-space-1: 0.25rem;
  --st-space-2: 0.5rem;
  --st-space-3: 0.75rem;
  --st-space-4: 1rem;
  --st-space-5: 1.25rem;
  --st-space-6: 1.5rem;
  --st-space-7: 2rem;
  --st-space-8: 2.5rem;
  --st-section-gap: 1.25rem;
  --st-card-pad: 1.5rem;
  --st-page-band-py: clamp(2.75rem, 5.5vw, 5.25rem);
  --st-page-band-py-sm: clamp(2.25rem, 4.5vw, 4rem);
  --st-container-gutter: 1.5rem;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --primary: #60a5fa;
  --primary-dark: #3b82f6;
  --primary-light: #93c5fd;
  --bs-body-bg: #0b1220;
  --bs-body-color: #e2e8f0;
  --bs-border-color: #334155;
  --bs-link-color: #60a5fa;
  --bs-link-hover-color: #93c5fd;
  --gray-50: #0f172a;
  --gray-100: #1e293b;
  --gray-200: #334155;
  --gray-300: #475569;
  --gray-400: #64748b;
  --gray-500: #94a3b8;
  --gray-600: #cbd5e1;
  --gray-700: #e2e8f0;
  --gray-800: #e2e8f0;
  --gray-900: #f1f5f9;
  --st-body-bg: #0b1220;
  --st-surface: rgba(22, 31, 51, 0.78);
  --st-surface-muted: rgba(15, 23, 42, 0.68);
  --st-text-primary: #e2e8f0;
  --st-text-muted: #94a3b8;
  --st-border-color: #334155;
  --st-glass-border: rgba(148, 163, 184, 0.14);
  --st-glass-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.35), 0 2px 8px rgb(0 0 0 / 0.28);
  --st-glass-shadow: 0 1px 2px rgb(0 0 0 / 0.4), 0 4px 16px rgb(0 0 0 / 0.32), 0 1px 0 rgb(255 255 255 / 0.04) inset;
  --st-glass-shadow-md: 0 2px 4px rgb(0 0 0 / 0.45), 0 8px 24px rgb(0 0 0 / 0.38), 0 1px 0 rgb(255 255 255 / 0.05) inset;
  --st-nav-bg: rgba(17, 24, 39, 0.82);
  --st-nav-border: rgba(51, 65, 85, 0.75);
  --st-nav-shadow: 0 1px 2px rgb(0 0 0 / 0.35), 0 4px 14px rgb(0 0 0 / 0.28);
  --st-inner-bg: #0f172a;
  --st-hero-page-bg: linear-gradient(180deg, #0f172a 0%, #111827 58%, #0b1220 100%);
  --st-breadcrumb-muted-bg: #0f172a;
  --st-page-band-sky-bg: linear-gradient(180deg, #0f172a 0%, #1e293b 40%, #0b1220 100%);
  --st-page-band-theme-bg: linear-gradient(180deg, #0f172a 0%, #111827 88%);
  --st-page-band-strength-bg: linear-gradient(180deg, #111827 0%, #0f172a 50%, #111827 100%);
  --st-catalog-filter-bg: linear-gradient(135deg, #111827 0%, #0f172a 48%, #1e293b 100%);
  --st-hero-home-bg: linear-gradient(135deg, #0f172a 0%, #1e293b 48%, #111827 100%);
  --st-pricing-price-row-bg: linear-gradient(180deg, #3d2814 0%, #291504 100%);
  --st-pricing-price-label-bg: linear-gradient(180deg, #5c4018 0%, #3d2814 100%);
  --st-pricing-price-featured-bg: linear-gradient(180deg, #1d4ed8 0%, #1e3a8a 55%, #172554 100%);
  --st-pricing-price-row-border-top: rgba(251, 191, 36, 0.38);
  --st-pricing-price-row-border-bottom: rgba(251, 191, 36, 0.62);
  --st-pricing-price-label-color: #fbbf24;
  --st-pricing-price-value-color: #fbbf24;
  --st-pricing-price-note-color: #94a3b8;
  --st-pricing-price-featured-value-color: #93c5fd;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.35);
  --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.4), 0 1px 2px -1px rgb(0 0 0 / 0.35);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.45), 0 2px 4px -2px rgb(0 0 0 / 0.4);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.5), 0 4px 6px -6px rgb(0 0 0 / 0.45);
  --st-fs-display: clamp(1.75rem, 4.2vw, 3rem);
  --st-fs-section-title: clamp(1.375rem, 2.6vw, 1.875rem);
  --st-fs-h3: clamp(1.0625rem, 1.2vw, 1.125rem);
  --st-fs-body: 1rem;
  --st-fs-sm: 0.875rem;
  --st-fs-xs: 0.75rem;
  --st-fs-2xs: 0.6875rem;
  --st-space-1: 0.25rem;
  --st-space-2: 0.5rem;
  --st-space-3: 0.75rem;
  --st-space-4: 1rem;
  --st-space-5: 1.25rem;
  --st-space-6: 1.5rem;
  --st-space-7: 2rem;
  --st-space-8: 2.5rem;
  --st-section-gap: 1.25rem;
  --st-card-pad: 1.5rem;
  --st-page-band-py: clamp(2.75rem, 5.5vw, 5.25rem);
  --st-page-band-py-sm: clamp(2.25rem, 4.5vw, 4rem);
  --st-container-gutter: 1.5rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans SC", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--st-text-primary, #1e293b);
  line-height: 1.7;
  background-color: var(--st-body-bg, #ffffff);
}

#main-content {
  overflow-x: clip;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.btn.btn-pv-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 14px 0 rgba(37, 99, 235, 0.35);
}
.btn.btn-pv-gradient:hover, .btn.btn-pv-gradient:focus {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px 0 rgba(37, 99, 235, 0.4);
}

.btn-outline-secondary {
  border-width: 2px;
}

.st-inner-cta-box .btn-light {
  font-weight: 600;
  color: var(--primary);
}
.st-inner-cta-box .btn-light:hover {
  color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.st-inner-cta-box .btn-outline-light {
  font-weight: 600;
  border-width: 2px;
}

[data-label]::before, .st-hero__label {
  border-radius: var(--bs-border-radius-pill, 50rem);
}

/* Navigation */
.navbar-pivark {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 0.75rem 0;
  transition: var(--transition);
  background: var(--st-nav-bg);
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  border-bottom: 1px solid var(--st-nav-border, var(--st-border-color));
  box-shadow: var(--st-nav-shadow, var(--shadow-sm));
}
.navbar-pivark.scrolled {
  box-shadow: var(--st-glass-shadow-md, var(--shadow-md));
  padding: 0.5rem 0;
}
.navbar-pivark .navbar-toggler {
  border-color: var(--gray-300);
  padding: 0.35rem 0.55rem;
}
.navbar-pivark .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
}
.navbar-pivark .nav-link {
  color: var(--gray-600);
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: 6px;
  transition: var(--transition);
}
.navbar-pivark .nav-link:hover, .navbar-pivark .nav-link:focus, .navbar-pivark .nav-link.active {
  color: var(--primary);
}
.navbar-pivark .nav-item.active > .nav-link {
  color: var(--primary);
}
.navbar-pivark .nav-item.dropdown.active > .nav-link.dropdown-toggle {
  color: var(--primary);
}
.navbar-pivark .dropdown-menu {
  --bs-dropdown-border-color: var(--st-border-color, var(--gray-200));
  --bs-dropdown-box-shadow: var(--shadow-md);
  --bs-dropdown-border-radius: var(--radius);
  padding: 0.35rem;
}
.navbar-pivark .dropdown-item {
  --bs-dropdown-link-hover-color: var(--primary);
  --bs-dropdown-link-hover-bg: var(--gray-100);
  --bs-dropdown-link-active-color: var(--primary);
  --bs-dropdown-link-active-bg: var(--gray-100);
  border-radius: 6px;
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  .navbar-pivark .navbar-collapse {
    padding-top: 0.75rem;
  }
}

@media (min-width: 992px) {
  .navbar-right {
    flex-shrink: 0;
    flex-wrap: nowrap;
    margin-left: auto;
  }
}
.navbar-right .nav-link-pivark {
  font-size: 0.875rem;
  padding: 0.35rem 0.65rem;
  white-space: nowrap;
}
.navbar-right .btn-pv-gradient {
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .navbar-right {
    width: 100%;
    padding-top: 0.5rem;
    border-top: 1px solid var(--st-border-color, var(--gray-200));
  }
}

.navbar-brand-pivark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--gray-900);
  text-decoration: none;
}
.navbar-brand-pivark .logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
}

.nav-link-pivark {
  color: var(--gray-600);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: var(--transition);
  text-decoration: none;
}
.nav-link-pivark:hover {
  color: var(--primary);
  background: var(--gray-100);
}

.st-hero.st-hero--home {
  min-height: min(72vh, 40rem);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--st-hero-home-bg, linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%));
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem);
}
.st-hero.st-hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image: linear-gradient(rgba(37, 99, 235, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, 0.09) 1px, transparent 1px), repeating-linear-gradient(-14deg, transparent, transparent 72px, rgba(37, 99, 235, 0.05) 72px, rgba(37, 99, 235, 0.05) 73px), repeating-linear-gradient(18deg, transparent, transparent 96px, rgba(124, 58, 237, 0.04) 96px, rgba(124, 58, 237, 0.04) 97px);
  background-size: 56px 56px, 56px 56px, auto, auto;
  mask-image: radial-gradient(ellipse 85% 75% at 42% 38%, black 15%, transparent 72%);
}
.st-hero.st-hero--home::after {
  content: "";
  position: absolute;
  top: 8%;
  right: 12%;
  z-index: 1;
  width: 42%;
  height: 55%;
  pointer-events: none;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 24px;
  transform: rotate(-6deg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 0 80px rgba(37, 99, 235, 0.06);
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.35), transparent) center 22%/84% 1px no-repeat, linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.2), transparent) center 72%/84% 1px no-repeat;
}
.st-hero.st-hero--home > .container {
  width: 100%;
  position: relative;
  z-index: 2;
}
.st-hero.st-hero--home .row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 2rem;
}
.st-hero.st-hero--home .row > [class*=col-] {
  min-width: 0;
}
.st-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.st-hero__visual {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.st-hero__visual-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .st-hero__visual-col {
    justify-content: flex-end;
  }
}
.st-hero__content {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.st-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.st-hero__title {
  font-size: clamp(1.75rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--st-text-primary, var(--gray-900));
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.st-hero__title .highlight {
  display: inline;
  white-space: normal;
  background: linear-gradient(135deg, var(--primary) 0%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.st-hero__lead {
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  color: var(--st-text-muted, var(--gray-500));
  max-width: 36rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}
.st-hero__actions {
  margin-bottom: 0;
}

/* Hero Card · deck 视觉卡（首页架构图 / 试用链接） */
.st-hero__deck {
  background: var(--st-surface, #ffffff);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--st-border-color, var(--gray-100));
}

.st-hero__deck-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  background: #dcfce7;
  color: #166534;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 500;
}
.st-hero__deck-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
}

.arch-card {
  width: 100%;
  max-width: 420px;
}

.arch-card-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--st-text-primary, var(--gray-700));
}
.arch-card-hd .st-hero__deck-badge {
  flex-shrink: 0;
}

.arch-try {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.arch-try__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  background: var(--st-surface-muted, #f8fafc);
  border: 1px solid var(--st-border-color, var(--gray-200));
  border-radius: 10px;
}

.arch-try__edition {
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--st-text-primary, var(--gray-700));
}

.arch-try__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  justify-content: flex-end;
}
.arch-try__links a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}
.arch-try__links a:hover {
  text-decoration: underline;
}

.arch-try__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.arch-try__footer a {
  flex: 1 1 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, #7c3aed 100%);
}
.arch-try__footer a:hover {
  filter: brightness(1.05);
}
.arch-try__footer a:last-child {
  color: var(--st-text-primary, var(--gray-700));
  background: var(--st-surface-muted, #f8fafc);
  border: 1px solid var(--st-border-color, var(--gray-200));
}

@media (prefers-reduced-motion: reduce) {
  .st-hero__canvas {
    display: none;
  }
}
.st-hero__inner {
  position: relative;
  z-index: 1;
}
.st-hero--page .st-hero__label, .st-hero--catalog .st-hero__label {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: var(--bs-border-radius-pill, 50rem);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  background-color: var(--bs-primary-bg-subtle, rgba(37, 99, 235, 0.08));
  color: var(--bs-primary-text-emphasis, var(--primary));
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.85rem;
}
.st-hero--page .st-hero__title, .st-hero--catalog .st-hero__title {
  font-size: clamp(1.75rem, 4.2vw, 3rem);
  font-weight: 800;
  color: var(--st-text-primary, var(--gray-900));
  letter-spacing: -0.02em;
  margin: 0 auto 0.65rem;
  max-width: 48rem;
}
.st-hero--page .st-hero__lead, .st-hero--catalog .st-hero__lead {
  color: var(--st-text-muted, var(--gray-600));
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  line-height: 1.75;
  max-width: 40rem;
  margin: 0 auto;
}
.st-hero--page .st-hero__actions, .st-hero--catalog .st-hero__actions {
  margin-bottom: 1.25rem;
}
.st-hero--page {
  position: relative;
  overflow: hidden;
  padding: clamp(2.25rem, 5vw, 3.25rem) 0 clamp(1.75rem, 3.5vw, 2.5rem);
  border-bottom: 1px solid rgba(37, 99, 235, 0.1);
  background: var(--st-hero-page-bg);
}
.st-hero--page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(37, 99, 235, 0.055) 59px, rgba(37, 99, 235, 0.055) 60px), repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(37, 99, 235, 0.055) 59px, rgba(37, 99, 235, 0.055) 60px);
  mask-image: radial-gradient(ellipse 78% 88% at 50% 42%, #000 22%, transparent 78%);
}
.st-hero--page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 46%, rgba(37, 99, 235, 0.07) 47%, rgba(37, 99, 235, 0.07) 47.4%, transparent 48%), linear-gradient(-32deg, transparent 58%, rgba(59, 130, 246, 0.05) 59%, rgba(59, 130, 246, 0.05) 59.4%, transparent 60%), radial-gradient(ellipse 55% 40% at 88% 12%, rgba(37, 99, 235, 0.08), transparent 70%);
}
.st-hero--page .container {
  position: relative;
  z-index: 1;
}
.st-hero--page:not(.st-hero--align-left) .st-hero__inner {
  text-align: center;
}
.st-hero--page .st-hero__title::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  margin: 0.9rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), #60a5fa);
}
.st-hero--page.st-hero--align-left .st-hero__inner {
  text-align: left;
}
.st-hero--page.st-hero--align-left .st-hero__title,
.st-hero--page.st-hero--align-left .st-hero__lead {
  margin-left: 0;
  margin-right: 0;
}
.st-hero--page.st-hero--align-left .st-hero__title::after {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .st-hero--page {
    padding: 1.75rem 0 1.25rem;
  }
}
.st-hero--catalog {
  padding-bottom: 0;
}

[data-label]::before {
  content: attr(data-label);
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: var(--bs-border-radius-pill, 50rem);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  background-color: var(--bs-primary-bg-subtle, rgba(37, 99, 235, 0.08));
  color: var(--bs-primary-text-emphasis, var(--primary));
}

.st-hero__inner[data-label]::before,
.st-pricing-hero-inner[data-label]::before,
.col-lg-6[data-label]::before {
  display: inline-block;
}

/* 左右交替叙事 · st-split-* BEM */
.st-split-grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 1rem;
}

.st-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.st-split--reverse .st-split__content {
  order: 2;
}
.st-split--reverse .st-split__visual {
  order: 1;
}

.st-split__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
  border-radius: 12px;
  font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  color: var(--primary);
  margin-bottom: 1rem;
}

.st-split__title {
  font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  font-weight: 700;
  color: var(--st-text-primary);
  margin-bottom: 0.75rem;
}

.st-split__desc {
  color: var(--st-text-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.st-split__points li {
  color: var(--st-text-muted);
  font-size: 0.875rem;
}
.st-split__points li i {
  color: var(--primary);
  flex-shrink: 0;
}

.st-split__visual {
  min-height: 260px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--st-surface-muted) 0%, rgba(37, 99, 235, 0.08) 100%);
  border: 1px solid var(--st-border-color);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.st-split__visual--tags {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 0.75rem;
}
.st-split__visual--tags .fsv-tag-hub {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
}
.st-split__visual--tags .fsv-tag {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.75rem;
  color: var(--st-text-primary, var(--gray-700));
  background: var(--st-surface, #ffffff);
  border: 1px solid var(--st-glass-border, var(--st-border-color, #e2e8f0));
  box-shadow: var(--st-glass-shadow, 0 1px 2px rgba(15, 23, 42, 0.05), 0 4px 16px rgba(15, 23, 42, 0.07), 0 1px 0 rgba(255, 255, 255, 0.6) inset);
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}

.st-split__visual--doc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.st-split__visual--doc .fsv-doc-layer {
  width: 100%;
  max-width: 280px;
  text-align: center;
  border-radius: 12px;
  padding: 1.25rem;
  background: var(--st-surface, #ffffff);
  border: 1px solid var(--st-glass-border, var(--st-border-color, #e2e8f0));
  box-shadow: var(--st-glass-shadow, 0 1px 2px rgba(15, 23, 42, 0.05), 0 4px 16px rgba(15, 23, 42, 0.07), 0 1px 0 rgba(255, 255, 255, 0.6) inset);
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}
.st-split__visual--doc .fsv-doc-layer strong {
  display: block;
  color: var(--st-text-primary, var(--gray-900));
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
}
.st-split__visual--doc .fsv-doc-layer small {
  color: var(--st-text-muted, var(--gray-500));
}
.st-split__visual--doc .fsv-doc-arrow {
  color: var(--primary);
  font-size: 1.25rem;
}
.st-split__visual--doc .fsv-doc-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.st-split__visual--doc .fsv-doc-row span {
  padding: 0.4rem 0.75rem;
  background: rgba(37, 99, 235, 0.08);
  color: var(--primary);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
}

.st-split__visual--plugin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  align-content: center;
}
.st-split__visual--plugin .fsv-plugin {
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  font-size: 0.75rem;
  color: var(--st-text-primary, var(--gray-700));
  background: var(--st-surface-muted, #f8fafc);
  border: 1px solid var(--st-glass-border, var(--st-border-color, #e2e8f0));
  box-shadow: var(--st-glass-shadow-sm, 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 8px rgba(15, 23, 42, 0.05));
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}
.st-split__visual--plugin .fsv-plugin i {
  display: block;
  font-size: 1.25rem;
  color: var(--primary);
  margin-bottom: 0.35rem;
}

.st-split-extra {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--st-border-color, var(--gray-100));
}

.st-split-extra__item > i {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--st-surface-muted, var(--gray-50));
  border-radius: 10px;
  color: var(--primary);
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
}
.st-split-extra__item strong {
  display: block;
  color: var(--st-text-primary, var(--gray-900));
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.st-split-extra__item p {
  margin: 0;
  color: var(--st-text-muted, var(--gray-500));
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .st-split,
  .st-split--reverse {
    grid-template-columns: 1fr;
  }
  .st-split--reverse .st-split__content,
  .st-split--reverse .st-split__visual {
    order: unset;
  }
}
.st-section-head {
  margin-bottom: 2.5rem;
}
.st-section-head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
}
.st-section-head:not(.st-section-head--row) {
  text-align: center;
}
.st-section-head[data-label]::before,
.st-section-head > [data-label]::before {
  content: attr(data-label);
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: var(--bs-border-radius-pill, 50rem);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  background-color: var(--bs-primary-bg-subtle, rgba(37, 99, 235, 0.08));
  color: var(--bs-primary-text-emphasis, var(--primary));
}
.st-section-head:not(.st-section-head--row)[data-label]::before {
  display: inline-block;
}

.st-section-title {
  font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  font-weight: 800;
  color: var(--st-text-primary, var(--gray-800));
  margin: 0.25rem 0 0.5rem;
}
.st-section-head:not(.st-section-head--row) .st-section-title::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  margin: 0.75rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), #60a5fa);
}

.st-section-title--sm {
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.st-section-desc {
  color: var(--st-text-muted, #64748b);
  font-size: 1rem;
  max-width: 40rem;
  margin: 0 auto;
  line-height: 1.7;
  color: var(--st-text-muted, var(--gray-600));
}
.st-section-head--row .st-section-desc {
  margin: 0;
}

.st-feature-grid .st-section-head {
  margin-bottom: 2.5rem;
}

.st-feature-grid__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .st-feature-grid__items {
    gap: 1rem;
  }
}
@media (max-width: 991.98px) {
  .st-feature-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767.98px) {
  .st-feature-grid__items {
    grid-template-columns: 1fr !important;
  }
}
.st-feature-grid__items--8col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
  .st-feature-grid__items--8col {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767.98px) {
  .st-feature-grid__items--8col {
    grid-template-columns: 1fr !important;
  }
}
.st-feature-grid__items--3col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .st-feature-grid__items--3col {
    gap: 1rem;
  }
}
@media (max-width: 991.98px) {
  .st-feature-grid__items--3col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .st-feature-grid__items--3col {
    grid-template-columns: 1fr;
  }
}

.st-feature-card {
  padding: 1.5rem 1.25rem 1.5rem;
  text-align: center;
  border-radius: 0.75rem;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.st-feature-card:hover {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: var(--st-glass-shadow-md, 0 2px 4px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.09), 0 1px 0 rgba(255, 255, 255, 0.55) inset);
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  .st-feature-card {
    padding: 1.25rem;
  }
}
.st-feature-card > i.bi {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #3b82f6, #2563eb);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28);
  margin: 0 auto 1.25rem;
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
}
.st-feature-card h3 {
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  font-weight: 700;
  color: var(--st-text-primary, var(--gray-800));
  margin: 0 0 0.75rem;
}
.st-feature-card p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #64748b;
  margin: 0;
}

.st-feature-card__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #3b82f6, #2563eb);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28);
  margin: 0 auto 1.25rem;
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
}

.st-feature-grid__more {
  margin: 2rem 0 0;
}

.st-more-link {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.22s ease;
}
.st-more-link:hover {
  color: #1d4ed8;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}
.pricing-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .pricing-grid-3 {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}
.pricing-disclaimer {
  font-size: 0.875rem;
  border-radius: var(--radius-lg);
}
.pricing-price-consult {
  font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  font-weight: 700;
  color: var(--primary);
  margin: 1rem 0 0.5rem;
}
.pricing-card {
  position: relative;
  border-width: 2px;
  border-color: var(--st-border-color, var(--gray-100));
  background: var(--st-surface, #ffffff);
  transition: var(--transition);
}
.pricing-card.featured {
  border-color: var(--primary);
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
}
.pricing-card:not(.featured):hover {
  border-color: var(--gray-300);
}
.pricing-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pricing-name {
  font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  margin-bottom: 0.5rem;
}
.pricing-desc {
  margin-bottom: 1.5rem;
}
.pricing-price {
  font-size: clamp(1.75rem, 4.2vw, 3rem);
  font-weight: 800;
  color: var(--st-text-primary, var(--gray-900));
  line-height: 1;
}
.pricing-price .currency {
  font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  vertical-align: super;
}
.pricing-price .period {
  font-size: 1rem;
  font-weight: 400;
  color: var(--st-text-muted, var(--gray-400));
}
.pricing-features {
  margin: 1.5rem 0 2rem;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  color: var(--st-text-secondary, var(--gray-600));
  font-size: 0.875rem;
}
.pricing-features li i {
  color: var(--success);
  font-size: 1rem;
}

/* Pricing page hero */
.st-hero--pricing {
  position: relative;
  padding: 4.5rem 0 3.75rem;
  overflow: hidden;
  border-bottom: 1px solid var(--st-border-color, #e2e8f0);
  background: var(--st-hero-page-bg);
}
.st-hero--pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 55% at 50% -15%, rgba(37, 99, 235, 0.14), transparent 60%), radial-gradient(circle at 100% 80%, rgba(37, 99, 235, 0.07), transparent 45%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .st-hero--pricing {
    padding: 3rem 0 2.75rem;
  }
}

.st-hero--pricing .st-hero__inner,
.st-pricing-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
}

.st-hero--pricing .st-hero__inner[data-label]::before,
.st-pricing-hero-inner[data-label]::before {
  margin-bottom: 1.35rem;
  padding: 0.4rem 0.9rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  box-shadow: 0 1px 2px rgba(37, 99, 235, 0.08);
}

.st-hero--pricing .st-hero__title,
.st-pricing-hero-title {
  font-size: clamp(1.75rem, 4.2vw, 3rem);
  margin-bottom: 1.35rem;
  line-height: 1.28;
}

.st-hero--pricing .st-hero__lead,
.st-pricing-hero-lead {
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  color: var(--st-text-muted, var(--gray-600));
  line-height: 1.85;
  margin: 0 auto 2.25rem;
  max-width: 680px;
}

@media (max-width: 767.98px) {
  .st-hero--pricing .st-hero__title,
  .st-pricing-hero-title {
    margin-bottom: 1rem;
  }
  .st-hero--pricing .st-hero__lead,
  .st-pricing-hero-lead {
    margin-bottom: 1.75rem;
    font-size: 1rem;
  }
}
.st-pricing-hero-tiers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 760px;
}
@media (max-width: 767.98px) {
  .st-pricing-hero-tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-bottom: 1.5rem;
  }
}
.st-pricing-hero-tier-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--st-surface, #ffffff);
  border: 1px solid var(--st-border-color, var(--gray-200));
  border-radius: var(--radius);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  transition: var(--transition);
}
.st-pricing-hero-tier-card:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
  transform: translateY(-3px);
}
.st-pricing-hero-tier-card.featured {
  border-color: rgba(37, 99, 235, 0.45);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.1) 0%, var(--st-surface, #ffffff) 100%);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.12);
}
@media (max-width: 767.98px) {
  .st-pricing-hero-tier-card {
    padding: 0.85rem 0.75rem;
  }
}
.st-pricing-hero-tier-name {
  font-weight: 700;
  color: var(--st-text-primary, var(--gray-900));
  font-size: 0.875rem;
  line-height: 1.3;
}
.st-pricing-hero-tier-desc {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: var(--st-text-muted, var(--gray-500));
  line-height: 1.4;
}
.st-pricing-hero-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
  color: var(--st-text-muted, var(--gray-500));
  background: var(--st-surface-muted, #f8fafc);
  border: 1px solid var(--st-border-color, var(--gray-200));
  border-radius: 999px;
}
.st-pricing-hero-note .bi {
  color: var(--primary);
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .st-pricing-hero-note {
    font-size: 0.75rem;
    padding: 0.5rem 0.85rem;
  }
}
.st-pricing-compare-section .container {
  position: relative;
}
@media (max-width: 991.98px) {
  .st-pricing-compare-section .container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.st-pricing-buy {
  --st-pricing-nav-offset: 4.5rem;
}
.st-pricing-compare-wrap {
  overflow: visible;
  border: 1px solid var(--st-border-color, var(--gray-200));
  border-radius: var(--radius-lg);
  background: var(--st-surface, #ffffff);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}
.st-pricing-compare-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  margin: 0;
  border: 1px solid var(--st-border-color, var(--gray-200));
}
.st-pricing-compare-table th,
.st-pricing-compare-table td {
  padding: 0.85rem 1rem;
  border: 1px solid var(--st-border-color, var(--gray-200));
  vertical-align: middle;
  text-align: center;
  font-size: 0.875rem;
}
.st-pricing-compare-table thead .st-pricing-compare-head-edition th {
  position: sticky;
  top: var(--st-pricing-nav-offset, 4.5rem);
  z-index: 14;
  background: var(--st-surface, #ffffff);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}
.st-pricing-compare-table thead .st-pricing-compare-head-edition .st-pricing-compare-feature-col {
  z-index: 15;
  background: var(--st-surface-muted, var(--gray-50));
}
.st-pricing-compare-table thead .st-pricing-edition-featured,
.st-pricing-compare-table thead .st-pricing-compare-head-edition .st-pricing-edition-featured {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.1) 0%, var(--st-surface, #ffffff) 100%);
}
.st-pricing-compare-table tbody tr.st-pricing-compare-section-row:hover th {
  background: linear-gradient(90deg, var(--st-surface-muted, #f8fafc) 0%, var(--st-surface, #ffffff) 100%);
}
.st-pricing-compare-table tbody tr.st-pricing-compare-row-stripe th.st-pricing-addon-vertical,
.st-pricing-compare-table tbody tr.st-pricing-compare-row-stripe th.st-pricing-addon-name,
.st-pricing-compare-table tbody tr.st-pricing-compare-row-stripe td,
.st-pricing-compare-table tbody tr.st-pricing-compare-row-stripe th.st-pricing-row-label,
.st-pricing-compare-table tbody tr.st-pricing-compare-row-stripe th.st-pricing-row-label-full {
  background-color: var(--st-surface-muted, #f8fafc);
}
.st-pricing-compare-table tbody tr.st-pricing-compare-row:hover th.st-pricing-addon-vertical,
.st-pricing-compare-table tbody tr.st-pricing-compare-row:hover th.st-pricing-addon-name,
.st-pricing-compare-table tbody tr.st-pricing-compare-row:hover td,
.st-pricing-compare-table tbody tr.st-pricing-compare-row:hover th.st-pricing-row-label,
.st-pricing-compare-table tbody tr.st-pricing-compare-row:hover th.st-pricing-row-label-full {
  background-color: rgba(37, 99, 235, 0.08);
}
.st-pricing-compare-feature-col {
  width: 18%;
  min-width: 160px;
  text-align: left !important;
  background: var(--st-surface-muted, var(--gray-50));
  position: sticky;
  left: 0;
  z-index: 2;
}
.st-pricing-compare-edition-col {
  width: 20%;
  vertical-align: top;
  background: var(--st-surface, #ffffff);
  scroll-margin-top: calc(var(--st-pricing-nav-offset, 4.5rem) + 0.5rem);
}
.st-pricing-edition-featured:not(.st-pricing-compare-price-col) {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.1) 0%, var(--st-surface, #ffffff) 100%);
  box-shadow: inset 0 3px 0 var(--primary);
}
.st-pricing-edition-name {
  display: block;
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  margin-bottom: 0.25rem;
}
.st-pricing-edition-tagline {
  display: block;
  font-size: 0.75rem;
  color: var(--st-text-muted, var(--gray-500));
  margin-bottom: 0.75rem;
}
.st-pricing-edition-price {
  font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  font-weight: 700;
  color: var(--st-text-primary, var(--gray-900));
  line-height: 1.2;
}
.st-pricing-edition-note {
  display: block;
  font-size: 0.75rem;
  color: var(--st-text-muted, var(--gray-500));
  margin: 0.25rem 0 0.75rem;
}
.st-pricing-row-label {
  text-align: left !important;
  font-weight: 600;
  background: var(--st-surface-muted, var(--gray-50));
  position: sticky;
  left: 0;
  z-index: 1;
  transition: background-color 0.15s ease;
}
.st-pricing-compare-section-label {
  text-align: left !important;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--st-text-primary, var(--gray-800));
  background: linear-gradient(90deg, var(--st-surface-muted, #f8fafc) 0%, var(--st-surface, #ffffff) 100%);
  border-top: 2px solid var(--st-border-color, var(--gray-300));
  border-bottom: 1px solid var(--st-border-color, var(--gray-300));
  padding: 0.7rem 1rem;
}
.st-pricing-row-label-full {
  text-align: left !important;
}
.st-pricing-addon-vertical {
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  padding: 0 !important;
  vertical-align: middle;
  text-align: center;
  background: var(--st-surface-muted, var(--gray-50));
  position: sticky;
  left: 0;
  z-index: 1;
}
.st-pricing-addon-vertical-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.st-pricing-addon-name {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--st-text-primary, var(--gray-700));
  width: 5.5rem;
  min-width: 5.5rem;
  max-width: 5.5rem;
  padding-left: 0.65rem !important;
  padding-right: 0.5rem !important;
  position: sticky;
  left: 2rem;
  z-index: 1;
  background: inherit;
}
.st-pricing-row-label-group {
  font-weight: 700;
}
.st-pricing-row-label-child {
  padding-left: 1.75rem !important;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--st-text-muted, var(--gray-600));
}
.st-pricing-compare-row-child td,
.st-pricing-compare-row-child th.st-pricing-row-label-child {
  border-top: 0;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.st-pricing-compare-row-child + .st-pricing-compare-row:not(.st-pricing-compare-row-child) td,
.st-pricing-compare-row-child + .st-pricing-compare-row:not(.st-pricing-compare-row-child) th.st-pricing-row-label {
  border-top: 1px solid var(--gray-100);
}
.st-pricing-cell-yes, .st-pricing-icon-yes {
  color: #16a34a;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.st-pricing-cell-no, .st-pricing-icon-no {
  color: #ef4444;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.st-pricing-cell-icon-only {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.st-pricing-cell-dash {
  color: var(--st-text-muted, var(--gray-400));
}
.st-pricing-plugin-link {
  border: 0;
  background: none;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
.st-pricing-ai-plugins {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.55;
  color: var(--st-text-primary, var(--gray-700));
}
.st-pricing-ai-plugins li {
  position: relative;
  padding-left: 1rem;
}
.st-pricing-ai-plugins li::before {
  content: "路";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}
.st-pricing-inline-link {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.875rem;
}
.st-pricing-roadmap-badge {
  font-size: 0.75rem;
  font-weight: 600;
}
.st-pricing-plugin-item-roadmap {
  position: relative;
  padding-bottom: 1.75rem;
}
.st-pricing-plugin-item-roadmap .st-pricing-roadmap-badge {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
}
.st-pricing-plugin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .st-pricing-plugin-grid {
    grid-template-columns: 1fr;
  }
}
.st-pricing-plugin-item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.75rem;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  font-size: 0.875rem;
}
.st-pricing-enterprise-features {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  color: var(--gray-700);
  font-size: 0.875rem;
}
.st-pricing-enterprise-features li {
  margin-bottom: 0.35rem;
}
.st-pricing-compare-price-row th,
.st-pricing-compare-price-row td {
  background: var(--st-pricing-price-row-bg);
  border-top: 1px solid var(--st-pricing-price-row-border-top);
  border-bottom: 2px solid var(--st-pricing-price-row-border-bottom);
  padding: 1rem 1rem;
}
.st-pricing-compare-price-row .st-pricing-price-col-label {
  background: var(--st-pricing-price-label-bg);
  color: var(--st-pricing-price-label-color);
  border-left: 3px solid var(--accent);
  position: sticky;
  left: 0;
  z-index: 1;
}
.st-pricing-compare-price-row:hover th,
.st-pricing-compare-price-row:hover td {
  background: var(--st-pricing-price-row-bg);
}
.st-pricing-compare-price-row:hover .st-pricing-price-col-label {
  background: var(--st-pricing-price-label-bg);
}
.st-pricing-compare-price-row:hover td.st-pricing-compare-edition-col.st-pricing-edition-featured {
  background: var(--st-pricing-price-featured-bg);
}
.st-pricing-compare-price-row td:nth-child(2) .st-pricing-edition-price {
  color: var(--success);
}
.st-pricing-compare-price-row td.st-pricing-compare-edition-col.st-pricing-edition-featured {
  background: var(--st-pricing-price-featured-bg);
  box-shadow: inset 0 -2px 0 var(--primary);
}
.st-pricing-compare-price-row td.st-pricing-compare-edition-col.st-pricing-edition-featured .st-pricing-edition-price {
  color: var(--st-pricing-price-featured-value-color, var(--primary-dark));
}
.st-pricing-price-col-label {
  font-size: 0.875rem;
  font-weight: 700;
}
.st-pricing-compare-price-col .st-pricing-edition-price {
  font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: var(--st-pricing-price-value-color, #b45309);
  letter-spacing: -0.02em;
}
.st-pricing-compare-price-col .st-pricing-edition-note {
  display: block;
  margin: 0.35rem 0 0;
  font-size: 0.6875rem;
  color: var(--st-pricing-price-note-color, #78716c);
}
.st-pricing-compare-head-edition .st-pricing-edition-tagline {
  margin-bottom: 0;
}
.st-pricing-compare-head-edition .st-pricing-edition-name {
  margin-bottom: 0.2rem;
}

#st-pricing-faq {
  --bs-accordion-bg: var(--st-surface, #ffffff);
  --bs-accordion-border-color: var(--st-border-color, var(--gray-200));
  --bs-accordion-btn-color: var(--st-text-primary, var(--gray-800));
  --bs-accordion-btn-bg: var(--st-surface, #ffffff);
  --bs-accordion-active-color: var(--primary);
  --bs-accordion-active-bg: var(--st-surface-muted, var(--gray-50));
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
}

/* Footer */
.footer {
  background: var(--gray-900);
  color: var(--gray-400);
  padding: 4rem 0 2rem;
}
@media (max-width: 991.98px) {
  .footer {
    padding: 2.5rem 0 1.5rem;
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.6fr) repeat(4, minmax(0, 1fr));
  gap: 2rem 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.footer-brand {
  max-width: 300px;
}
@media (max-width: 1200px) {
  .footer-brand {
    grid-column: 1/-1;
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .footer-brand {
    grid-column: auto;
    max-width: none;
  }
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
  margin-bottom: 1rem;
  text-decoration: none;
}
.footer-logo .logo-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
}
.footer-desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.footer-social {
  display: flex;
  gap: 0.75rem;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--gray-800);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  transition: var(--transition);
  text-decoration: none;
}
.footer-social a:hover {
  background: var(--primary);
  color: white;
}
.footer-title {
  font-weight: 600;
  color: white;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.75rem;
}
.footer-links a {
  color: var(--gray-400);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: var(--transition);
}
.footer-links a:hover {
  color: white;
}
.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--gray-800);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom p {
  font-size: 0.875rem;
}
.footer-made {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.footer-made i {
  color: #ef4444;
}

/* Article View */
.article-header {
  border-bottom: 1px solid var(--st-border-color);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.article-header__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}
.article-header__main {
  flex: 1 1 auto;
  min-width: 0;
}

.pv-page-qr {
  flex: 0 0 auto;
  margin: 0;
  text-align: center;
}
.pv-page-qr-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.pv-page-qr-link:hover .pv-page-qr-label {
  color: var(--st-accent, #2563eb);
}
.pv-page-qr-img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  border: 1px solid var(--st-border-color);
  padding: 0.25rem;
  background: var(--st-surface-muted);
}
.pv-page-qr-label {
  margin: 0.25rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: var(--st-text-muted);
}

@media (max-width: 991.98px) {
  .pv-page-qr {
    display: none;
  }
}
/* 文档详情 · 文末版权与来源 */
.pv-doc-article-meta {
  margin-top: 2rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--gray-200, #e5e7eb);
  border-radius: calc(var(--radius, 0.5rem) - 2px);
  background: #ffffff;
}
.pv-doc-article-meta__list {
  margin: 0;
}
.pv-doc-article-meta__row {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem 0.5rem;
  margin: 0;
}
.pv-doc-article-meta__row + .pv-doc-article-meta__row {
  margin-top: 0.45rem;
}
.pv-doc-article-meta__label {
  flex: 0 0 auto;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--gray-900, #111827);
  white-space: nowrap;
}
.pv-doc-article-meta__value {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--gray-600, #4b5563);
}
.pv-doc-article-meta__value a {
  color: var(--gray-600, #4b5563);
  text-decoration: none;
}
.pv-doc-article-meta__value a:hover {
  color: var(--primary);
  text-decoration: underline;
}
.pv-doc-article-meta__link {
  word-break: break-word;
}

.article-main-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--st-text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.article-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: var(--st-text-muted);
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.article-cat-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.article-cat-link:hover {
  text-decoration: underline;
}

.pv-doc-favorite.article-actions {
  padding-top: 0.25rem;
}

.pv-favorite-bar {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.pv-favorite-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--st-border-color);
  border-radius: var(--radius);
  background: var(--st-surface-muted);
  color: var(--st-text-primary);
  font-size: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
  transition: var(--transition);
}
.pv-favorite-bar__btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.pv-favorite-bar__btn.is-active {
  border-color: var(--primary);
  background: rgba(var(--primary-rgb, 13, 110, 253), 0.08);
  color: var(--primary);
}
.pv-favorite-bar__btn--like.is-active i {
  color: #e11d48;
}
.pv-favorite-bar__btn--collect.is-active i {
  color: #d97706;
}
.pv-favorite-bar__count {
  font-weight: 600;
  min-width: 1.25rem;
  text-align: center;
}

.pv-doc-qr-card .pv-doc-qr-img {
  border-radius: var(--radius);
  border: 1px solid var(--gray-100);
  padding: 0.35rem;
  background: #ffffff;
}

.pv-favorite-toast {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 1080;
  max-width: min(92vw, 320px);
  display: none;
  box-shadow: var(--shadow-lg, 0 10px 30px rgba(0, 0, 0, 0.12));
}

.article-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.article-content {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--st-text-muted);
}
.article-content p {
  margin-bottom: 1.5rem;
}
.article-content h2,
.article-content h3,
.article-content h4 {
  color: var(--st-text-primary);
  margin: 2rem 0 1rem;
  font-weight: 700;
}
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  margin: 1.5rem 0;
}

/* 文档详情 · 下载资源：样式在 weapp/download/assets/css/download.css */
.article-tags-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--gray-100);
  margin-top: 2rem;
}

.tags-label {
  font-weight: 600;
  color: var(--gray-700);
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.article-nav {
  display: flex;
  border-top: 1px solid var(--gray-100);
  padding-top: 1.5rem;
  margin-top: 2rem;
}

.nav-article {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  text-decoration: none;
  padding: 1rem;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius);
  transition: var(--transition);
  flex: 1;
}
.nav-article:hover {
  border-color: var(--primary);
  background: rgba(37, 99, 235, 0.02);
}
.nav-article.next {
  text-align: right;
  margin-left: auto;
}
.nav-article.next .nav-label {
  justify-content: flex-end;
}
.nav-article .nav-label {
  font-size: 0.75rem;
  color: var(--gray-400);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-article .nav-title {
  font-weight: 600;
  color: var(--gray-800);
  font-size: 0.9375rem;
}

/* Sidebar */
.sidebar {
  position: sticky;
  top: 100px;
}
.sidebar-card {
  background: var(--st-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--st-border-color);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.sidebar-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--st-text-primary);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sidebar-title i {
  color: var(--primary);
}

.channel-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.channel-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.875rem;
  border-radius: var(--radius);
  color: var(--gray-600);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: var(--transition);
}
.channel-link:hover {
  background: var(--gray-50);
  color: var(--primary);
}
.channel-link.active {
  background: var(--primary);
  color: white;
}
.channel-link i {
  width: 20px;
  text-align: center;
}

.related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-item {
  margin-bottom: 0.75rem;
}
.related-item:last-child {
  margin-bottom: 0;
}
.related-item a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--st-text-primary);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: var(--transition);
}
.related-item a:hover {
  color: var(--primary);
}
.related-item img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: var(--radius);
  flex-shrink: 0;
}
.related-item i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--st-surface-muted);
  border: 1px solid var(--st-border-color);
  border-radius: var(--radius);
  color: var(--primary);
  flex-shrink: 0;
}

/* Contact */
.contact-form-card {
  background: var(--st-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--st-border-color);
  padding: 2rem;
}
.contact-form-card .st-section-title--sm {
  color: var(--st-text-primary);
}
.contact-form-card .form-label {
  color: var(--st-text-primary);
}
.contact-form-card .form-control,
.contact-form-card .form-select {
  background-color: var(--st-surface-muted);
  border-color: var(--st-border-color);
  color: var(--st-text-primary);
}
.contact-form-card .form-control::placeholder,
.contact-form-card .form-select::placeholder {
  color: var(--st-text-muted);
  opacity: 0.85;
}
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  background-color: var(--st-surface-muted);
  border-color: var(--primary);
  color: var(--st-text-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.contact-info-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border: 1px solid var(--st-border-color);
  border-radius: var(--radius-lg);
  padding: 2rem;
  color: #f1f5f9;
}
.contact-info-card .st-section-title--sm,
.contact-info-card .section-title-sm {
  color: #f8fafc;
}

.contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-item:last-child {
  margin-bottom: 0;
}

.contact-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.contact-content h3 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: rgba(248, 250, 252, 0.88);
}
.contact-content p {
  margin: 0;
  font-size: 1rem;
  color: #f1f5f9;
}

.pv-site-map-section,
.contact-map-section {
  margin-top: 3rem;
}

.pv-site-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gray-100);
  background: var(--gray-50);
}
.pv-site-map-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.pv-site-map-nav-link {
  font-size: 0.875rem;
  color: var(--primary);
  text-decoration: none;
}
.pv-site-map-nav-link:hover {
  text-decoration: underline;
}
.pv-site-map-iframe {
  display: block;
  width: 100%;
  height: 20rem;
  border: 0;
}
.pv-site-map-note {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: var(--gray-500);
}

.form-group {
  margin-bottom: 1rem;
}

.form-label {
  display: block;
  font-weight: 500;
  color: var(--st-text-primary);
  margin-bottom: 0.375rem;
  font-size: 0.9375rem;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--st-border-color);
  border-radius: var(--radius);
  font-size: 1rem;
  background-color: var(--st-surface-muted);
  color: var(--st-text-primary);
  transition: var(--transition);
}
.form-control::placeholder {
  color: var(--st-text-muted);
  opacity: 0.85;
}
.form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.form-message {
  padding: 1rem;
  border-radius: var(--radius);
  margin-top: 1rem;
  font-size: 0.9375rem;
}
.form-message.success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.form-message.error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.form-message i {
  margin-right: 0.5rem;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
}

.legal-header {
  padding: 2rem 0;
  border-bottom: 1px solid var(--gray-100);
}

.legal-article {
  padding: 2rem 0;
}

.legal-section {
  margin-bottom: 3rem;
}
.legal-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--primary);
  display: inline-block;
}
.legal-section h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--dark);
  margin: 1.5rem 0 0.75rem;
}
.legal-section p {
  color: var(--secondary);
  line-height: 1.8;
  margin-bottom: 1rem;
}
.legal-section ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.legal-section ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--secondary);
  line-height: 1.6;
}
.legal-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}
.legal-section ul li strong {
  color: var(--dark);
}
.legal-section a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}
.legal-section a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 2rem 0;
}

.tag-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: var(--st-surface, #fff);
  border: 1px solid var(--st-border-color, var(--gray-100));
  border-radius: var(--bs-border-radius-pill, 50rem);
  color: var(--st-text-secondary, var(--gray-700));
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.tag-item:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(37, 99, 235, 0.02);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.tag-count {
  font-size: 0.75rem;
  color: var(--st-text-muted, var(--gray-400));
  font-weight: 400;
}

.pagination {
  --bs-pagination-color: var(--gray-600);
  --bs-pagination-border-color: var(--gray-200);
  --bs-pagination-hover-color: var(--primary);
  --bs-pagination-hover-bg: rgba(37, 99, 235, 0.02);
  --bs-pagination-hover-border-color: var(--primary);
  --bs-pagination-active-bg: var(--primary);
  --bs-pagination-active-border-color: var(--primary);
  --bs-pagination-border-radius: var(--radius);
}

.error-page {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
.error-content {
  text-align: center;
}
.error-icon {
  font-size: 6rem;
  color: var(--gray-200);
  margin-bottom: 1rem;
}
.error-desc {
  color: var(--gray-400);
  margin-bottom: 2rem;
}
.error-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.st-error-page .error-code {
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 800;
  color: var(--gray-200);
  line-height: 1;
  margin-bottom: 0.75rem;
}
.st-error-page .error-title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--gray-700);
  margin-bottom: 0.5rem;
}

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  color: var(--gray-400);
}
.empty-state i {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.empty-state p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

/* 首屏 Hero 不参与滚动揭示，保障 LCP 标题立即可见 */
.st-hero--page,
.st-hero--page .fade-in,
.st-hero--page .pv-reveal,
.st-hero--pricing,
.st-hero--pricing .fade-in,
.st-hero--pricing .pv-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

/* Animations · 全站滚动揭示（下滚/上滚双向） */
.fade-in,
.pv-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--pv-reveal-delay, 0s);
  will-change: opacity, transform;
}

.fade-in.visible,
.pv-reveal.visible,
.pv-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pv-reveal-left {
  transform: translate3d(-28px, 0, 0);
}
.pv-reveal-left.visible, .pv-reveal-left.is-visible {
  transform: translate3d(0, 0, 0);
}

.pv-reveal-right {
  transform: translate3d(28px, 0, 0);
}
.pv-reveal-right.visible, .pv-reveal-right.is-visible {
  transform: translate3d(0, 0, 0);
}

.pv-reveal-scale {
  transform: translate3d(0, 16px, 0) scale(0.97);
}
.pv-reveal-scale.visible, .pv-reveal-scale.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.pv-no-reveal, .pv-no-reveal.fade-in, .pv-no-reveal.pv-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.fade-in-delay-1 {
  --pv-reveal-delay: 0.1s;
}

.fade-in-delay-2 {
  --pv-reveal-delay: 0.2s;
}

.fade-in-delay-3 {
  --pv-reveal-delay: 0.3s;
}

.fade-in-delay-4 {
  --pv-reveal-delay: 0.4s;
}

.pricing-grid > .pricing-card:nth-child(2), .values-grid > .value-card:nth-child(2) {
  --pv-reveal-delay: 0.1s;
}

.pricing-grid > .pricing-card:nth-child(3),
.values-grid > .value-card:nth-child(3) {
  --pv-reveal-delay: 0.2s;
}

.values-grid > .value-card:nth-child(4) {
  --pv-reveal-delay: 0.3s;
}

.st-page-band .row > .col-lg-6:nth-child(2).fade-in,
.st-page-band .row > .col-lg-6:nth-child(2).pv-reveal {
  --pv-reveal-delay: 0.12s;
}

@media (prefers-reduced-motion: reduce) {
  .fade-in,
  .pv-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .st-hero.st-hero--home {
    padding-top: 80px;
    min-height: auto;
  }
  .st-hero__visual {
    max-width: 100%;
  }
  .pricing-grid {
    padding: 0 1rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .article-nav {
    flex-direction: column;
  }
  .nav-article.next {
    text-align: left;
    margin-left: 0;
  }
  .nav-article.next .nav-label {
    justify-content: flex-start;
  }
}
/* Bootstrap grid from CDN — 间距/对齐用 BS 工具类（text-center mb-0 mt-4 等），勿在此重复 */
/* ===== PivArk www v2.1 brand extensions ===== */
.navbar-brand-pivark .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.navbar-brand-pivark .brand-text small {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--gray-500);
  letter-spacing: 0.02em;
  max-width: 11rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575.98px) {
  .navbar-brand-pivark .brand-text small {
    display: none;
  }
  .navbar-brand-pivark {
    font-size: 1.15rem;
  }
}

.navbar-pivark:not(.navbar-st) .navbar-nav {
  justify-content: center;
}
@media (min-width: 992px) {
  .navbar-pivark:not(.navbar-st) .container {
    flex-wrap: nowrap;
  }
  .navbar-pivark:not(.navbar-st) .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
  }
  .navbar-pivark:not(.navbar-st) .navbar-nav {
    flex-wrap: nowrap;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
  }
  .navbar-pivark .nav-link {
    padding: 0.5rem 0.6rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  .navbar-pivark .navbar-nav {
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
}

.logo-char {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.st-hero__motto {
  font-style: italic;
  color: var(--st-text-muted, var(--gray-500));
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.st-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.st-hero__tag {
  padding: 0.35rem 0.75rem;
  background: var(--st-surface, #ffffff);
  border: 1px solid var(--st-border-color, var(--gray-200));
  border-radius: 999px;
  font-size: 0.8rem;
  color: var(--st-text-muted, var(--gray-600));
}

.arch-card {
  width: 100%;
  max-width: 420px;
}
.arch-card-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--st-text-primary, var(--gray-700));
}
.arch-card-hd .st-hero__deck-badge {
  flex-shrink: 0;
}
.arch-diagram {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.arch-layer-core {
  background: linear-gradient(135deg, var(--primary) 0%, #7c3aed 100%);
  color: white;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  text-align: center;
}
.arch-layer-core small {
  opacity: 0.85;
  display: block;
  margin-top: 0.25rem;
}
.arch-arrows {
  text-align: center;
  color: var(--st-text-muted, var(--gray-400));
}
.arch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.arch-tags span {
  background: var(--st-surface-muted, var(--gray-100));
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--st-text-primary, var(--gray-700));
}
.arch-plugins {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.arch-plugin {
  background: var(--st-surface-muted, #ffffff);
  border: 1px solid var(--st-border-color, var(--gray-200));
  border-radius: 8px;
  padding: 0.5rem;
  font-size: 0.7rem;
  text-align: center;
  color: var(--st-text-muted, var(--gray-600));
}
.arch-plugin i {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: var(--primary);
}
.arch-advanced-label {
  margin-top: 0.15rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--st-text-muted, var(--gray-500));
  text-align: center;
  letter-spacing: 0.04em;
}
.arch-plugins-advanced {
  margin-top: 0.35rem;
}
.arch-plugin-advanced {
  background: linear-gradient(180deg, var(--st-surface-muted, #f8fafc) 0%, var(--st-surface, #ffffff) 100%);
  border-color: rgba(124, 58, 237, 0.22);
  font-weight: 600;
  color: var(--st-text-primary, var(--gray-700));
}
.arch-plugin-advanced i {
  color: #7c3aed;
}

/* ===== 官网商城化扩展 v3.2 ===== */
.max-w-720 {
  max-width: 720px;
}

.about-checklist {
  margin: 1.25rem 0 0;
}
.about-checklist li {
  padding: 0.4rem 0;
  color: var(--st-text-secondary, var(--gray-700));
}
.about-checklist i {
  color: var(--primary);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.about-visual-card {
  border-radius: var(--radius);
  padding: 1.75rem;
  color: var(--st-text-muted);
}
.about-visual-hd {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--primary);
}

/* 关于页 · 发展历程（横向时间轴） */
.timeline--horizontal {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  position: relative;
  margin: 0;
  padding: 2.25rem 0 0;
  border: 0;
}
.timeline--horizontal::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--gray-200) 0%, var(--primary) 50%, var(--gray-200) 100%);
  opacity: 0.85;
}
.timeline--horizontal .timeline-item {
  position: relative;
  padding: 0;
  text-align: center;
}
.timeline--horizontal .timeline-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.7rem;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.35);
}
.timeline--horizontal .timeline-item h4 {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  line-height: 1.35;
}
.timeline--horizontal .timeline-item p {
  font-size: 0.8125rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.55;
}
.timeline--horizontal .timeline-year {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary);
  background: #eff6ff;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .timeline--horizontal {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 2.25rem 0.25rem 0.5rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .timeline--horizontal::before {
    left: 8%;
    right: 8%;
  }
  .timeline--horizontal .timeline-item {
    flex: 0 0 72%;
    max-width: 16rem;
    scroll-snap-align: start;
  }
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 991.98px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}

.value-card {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: var(--radius);
}
.value-card i {
  font-size: 1.75rem;
  color: var(--primary);
  margin-bottom: 0.75rem;
  display: block;
}
.value-card h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--st-text-primary);
}
.value-card p {
  font-size: 0.85rem;
  color: var(--st-text-muted);
  margin: 0;
}

.job-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.job-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  flex-wrap: wrap;
}

.job-tag {
  font-size: 0.8rem;
  padding: 0.25rem 0.65rem;
  background: var(--gray-100);
  border-radius: 999px;
  color: var(--gray-600);
  white-space: nowrap;
}

/* ===== 实力强劲 · 悬停展开卡片 ===== */
.strength-section {
  position: relative;
}
.strength-section .container {
  position: relative;
  z-index: 1;
}
.strength-panels {
  display: flex;
  gap: 0.75rem;
  min-height: 248px;
  margin-top: 2rem;
}
.strength-panel {
  position: relative;
  flex: 1.2;
  min-width: 0;
  background: linear-gradient(180deg, var(--st-surface) 0%, var(--st-surface-muted) 100%);
  border: 1px solid var(--st-border-color);
  border-radius: 16px;
  padding: 1.15rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.45s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, padding 0.35s ease, transform 0.35s ease;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}
.strength-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.35), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.strength-panel-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 0.55rem;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.12) 0%, var(--st-surface-muted) 100%);
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: inset 0 1px 0 rgba(37, 99, 235, 0.06);
  transition: color 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, width 0.35s ease, height 0.35s ease;
}
.strength-panel-title {
  font-size: 0.8125rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  color: var(--st-text-primary);
  align-self: center;
  text-align: center;
  white-space: normal;
  transition: font-size 0.35s ease, align-self 0.35s ease, text-align 0.35s ease, color 0.35s ease;
}
.strength-panel-detail {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  transition: max-height 0.45s ease, opacity 0.35s ease, margin 0.35s ease;
}
.strength-panel-detail p {
  font-size: 0.8125rem;
  line-height: 1.65;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
}
.strength-panel-line {
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.45));
  border-radius: 2px;
  margin: 0.6rem 0 0.5rem;
}
.strength-panel-deco {
  position: absolute;
  right: -8%;
  bottom: -18%;
  font-size: 5.5rem;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  line-height: 1;
}

.strength-panel.is-active,
.strength-panels:hover .strength-panel:hover {
  flex: 2.4;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  padding: 1.2rem 1.2rem 1rem;
  transform: translateY(-2px);
  background: linear-gradient(145deg, #4f8ef7 0%, #2563eb 48%, #1d4ed8 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.strength-panel.is-active::before,
.strength-panels:hover .strength-panel:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.22), transparent 42%), radial-gradient(circle at 8% 92%, rgba(255, 255, 255, 0.08), transparent 38%);
  pointer-events: none;
}

.strength-panel.is-active::after,
.strength-panels:hover .strength-panel:hover::after {
  opacity: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
}

.strength-panel.is-active .strength-panel-icon,
.strength-panels:hover .strength-panel:hover .strength-panel-icon {
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.55rem;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.strength-panel.is-active .strength-panel-title,
.strength-panels:hover .strength-panel:hover .strength-panel-title {
  align-self: flex-start;
  text-align: left;
  font-size: 1.02rem;
  color: #fff;
  letter-spacing: 0.01em;
}

.strength-panel.is-active .strength-panel-detail,
.strength-panels:hover .strength-panel:hover .strength-panel-detail {
  max-height: 120px;
  opacity: 1;
  margin-top: 0.1rem;
}

.strength-panels:hover .strength-panel:not(:hover) {
  flex: 1.2;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.15rem 0.75rem;
  transform: none;
  background: linear-gradient(180deg, var(--st-surface) 0%, var(--st-surface-muted) 100%);
  color: inherit;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.strength-panels:hover .strength-panel:not(:hover) .strength-panel-icon {
  color: var(--primary);
  width: 52px;
  height: 52px;
  font-size: 1.5rem;
  margin-bottom: 0.55rem;
  align-self: center;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.12) 0%, var(--st-surface-muted) 100%);
  border-color: rgba(37, 99, 235, 0.1);
}

.strength-panels:hover .strength-panel:not(:hover) .strength-panel-title {
  align-self: center;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--st-text-primary);
}

.strength-panels:hover .strength-panel:not(:hover) .strength-panel-detail {
  max-height: 0;
  opacity: 0;
}

.strength-panels:hover .strength-panel:not(:hover) .strength-panel-deco {
  display: none;
}

.strength-panels:hover .strength-panel:not(:hover)::before {
  display: none;
}

.strength-panel:not(.is-active):hover .strength-panel-icon {
  transform: scale(1.06);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

@media (max-width: 991.98px) {
  .strength-panels {
    flex-direction: column;
    min-height: 0;
    gap: 0.65rem;
  }
  .strength-panel,
  .strength-panel.is-active,
  .strength-panels:hover .strength-panel:hover,
  .strength-panels:hover .strength-panel:not(:hover) {
    flex: none;
    min-height: auto;
    padding: 1.25rem;
  }
  .strength-panel-title,
  .strength-panel.is-active .strength-panel-title,
  .strength-panels:hover .strength-panel:hover .strength-panel-title,
  .strength-panels:hover .strength-panel:not(:hover) .strength-panel-title {
    align-self: flex-start;
    text-align: left;
    font-size: 1rem;
  }
  .strength-panels:hover .strength-panel:not(:hover) .strength-panel-title {
    align-self: center;
    text-align: center;
    font-size: 0.875rem;
  }
  .strength-panel-icon {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 0.5rem !important;
    font-size: 1.35rem !important;
    align-self: flex-start !important;
  }
  .strength-panel.is-active .strength-panel-icon,
  .strength-panels:hover .strength-panel:hover .strength-panel-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .strength-panels:hover .strength-panel:not(:hover) .strength-panel-icon {
    align-self: center !important;
  }
  .strength-panel.is-active .strength-panel-detail,
  .strength-panel.is-active .strength-panel-detail {
    max-height: 200px;
    opacity: 1;
  }
  .strength-panel:not(.is-active) .strength-panel-detail {
    display: none;
  }
}
/* ===== 全渠道 · 后台核心星环 ===== */
.omnichannel-section {
  overflow: visible;
}

.omni-advantage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.75rem;
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .omni-advantage {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    gap: 0.65rem;
  }
}
.omni-adv-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--st-text-primary);
}
.omni-adv-item i {
  color: var(--primary);
  font-size: 1.1rem;
}
.omni-hub {
  position: relative;
  width: min(920px, 100%);
  aspect-ratio: 1;
  min-height: 520px;
  margin: 0 auto 2rem;
  --node-count: 6;
  --orbit-r: clamp(230px, 40vmin, 365px);
  --omni-spin-dur: 88s;
}
.omni-hub.fade-in, .omni-hub.fade-in.visible {
  transform: none;
}
.omni-hub:hover .omni-orbit-spin,
.omni-hub:hover .omni-hub-rings-spin,
.omni-hub:hover .omni-node-inner {
  animation-play-state: paused;
}
.omni-hub:hover .omni-node:not(:hover) .omni-node-inner {
  opacity: 0.55;
  transform: scale(0.9);
  filter: grayscale(0.15);
}
@media (max-width: 991.98px) {
  .omni-hub {
    aspect-ratio: auto;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .omni-hub:hover .omni-node:not(:hover) .omni-node-inner {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.omni-hub-rings {
  position: absolute;
  inset: 8%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .omni-hub-rings {
    display: none;
  }
}
.omni-hub-rings-spin {
  animation: omni-ring-spin calc(var(--omni-spin-dur) * 1.4) linear infinite reverse;
}
.omni-hub-ring {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(37, 99, 235, 0.22);
  border-radius: 50%;
}
.omni-hub-ring-2 {
  inset: 14%;
  border-color: rgba(37, 99, 235, 0.12);
}
.omni-orbit-wrap {
  position: absolute;
  inset: 0;
  z-index: 6;
}
@media (max-width: 991.98px) {
  .omni-orbit-wrap {
    position: static;
    width: 100%;
  }
}
.omni-orbit-spin {
  position: absolute;
  inset: 0;
  animation: omni-orbit-spin var(--omni-spin-dur) linear infinite;
  transform-origin: center center;
}
@media (max-width: 991.98px) {
  .omni-orbit-spin {
    position: static;
    animation: none;
    transform: none;
  }
}
.omni-spokes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .omni-spokes {
    display: none;
  }
}
.omni-spoke {
  stroke: rgba(37, 99, 235, 0.35);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 8 18;
  animation: omni-spoke-flow 2.8s linear infinite;
  animation-delay: var(--spoke-delay, 0s);
}
.omni-hub-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: min(240px, 42%);
  text-align: center;
  background: var(--st-surface);
  border-radius: 20px;
  padding: 1.25rem 1rem 1rem;
  border: 1px solid var(--st-border-color);
  box-shadow: var(--st-glass-shadow-md, 0 20px 50px rgba(37, 99, 235, 0.18), 0 0 0 1px rgba(37, 99, 235, 0.08));
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}
@media (max-width: 991.98px) {
  .omni-hub-core {
    position: static;
    transform: none;
    order: -1;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .omni-hub-core {
    max-width: 100%;
    padding: 1rem 0.875rem;
  }
}
.omni-core-screen {
  margin-bottom: 0.75rem;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #334155;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}
.omni-core-dash {
  display: flex;
  height: 100px;
  background: #0f172a;
}
.omni-dash-sidebar {
  width: 28%;
  background: #1e293b;
}
.omni-dash-main {
  flex: 1;
  padding: 8px;
}
.omni-dash-chart {
  height: 52px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.55), transparent);
  margin-bottom: 8px;
}
.omni-dash-cards {
  display: flex;
  gap: 6px;
}
.omni-dash-cards b {
  flex: 1;
  height: 24px;
  border-radius: 4px;
  background: #334155;
}
.omni-core-api {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(37, 99, 235, 0.08));
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.omni-core-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--st-text-primary);
  margin: 0 0 0.25rem;
}
.omni-core-sub {
  margin: 0;
  font-size: 0.75rem;
  color: var(--st-text-muted);
}
.omni-orbit {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .omni-orbit {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 0.75rem;
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .omni-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.625rem;
  }
}
@media (max-width: 575.98px) {
  .omni-orbit {
    gap: 0.875rem 0.5rem;
  }
}
.omni-node {
  position: absolute;
  top: 50%;
  left: 50%;
  --angle: calc(-90deg + (360deg / var(--node-count)) * var(--i, 0));
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--orbit-r))) rotate(calc(-1 * var(--angle)));
  z-index: 8;
  pointer-events: auto;
}
.omni-node:hover {
  z-index: 20;
}
.omni-node:hover .omni-node-inner {
  animation-play-state: paused;
  opacity: 1;
  transform: scale(1.52);
  filter: drop-shadow(0 14px 28px rgba(37, 99, 235, 0.42));
}
.omni-node:hover .omni-node-icon {
  border-color: var(--primary);
  background: linear-gradient(145deg, var(--st-surface-muted) 0%, rgba(37, 99, 235, 0.14) 100%);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.18), 0 22px 44px rgba(37, 99, 235, 0.38);
}
.omni-node:hover .omni-node-label {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.35);
}
@media (max-width: 991.98px) {
  .omni-node {
    position: static;
    transform: none !important;
    display: flex;
    justify-content: center;
  }
  .omni-node:hover .omni-node-inner {
    transform: scale(1.12);
    filter: none;
  }
  .omni-node:hover .omni-node-label {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    border-color: transparent;
  }
}
.omni-node-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  animation: omni-counter-spin var(--omni-spin-dur) linear infinite;
  transform-origin: center center;
  transition: transform 0.38s cubic-bezier(0.34, 1.65, 0.64, 1), opacity 0.3s ease, filter 0.3s ease;
}
@media (max-width: 991.98px) {
  .omni-node-inner {
    animation: none;
    width: 100%;
    max-width: 112px;
  }
}
@media (max-width: 767.98px) {
  .omni-node-inner {
    max-width: none;
  }
}
.omni-node-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--st-surface-muted, #f8fafc);
  border: 2px solid var(--st-border-color);
  font-size: 1.75rem;
  box-shadow: var(--st-glass-shadow-sm, 0 10px 24px rgba(15, 23, 42, 0.12));
  transition: box-shadow 0.38s ease, border-color 0.38s ease, background 0.38s ease, color 0.38s ease;
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}
.omni-node-icon.tone-blue {
  color: #2563eb;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.16), var(--st-surface-muted));
}
.omni-node-icon.tone-green {
  color: #059669;
  background: linear-gradient(145deg, rgba(16, 185, 129, 0.16), var(--st-surface-muted));
}
.omni-node-icon.tone-teal {
  color: #0d9488;
  background: linear-gradient(145deg, rgba(20, 184, 166, 0.16), var(--st-surface-muted));
}
.omni-node-icon.tone-indigo {
  color: #4f46e5;
  background: linear-gradient(145deg, rgba(99, 102, 241, 0.16), var(--st-surface-muted));
}
.omni-node-icon.tone-amber {
  color: #d97706;
  background: linear-gradient(145deg, rgba(245, 158, 11, 0.16), var(--st-surface-muted));
}
.omni-node-icon.tone-purple {
  color: #7c3aed;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.16), var(--st-surface-muted));
}
.omni-node-icon.tone-sky {
  color: #0284c7;
  background: linear-gradient(145deg, rgba(14, 165, 233, 0.16), var(--st-surface-muted));
}
.omni-node-icon.tone-slate {
  color: var(--st-text-muted);
  background: linear-gradient(145deg, var(--st-surface-muted), var(--st-surface));
}
.omni-node-icon.tone-orange {
  color: #ea580c;
  background: linear-gradient(145deg, rgba(249, 115, 22, 0.16), var(--st-surface-muted));
}
.omni-node-icon.tone-rose {
  color: #e11d48;
  background: linear-gradient(145deg, rgba(244, 63, 94, 0.16), var(--st-surface-muted));
}
@media (max-width: 991.98px) {
  .omni-node-icon {
    width: 56px;
    height: 56px;
    font-size: 1.45rem;
    border-radius: 14px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .omni-node-icon {
    width: 52px;
    height: 52px;
    font-size: 1.35rem;
  }
}
.omni-node-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--st-text-primary);
  background: var(--st-surface-muted);
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--st-border-color);
  white-space: nowrap;
  box-shadow: var(--st-glass-shadow-sm, 0 3px 10px rgba(15, 23, 42, 0.08));
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 991.98px) {
  .omni-node-label {
    font-size: 0.6875rem;
    padding: 0.2rem 0.45rem;
    white-space: normal;
    line-height: 1.25;
    text-align: center;
    width: 100%;
  }
}
.omni-footnote {
  font-size: 0.875rem;
  color: var(--gray-500);
  margin: 0;
}

@keyframes omni-orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes omni-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes omni-counter-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes omni-spoke-flow {
  to {
    stroke-dashoffset: -52;
  }
}
@media (prefers-reduced-motion: reduce) {
  .omni-orbit-spin,
  .omni-hub-rings-spin,
  .omni-node-inner,
  .omni-spoke {
    animation: none !important;
  }
}
/* 知识搜索（AI 插件） */
.pv-smart-search {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgb(255, 255, 255) 55%);
  border: 1px solid rgba(99, 102, 241, 0.15) !important;
}
.pv-smart-search-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4338ca;
  background: rgba(99, 102, 241, 0.12);
  border-radius: var(--bs-border-radius-pill, 50rem);
}
.pv-smart-search-answer {
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--st-text-primary, #1e293b);
  white-space: pre-wrap;
}
.pv-smart-search-answer .pv-smart-search-specs {
  display: grid;
  gap: 0.5rem 1rem;
  margin: 0.75rem 0 0;
  white-space: normal;
}
@media (min-width: 576px) {
  .pv-smart-search-answer .pv-smart-search-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pv-smart-search-answer .pv-smart-search-spec__label {
  font-weight: 600;
  color: var(--st-text-muted, #475569);
}

.pv-search-empty-panel {
  max-width: 640px;
  margin: 2rem auto 3rem;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 1rem;
  background: var(--st-surface, #ffffff);
  border: 1px solid var(--st-glass-border, var(--st-border-color, #e2e8f0));
  box-shadow: var(--st-glass-shadow, 0 1px 2px rgba(15, 23, 42, 0.05), 0 4px 16px rgba(15, 23, 42, 0.07), 0 1px 0 rgba(255, 255, 255, 0.6) inset);
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}
.pv-search-empty-panel__icon {
  font-size: 2rem;
  color: #6366f1;
  margin-bottom: 0.75rem;
}
.pv-search-empty-panel__title {
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--st-text-primary);
}
.pv-search-empty-panel__message {
  color: var(--st-text-muted);
  margin-bottom: 1rem;
}
.pv-search-empty-panel__suggest-label {
  display: block;
  font-size: 0.75rem;
  color: var(--st-text-muted);
  margin-bottom: 0.5rem;
}
.pv-search-empty-panel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.pv-search-empty-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

/* 文档页 · 图集 / 视频 / 评论 */
.pv-doc-section-head {
  margin-bottom: 1rem;
}

.pv-doc-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  font-weight: 700;
  margin: 0;
}

.pv-doc-gallery__grid:empty {
  display: none;
}
.pv-doc-gallery__grid:not(:empty) {
  margin-bottom: 0.5rem;
}
.pv-doc-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
}

.pv-gallery-item {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: var(--st-surface-muted, #f8fafc);
  border: 1px solid var(--st-glass-border, var(--st-border-color, #e2e8f0));
  box-shadow: var(--st-glass-shadow-sm, 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 8px rgba(15, 23, 42, 0.05));
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}
.pv-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.pv-gallery-item figcaption {
  padding: 0.5rem 0.65rem;
  font-size: 0.75rem;
  color: var(--st-text-muted, #475569);
}
.pv-gallery-item figcaption:empty {
  display: none;
}

.pv-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.88);
  padding: 2rem;
}
.pv-gallery-lightbox__figure {
  margin: 0;
  max-width: min(92vw, 1200px);
  max-height: 88vh;
  text-align: center;
}
.pv-gallery-lightbox__figure img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 0.5rem;
}
.pv-gallery-lightbox__figure figcaption {
  color: var(--st-text-muted, #e2e8f0);
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
.pv-gallery-lightbox__close, .pv-gallery-lightbox__prev, .pv-gallery-lightbox__next {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  border-radius: 999px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  line-height: 1;
}
.pv-gallery-lightbox__close {
  top: 1rem;
  right: 1rem;
}
.pv-gallery-lightbox__prev {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.pv-gallery-lightbox__next {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

body.pv-gallery-lightbox-open {
  overflow: hidden;
}

/** 文档详情 · 视频（{pv:doc_vod} · SSOT 对齐 template/default _portal-residual.scss） */
.pv-doc-video__list:empty {
  display: none;
}

.pv-doc-video__list:not(:empty) {
  margin-bottom: 0.5rem;
}

.pv-doc-video__list:empty {
  display: none;
}
.pv-doc-video__list:not(:empty) {
  margin-bottom: 0.5rem;
}
.pv-doc-video__list {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  min-width: 0;
}
.pv-doc-video__list .pv-vod-layout,
.pv-doc-video__list .pv-vod-list {
  width: 100%;
}
@media (max-width: 576px) {
  .pv-doc-video__list {
    gap: 1rem;
  }
}

.pv-video-item {
  min-width: 0;
  max-width: 100%;
}

.pv-video-embed {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.pv-video-embed .pv-vod-embed-ratio {
  border-radius: 0.75rem;
}
.pv-video-embed .pv-vod-embed-ratio iframe,
.pv-video-embed .pv-vod-embed-ratio video {
  border-radius: 0.75rem;
}
.pv-video-embed .pv-video-iframe,
.pv-video-embed iframe:not(.pv-vod-embed-ratio iframe) {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  border-radius: 0.75rem;
  background: #000;
}
.pv-video-embed video.pv-video-native {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(70vh, 420px);
  border-radius: 0.75rem;
  background: #000;
}

.pv-video-title {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: var(--st-text-secondary, #334155);
}
.pv-video-title:empty {
  display: none;
}
@media (max-width: 576px) {
  .pv-video-title {
    font-size: 0.875rem;
  }
}

/* 文档页 · 问答 / 人才 / 产品 / 商城 */
/* 问答 FAQ：样式在 weapp/doc_ask/assets/css/ask.css（{pv:frontassets} 按需加载） */
.pv-doc-product__cards:empty {
  display: none;
}
.pv-doc-product__cards:not(:empty) {
  margin-bottom: 0.5rem;
}
.pv-doc-product__cards {
  display: grid;
  gap: 1rem;
}

.pv-product-card {
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, var(--st-surface-muted, #f8fafc) 0%, var(--st-surface, #ffffff) 100%);
  border: 1px solid var(--st-border-color, #e2e8f0);
}

.pv-product-name {
  margin: 0 0 0.35rem;
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
}

.pv-product-code {
  font-size: 0.75rem;
  color: var(--st-text-muted, #64748b);
}

.pv-product-attrs {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
}

.pv-product-attr {
  font-size: 0.75rem;
  color: var(--st-text-muted, #475569);
}

.pv-doc-shop__offers:empty {
  display: none;
}
.pv-doc-shop__offers:not(:empty) {
  margin-bottom: 0.5rem;
}
.pv-doc-shop__offers .pv-shop-offers {
  display: grid;
  gap: 0.75rem;
}

.pv-shop-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid #dbeafe;
  border-radius: 0.75rem;
  background: #eff6ff;
}

.pv-shop-offer-title {
  font-weight: 600;
  color: var(--primary-dark);
}

.pv-shop-offer-price {
  font-weight: 700;
  color: #2563eb;
}

.st-stats-v2__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .st-stats-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .st-stats-v2__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
}
.st-stats-v2__grid {
  padding: 1.15rem 0.75rem;
  border: 1px solid var(--st-border-color, var(--gray-200));
  border-radius: 16px;
  background: var(--st-surface, #ffffff);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  gap: 0;
}
@media (min-width: 576px) {
  .st-stats-v2__grid {
    padding: 1.25rem 0.5rem;
  }
}
@media (min-width: 992px) {
  .st-stats-v2__grid {
    padding: 1.35rem 0.75rem;
  }
}
.st-stats-v2__item {
  text-align: center;
  padding: 0.85rem 0.75rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
@media (min-width: 992px) {
  .st-stats-v2__item:not(:last-child) {
    border-right: 1px solid var(--st-border-color, var(--gray-200));
  }
}
@media (max-width: 991.98px) {
  .st-stats-v2__item:nth-child(odd) {
    border-right: 1px solid var(--st-border-color, var(--gray-200));
  }
  .st-stats-v2__item:nth-child(-n+2) {
    border-bottom: 1px solid var(--st-border-color, var(--gray-200));
  }
}
.st-stats-v2__item strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1.2;
}
.st-stats-v2__item strong:not([data-counter]) {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}
.st-stats-v2__item span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: var(--gray-500);
  line-height: 1.35;
}

.st-plugin-market__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .st-plugin-market__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .st-plugin-market__grid {
    grid-template-columns: 1fr;
  }
}

.st-plugin-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.5rem 0.75rem;
  align-items: start;
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.st-plugin-card--link {
  padding: 0;
}
.st-plugin-card--link:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.st-plugin-card__link {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.5rem 0.75rem;
  align-items: start;
  padding: 1rem;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
}
.st-plugin-card__link:hover .st-plugin-card__title {
  color: var(--primary);
}
.st-plugin-card__link:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.st-plugin-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  grid-row: span 2;
  margin-bottom: 0;
}
.st-plugin-card__body {
  min-width: 0;
}
.st-plugin-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  line-height: 1.35;
  color: var(--st-text-primary, var(--gray-900));
}
.st-plugin-card__title a {
  color: inherit;
  text-decoration: none;
}
.st-plugin-card__title a:hover {
  color: var(--primary);
}
.st-plugin-card__summary {
  font-size: 0.8125rem;
  color: var(--st-text-muted, var(--gray-500));
  line-height: 1.55;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.st-plugin-card__price {
  font-size: 1.125rem;
  font-weight: 800;
  color: #ea580c;
  margin: 0;
  grid-column: 2;
}
.st-plugin-card__badges {
  margin-bottom: 0.65rem;
}

body {
  background-color: var(--st-body-bg, #ffffff);
  background-image: radial-gradient(ellipse 90% 55% at 50% -18%, rgba(37, 99, 235, 0.07), transparent 58%), radial-gradient(ellipse 55% 45% at 100% 88%, rgba(37, 99, 235, 0.05), transparent 52%), radial-gradient(ellipse 45% 40% at 0% 72%, rgba(59, 130, 246, 0.04), transparent 48%);
  background-attachment: fixed;
}

[data-bs-theme=dark] body {
  background-image: radial-gradient(ellipse 90% 55% at 50% -18%, rgba(37, 99, 235, 0.12), transparent 58%), radial-gradient(ellipse 55% 45% at 100% 88%, rgba(37, 99, 235, 0.08), transparent 52%), radial-gradient(ellipse 45% 40% at 0% 72%, rgba(59, 130, 246, 0.06), transparent 48%);
}

.st-feature-card, .st-theme-card, .st-news-block__card, .st-news-block__item, .st-inner-card, .st-inner-aside-card, .st-article-panel, .st-inner-panel, .st-docs-section-card, .st-docs-hub-intro, .sidebar-card, .st-contact-card, .contact-form-card, .pricing-card, .compare-table-wrap, .st-pricing-compare-wrap, .st-pricing-hero-tier-card, .document-card, .list-card, .sidebar-widget, .st-mall-card, .st-catalog-card, .st-inner-shell__card, .pv-list-news-item, .st-error-content, .st-mall-product-card, .st-mall-product-header-card, .st-mall-product-detail-card, .st-mall-product-rules, .st-mall-shop-card, .st-mall-aside-panel, .st-template-market-card, .st-ask-panel, .st-ask-aside-card, .strength-panel, .value-card, .about-visual-card, .st-breadcrumb-bar, .st-friendlinks:not(.footer-www .st-friendlinks), .modal-content, .st-portal-channel-featured__card, .st-portal-channel-tile, .st-portal-channel-step, .st-about-plugin-chip, .st-about-cap-tabs__shell, .st-mall-catalog-stat-card {
  background: var(--st-surface, #ffffff);
  border: 1px solid var(--st-glass-border, var(--st-border-color, #e2e8f0));
  box-shadow: var(--st-glass-shadow, 0 1px 2px rgba(15, 23, 42, 0.05), 0 4px 16px rgba(15, 23, 42, 0.07), 0 1px 0 rgba(255, 255, 255, 0.6) inset);
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}

.st-mall-catalog-card {
  background: var(--st-surface-muted, #f8fafc);
  border: 1px solid var(--st-glass-border, var(--st-border-color, #e2e8f0));
  box-shadow: var(--st-glass-shadow-sm, 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 8px rgba(15, 23, 42, 0.05));
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}

.st-template-market .template-card {
  background: var(--st-surface, #ffffff);
  border: 1px solid var(--st-glass-border, var(--st-border-color, #e2e8f0));
  box-shadow: var(--st-glass-shadow, 0 1px 2px rgba(15, 23, 42, 0.05), 0 4px 16px rgba(15, 23, 42, 0.07), 0 1px 0 rgba(255, 255, 255, 0.6) inset);
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}

.st-inner,
.st-feature-grid,
.st-section--muted,
.st-inner-shell--muted,
.st-news-block__list-wrap,
.st-mall-filter-chip,
.st-catalog-filter__chip,
.st-plugin-card {
  background: var(--st-surface-muted, #f8fafc);
  border: 1px solid var(--st-glass-border, var(--st-border-color, #e2e8f0));
  box-shadow: var(--st-glass-shadow-sm, 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 8px rgba(15, 23, 42, 0.05));
  -webkit-backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
  backdrop-filter: blur(var(--st-glass-blur, 14px)) saturate(var(--st-glass-saturate, 1.4));
}

.st-inner-shell, .st-mall-product-layout-page {
  background: var(--st-inner-bg, #f8fafc);
}

.st-feature-card, .st-theme-card, .st-plugin-card, .st-news-block__card, .st-mall-catalog-card, .st-mall-product-card, .st-template-market .template-card, .value-card {
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.st-feature-card:hover, .st-theme-card:hover, .st-plugin-card:hover, .st-news-block__card:hover, .st-mall-catalog-card:hover, .st-mall-product-card:hover, .st-template-market .template-card:hover, .value-card:hover {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: var(--st-glass-shadow-md, 0 2px 4px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.09), 0 1px 0 rgba(255, 255, 255, 0.55) inset);
  transform: translateY(-3px);
}

@media (prefers-reduced-transparency: reduce) {
  :root {
    --st-surface: #ffffff;
    --st-surface-muted: #f8fafc;
    --st-nav-bg: #ffffff;
  }
  [data-bs-theme=dark] {
    --st-surface: #161f33;
    --st-surface-muted: #0b1220;
    --st-nav-bg: #111827;
  }
  body {
    background-image: none;
  }
  .st-page-band--surface,
  .st-page-band--muted,
  .st-feature-card,
  .st-theme-card,
  .st-plugin-card,
  .st-inner-card,
  .st-mall-product-card,
  .navbar-pivark {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.st-topbar {
  background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 45%, #3b82f6 100%);
  color: #ffffff;
  font-size: 0.8125rem;
}
.st-topbar-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0;
  flex-wrap: wrap;
}
.st-topbar-badge {
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  font-weight: 700;
  font-size: 0.75rem;
}
.st-topbar-text {
  flex: 1;
  margin: 0;
  min-width: 0;
}
.st-topbar-text a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.st-topbar-text a:hover {
  opacity: 0.9;
}
.st-topbar-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.st-topbar-link:hover {
  opacity: 0.9;
}
.st-topbar-close {
  flex-shrink: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.15rem 0.35rem;
  margin-left: auto;
  cursor: pointer;
  opacity: 0.85;
}
.st-topbar-close:hover {
  opacity: 1;
}

.navbar-st {
  border-bottom: 1px solid var(--st-nav-border, var(--gray-200));
  --st-nav-bar-height: 4.5rem;
}

.navbar-st.navbar-pivark {
  position: sticky;
  top: 0;
  z-index: 1035;
  overflow: visible;
}

.navbar-st .navbar-nav .nav-link {
  font-size: 0.96875rem;
  font-weight: 500;
  color: var(--gray-700);
  padding: 0.85rem 0.9rem;
  border-radius: 0;
  position: relative;
  background: transparent;
}

.navbar-st .navbar-nav > .nav-item > .nav-link::after,
.navbar-st .st-nav-dropdown-split__link::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.45rem;
  height: 2px;
  border-radius: 1px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.navbar-st .navbar-nav > .nav-item:hover > .nav-link::after,
.navbar-st .navbar-nav > .nav-item.active > .nav-link::after,
.navbar-st .st-nav-dropdown.active .st-nav-dropdown-split__link::after,
.navbar-st .st-nav-dropdown.show .st-nav-dropdown-split__link::after {
  transform: scaleX(1);
}

.navbar-st .navbar-nav .nav-link:hover,
.navbar-st .navbar-nav .nav-link:focus,
.navbar-st .navbar-nav .nav-item.active > .nav-link,
.navbar-st .navbar-nav .nav-item.show > .nav-link {
  color: var(--primary);
  background: transparent;
}

.navbar-st .navbar-nav .dropdown-toggle::after {
  display: none !important;
  content: none !important;
}

.navbar-st .st-nav-dropdown-split {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  vertical-align: middle;
}

.navbar-st .st-nav-dropdown-split__link {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 0.9rem;
  border-radius: 0;
  background: transparent;
}

.navbar-st .st-nav-dropdown-split__caret {
  display: none !important;
}

.navbar-st .st-nav-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navbar-st .st-nav-dropdown-split:hover,
.navbar-st .st-nav-dropdown.show .st-nav-dropdown-split,
.navbar-st .st-nav-dropdown.active .st-nav-dropdown-split {
  background: transparent;
}

.navbar-st .st-nav-dropdown-split__link:hover,
.navbar-st .st-nav-dropdown-split__link:focus,
.navbar-st .st-nav-dropdown-split:hover .st-nav-dropdown-split__link,
.navbar-st .st-nav-dropdown.show .st-nav-dropdown-split__link,
.navbar-st .st-nav-dropdown.active .st-nav-dropdown-split__link {
  color: var(--primary);
  background: transparent;
}

.navbar-st .dropdown-menu {
  --bs-dropdown-min-width: 14rem;
  --bs-dropdown-border-color: var(--st-border-color, var(--gray-200));
  --bs-dropdown-border-radius: 0 0 14px 14px;
  --bs-dropdown-box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  --bs-dropdown-padding-y: 0.85rem;
  --bs-dropdown-padding-x: 0.65rem;
  margin-top: 0;
  z-index: 1050;
  border-top: 2px solid var(--primary);
}

.navbar-st .dropdown-item {
  --bs-dropdown-link-color: var(--gray-700);
  --bs-dropdown-link-hover-color: var(--primary);
  --bs-dropdown-link-hover-bg: rgba(37, 99, 235, 0.08);
  --bs-dropdown-link-active-color: var(--primary);
  --bs-dropdown-link-active-bg: rgba(37, 99, 235, 0.08);
  border-radius: 8px;
  font-size: 0.9375rem;
  line-height: 1.45;
}

@keyframes st-nav-dropdown-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar-st .st-nav-dropdown > .dropdown-menu {
  display: none !important;
  position: static;
  float: none;
  width: 100%;
  margin: 0;
  transform: none;
}

.navbar-st .st-nav-dropdown.show > .dropdown-menu,
.navbar-st .st-nav-dropdown > .dropdown-menu.show {
  display: block !important;
  animation: st-nav-dropdown-in 0.22s ease;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-st .st-nav-dropdown.show > .dropdown-menu,
  .navbar-st .st-nav-dropdown > .dropdown-menu.show {
    animation: none;
  }
}
@media (min-width: 992px) {
  .navbar-st .navbar-st-nav,
  .navbar-st .navbar-st-nav .navbar-nav {
    overflow: visible;
  }
  .navbar-st .st-nav-dropdown {
    position: relative;
    display: inline-block;
    width: auto;
  }
  .navbar-st .st-nav-dropdown > .dropdown-menu,
  .navbar-st .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-st > .container.navbar-st-container {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    min-height: var(--st-nav-bar-height);
  }
  .navbar-st.navbar-pivark {
    padding: 0;
  }
  .navbar-st.navbar-pivark.scrolled {
    padding: 0;
  }
  .navbar-st .navbar-brand-st .logo-icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }
  .navbar-st .st-nav-dropdown > .dropdown-menu.st-nav-dropdown-menu--cols {
    min-width: 0;
    width: max-content;
    max-width: min(22rem, 100vw - 2rem);
    padding: 0.55rem 0.4rem;
  }
  .navbar-st .st-nav-dropdown.show > .dropdown-menu.st-nav-dropdown-menu--cols,
  .navbar-st .st-nav-dropdown > .dropdown-menu.st-nav-dropdown-menu--cols.show {
    display: grid !important;
    grid-template-columns: repeat(2, max-content);
    column-gap: 0.35rem;
    row-gap: 0.15rem;
    justify-content: start;
    align-items: stretch;
  }
  .navbar-st .st-nav-dropdown > .dropdown-menu.st-nav-dropdown-menu--cols > li {
    min-width: 0;
    width: auto;
  }
  .navbar-st .st-nav-dropdown > .dropdown-menu.st-nav-dropdown-menu--cols .dropdown-item {
    width: auto;
    min-width: 7.5rem;
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
  }
  .navbar-st .navbar-nav > .nav-item:nth-last-child(-n+3) .st-nav-dropdown > .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-st .navbar-brand-st {
    flex: 0 0 auto;
  }
  .navbar-st .navbar-st-nav {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.35rem;
    min-width: 0;
    margin-left: auto;
    padding: 0;
    border: 0;
  }
  .navbar-st .navbar-st-nav .navbar-nav {
    flex: 0 1 auto !important;
    flex-wrap: nowrap;
    margin: 0;
    justify-content: flex-end !important;
  }
  .navbar-st .st-header-toolbar--aside {
    flex: 0 0 auto;
    margin-left: 0.85rem;
    padding-left: 0.85rem;
    border-left: 1px solid var(--gray-200);
  }
  .navbar-st .navbar-st-nav .st-header-toolbar {
    display: none !important;
  }
  .navbar-st .navbar-st-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-st .navbar-st-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
  }
  .navbar-st .navbar-brand-st {
    flex: 1 1 auto;
    min-width: 0;
  }
  .navbar-st .navbar-st-toggler {
    margin-left: auto;
  }
  .navbar-st .navbar-st-nav {
    flex: 1 0 100%;
    flex-direction: column;
    align-items: stretch !important;
    width: 100%;
    padding-top: 0.75rem;
    border-top: 1px solid var(--gray-200);
    margin-top: 0.25rem;
  }
  .navbar-st .navbar-st-nav .navbar-nav {
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100%;
  }
  .navbar-st .navbar-st-nav .navbar-nav > .nav-item {
    width: 100%;
  }
  .navbar-st .st-nav-dropdown {
    display: block;
    width: 100%;
    position: static;
  }
  .navbar-st .st-nav-dropdown-split {
    display: flex;
    width: 100%;
  }
  .navbar-st .st-nav-dropdown-split__link {
    flex: 1 1 auto;
    width: 100%;
  }
  .navbar-st .st-header-toolbar--aside {
    display: none !important;
  }
  .navbar-st .navbar-st-nav .st-header-toolbar {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    padding-top: 0.75rem;
    margin-top: 0.5rem;
    border-top: 1px solid var(--gray-100);
  }
  .navbar-st .st-header-search-form {
    flex: 1 1 auto;
    min-width: 0;
  }
  .navbar-st .dropdown-menu {
    border: 0;
    box-shadow: none;
    padding-left: 0.75rem;
    background: transparent;
    border-top: 0;
    animation: none;
  }
  .navbar-st .st-nav-dropdown > .dropdown-menu {
    position: static !important;
    top: auto;
    left: auto;
    float: none;
    min-width: 0;
    width: 100%;
    margin: 0;
    transform: none;
  }
  .navbar-st .st-nav-dropdown > .dropdown-menu.st-nav-dropdown-menu--cols {
    min-width: 0;
    padding-left: 0.75rem;
  }
  .navbar-st .st-nav-dropdown.show > .dropdown-menu.st-nav-dropdown-menu--cols,
  .navbar-st .st-nav-dropdown > .dropdown-menu.st-nav-dropdown-menu--cols.show {
    display: block !important;
  }
  .navbar-st:has(#navbarNav.show) {
    z-index: 10001;
  }
}
.navbar-st .navbar-st-container {
  overflow: visible;
}

.st-header-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.625rem;
}
.st-header-toolbar__auth {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.5rem;
}

.st-header-search-form {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  width: min(14.5rem, 100%);
  margin: 0;
  padding: 0.4rem 0.85rem 0.4rem 0.7rem;
  border: 1px solid var(--st-border-color, var(--gray-200));
  border-radius: var(--bs-border-radius-pill, 50rem);
  background: var(--st-surface, #ffffff);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.st-header-search-form:focus-within {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width, 0.25rem) rgba(37, 99, 235, 0.1);
}
.st-header-search-form:focus-within .st-header-search-form__icon {
  color: var(--primary);
}
.st-header-search-form__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gray-400);
  font-size: 0.875rem;
  line-height: 1;
}
.st-header-search-form__input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  border: 0 !important;
  background: transparent !important;
  padding: 0;
  font-size: 0.75rem;
  color: var(--gray-800);
  outline: none !important;
  box-shadow: none !important;
}
.st-header-search-form__input::placeholder {
  color: var(--gray-400);
}

/* 桌面顶栏：默认仅搜索图标，点击后展开输入框 */
@media (min-width: 992px) {
  .st-header-search-form--collapsible {
    position: relative;
    width: auto;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    gap: 0;
  }
  .st-header-search-form--collapsible:not(.is-open) {
    width: auto;
  }
  .st-header-search-form--collapsible.is-open {
    width: min(14.5rem, 100%);
    padding: 0.4rem 0.85rem 0.4rem 0.7rem;
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    background: var(--st-surface, #ffffff);
    gap: 0.45rem;
  }
  .st-header-search-form--collapsible.is-open:focus-within {
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  }
  .st-header-search-form__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    margin: 0;
    padding: 0;
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    background: var(--st-surface, #ffffff);
    color: var(--gray-500);
    font-size: 0.875rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
  }
  .st-header-search-form__toggle:hover,
  .st-header-search-form__toggle:focus-visible {
    border-color: rgba(37, 99, 235, 0.35);
    color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    outline: none;
  }
  .st-header-search-form--collapsible.is-open .st-header-search-form__toggle {
    display: none;
  }
  .st-header-search-form__panel {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-width 0.28s ease, opacity 0.2s ease;
  }
  .st-header-search-form--collapsible.is-open .st-header-search-form__panel {
    flex: 1 1 auto;
    max-width: 14.5rem;
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 991.98px) {
  .st-header-search-form__toggle {
    display: none;
  }
  .st-header-search-form__panel {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    opacity: 1;
    pointer-events: auto;
  }
}
.st-header-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.35rem;
  padding: 0.4rem 0.95rem;
  border: 0 !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #ffffff !important;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.2);
  transition: var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

.st-header-login-btn:hover,
.st-header-login-btn:focus-visible {
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.26);
  transform: translateY(-1px);
}

.st-header-login-btn--compact {
  width: 2.35rem;
  min-height: 2.35rem;
  padding: 0;
}
.st-header-login-btn--compact span {
  display: none;
}

@media (min-width: 992px) {
  .st-header-login-btn--compact {
    display: none !important;
  }
}
.st-header-user-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.28);
  background: #eff6ff;
  color: var(--primary-dark);
  transition: var(--transition);
}

.st-header-user-btn:hover,
.st-header-user-btn:focus-visible {
  background: #dbeafe;
  border-color: rgba(37, 99, 235, 0.45);
}

.navbar-st .pv-demo-user-dropdown .dropdown-toggle::after {
  display: none;
}

.navbar-st .pv-demo-user-toggle-avatar {
  display: block;
  width: 1.65rem;
  height: 1.65rem;
  object-fit: cover;
  border-radius: 50%;
}

.navbar-st .pv-demo-user-toggle-avatar--letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-dark);
  background: var(--st-surface, #ffffff);
  border-radius: 50%;
}

.navbar-st .pv-demo-dropdown {
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius);
}

.navbar-st .pv-demo-user-menu {
  width: min(18.5rem, 100vw - 1.5rem);
  padding: 0;
  overflow: hidden;
  border-radius: 14px !important;
}

.navbar-st .pv-demo-user-menu__head {
  padding: 0.95rem 1rem 0.85rem;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.navbar-st .pv-demo-user-menu__profile {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.navbar-st .pv-demo-user-menu__avatar {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.18);
}

.navbar-st .pv-demo-user-menu__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-st .pv-demo-user-menu__avatar-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
}

.navbar-st .pv-demo-user-menu__meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.navbar-st .pv-demo-user-menu__name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--gray-900);
}

.navbar-st .pv-demo-user-menu__user {
  font-size: 0.75rem;
  color: var(--gray-500);
}

.navbar-st .pv-demo-user-menu__level {
  display: inline-block;
  width: fit-content;
  margin-top: 0.15rem;
  padding: 0.1rem 0.45rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(37, 99, 235, 0.28);
  border-radius: 999px;
}

.navbar-st .pv-demo-user-menu__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.navbar-st .pv-demo-user-menu__stats:has(.pv-demo-user-menu__stat:only-child) {
  grid-template-columns: 1fr;
}

.navbar-st .pv-demo-user-menu__stat {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.5rem 0.55rem;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.navbar-st .pv-demo-user-menu__stat:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}

.navbar-st .pv-demo-user-menu__stat-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--gray-900);
}

.navbar-st .pv-demo-user-menu__stat-label {
  font-size: 0.6875rem;
  color: var(--gray-500);
}

.navbar-st .pv-demo-user-menu__quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0.65rem 0.75rem;
  list-style: none;
}

.navbar-st .pv-demo-user-menu__quick-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.45rem 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gray-600);
  text-align: center;
  text-decoration: none;
  background: var(--gray-100);
  border: 1px solid transparent;
  border-radius: 10px;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.navbar-st .pv-demo-user-menu__quick-item i {
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  color: var(--primary);
}

.navbar-st .pv-demo-user-menu__quick-item:hover {
  color: var(--primary-dark);
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.28);
}

.navbar-st .pv-demo-user-menu .dropdown-item {
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
}

.navbar-st .pv-demo-user-menu .dropdown-item i {
  width: 1.15rem;
  margin-right: 0.35rem;
  opacity: 0.85;
}

.pv-portal-login-modal.modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 10050;
  overflow-x: hidden;
  overflow-y: auto;
}
.pv-portal-login-modal.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.pv-portal-login-modal .modal-dialog {
  flex: 0 0 auto;
  width: min(420px, 100vw - 2rem);
  max-width: none;
  margin: 0;
  min-height: 0 !important;
}
.pv-portal-login-modal .modal-content {
  max-height: calc(100vh - 2rem);
  overflow: auto;
}
.pv-portal-login-modal__content {
  border-radius: 1.15rem !important;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}
.pv-portal-login-modal__hero {
  position: relative;
  padding: 1.65rem 1.5rem 1.25rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 52%, #3b82f6 100%);
}
.pv-portal-login-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  filter: invert(1);
  opacity: 0.88;
}
.pv-portal-login-modal__hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.pv-portal-login-modal__title {
  margin: 0 0 0.4rem;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.pv-portal-login-modal__desc {
  margin: 0 auto;
  max-width: 18rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}
.pv-portal-login-modal__body {
  padding: 1.35rem 1.5rem 1.45rem !important;
  background: var(--st-surface, #ffffff);
}
.pv-portal-login-modal__links {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.pv-portal-login-modal__links a {
  color: var(--gray-500);
  text-decoration: none;
}
.pv-portal-login-modal__links a:hover {
  color: var(--primary);
}
.pv-portal-login-modal__links-primary {
  font-weight: 600;
  color: var(--primary) !important;
}
.pv-portal-login-modal__links-muted {
  color: var(--gray-500);
}
.pv-portal-login-modal__fullpage {
  margin-top: 0.85rem;
  font-size: 0.8125rem;
  text-align: center;
}
.pv-portal-login-modal__fullpage a {
  color: var(--gray-500);
  text-decoration: none;
}
.pv-portal-login-modal__fullpage a:hover {
  color: var(--primary);
}
.pv-portal-login-modal .pv-portal-login-captcha-btn {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}
.pv-portal-login-modal .pv-captcha-img {
  display: block;
  width: 120px;
  height: 38px;
  object-fit: cover;
}

.pv-portal-login-form .form-label {
  margin-bottom: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--st-text-secondary, var(--gray-700));
}
.pv-portal-login-form .input-group-text {
  --bs-input-group-addon-bg: #eff6ff;
  --bs-input-group-addon-color: var(--primary);
  --bs-input-group-addon-border-color: var(--st-border-color, var(--gray-200));
}
.pv-portal-login-form .form-control {
  --bs-border-color: var(--st-border-color, var(--gray-200));
  --bs-body-bg: var(--st-surface, #ffffff);
  min-height: 2.65rem;
  font-size: 0.875rem;
  border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}
.pv-portal-login-form .form-control:focus {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.12);
}
.pv-portal-login-form .input-group > .input-group-text {
  border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}
.pv-portal-login-form__submit {
  min-height: 2.85rem;
  margin-top: 0.35rem;
  font-weight: 700;
  font-size: 0.9375rem;
  border-radius: 12px;
}

.pv-portal-login-social {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--st-border-color, var(--gray-200));
}
.pv-portal-login-social:not(:has(.pv-social-logins a)) {
  display: none;
}

.navbar-brand-st .brand-text small {
  display: none;
}

/* ===== 官网内页 (st-inner) ===== */
.st-inner {
  background: var(--st-inner-bg, #f8fafc);
}
.st-inner .pv-list-news-item {
  display: grid;
  grid-template-columns: minmax(140px, 240px) 1fr;
  gap: 1.25rem;
  padding: 1.25rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.st-inner .pv-list-news-item:last-child {
  margin-bottom: 0;
}
.st-inner .pv-list-news-item:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.st-inner .pv-list-news-item:hover .pv-list-news-thumb img {
  transform: scale(1.03);
}
@media (max-width: 767.98px) {
  .st-inner .pv-list-news-item {
    grid-template-columns: 1fr;
  }
}
.st-inner .pv-list-news-thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--gray-100);
}
.st-inner .pv-list-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.st-inner .pv-list-news-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 2rem;
  color: var(--gray-400);
}
.st-inner .pv-list-news-body time {
  font-size: 0.75rem;
  color: var(--gray-500);
  font-weight: 500;
}
.st-inner .pv-list-news-body h2 {
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  font-weight: 700;
  margin: 0.35rem 0 0.5rem;
  line-height: 1.45;
}
.st-inner .pv-list-news-body h2 a {
  color: var(--gray-800);
  text-decoration: none;
}
.st-inner .pv-list-news-body h2 a:hover {
  color: var(--primary);
}
.st-inner-shell {
  min-height: 50vh;
}
.st-inner-main {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.st-inner-news .st-article-panel {
  padding: 1.25rem;
}
.st-inner-card {
  border-radius: 12px;
  padding: 1.5rem;
}
.st-inner-card h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--st-text-primary);
}
.st-inner-aside-card {
  border-radius: 12px;
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
}
.st-inner-aside-title {
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--st-text-primary);
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--st-border-color);
}
.st-inner-aside-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.st-inner-aside-links li {
  margin-bottom: 0.35rem;
}
.st-inner-aside-links a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--st-text-primary);
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0.35rem 0;
}
.st-inner-aside-links a:hover {
  color: var(--primary);
}
.st-inner-aside-links i {
  color: var(--primary);
  width: 1rem;
}
.st-inner-cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, #1d4ed8 100%);
  color: #ffffff;
  border-radius: 14px;
  padding: 1.5rem 1.75rem;
}
@media (max-width: 767.98px) {
  .st-inner-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.st-inner-cta-text h2 {
  font-size: clamp(1.0625rem, 1.2vw, 1.125rem);
  font-weight: 800;
  margin-bottom: 0.35rem;
}
.st-inner-cta-text p {
  margin: 0;
  font-size: 0.875rem;
  opacity: 0.92;
}
.st-inner-cta-text a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.st-inner-cta-text a:hover {
  color: #ffffff;
  opacity: 0.9;
}
.st-inner-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.st-article-panel {
  border-radius: 12px;
  padding: 1.5rem;
}

.st-breadcrumb-bar {
  border-bottom: 1px solid var(--gray-200);
  padding: 0.65rem 0;
  font-size: 0.75rem;
}
.st-breadcrumb-bar .breadcrumb {
  margin: 0;
}

.st-hero--page + .st-breadcrumb-bar,
.st-hero--portal + .st-breadcrumb-bar,
.st-mall-hero + .st-breadcrumb-bar {
  border-top: 0;
  background: var(--st-breadcrumb-muted-bg, #f8fafc);
}

.st-friendlinks {
  background: var(--st-surface, #ffffff);
  border-top: 1px solid var(--gray-200);
  padding: 0.85rem 0;
}
.st-friendlinks-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
}
.st-friendlinks-label {
  flex-shrink: 0;
  font-weight: 700;
  color: var(--gray-500);
}
.st-friendlinks-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.st-friendlinks-list a {
  color: var(--gray-600);
  text-decoration: none;
}
.st-friendlinks-list a:hover {
  color: var(--primary);
}

/* 官网 Footer：去掉顶部空黑条，统一深色底 */
.footer.footer-www {
  padding: 0;
  background: linear-gradient(180deg, #0f172a 0%, #111827 55%, #0b1220 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
}
.footer.footer-www > .container {
  padding: 3rem 0 1.75rem;
}
@media (max-width: 991.98px) {
  .footer.footer-www > .container {
    padding: 2.25rem 0 1.5rem;
  }
}
.footer.footer-www .st-friendlinks {
  background: rgba(255, 255, 255, 0.03);
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.7rem 0;
}
.footer.footer-www .st-friendlinks-label {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.footer.footer-www .st-friendlinks-list a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  transition: color 0.15s;
}
.footer.footer-www .st-friendlinks-list a:hover {
  color: #ffffff;
}
.footer.footer-www .footer-grid {
  margin-bottom: 2.25rem;
  gap: 2rem 1.75rem;
}
@media (max-width: 991.98px) {
  .footer.footer-www .footer-grid {
    margin-bottom: 1.5rem;
  }
}
.footer.footer-www .footer-brand {
  max-width: 320px;
}
.footer.footer-www .footer-logo {
  margin-bottom: 0.85rem;
}
.footer.footer-www .footer-logo .logo-icon {
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}
.footer.footer-www .footer-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.footer.footer-www .footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
}
.footer.footer-www .footer-social a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  transform: translateY(-1px);
}
.footer.footer-www .footer-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.65rem;
}
.footer.footer-www .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.25rem;
  height: 2px;
  border-radius: 1px;
  background: var(--primary);
  opacity: 0.85;
}
.footer.footer-www .footer-links li {
  margin-bottom: 0.55rem;
}
.footer.footer-www .footer-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}
.footer.footer-www .footer-links a:hover {
  color: #ffffff;
  padding-left: 2px;
}
.footer.footer-www .footer-bottom {
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.38);
}
.footer.footer-www .footer-bottom p {
  font-size: 0.75rem;
  margin: 0;
}
.footer.footer-www .footer-meta {
  color: rgba(255, 255, 255, 0.38);
}
.footer.footer-www .footer-meta a {
  color: rgba(255, 255, 255, 0.45);
}
.footer.footer-www .footer-meta a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.st-search-form {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.st-error-page {
  padding: 4rem 0;
}
.st-error-content {
  background: var(--st-surface, #ffffff);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  max-width: 560px;
  margin: 0 auto;
  box-shadow: var(--shadow-md);
}

.st-doc-list-head .st-hero__title {
  margin-bottom: 0.5rem;
}

/* ── 帮助单页 · Docsify iframe 嵌入 ── */
.st-docs-section-main {
  padding-top: 0;
}

.st-docs-embed-panel {
  background: var(--st-surface, #ffffff);
  border: 1px solid var(--st-border-color, rgba(0, 0, 0, 0.08));
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  min-height: 720px;
}
.st-docs-embed-frame {
  display: block;
  width: 100%;
  min-height: 720px;
  height: calc(100vh - 320px);
  border: 0;
  background: var(--st-surface-muted, #eef2f7);
}
@media (max-width: 991.98px) {
  .st-docs-embed-frame {
    min-height: 560px;
    height: calc(100vh - 280px);
  }
}

.st-help-aside .st-inner-aside-links li.is-active > a {
  color: var(--primary);
  font-weight: 600;
}
.st-help-aside-extra {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--st-border-color, rgba(0, 0, 0, 0.08));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.st-help-aside-extra a {
  color: var(--st-text-muted, #64748b);
  text-decoration: none;
}
.st-help-aside-extra a:hover {
  color: var(--primary);
}

/* ── 帮助中心首页 · 文档分区卡片 ── */
.st-docs-hub-intro {
  background: var(--st-surface-muted);
  border: 1px solid var(--st-border-color);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  color: var(--st-text-muted);
}
.st-docs-hub-intro p {
  color: var(--st-text-muted);
}
.st-docs-hub-intro strong {
  color: var(--st-text-primary);
}
.st-docs-hub-intro a {
  color: var(--primary);
}
.st-docs-hub-intro .text-muted {
  color: var(--st-text-muted) !important;
}
.st-docs-section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 991.98px) {
  .st-docs-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .st-docs-section-grid {
    grid-template-columns: 1fr;
  }
}
.st-docs-section-card {
  background: var(--st-surface, #ffffff);
  border: 1px solid var(--st-border-color);
  border-radius: 12px;
  padding: 1.25rem;
}
.st-docs-section-card h2 {
  color: var(--st-text-primary);
}
.st-docs-section-card h2 a {
  color: var(--st-text-primary);
  text-decoration: none;
}
.st-docs-section-card h2 a:hover {
  color: var(--primary);
}
.st-docs-section-card .text-muted {
  color: var(--st-text-muted) !important;
}
.st-docs-featured-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1rem;
  flex: 1;
}
.st-docs-featured-list li {
  padding: 0.35rem 0;
  border-bottom: 1px dashed var(--st-border-color);
}
.st-docs-featured-list li:last-child {
  border-bottom: 0;
}
.st-docs-featured-list a {
  color: var(--st-text-primary);
  text-decoration: none;
}
.st-docs-featured-list a:hover {
  color: var(--primary);
}

/* ===== 官网问答社区 (st-ask-hub) ===== */
.st-ask-hub .st-inner-main {
  padding-top: 1.25rem;
}

.st-ask-hub .st-page-band.st-inner-main,
.st-ask-hub .st-ask-main {
  background: var(--st-inner-bg);
}

.st-ask-panel {
  border-radius: 12px;
  overflow: hidden;
}
.st-ask-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--st-border-color);
  background: var(--st-surface-muted);
}
@media (max-width: 991.98px) {
  .st-ask-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}
.st-ask-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.st-ask-tab {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--st-text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.st-ask-tab:hover {
  color: var(--primary);
  background: rgba(37, 99, 235, 0.1);
}
.st-ask-tab.is-active {
  color: #fff;
  background: var(--primary);
}
.st-ask-post-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #f97316, #ea580c);
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.25);
}
.st-ask-post-btn:hover {
  color: #fff;
  transform: translateY(-1px);
}
@media (max-width: 991.98px) {
  .st-ask-post-btn {
    justify-content: center;
  }
}
.st-ask-post-btn--guest {
  background: linear-gradient(135deg, #64748b, #475569);
  box-shadow: 0 4px 12px rgba(71, 85, 105, 0.2);
}
.st-ask-post-btn--member {
  background: linear-gradient(135deg, #f97316, #ea580c);
}
.st-ask-login-hint {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  padding: 0.65rem 1rem;
  font-size: 0.75rem;
  color: var(--st-text-muted);
  background: rgba(37, 99, 235, 0.08);
  border-bottom: 1px solid rgba(37, 99, 235, 0.15);
}
.st-ask-login-hint a {
  font-weight: 700;
  color: var(--primary);
}
.st-ask-excerpt {
  margin: 0.25rem 0 0.5rem;
  font-size: 0.75rem;
  color: var(--st-text-muted);
  line-height: 1.5;
}
.st-ask-answer-preview {
  margin: 0.5rem 0;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}
.st-ask-answer-preview p {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: #166534;
  line-height: 1.55;
}
.st-ask-answer-label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #15803d;
}
.st-ask-hot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--st-border-color);
  background: var(--st-surface-muted);
}
.st-ask-hot-tag {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 6px;
  font-size: 0.75rem;
  color: var(--st-text-primary);
  background: var(--st-surface);
  border: 1px solid var(--st-border-color);
  text-decoration: none;
}
.st-ask-hot-tag:hover {
  color: var(--primary);
  border-color: rgba(37, 99, 235, 0.35);
  background: rgba(37, 99, 235, 0.08);
}
.st-ask-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.st-ask-item {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--st-border-color);
  transition: background 0.15s ease;
}
.st-ask-item:hover {
  background: var(--st-surface-muted);
}
.st-ask-item:last-child {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .st-ask-item {
    grid-template-columns: 44px 1fr;
  }
}
.st-ask-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.25rem 0.15rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: var(--gray-400);
}
.st-ask-rank--sm {
  min-height: auto;
  padding: 0.1rem 0.35rem;
  font-size: 0.6875rem;
  border-radius: 4px;
}
.st-ask-rank--official {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
}
.st-ask-rank--general {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}
.st-ask-rank--lieutenant-general {
  background: linear-gradient(135deg, #9333ea, #7e22ce);
}
.st-ask-rank--colonel {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}
.st-ask-rank--major {
  background: linear-gradient(135deg, #0284c7, #0369a1);
}
.st-ask-rank--captain {
  background: linear-gradient(135deg, #0891b2, #0e7490);
}
.st-ask-rank--lieutenant {
  background: linear-gradient(135deg, #059669, #047857);
}
.st-ask-rank--lieutenant-junior {
  background: linear-gradient(135deg, #16a34a, #15803d);
}
.st-ask-rank--squad {
  background: linear-gradient(135deg, #65a30d, #4d7c0f);
}
.st-ask-rank--private {
  background: linear-gradient(135deg, #94a3b8, #64748b);
}
.st-ask-body {
  min-width: 0;
}
.st-ask-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}
.st-ask-badge {
  display: inline-block;
  padding: 0.08rem 0.4rem;
  border-radius: 4px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
}
.st-ask-badge--pin {
  color: #fff;
  background: #ef4444;
}
.st-ask-badge--essence {
  color: #fff;
  background: #f59e0b;
}
.st-ask-bounty {
  color: #ea580c;
  font-size: 0.75rem;
  font-weight: 700;
}
.st-ask-title {
  color: var(--st-text-primary);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.45;
}
.st-ask-title:hover {
  color: var(--primary);
}
.st-ask-meta {
  font-size: 0.75rem;
  color: var(--st-text-muted);
  line-height: 1.5;
}
.st-ask-meta a {
  color: var(--st-text-muted);
  text-decoration: none;
}
.st-ask-meta a:hover {
  color: var(--primary);
}
.st-ask-meta-sep {
  margin: 0 0.35rem;
  color: var(--st-border-color);
}
.st-ask-stats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  min-width: 56px;
  font-size: 0.75rem;
  color: var(--st-text-muted);
  white-space: nowrap;
}
.st-ask-stats span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 991.98px) {
  .st-ask-stats {
    grid-column: 2;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0.25rem;
  }
}
.st-ask-empty, .st-ask-footnote {
  padding: 1rem;
}
.st-ask-footnote {
  border-top: 1px solid var(--st-border-color);
  background: var(--st-surface-muted);
}
.st-ask-aside-card {
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.st-ask-aside-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--st-text-primary);
  margin-bottom: 0.75rem;
}
.st-ask-board-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.st-ask-board-list li + li {
  margin-top: 0.35rem;
}
.st-ask-board-list a {
  display: block;
  padding: 0.35rem 0;
  font-size: 0.875rem;
  color: var(--st-text-primary);
  text-decoration: none;
}
.st-ask-board-list a:hover {
  color: var(--primary);
}
.st-ask-user-tabs {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.st-ask-user-tab {
  border: 0;
  background: transparent;
  padding: 0;
  font-weight: 600;
  color: var(--st-text-muted);
  cursor: pointer;
}
.st-ask-user-tab.is-active {
  color: var(--primary);
}
.st-ask-user-tab-sep {
  color: var(--st-border-color);
}
.st-ask-user-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.st-ask-user-list.is-hidden {
  display: none;
}
.st-ask-user-item + .st-ask-user-item {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed var(--st-border-color);
}
.st-ask-user-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.25rem;
}
.st-ask-user-name {
  font-size: 0.875rem;
  color: var(--st-text-primary);
}
.st-ask-user-score {
  margin-left: auto;
  font-size: 0.75rem;
  color: #ea580c;
  font-weight: 700;
}
.st-ask-user-bio {
  margin: 0;
  font-size: 0.75rem;
  color: var(--st-text-muted);
  line-height: 1.5;
}
.st-ask-aside-desc {
  font-size: 0.75rem;
  color: var(--st-text-muted);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.st-faq-accordion {
  padding: 0.5rem 0;
  /* FAQ 条目禁用滚动揭示，避免大批量 opacity:0 导致「页面空白」 */
}
.st-faq-accordion .st-faq-acc-item,
.st-faq-accordion .st-faq-acc-item.fade-in {
  opacity: 1;
  transform: none;
}
.st-faq-acc-item {
  border-bottom: 1px solid var(--st-border-color);
}
.st-faq-acc-item[open] .st-faq-acc-q {
  color: var(--primary);
}
.st-faq-acc-item[open] .st-faq-acc-q::before {
  content: "−";
}
.st-faq-acc-q {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--st-text-primary);
  cursor: pointer;
  list-style: none;
}
.st-faq-acc-q::-webkit-details-marker {
  display: none;
}
.st-faq-acc-q::before {
  content: "+";
  flex-shrink: 0;
  width: 1.25rem;
  color: var(--primary);
  font-weight: 700;
}
.st-faq-acc-a {
  padding: 0 1.25rem 1rem 2.5rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--st-text-muted);
}
.st-faq-acc-a a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.st-faq-acc-a a:hover {
  text-decoration: underline;
}
.st-faq-post-guest-icon {
  font-size: 2.5rem;
  color: var(--st-text-muted);
}

/* 产品目录 AJAX 列表骨架屏 */
@keyframes pv-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.pv-product-card--skeleton {
  pointer-events: none;
  overflow: hidden;
}
.pv-product-card--rich.pv-product-card--skeleton {
  pointer-events: none;
  overflow: hidden;
}

.pv-skeleton-block {
  border-radius: 0.375rem;
  background: linear-gradient(90deg, #e8edf3 0%, #f4f7fa 45%, #e8edf3 90%);
  background-size: 200% 100%;
  animation: pv-skeleton-shimmer 1.35s ease-in-out infinite;
}
.pv-skeleton-block--cover {
  width: 100%;
  border-radius: 0;
}
.pv-skeleton-block--title {
  height: 1.1rem;
  width: 72%;
  margin-bottom: 0.55rem;
}
.pv-skeleton-block--line {
  height: 0.85rem;
  width: 48%;
}

.pv-product-card-wrap--reveal {
  animation: pv-product-card-in 0.34s ease-out both;
}

@keyframes pv-product-card-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.st-product-filter-select {
  width: auto;
  min-width: 7rem;
}

.pv-search-results--pending .pv-search-doc-skeleton {
  background: var(--st-surface);
}

.st-skip-link {
  position: absolute;
  top: -100%;
  left: 0.75rem;
  z-index: 10000;
  padding: 0.5rem 1rem;
  background: #2563eb;
  color: #ffffff;
  border-radius: 0.375rem;
  font-weight: 600;
  text-decoration: none;
}
.st-skip-link:focus {
  top: 0.75rem;
}

.navbar-pivark.navbar-st {
  z-index: 1030;
}

#main-content:focus {
  outline: none;
}

.st-color-mode-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid var(--st-border-color, var(--gray-200));
  border-radius: 999px;
  background: var(--st-surface, #ffffff);
  color: var(--st-text-primary, #1e293b);
  cursor: pointer;
  transition: var(--transition);
  flex-shrink: 0;
}
.st-color-mode-toggle:hover {
  border-color: rgba(37, 99, 235, 0.35);
  color: var(--primary);
}
.st-color-mode-toggle:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.st-color-mode-toggle__icon {
  font-size: 0.95rem;
  line-height: 1;
}
.st-color-mode-toggle__icon--light {
  display: none;
}
.st-color-mode-toggle__icon--dark {
  display: block;
}

[data-bs-theme=dark] {
  color-scheme: dark;
}
[data-bs-theme=dark] .st-color-mode-toggle__icon--light {
  display: block;
}
[data-bs-theme=dark] .st-color-mode-toggle__icon--dark {
  display: none;
}
[data-bs-theme=dark] .navbar-pivark {
  background: var(--st-nav-bg);
  box-shadow: var(--shadow-sm);
}
[data-bs-theme=dark] .navbar-pivark.scrolled {
  box-shadow: var(--shadow-md);
}
[data-bs-theme=dark] .navbar-pivark .dropdown-menu {
  background: var(--st-surface);
  border-color: var(--st-border-color);
}
[data-bs-theme=dark] .navbar-pivark .dropdown-item:hover,
[data-bs-theme=dark] .navbar-pivark .dropdown-item:focus {
  background: var(--gray-100);
}
[data-bs-theme=dark] .navbar-st .st-header-toolbar--aside {
  border-left-color: var(--st-border-color);
}
[data-bs-theme=dark] .st-header-search-form,
[data-bs-theme=dark] .st-header-search-form--collapsible.is-open,
[data-bs-theme=dark] .st-header-search-form__toggle {
  background: var(--st-surface);
  border-color: var(--st-border-color);
}
[data-bs-theme=dark] .st-header-search-form__input {
  color: var(--st-text-primary);
}
[data-bs-theme=dark] .st-hero--home .st-hero__type-line:not(.highlight) {
  color: var(--st-text-primary);
}
[data-bs-theme=dark] .st-hero--page {
  border-bottom-color: rgba(37, 99, 235, 0.14);
}
[data-bs-theme=dark] .st-hero--page + .st-breadcrumb-bar,
[data-bs-theme=dark] .st-hero--portal + .st-breadcrumb-bar,
[data-bs-theme=dark] .st-mall-hero + .st-breadcrumb-bar {
  background: var(--st-breadcrumb-muted-bg);
}
[data-bs-theme=dark] .modal-content {
  color: var(--st-text-primary);
}
[data-bs-theme=dark] .form-control,
[data-bs-theme=dark] .form-select {
  background-color: var(--st-surface-muted);
  border-color: var(--st-border-color);
  color: var(--st-text-primary);
}
[data-bs-theme=dark] .st-pricing-compare-table-wrap th, [data-bs-theme=dark] .st-template-market-catalog .filter-bar, [data-bs-theme=dark] .st-mall-catalog-toolbar.st-catalog-filter {
  border-color: rgba(37, 99, 235, 0.18);
}
[data-bs-theme=dark] .st-portal-channel-featured__card--primary {
  background: linear-gradient(160deg, var(--st-surface-muted) 0%, rgba(37, 99, 235, 0.1) 100%);
}
[data-bs-theme=dark] .pv-smart-search {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.16) 0%, var(--st-surface-muted) 55%);
  border-color: rgba(99, 102, 241, 0.28) !important;
}
[data-bs-theme=dark] .st-ask-hub .st-ask-answer-preview {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.28);
}
[data-bs-theme=dark] .st-ask-hub .st-ask-answer-preview p {
  color: #86efac;
}
[data-bs-theme=dark] .st-ask-hub .st-ask-answer-label {
  color: #4ade80;
}
[data-bs-theme=dark] .contact-info-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-color: var(--st-border-color);
  color: #f1f5f9;
}
[data-bs-theme=dark] .contact-info-card .st-section-title--sm {
  color: #f8fafc;
}
[data-bs-theme=dark] .contact-info-card .contact-content h3 {
  color: rgba(248, 250, 252, 0.88);
}
[data-bs-theme=dark] .contact-info-card .contact-content p {
  color: #f1f5f9;
}
[data-bs-theme=dark] .pv-favorite-bar__btn {
  background: var(--st-surface-muted);
  border-color: var(--st-border-color);
  color: var(--st-text-primary);
}
[data-bs-theme=dark] .st-portal-channel__tags li {
  background: var(--st-surface-muted);
  border-color: var(--st-border-color);
  color: var(--st-text-muted);
}
[data-bs-theme=dark] .st-portal-channel-nav__pill:not(.is-active):not(:hover) {
  background: var(--st-surface);
  border-color: var(--st-border-color);
  color: var(--st-text-muted);
}
[data-bs-theme=dark] .st-hero--pricing {
  border-bottom-color: var(--st-border-color);
}
[data-bs-theme=dark] .st-pricing-hero-tier-card.featured {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.14) 0%, var(--st-surface) 100%);
}
[data-bs-theme=dark] .st-pricing-roadmap-badge {
  color: var(--st-text-muted);
  background: var(--st-surface-muted);
  border-color: var(--st-border-color) !important;
}

/*# sourceMappingURL=style.css.map */
