:root {
  --muyu-bg: #08050f;
  --muyu-bg-soft: #110a1d;
  --muyu-panel: rgba(20, 13, 36, 0.72);
  --muyu-panel-strong: rgba(18, 12, 32, 0.92);
  --muyu-ink: #f6f2ff;
  --muyu-muted: #b8acd7;
  --muyu-line: rgba(171, 110, 255, 0.16);
  --muyu-line-strong: rgba(197, 155, 255, 0.28);
  --muyu-gold: #a855f7;
  --muyu-gold-soft: #d8b4fe;
  --muyu-jade: #6d28d9;
  --muyu-lacquer: #f2eaff;
  --muyu-lacquer-soft: #d9c7ff;
  --muyu-shadow: 0 24px 60px rgba(4, 0, 12, 0.42);
  --muyu-shadow-strong: 0 30px 100px rgba(0, 0, 0, 0.5);
  --vp-c-brand-1: #a855f7;
  --vp-c-brand-2: #c084fc;
  --vp-c-brand-3: #7c3aed;
  --vp-c-brand-soft: rgba(168, 85, 247, 0.18);
  --vp-home-hero-name-color: #f6f2ff;
  --vp-home-hero-name-background: linear-gradient(135deg, #f0abfc 0%, #a855f7 42%, #60a5fa 100%);
}

html:not(.dark) {
  --muyu-bg: #f4f1ff;
  --muyu-bg-soft: #ebe5ff;
  --muyu-panel: rgba(255, 255, 255, 0.58);
  --muyu-panel-strong: rgba(248, 245, 255, 0.84);
  --muyu-ink: #22143f;
  --muyu-muted: #5b4d78;
  --muyu-line: rgba(98, 76, 162, 0.15);
  --muyu-line-strong: rgba(114, 89, 196, 0.22);
  --muyu-gold: #7c3aed;
  --muyu-gold-soft: #a855f7;
  --muyu-jade: #4338ca;
  --muyu-lacquer: #ffffff;
  --muyu-lacquer-soft: #f3ebff;
  --muyu-shadow: 0 24px 60px rgba(94, 75, 146, 0.14);
  --muyu-shadow-strong: 0 32px 90px rgba(88, 28, 135, 0.18);
  --vp-c-brand-1: #7c3aed;
  --vp-c-brand-2: #8b5cf6;
  --vp-c-brand-3: #4f46e5;
  --vp-c-brand-soft: rgba(124, 58, 237, 0.12);
  --vp-c-bg: #f7f4ff;
  --vp-c-bg-alt: #f0ebff;
  --vp-c-bg-elv: rgba(255, 255, 255, 0.76);
  --vp-c-bg-soft: rgba(238, 233, 255, 0.84);
  --vp-c-text-1: #22143f;
  --vp-c-text-2: #5b4d78;
  --vp-c-text-3: #8a7cae;
  --vp-c-border: rgba(116, 92, 181, 0.2);
  --vp-c-divider: rgba(116, 92, 181, 0.16);
  --vp-c-gutter: rgba(116, 92, 181, 0.14);
  --vp-nav-bg-color: transparent;
  --vp-sidebar-bg-color: transparent;
  --vp-local-nav-bg-color: transparent;
  --vp-home-hero-name-color: #22143f;
  --vp-home-hero-name-background: linear-gradient(135deg, #9333ea 0%, #7c3aed 36%, #3b82f6 100%);
}

.dark {
  --muyu-bg: #05030a;
  --muyu-bg-soft: #0d0817;
  --muyu-panel: rgba(16, 10, 30, 0.8);
  --muyu-panel-strong: rgba(14, 9, 26, 0.94);
  --muyu-ink: #fbf8ff;
  --muyu-muted: #b3a5d6;
  --muyu-line: rgba(180, 128, 255, 0.14);
  --muyu-line-strong: rgba(209, 179, 255, 0.24);
  --muyu-gold: #c084fc;
  --muyu-gold-soft: #e9d5ff;
  --muyu-jade: #8b5cf6;
  --muyu-lacquer: #f4ebff;
  --muyu-lacquer-soft: #d8b4fe;
  --muyu-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  --muyu-shadow-strong: 0 30px 100px rgba(0, 0, 0, 0.52);
  --vp-c-brand-1: #c084fc;
  --vp-c-brand-2: #d8b4fe;
  --vp-c-brand-3: #9333ea;
  --vp-c-brand-soft: rgba(192, 132, 252, 0.18);
  --vp-home-hero-name-color: #fbf8ff;
  --vp-home-hero-name-background: linear-gradient(135deg, #f0abfc 0%, #c084fc 38%, #60a5fa 100%);
}

html,
body {
  background:
    radial-gradient(circle at 12% 10%, rgba(168, 85, 247, 0.3), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(96, 165, 250, 0.18), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(59, 7, 100, 0.28), transparent 36%),
    linear-gradient(180deg, #140b24 0%, #09050f 46%, #05030a 100%);
  color: var(--muyu-ink);
}

html:not(.dark),
html:not(.dark) body {
  background:
    radial-gradient(circle at 10% 12%, rgba(168, 85, 247, 0.18), transparent 26%),
    radial-gradient(circle at 84% 16%, rgba(96, 165, 250, 0.12), transparent 24%),
    radial-gradient(circle at 66% 86%, rgba(236, 72, 153, 0.1), transparent 24%),
    linear-gradient(180deg, #fcfbff 0%, #f2edff 38%, #ece7ff 100%);
}

.dark html,
.dark body {
  background:
    radial-gradient(circle at 12% 10%, rgba(192, 132, 252, 0.26), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(96, 165, 250, 0.16), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(88, 28, 135, 0.26), transparent 36%),
    linear-gradient(180deg, #10081d 0%, #08050f 48%, #040208 100%);
}

body {
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.88), transparent 88%);
  opacity: 0.42;
}

html:not(.dark) body::before {
  background:
    linear-gradient(rgba(91, 77, 120, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 77, 120, 0.05) 1px, transparent 1px);
  opacity: 0.58;
}

body::after {
  inset: auto -10vw -18vh auto;
  width: 44vw;
  height: 44vw;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(168, 85, 247, 0.22) 0%, rgba(96, 165, 250, 0.12) 34%, transparent 70%);
  filter: blur(64px);
  opacity: 0.78;
}

html:not(.dark) body::after {
  background:
    radial-gradient(circle, rgba(168, 85, 247, 0.16) 0%, rgba(96, 165, 250, 0.1) 34%, transparent 70%);
  opacity: 0.56;
}

.muyu-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.muyu-floating-lines {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.84;
}

html:not(.dark) .muyu-floating-lines {
  opacity: 0.68;
}

.Layout {
  position: relative;
  z-index: 1;
  background: transparent;
}

.VPContent,
.VPHome .VPHero .main,
.VPHome .VPHero .image,
.VPHome .VPFeatures,
.vp-doc,
.VPSidebar .nav,
.VPDocAsideOutline .content {
  opacity: 1 !important;
  filter: none !important;
}

.VPNav {
  background: transparent !important;
}

.VPSidebar,
.VPSidebar .curtain,
.VPLocalNav,
.VPDoc,
.VPDoc .container,
.VPDoc .aside,
.VPDoc .aside-container,
.VPDoc .aside-content,
.VPDoc .content,
.VPNavScreen {
  background: transparent !important;
}

.VPNavBar {
  padding-top: 18px;
}

.VPNavBar .wrapper,
.VPNavBar .container,
.VPNavBar .content-body {
  background: transparent !important;
}

.VPNavBar .container {
  max-width: 1260px;
  margin: 0 auto;
  border-radius: 999px;
  border: 1px solid var(--muyu-line);
  background: color-mix(in srgb, var(--muyu-panel-strong) 88%, transparent) !important;
  box-shadow: var(--muyu-shadow);
  backdrop-filter: blur(18px);
  padding: 0 18px;
}

html:not(.dark) .VPNavBar .container {
  background: color-mix(in srgb, var(--muyu-panel-strong) 82%, transparent) !important;
}

.VPNavBarTitle .title,
.VPNavBarTitle .title span {
  color: var(--muyu-ink) !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.VPNavBar .logo {
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.18));
}

.VPNavBarMenu .link {
  position: relative;
  border-radius: 999px;
  color: var(--muyu-muted) !important;
  font-weight: 600;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.VPNavBarMenu .link:hover,
.VPNavBarMenu .link.active {
  color: var(--muyu-ink) !important;
  background: rgba(168, 85, 247, 0.16);
  transform: translateY(-1px);
}

.DocSearch-Button {
  border: 1px solid var(--muyu-line) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  box-shadow: none !important;
}

html:not(.dark) .DocSearch-Button {
  background: rgba(255, 255, 255, 0.62) !important;
}

.dark .DocSearch-Button {
  background: rgba(255, 255, 255, 0.04) !important;
}

.VPHome {
  position: relative;
  padding-bottom: 64px;
}

.VPHome::before,
.VPDoc::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 280px;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 10%, rgba(168, 85, 247, 0.24), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(96, 165, 250, 0.18), transparent 28%);
  opacity: 0.75;
  z-index: 0;
}

.VPHero.VPHomeHero,
.VPHomeFeatures,
.VPDoc .container,
.VPFooter .container {
  position: relative;
  z-index: 1;
}

.VPHero.VPHomeHero .container {
  max-width: 1280px;
  padding-top: 54px;
  padding-bottom: 34px;
  gap: 24px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr) !important;
  align-items: stretch !important;
  text-align: left !important;
}

