.lr-plugin-body {
  background: #fff;
  color: #111;
}

.lrp-page {
  --lrp-max: 1120px;
  --lrp-ink: #111;
  --lrp-muted: #66717d;
  --lrp-soft: #f5f7f8;
  --lrp-panel: #f8f9fa;
  --lrp-line: #e3e7ec;
  --lrp-accent: #0b84ff;
  --lrp-cyan: #1fc7c2;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.lrp-page,
.lrp-page *,
.lrp-page *::before,
.lrp-page *::after {
  box-sizing: border-box;
}

.lrp-hero {
  overflow: hidden;
  padding: 74px 0 0;
  background: #f3f6f8;
}

.lrp-hero-inner {
  width: min(var(--lrp-max), calc(100% - 48px));
  margin: 0 auto;
}

.lrp-hero-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.lrp-eyebrow,
.lrp-section-kicker {
  margin: 0 0 12px;
  color: #74808c;
  font-size: 12px;
  font-weight: 800;
}

.lrp-hero h1 {
  max-width: 940px;
  margin: 0 auto;
  color: #0b0d10;
  font-size: 60px;
  line-height: 1.08;
  font-weight: 850;
}

.lrp-hero h1 span {
  display: inline;
}

.lrp-hero h1 .lrp-h1-part + .lrp-h1-part {
  margin-left: .18em;
}

.lrp-hero h1 .lrp-h1-part:first-child::after {
  content: "，";
}

.lrp-hero h1 .lrp-h1-target {
  display: block;
}

.lrp-lead {
  max-width: 720px;
  margin: 20px auto 0;
  color: #3f4a55;
  font-size: 17px;
  line-height: 1.68;
}

.lrp-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.lrp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.lrp-button:hover {
  transform: translateY(-1px);
}

.lrp-button:focus-visible {
  outline: 3px solid rgba(11, 132, 255, .24);
  outline-offset: 2px;
}

.lrp-button--primary {
  background: #111;
  color: #fff;
}

.lrp-button--primary:hover {
  background: #2a2d31;
}

.lrp-button--secondary,
.lrp-button--ghost {
  background: #fff;
  color: #111;
  border-color: #d8dee6;
}

.lrp-button--secondary:hover,
.lrp-button--ghost:hover {
  border-color: #9aa4af;
}

.lrp-button[disabled] {
  opacity: .62;
  cursor: progress;
  transform: none;
}

.lrp-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 20px;
  color: #5e6874;
  font-size: 13px;
}

.lrp-meta span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}

.lrp-meta span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 18px;
  border-radius: 50%;
  background: #aab3bd;
}

.lrp-hero-visual {
  margin: 46px auto 0;
}

.lrp-hero-visual img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}

.lrp-capabilities,
.lrp-flow,
.lrp-section,
.lrp-license-panel {
  width: min(var(--lrp-max), calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.lrp-capabilities {
  padding: 86px 0 72px;
}

.lrp-section-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.lrp-section-head h2,
.lrp-flow-copy h2,
.lrp-license-copy h2 {
  margin: 0;
  color: #111;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 830;
}

.lrp-section-head p,
.lrp-flow-copy p,
.lrp-license-copy p {
  margin: 15px auto 0;
  color: var(--lrp-muted);
  font-size: 16px;
  line-height: 1.7;
}

.lrp-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--lrp-line);
  border-bottom: 1px solid var(--lrp-line);
}

.lrp-feature {
  min-height: 202px;
  padding: 30px 26px;
  border-right: 1px solid var(--lrp-line);
  background: #fff;
}

.lrp-feature:last-child {
  border-right: none;
}

.lrp-feature-mark {
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lrp-accent), var(--lrp-cyan));
}

.lrp-feature strong {
  display: block;
  margin: 0 0 12px;
  color: #111;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 830;
}

.lrp-feature p {
  margin: 0;
  color: #69737f;
  font-size: 14px;
  line-height: 1.7;
}

.lrp-flow {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 56px;
  align-items: start;
  padding: 78px 0;
  border-top: 1px solid var(--lrp-line);
}

.lrp-flow-copy {
  position: sticky;
  top: 96px;
}

.lrp-flow-grid {
  display: grid;
  gap: 14px;
}

.lrp-flow-grid article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  min-height: 136px;
  padding: 24px;
  border: 1px solid var(--lrp-line);
  border-radius: 8px;
  background: #fff;
}