.VPHero.VPHomeHero .main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 420px;
  padding: 52px 48px 46px;
  border-radius: 40px;
  overflow: hidden;
  color: #fbf8ff;
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 114, 182, 0.22), transparent 24%),
    radial-gradient(circle at 18% 82%, rgba(96, 165, 250, 0.16), transparent 28%),
    linear-gradient(145deg, #1a1031 0%, #0a0612 54%, #120a28 100%) !important;
  box-shadow: var(--muyu-shadow-strong);
  text-align: left !important;
}

html:not(.dark) .VPHero.VPHomeHero .main {
  color: #22143f;
  background:
    radial-gradient(circle at 82% 18%, rgba(236, 72, 153, 0.14), transparent 24%),
    radial-gradient(circle at 18% 82%, rgba(59, 130, 246, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86) 0%, rgba(244, 239, 255, 0.92) 54%, rgba(238, 233, 255, 0.98) 100%) !important;
}

.VPHero.VPHomeHero .main::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 39px;
  border: 1px solid rgba(216, 180, 254, 0.16);
  pointer-events: none;
}

html:not(.dark) .VPHero.VPHomeHero .main::before {
  border-color: rgba(120, 90, 198, 0.16);
}

.VPHero.VPHomeHero .main::after {
  content: "MUYU DOCS";
  position: absolute;
  top: 28px;
  right: 34px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: rgba(232, 219, 255, 0.36);
}

html:not(.dark) .VPHero.VPHomeHero .main::after {
  color: rgba(84, 64, 138, 0.34);
}

.VPHero.VPHomeHero .image {
  display: flex !important;
  align-items: center;
  width: 100%;
  margin-top: 0 !important;
  padding: 22px;
  border-radius: 40px;
  background:
    radial-gradient(circle at top left, rgba(168, 85, 247, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(16, 10, 30, 0.94), rgba(8, 5, 18, 0.98)) !important;
  box-shadow: var(--muyu-shadow);
  border: 1px solid rgba(168, 85, 247, 0.18);
}

html:not(.dark) .VPHero.VPHomeHero .image {
  background:
    radial-gradient(circle at top left, rgba(168, 85, 247, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(241, 235, 255, 0.9)) !important;
  border-color: rgba(124, 58, 237, 0.14);
}

.dark .VPHero.VPHomeHero .image {
  background: linear-gradient(180deg, rgba(21, 14, 38, 0.94), rgba(11, 7, 22, 0.98));
  border-color: rgba(192, 132, 252, 0.14);
}

.VPHero .heading {
  max-width: 580px;
}

.VPHero .heading .name {
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", Georgia, serif;
  font-size: clamp(50px, 7vw, 84px) !important;
  line-height: 0.9 !important;
  letter-spacing: 0.02em;
  text-align: left !important;
}

.VPHero .heading .name.clip {
  background: linear-gradient(135deg, #f5d0fe 0%, #c084fc 40%, #60a5fa 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.VPHero .heading .text {
  margin-top: 16px;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", Georgia, serif;
  font-size: clamp(24px, 3vw, 36px) !important;
  line-height: 1.08 !important;
  color: rgba(243, 236, 255, 0.94) !important;
  text-align: left !important;
}

html:not(.dark) .VPHero .heading .text {
  color: rgba(40, 24, 74, 0.9) !important;
}

.VPHero .tagline {
  max-width: 470px;
  margin-top: 18px !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  color: rgba(225, 214, 246, 0.78) !important;
  text-align: left !important;
}

html:not(.dark) .VPHero .tagline {
  color: rgba(73, 60, 104, 0.82) !important;
}

.VPHero.VPHomeHero .image-container,
.VPHero.VPHomeHero .hero-search-wrapper {
  width: 100% !important;
}

.VPHero.VPHomeHero .image-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100% !important;
}

.VPHero.VPHomeHero .hero-search-wrapper {
  align-items: stretch !important;
}

.VPHero.VPHomeHero .hero-search-box {
  width: 100% !important;
}

.VPButton.brand,
.VPButton.alt {
  border-radius: 999px !important;
  padding: 0 24px !important;
  min-height: 52px;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.VPHero .actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px !important;
}

.VPButton.brand {
  color: #fdfaff !important;
  background: linear-gradient(135deg, #d946ef 0%, #9333ea 55%, #4f46e5 100%) !important;
  box-shadow: 0 18px 38px rgba(109, 40, 217, 0.42);
}

.VPButton.alt {
  color: #f3ecff !important;
  border-color: rgba(216, 180, 254, 0.22) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)) !important;
  backdrop-filter: blur(14px);
}

html:not(.dark) .VPButton.alt {
  color: #2a184c !important;
  border-color: rgba(124, 58, 237, 0.14) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 241, 255, 0.72)) !important;
}