.lrp-flow-grid span {
  color: #c2c9d1;
  font-size: 32px;
  line-height: 1;
  font-weight: 850;
}

.lrp-flow-grid strong {
  display: block;
  margin: 0 0 8px;
  color: #111;
  font-size: 18px;
  font-weight: 820;
}

.lrp-flow-grid p {
  margin: 0;
  color: #69737f;
  line-height: 1.68;
}

.lrp-section {
  padding: 78px 0;
  border-top: 1px solid var(--lrp-line);
}

.lrp-section-head .lrp-button {
  margin-top: 22px;
}

.lrp-install-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lrp-step {
  position: relative;
  min-height: 270px;
  padding: 28px;
  border: 1px solid #edf0f3;
  border-radius: 8px;
  background: var(--lrp-panel);
}

.lrp-step__num {
  display: block;
  color: #d0d6dd;
  font-size: 54px;
  line-height: 1;
  font-weight: 850;
}

.lrp-step__icon {
  position: absolute;
  top: 30px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #dde3ea;
  border-radius: 50%;
  color: #2d3742;
  background: #fff;
  font-size: 16px;
  font-weight: 800;
}

.lrp-step h3 {
  margin: 42px 0 12px;
  color: #111;
  font-size: 18px;
  font-weight: 830;
}

.lrp-step p {
  margin: 0;
  color: #65707c;
  font-size: 14px;
  line-height: 1.72;
}

.lrp-rules {
  padding-bottom: 92px;
}

.lrp-rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lrp-rule {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--lrp-line);
  border-radius: 8px;
  background: #fff;
}

.lrp-rule--include {
  border-top: 4px solid var(--lrp-cyan);
}

.lrp-rule--exclude {
  border-top: 4px solid #9aa4af;
}

.lrp-rule strong {
  display: block;
  margin-bottom: 18px;
  color: #111;
  font-size: 19px;
  font-weight: 830;
}

.lrp-rule ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lrp-rule li {
  position: relative;
  padding-left: 20px;
  color: #586472;
  line-height: 1.5;
}

.lrp-rule li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lrp-accent);
}

.lrp-rule--exclude li::before {
  background: #9aa4af;
}

.lrp-license-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 440px);
  gap: 34px;
  align-items: center;
  scroll-margin-top: 88px;
  margin-bottom: 92px;
  padding: 38px;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
  background: #f7f8fa;
}

.lrp-license-copy .lrp-section-kicker {
  color: #7a8490;
}

.lrp-license-copy p {
  margin-left: 0;
  margin-right: 0;
  max-width: 620px;
}

.lrp-license-card {
  padding: 22px;
  border: 1px solid #dfe5ec;
  border-radius: 8px;
  background: #fff;
}

.lrp-license-card__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.lrp-license-card__label,
.lrp-license-card__price {
  color: #4d5864;
  font-size: 13px;
  font-weight: 750;
}

.lrp-license-card__price {
  white-space: nowrap;
}

.lrp-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 0 12px 0 18px;
  border: 1px solid #dfe5ec;
  border-radius: 6px;
  background: #f8fafc;
}

.lrp-code-box code {
  overflow: hidden;
  color: #596574;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 17px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lrp-code-box code.is-visible {
  color: #111;
}

.lrp-copy-btn {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid #d6dde5;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 750;
  cursor: pointer;
}

.lrp-copy-btn:hover {
  border-color: #9aa4af;
}

.lrp-license-card__actions {
  margin-top: 14px;
}

.lrp-license-card__actions .lrp-button {
  width: 100%;
}

.lrp-license-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: #69737f;
  font-size: 13px;
  line-height: 1.6;
}

.lrp-license-status[data-type="success"] {
  color: #087f45;
}

.lrp-license-status[data-type="warning"] {
  color: #9a6700;
}

.pay-channel-mask,
.pay-modal-mask {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, .48);
}

.pay-channel-mask.is-open,
.pay-modal-mask.is-open {
  display: flex;
}

.pay-channel-box,
.pay-modal-box {
  width: min(430px, 100%);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .28);
}

.pay-channel-box {
  padding: 26px;
}

.pay-channel-title {
  color: #111;
  font-size: 22px;
  font-weight: 830;
}

.pay-channel-sub {
  margin: 8px 0 20px;
  color: #69717d;
  line-height: 1.6;
}

.pay-channel-opt,
.pay-channel-cancel {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  padding: 0 15px;
  border: 1px solid #d9dde3;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
}