.VPButton.brand:hover,
.VPButton.alt:hover {
  transform: translateY(-2px);
}

.hero-search-wrapper {
  display: grid;
  gap: 16px;
}

.hero-search-box,
.hero-quick,
.hero-tag,
.hero-bot-link,
.VPFeature .box,
.VPSidebar .nav,
.VPDocAsideOutline .content,
.vp-doc,
.VPFooter .container {
  backdrop-filter: blur(16px);
}

.hero-search-box {
  min-height: 70px;
  border-radius: 26px !important;
  border: 1px solid rgba(168, 85, 247, 0.2);
  background:
    linear-gradient(180deg, rgba(28, 19, 50, 0.96), rgba(13, 8, 25, 0.96)) !important;
  box-shadow: 0 18px 42px rgba(5, 0, 18, 0.32);
}

html:not(.dark) .hero-search-box {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 242, 255, 0.92)) !important;
  border-color: rgba(124, 58, 237, 0.16);
  box-shadow: 0 22px 44px rgba(94, 75, 146, 0.14);
}

.dark .hero-search-box {
  background: linear-gradient(180deg, rgba(28, 19, 50, 0.95), rgba(15, 10, 28, 0.94)) !important;
}

.hero-search-input {
  color: var(--muyu-ink) !important;
}

.hero-search-btn {
  border-radius: 999px !important;
  border: 0 !important;
  color: #fffaff !important;
  background: linear-gradient(135deg, #c084fc 0%, #9333ea 100%) !important;
}

.hero-quick-links {
  gap: 14px !important;
}

.hero-quick {
  border-radius: 22px !important;
  border: 1px solid var(--muyu-line) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--muyu-ink) !important;
  box-shadow: 0 12px 28px rgba(7, 0, 18, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

html:not(.dark) .hero-quick,
html:not(.dark) .hero-tag,
html:not(.dark) .hero-bot-link {
  background: rgba(255, 255, 255, 0.62) !important;
}

.hero-quick:hover,
.hero-tag:hover,
.VPFeature .box:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(52, 16, 104, 0.34);
  border-color: rgba(192, 132, 252, 0.34) !important;
}

.hero-quick-primary {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.24), rgba(96, 165, 250, 0.16)) !important;
}

.hero-quick-tags {
  gap: 10px 12px !important;
}

.hero-tag {
  border-radius: 999px !important;
  border: 1px solid var(--muyu-line) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--muyu-muted) !important;
  box-shadow: 0 6px 18px rgba(5, 0, 18, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dark .hero-tag {
  background: rgba(255, 255, 255, 0.04) !important;
}

.hero-bot-link {
  padding: 14px 18px;
  border-radius: 18px;
  color: var(--muyu-muted);
  border: 1px solid var(--muyu-line);
  background: rgba(255, 255, 255, 0.04);
}

.hero-bot-link a {
  color: var(--muyu-gold-soft) !important;
  font-weight: 700;
}

.VPHomeFeatures .container {
  max-width: 1260px;
}

.VPContent.is-home .vp-doc.container {
  display: none !important;
}

.VPHomeFeatures {
  margin-top: 20px !important;
  padding-top: 0 !important;
}

.VPHomeFeatures .items {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px !important;
}

.VPHomeFeatures .item {
  width: auto !important;
  min-width: 0;
}

.VPHomeFeatures .item:nth-child(1),
.VPHomeFeatures .item:nth-child(2) {
  grid-column: span 6;
}

.VPHomeFeatures .item:nth-child(n + 3) {
  grid-column: span 3;
}

.VPFeature .box {
  position: relative;
  height: 100%;
  min-height: 228px;
  padding: 30px 28px 26px !important;
  border-radius: 32px !important;
  border: 1px solid var(--muyu-line) !important;
  background:
    radial-gradient(circle at top right, rgba(192, 132, 252, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(19, 12, 36, 0.9), rgba(8, 5, 16, 0.96)) !important;
  box-shadow: var(--muyu-shadow);
  overflow: hidden;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

html:not(.dark) .VPFeature .box {
  background:
    radial-gradient(circle at top right, rgba(168, 85, 247, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(241, 235, 255, 0.9)) !important;
  box-shadow: 0 24px 52px rgba(94, 75, 146, 0.14);
}

.dark .VPFeature .box {
  background:
    radial-gradient(circle at top right, rgba(192, 132, 252, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(19, 12, 36, 0.9), rgba(8, 5, 16, 0.98)) !important;
}

.VPFeature .box::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f0abfc 0%, #a855f7 42%, #60a5fa 100%);
  opacity: 0.92;
}

.VPFeature .box::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.18), transparent 68%);
}

.VPFeature .icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  font-size: 34px !important;
  background: linear-gradient(135deg, rgba(192, 132, 252, 0.22), rgba(96, 165, 250, 0.16));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 22px rgba(0, 0, 0, 0.2);
}

html:not(.dark) .VPFeature .icon {
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.24), rgba(96, 165, 250, 0.18));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54), 0 14px 24px rgba(79, 70, 229, 0.12);
}

.dark .VPFeature .icon {
  background: linear-gradient(135deg, rgba(255, 240, 214, 0.16), rgba(226, 171, 97, 0.14));
}

.VPFeature .title {
  margin-top: 20px !important;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", Georgia, serif;
  font-size: 29px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em;
}