.pay-channel-opt:hover,
.pay-channel-cancel:hover {
  border-color: #9ba3ae;
}

.pay-channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
}

.wechat-icon {
  background: #07c160;
}

.alipay-icon {
  background: #1677ff;
}

.pay-channel-cancel {
  justify-content: center;
  background: #f5f6f7;
}

.pay-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #edf0f3;
}

.pay-modal-header h3 {
  margin: 0;
  font-size: 20px;
}

.pay-modal-close {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #f1f3f5;
  color: #333;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.pay-modal-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 20px 0;
}

.pay-modal-switch-btn {
  min-height: 38px;
  border: 1px solid #d9dde3;
  border-radius: 999px;
  background: #fff;
  color: #333;
  cursor: pointer;
  font-weight: 750;
}

.pay-modal-switch-btn.is-active {
  border-color: var(--lrp-accent);
  background: #edf5ff;
  color: var(--lrp-accent);
}

.pay-modal-body {
  padding: 20px;
  text-align: center;
}

.pay-qr-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  border-radius: 8px;
  background: #f5f6f7;
}

.pay-qr-panel[hidden],
.pay-qr-loading[hidden] {
  display: none;
}

.pay-qr-panel img {
  max-width: 220px;
  border-radius: 8px;
}

.pay-qr-loading {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #69717d;
}

.pay-qr-loading-spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #dce9f7;
  border-top-color: var(--lrp-accent);
  border-radius: 50%;
  animation: lrpSpin .8s linear infinite;
}

@keyframes lrpSpin {
  to { transform: rotate(360deg); }
}

.pay-amount {
  margin: 16px 0 6px;
  color: #111;
  font-size: 20px;
  font-weight: 830;
}

.pay-info-row {
  margin-top: 8px;
  color: #69717d;
  font-size: 13px;
  line-height: 1.55;
}

.pay-copy-order {
  margin-left: 8px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #d5dbe2;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.pay-hint {
  margin-top: 14px;
  color: #876000;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .lrp-hero {
    padding-top: 58px;
  }

  .lrp-hero h1 {
    font-size: 50px;
  }

  .lrp-hero-visual img {
    height: 400px;
  }

  .lrp-feature-grid,
  .lrp-install-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lrp-feature:nth-child(2) {
    border-right: none;
  }

  .lrp-feature:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lrp-line);
  }

  .lrp-flow,
  .lrp-license-panel {
    grid-template-columns: 1fr;
  }

  .lrp-flow-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .lrp-hero {
    padding-top: 44px;
  }

  .lrp-hero-inner,
  .lrp-capabilities,
  .lrp-flow,
  .lrp-section,
  .lrp-license-panel {
    width: calc(100% - 32px);
  }

  .lrp-hero h1 {
    font-size: 30px;
  }

  .lrp-hero h1 .lrp-h1-part,
  .lrp-hero h1 .lrp-h1-target {
    display: block;
  }

  .lrp-hero h1 .lrp-h1-part + .lrp-h1-part {
    margin-left: 0;
  }

  .lrp-hero h1 .lrp-h1-part:first-child::after {
    content: "";
  }

  .lrp-lead {
    font-size: 15px;
  }

  .lrp-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lrp-meta {
    gap: 8px 14px;
  }

  .lrp-meta span + span::before {
    display: none;
  }

  .lrp-hero-visual {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .lrp-hero-visual img {
    height: 300px;
  }

  .lrp-capabilities,
  .lrp-flow,
  .lrp-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .lrp-section-head h2,
  .lrp-flow-copy h2,
  .lrp-license-copy h2 {
    font-size: 30px;
  }

  .lrp-feature-grid,
  .lrp-install-grid,
  .lrp-rule-grid {
    grid-template-columns: 1fr;
  }

  .lrp-feature,
  .lrp-feature:nth-child(2),
  .lrp-feature:nth-child(-n + 2) {
    border-right: none;
    border-bottom: 1px solid var(--lrp-line);
  }

  .lrp-feature:last-child {
    border-bottom: none;
  }

  .lrp-flow-grid article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lrp-step {
    min-height: auto;
  }

  .lrp-license-panel {
    margin-bottom: 62px;
    padding: 24px;
  }

  .lrp-code-box code {
    font-size: 14px;
  }

  .pay-modal-switch {
    grid-template-columns: 1fr;
  }
}