.VPFeature .details {
  margin-top: 14px !important;
  color: var(--muyu-muted) !important;
  line-height: 1.8 !important;
  font-size: 15px !important;
}

.VPFooter {
  padding: 18px 0 42px;
  background: transparent !important;
}

.VPFooter .container {
  max-width: 1260px;
  padding: 26px 30px;
  border-radius: 28px;
  border: 1px solid var(--muyu-line);
  background:
    linear-gradient(180deg, rgba(18, 11, 33, 0.9), rgba(11, 7, 20, 0.96));
  box-shadow: var(--muyu-shadow);
}

html:not(.dark) .VPFooter .container {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(240, 234, 255, 0.88));
}

.VPFooter .message {
  color: var(--muyu-ink) !important;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", Georgia, serif;
  letter-spacing: 0.04em;
}

.VPFooter .copyright {
  color: var(--muyu-muted) !important;
}

.VPDoc {
  position: relative;
  padding-top: 12px;
}

.VPLocalNav .container,
.VPSidebar .nav,
.VPDocAsideOutline .content,
.vp-doc,
.VPDocFooter .prev-next,
.VPDoc .aside-curtain {
  border: 1px solid var(--muyu-line);
}

.VPLocalNav .container,
.VPSidebar .nav,
.VPDocAsideOutline .content,
.vp-doc,
.VPDocFooter .prev-next {
  border-radius: 28px;
  background: var(--muyu-panel-strong) !important;
  box-shadow: var(--muyu-shadow);
}

html:not(.dark) .VPLocalNav .container,
html:not(.dark) .VPSidebar .nav,
html:not(.dark) .VPDocAsideOutline .content,
html:not(.dark) .vp-doc,
html:not(.dark) .VPDocFooter .prev-next {
  background: rgba(255, 255, 255, 0.68) !important;
}

.vp-doc,
.VPSidebar .nav,
.VPDocAsideOutline .content {
  color: var(--muyu-ink) !important;
}

.dark .VPLocalNav .container,
.dark .VPSidebar .nav,
.dark .VPDocAsideOutline .content,
.dark .vp-doc,
.dark .VPDocFooter .prev-next {
  background: var(--muyu-panel) !important;
}

.VPSidebar .nav {
  padding-top: 14px;
}

.VPSidebar .nav,
.VPSidebar .group,
.VPSidebarItem .items,
.VPSidebarItem .item,
.VPSidebarItem .link,
.VPSidebarItem .text {
  text-align: center;
}

.VPSidebarItem .item,
.VPSidebarItem .link {
  justify-content: center;
}

.VPSidebarItem .text,
.VPSidebarItem .link .text {
  width: 100%;
}

@media (min-width: 1440px) {
  .VPSidebar {
    left: 0 !important;
    width: calc(var(--vp-sidebar-width) + 36px) !important;
    padding: var(--vp-nav-height) 18px 96px !important;
  }

  .VPSidebar .curtain {
    margin-right: -18px !important;
    margin-left: -18px !important;
  }

  .VPSidebar .nav {
    width: 100%;
  }

  .VPSidebar .group {
    width: auto !important;
  }

  .VPNavBar.has-sidebar .container > .title {
    width: calc(var(--vp-sidebar-width) + 18px) !important;
    padding-left: 18px !important;
  }

  .VPNavBar.has-sidebar .container > .content,
  .VPContent.has-sidebar {
    padding-left: calc(var(--vp-sidebar-width) + 24px) !important;
  }
}

.VPSidebarItem.level-0 > .item {
  margin: 4px 10px;
  border-radius: 18px;
}

.VPSidebarItem.level-0 > .item:hover,
.VPSidebarItem.level-0.is-active > .item,
.VPSidebarItem.level-0.has-active > .item {
  background: rgba(168, 85, 247, 0.12);
}

.VPSidebarItem.level-1 .item {
  border-radius: 14px;
}

.VPSidebarItem.level-1 .item:hover {
  background: rgba(168, 85, 247, 0.08);
}

html:not(.dark) .VPSidebarItem.level-0 > .item:hover,
html:not(.dark) .VPSidebarItem.level-0.is-active > .item,
html:not(.dark) .VPSidebarItem.level-0.has-active > .item {
  background: rgba(124, 58, 237, 0.1);
}

html:not(.dark) .VPSidebarItem.level-1 .item:hover {
  background: rgba(124, 58, 237, 0.08);
}

.VPDoc .content-container {
  max-width: 860px;
}

.vp-doc {
  padding: clamp(26px, 4vw, 42px) !important;
}

.vp-doc h1,
.vp-doc h2,
.vp-doc h3 {
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", Georgia, serif;
  letter-spacing: 0.02em;
}

.vp-doc h1 {
  font-size: clamp(34px, 4vw, 46px) !important;
  line-height: 1.08 !important;
}

.vp-doc h2 {
  margin-top: 46px !important;
  font-size: clamp(24px, 3vw, 30px) !important;
}

.vp-doc p,
.vp-doc li,
.vp-doc td,
.vp-doc th {
  color: color-mix(in srgb, var(--muyu-ink) 76%, var(--muyu-bg)) !important;
  line-height: 1.9 !important;
}

.vp-doc strong,
.vp-doc h1,
.vp-doc h2,
.vp-doc h3,
.vp-doc h4,
.vp-doc blockquote {
  color: var(--muyu-ink) !important;
}

.vp-doc table {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--muyu-line);
}

.vp-doc tr:nth-child(2n) {
  background: rgba(168, 85, 247, 0.05);
}

html:not(.dark) .vp-doc tr:nth-child(2n) {
  background: rgba(124, 58, 237, 0.07);
}

.custom-block {
  border-radius: 22px !important;
  border-width: 1px !important;
  padding: 20px 22px !important;
}

.custom-block.tip {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(16, 185, 129, 0.1)) !important;
}

.custom-block.warning {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.14), rgba(251, 191, 36, 0.08)) !important;
}

.custom-block.danger {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.14), rgba(147, 51, 234, 0.08)) !important;
}

.VPDocFooter .prev-next {
  padding: 8px;
}

.VPDocFooter .pager-link {
  border-radius: 20px !important;
}

@media (max-width: 960px) {
  .VPHero.VPHomeHero .container {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .VPNavBar {
    padding-top: 10px;
  }

  .VPNavBar .container {
    border-radius: 24px;
  }

  .VPHero.VPHomeHero .container {
    padding-top: 18px;
  }

  .VPHero.VPHomeHero .main,
  .VPHero.VPHomeHero .image,
  .VPFeature .box,
  .VPFooter .container,
  .vp-doc {
    border-radius: 24px;
  }

  .VPHero.VPHomeHero .main {
    min-height: auto;
    padding: 34px 26px;
  }

  .VPHero.VPHomeHero .main,
  .VPHero .heading .name,
  .VPHero .heading .text,
  .VPHero .tagline {
    text-align: center !important;
  }

  .VPHero.VPHomeHero .main {
    align-items: center;
  }

  .VPHero .actions {
    justify-content: center;
  }

  .VPHomeFeatures .items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .VPHomeFeatures .item,
  .VPHomeFeatures .item:nth-child(1),
  .VPHomeFeatures .item:nth-child(2),
  .VPHomeFeatures .item:nth-child(n + 3) {
    grid-column: span 1;
  }

  .VPFeature .box {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .VPNavBar .container {
    padding: 0 12px;
  }

  .VPHero .heading .name {
    font-size: 42px !important;
  }

  .VPHero .heading .text {
    font-size: 24px !important;
  }

  .hero-search-box {
    min-height: 60px;
  }

  .VPFeature .title {
    font-size: 24px !important;
  }

  .VPHomeFeatures .items {
    grid-template-columns: 1fr;
  }

  .vp-doc {
    padding: 24px 18px !important;
  }
}
