
.post-paywall {
  margin: 24px 0 32px;
}
.post-paywall-page {
  width: 100%;
}
.post-paywall-page .post-paywall {
  margin: 0;
}
.post-paywall-page .post-paywall-shell {
  margin: 0 auto;
}
.post-paywall-shell {
  background: rgba(0, 0, 0, 0.8);
  padding: 24px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.post-detail-overlay-body .post-paywall-shell {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
@media (min-width: 901px) {
  .post-detail-page:not(.is-detail-modal) .post-paywall-shell {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-modal {
    height: auto;
    max-width: 1180px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-preview {
    background: #f7f8fa;
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-preview-grid img {
    filter: blur(2px);
    opacity: 0.8;
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-preview-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #eef0f3;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    max-width: 360px;
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-preview-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #111827;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    margin-bottom: 18px;
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-preview-card h3 {
    font-size: 24px;
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-preview-card p {
    font-size: 13px;
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-preview-tags span {
    background: #f5f6f8;
    border-color: #e5e7eb;
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-info {
    padding: 32px 36px;
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-info-title {
    font-size: 24px;
  }
  .post-detail-page:not(.is-detail-modal) .post-paywall-info-desc {
    font-size: 14px;
  }
}
.post-paywall-modal {
  width: 100%;
  max-width: 1050px;
  height: 660px;
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  position: relative;
}
.post-paywall-preview {
  flex: 0 0 55%;
  max-width: 580px;
  width: 100%;
  background: #f9fafb;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-paywall-preview-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 6px;
  padding: 6px;
}
.post-paywall-preview-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px);
  transform: scale(1.05);
  opacity: 0.85;
}
.post-paywall-preview-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
}
.post-paywall-preview-placeholder svg {
  width: 120px;
  height: 120px;
}
.post-paywall-light-step {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 40%, rgba(0,0,0,0.05) 100%);
}
.post-paywall-preview-lock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.post-paywall-preview-card {
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 48px;
  padding: 40px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.post-paywall-preview-icon {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  background: rgba(17, 24, 39, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
}
.post-paywall-preview-icon svg {
  width: 28px;
  height: 28px;
  stroke: #ffffff;
  stroke-width: 2;
  fill: none;
}
.post-paywall-preview-card h3 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
  color: #111827;
}
.post-paywall-preview-card p {
  margin: 0 0 24px;
  font-size: 14px;
  color: #374151;
  line-height: 1.7;
}
.post-paywall-preview-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.post-paywall-preview-tags span {
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #374151;
}
.post-paywall-info {
  flex: 1 1 auto;
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.post-paywall-author-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.post-paywall-author-avatar {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid rgba(255, 25, 67, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.post-paywall-author-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.post-paywall-author-badge {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--auth-badge-color, #facc15);
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.post-paywall-author-badge svg {
  width: 10px;
  height: 10px;
}
.post-paywall-author-badge .blloe-auth-badge__svg {
  width: 100%;
  height: 100%;
}
.post-paywall-author-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.post-paywall-author-name {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 6px;
}
.post-paywall-author-verify svg {
  width: 16px;
  height: 16px;
}
.post-paywall-author-verify circle {
  fill: var(--auth-badge-color, #2563eb);
}
.post-paywall-author-meta p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}
.post-paywall-info-title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}
.post-paywall-info-desc {
  margin: 0 0 24px;
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.post-paywall-price-card {
  background: rgba(249, 250, 251, 0.8);
  border-radius: 24px;
  padding: 28px;
  border: 1px solid #f3f4f6;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}
.post-paywall-price-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.post-paywall-price-head--vip {
  justify-content: flex-start;
}
.post-paywall-price-label {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}
.post-paywall-price-value {
  display: flex;
  align-items: baseline;
  color: #ff1943;
  font-weight: 800;
}
.post-paywall-price-value .currency {
  font-size: 18px;
  margin-right: 4px;
}
.post-paywall-price-value .amount {
  font-size: 48px;
}
.post-paywall-price-perks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.post-paywall-price-perk {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #374151;
}
.post-paywall-price-perk svg {
  width: 18px;
  height: 18px;
  stroke: #ff1943;
  stroke-width: 2;
  fill: none;
}
.post-paywall-login {
  margin: 0 0 14px;
  font-size: 12px;
  color: #9ca3af;
}
.post-paywall-login-btn {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 999px;
  border: none;
  background: #ff1943;
  color: #ffffff;
  cursor: pointer;
}
.post-paywall-cta {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.post-paywall-cta-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 14px;
  color: #9ca3af;
}
.post-paywall-cta-link {
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}
.post-paywall-cta-link svg {
  width: 18px;
  height: 18px;
}
.post-paywall-cta-link:hover {
  color: #6b7280;
}
.post-paywall-cta-link:hover svg {
  color: #ff1943;
}
.post-paywall-faq-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
}
.post-paywall-faq-modal.is-open {
  display: block;
}
.post-paywall-faq-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}
.post-paywall-faq-dialog {
  position: relative;
  margin: 8vh auto 0;
  width: min(560px, 92vw);
  max-height: 80vh;
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eef0f3;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
  display: flex;
  flex-direction: column;
}
.post-paywall-faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #eef0f3;
}
.post-paywall-faq-title {
  margin: 0;
  font-size: 16px;
  color: #111827;
}
.post-paywall-faq-close {
  border: 0;
  background: transparent;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  cursor: pointer;
}
.post-paywall-faq-close svg {
  width: 18px;
  height: 18px;
}
.post-paywall-faq-close:hover {
  color: #ff1943;
  background: rgba(15, 23, 42, 0.05);
}
.post-paywall-faq-body {
  padding: 12px 16px 16px;
  display: grid;
  gap: 10px;
  overflow: auto;
}
.post-paywall-faq-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid #f1f3f5;
}
.post-paywall-faq-q {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}
.post-paywall-faq-a {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.6;
}
body.blloe-paywall-faq-open {
  overflow: hidden;
}
.post-pay-btn-main {
  width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  background: #ff1943;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.post-paywall-methods {
  display: none;
}
.post-pay-btn {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 12px;
  color: #4b5563;
  cursor: pointer;
}
.post-pay-btn:hover {
  border-color: #ff1943;
  color: #ff1943;
}
.post-pay-btn--disabled,
.post-pay-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #e5e7eb;
  color: #9ca3af;
}
.post-pay-btn--disabled:hover,
.post-pay-btn:disabled:hover {
  border-color: #e5e7eb;
  color: #9ca3af;
}
.post-paywall-cta-btn {
  background: linear-gradient(135deg, #ff4d6d 0%, #ff1943 100%);
  font-size: 18px;
  padding: 18px 24px;
  box-shadow: 0 14px 30px rgba(255, 25, 67, 0.25);
}
.post-paywall-cta-btn:active {
  transform: scale(0.98);
}
.post-paywall-hint {
  margin: 16px 0 0;
  font-size: 12px;
  color: #9ca3af;
}

@media (max-width: 1200px) {
  .post-paywall-modal {
    height: auto;
  }
  .post-paywall-preview {
    flex: 0 0 45%;
    max-width: none;
    min-height: 360px;
  }
}
@media (max-width: 720px) {
  .post-paywall-faq-dialog {
    margin-top: 6vh;
    width: min(520px, 94vw);
    max-height: 82vh;
  }
}

.post-paywall-mobile {
  display: none;
}
.post-paywall-mobile-preview {
  position: relative;
  height: 50vh;
  background: #f3f4f6;
  overflow: hidden;
}
.post-paywall-mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  gap: 2px;
}
.post-paywall-mobile-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(12px) brightness(0.95);
  transform: scale(1.05);
}
.post-paywall-mobile-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f3f4f6;
}
.post-paywall-mobile-placeholder svg {
  width: 120px;
  height: 120px;
}
.post-paywall-mobile-lock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.post-paywall-mobile-lock-card {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  width: 100%;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.post-paywall-mobile-lock-card:focus,
.post-paywall-mobile-lock-card:focus-visible {
  outline: none;
}
.post-paywall-mobile-lock-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #ff1943;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 10px 24px rgba(255, 25, 67, 0.3);
}
.post-paywall-mobile-lock-icon svg {
  width: 26px;
  height: 26px;
  stroke: #ffffff;
  stroke-width: 2;
  fill: none;
}
.post-paywall-mobile-lock-card h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.post-paywall-mobile-lock-card p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}
.post-paywall-mobile-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
.post-paywall-mobile-body {
  padding: 20px 16px 0;
}
.post-paywall-mobile-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.post-paywall-mobile-author-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.post-paywall-mobile-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  background: #ffffff;
  flex-shrink: 0;
}
.post-paywall-mobile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.post-paywall-mobile-avatar-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--auth-badge-color, #ff1943);
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-paywall-mobile-avatar-badge svg {
  width: 9px;
  height: 9px;
  stroke: #ffffff;
  stroke-width: 3;
  fill: none;
}
.post-paywall-mobile-avatar-badge .blloe-auth-badge__svg {
  width: 100%;
  height: 100%;
}
.post-paywall-mobile-author-info {
  min-width: 0;
}
.post-paywall-mobile-author-name {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #111111;
}
.post-paywall-mobile-author-name a {
  color: inherit;
  text-decoration: none;
}
.post-paywall-mobile-verified svg {
  width: 12px;
  height: 12px;
}
.post-paywall-mobile-verified circle {
  fill: var(--auth-badge-color, #0066cc);
}
.post-paywall-mobile-author-desc {
  margin: 2px 0 0;
  font-size: 11px;
  color: #9ca3af;
}
.post-paywall-mobile-follow {
  height: auto;
  min-height: 0;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid #ff1943;
  background: transparent;
  color: #ff1943;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.post-paywall-mobile-follow.is-following {
  border-color: #e5e7eb;
  background: #f3f4f6;
  color: #6b7280;
}
.post-paywall-mobile-text h2 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  line-height: 1.4;
}
.post-paywall-mobile-text {
  margin-bottom: 24px;
}
.post-paywall-mobile-text p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}
.post-paywall-mobile-price {
  margin-top: 0;
  background: rgba(249, 250, 251, 0.8);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 80px;
}
.post-paywall-mobile-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 16px;
  color: #ff1943;
  font-weight: 700;
}
.post-paywall-mobile-price-row--vip {
  font-size: 14px;
}
.post-paywall-mobile-price-currency {
  font-size: 16px;
}
.post-paywall-mobile-price-amount {
  font-size: 28px;
  letter-spacing: -0.5px;
}
.post-paywall-mobile-perks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.post-paywall-mobile-perk {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #4b5563;
}
.post-paywall-mobile-perk svg {
  width: 14px;
  height: 14px;
  stroke: #ff1943;
  stroke-width: 2;
  fill: none;
}
.post-paywall-mobile-toolbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  z-index: 60;
}
.post-paywall-mobile-tools {
  display: flex;
  align-items: center;
  gap: 20px;
}
.post-paywall-mobile-tools .post-action {
  width: 40px;
  height: 40px;
}
.post-paywall-mobile-cta {
  flex: 1 1 auto;
  width: auto;
  padding: 12px;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(255, 25, 67, 0.2);
}
.post-paywall-mobile-cta:active {
  transform: scale(0.98);
}

.post-detail-scroll .post-paywall + .post-detail-title {
  display: none;
}

.post-detail-modal--paywall {
  display: block;
  grid-template-columns: 1fr !important;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.post-detail-modal--paywall .post-detail-media-col {
  display: none;
}
.post-detail-modal--paywall .post-detail-body {
  width: 100%;
}
.post-detail-modal--paywall .post-detail-head {
  display: none;
}
.post-detail-modal--paywall .post-detail-bottom {
  display: none;
}
.post-detail-modal--paywall .post-detail-title,
.post-detail-modal--paywall .post-content,
.post-detail-modal--paywall .post-detail-meta,
.post-detail-modal--paywall .post-tags,
.post-detail-modal--paywall .post-detail-comments {
  display: none;
}

.post-detail-modal--paywall .post-paywall-shell{
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.post-detail-modal--paywall .post-paywall-modal{
  max-width: 1100px;
  border-radius: 16px;
  height: calc(100vh - 140px);
  min-height: 70vh;
  max-height: calc(100vh - 140px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.12);
}

.post-detail-overlay-body .post-paywall-page{
  width:100%;
  height:100%;
}
.post-detail-overlay-body .post-paywall-shell{
  height:100%;
}
.post-detail-overlay-body .post-paywall-modal{
  max-width:100%;
  height:100%;
  max-height:100%;
  border-radius:16px;
  box-shadow:0 16px 50px rgba(0, 0, 0, 0.15);
}

.post-detail-modal .post-paywall-shell {
  flex-direction: column;
}
.post-detail-modal .post-paywall-aside {
  position: static;
  width: 100%;
}

@media (max-width: 1024px) {
  .post-paywall-shell {
    flex-direction: column;
  }
  .post-paywall-aside {
    width: 100%;
    position: static;
  }
}

@media (max-width: 900px) {
  .post-paywall {
    margin: 0;
  }
  .post-paywall-shell {
    display: none;
  }
  .post-paywall-mobile {
    display: block;
  }
  .post-paywall-mobile-preview {
    margin: 0;
  }
  .post-detail-modal--paywall .post-detail-scroll {
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media (max-width: 720px) {
  .post-paywall-card {
    padding: 18px;
    border-radius: 18px;
  }
  .post-paywall-cover {
    height: 50vh;
    border-radius: 18px;
    margin: -18px -18px 16px;
  }
  .post-paywall-cover-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2px;
  }
  .post-paywall-cover-grid .post-paywall-cover-img:nth-child(n+2) {
    display: block;
  }
  .post-paywall-cover-grid .post-paywall-cover-img {
    display: block;
    filter: blur(12px) brightness(0.95);
    transform: scale(1.05);
  }
  .post-paywall-lock--mobile {
    display: flex;
    background: rgba(0, 0, 0, 0.12);
  }
  .post-paywall-lock--mobile .post-paywall-lock-card {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .post-paywall-lock--mobile .post-paywall-lock-card h3 {
    color: #ffffff;
  }
  .post-paywall-lock--mobile .post-paywall-lock-card p {
    color: rgba(255, 255, 255, 0.9);
  }
  .post-paywall-lock--desktop {
    display: none;
  }
  .post-paywall-blur-lines {
    display: none;
  }
  .post-paywall-excerpt {
    font-size: 14px;
  }
  .post-paywall-title {
    font-size: 20px;
  }
  .post-paywall-price-value {
    font-size: 24px;
  }
}


.blloe-pay-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.blloe-pay-modal.is-open {
  display: flex;
}
.blloe-pay-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}
.blloe-pay-modal__dialog {
  position: relative;
  z-index: 1;
  width: 420px;
  max-width: calc(100% - 2rem);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
  padding: 1.5rem 1.75rem 1.25rem;
}
.blloe-pay-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  color: #9ca3af;
}
.blloe-pay-modal__header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.blloe-pay-modal__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.blloe-pay-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}
.blloe-pay-modal__subtitle {
  margin: 0.25rem 0 0;
  font-size: 13px;
  color: #6b7280;
}
.blloe-pay-modal__product {
  display: flex;
  align-items: center;
  margin: 0.75rem 0 0.5rem;
}
.blloe-pay-modal__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  background: #fee2e2;
  color: #ef4444;
  font-size: 12px;
  margin-right: 0.5rem;
}
.blloe-pay-modal__name {
  font-size: 14px;
  color: #374151;
}
.blloe-pay-modal__price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  background: #f9fafb;
}
.blloe-pay-modal__price-label {
  font-size: 13px;
  color: #6b7280;
}
.blloe-pay-modal__price {
  font-size: 18px;
  font-weight: 600;
  color: #ec4899;
}
.blloe-pay-modal__methods {
  margin-top: 0.9rem;
  display: flex;              
  gap: 0.75rem;
  flex-wrap: wrap;
}
.blloe-pay-modal-method {
  flex: 1 1 0;
  padding: 0.6rem 0.9rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  text-align: center;
}
.blloe-pay-modal-method:hover {
  border-color: #ec4899;
  background: #ffffff;
  color: #ec4899;
}
.blloe-pay-modal__hint {
  margin-top: 0.9rem;
  font-size: 12px;
  color: #9ca3af;
  text-align: right;
}


.blloe-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
.blloe-qr-modal.is-open {
  display: flex;
}
.blloe-qr-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}
.blloe-qr-modal__dialog {
  position: relative;
  z-index: 1;
  width: 360px;
  max-width: calc(100% - 2rem);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
  padding: 1.5rem 1.75rem 1.25rem;
  text-align: center;
}
.blloe-qr-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  color: #9ca3af;
}
.blloe-qr-modal__title {
  margin: 0 0 0.35rem;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}
.blloe-qr-modal__desc {
  margin: 0 0 1rem;
  font-size: 13px;
  color: #6b7280;
}
.blloe-qr-modal__code {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border-radius: 16px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blloe-qr-modal__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blloe-qr-modal__hint {
  margin-top: 0.9rem;
  font-size: 12px;
  color: #9ca3af;
}


.user-center-main .setting-card--vip {
  border-radius: 16px;
  border: 1px solid var(--uc-border, #e5e7eb);
  background: var(--uc-bg-soft, #fff);
  box-shadow: none;
  display: block;
  align-items: initial;
  justify-content: initial;
}
.user-center-main .setting-card--vip .setting-card-header {
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.user-center-main .vip-header-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 2px;
}
.user-center-main .vip-header-status {
  font-size: 14px;
  color: var(--uc-text-2, #4b5563);
}
.user-center-main .vip-header-status--inactive {
  color: var(--uc-text-3, #6b7280);
}
.user-center-main .vip-header-status--active {
  color: var(--uc-text-2, #4b5563);
}
.user-center-main .vip-header-status--expired {
  color: #b45309;
}
.user-center-main .setting-card-actions--vip {
  margin-top: 0.5rem;
}
.user-center-main .vip-benefit-card {
  background: var(--uc-bg-soft, #fff);
  border: 1px solid var(--uc-border, #e5e7eb);
  border-radius: 16px;
  padding: 16px 20px;
  margin-top: 16px;
}
.user-center-main .vip-benefit-card h4 {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--uc-text-3, #6b7280);
  letter-spacing: 2px;
}
.user-center-main .vip-benefit-card ul {
  margin: 0;
  padding-left: 16px;
  list-style: disc;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px 20px;
  font-size: 13px;
  color: var(--uc-text-2, #4b5563);
}
.user-center-main .vip-status-card {
  padding: 18px;
  background: var(--uc-bg-soft, #fff);
  border: 1px solid var(--uc-border, #e5e7eb);
  border-radius: 16px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.user-center-main .vip-status-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.user-center-main .vip-status-pill {
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.04);
  color: var(--uc-text-3, #6b7280);
}
.user-center-main .vip-status-plan {
  font-size: 13px;
  color: var(--uc-text, #1a1a1a);
  font-weight: 600;
}
.user-center-main .vip-status-desc {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--uc-text-3, #6b7280);
}
.user-center-main .vip-status-action .vip-plan-btn {
  min-width: 150px;
  background: rgba(0,0,0,.04);
  color: var(--uc-text-3, #6b7280);
  border-color: var(--uc-border, #e5e7eb);
}
.user-center-main .vip-status-card.is-active .vip-status-action .vip-plan-btn {
  background: rgba(0,0,0,.06);
  border-color: var(--uc-border, #e5e7eb);
}
.user-center-main .vip-status-card.is-active {
  border-color: var(--uc-border, #e5e7eb);
  background: var(--uc-bg-soft, #fff);
}
.user-center-main .vip-status-card.is-expired {
  border-color: var(--uc-border, #e5e7eb);
  background: var(--uc-bg-soft, #fff);
}
.user-center-main .vip-status-card.is-inactive {
  border-color: var(--uc-border, #e5e7eb);
  background: var(--uc-bg-soft, #fff);
}
.user-center-main .vip-status-card.is-permanent {
  border-color: var(--uc-border, #e5e7eb);
  background: var(--uc-bg-soft, #fff);
}
.user-center-main .vip-status-action .vip-plan-btn {
  min-width: 140px;
}
.user-center-main .vip-plan-btn {
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
}
.user-center-main .vip-plan-stack {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.user-center-main .vip-plan-item {
  border: 1px solid var(--uc-border, #e5e7eb);
  border-radius: 16px;
  padding: 20px;
  background: var(--uc-bg-soft, #fff);
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: none;
}
.user-center-main .vip-plan-item.is-featured {
  border-color: #f59e0b;
  background: #fff7ed;
}
.user-center-main .vip-plan-item.is-current {
  border-color: #cbd5f5;
  box-shadow: none;
}
.user-center-main .vip-plan-item.is-disabled {
  opacity: 0.8;
}
.user-center-main .vip-plan-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.user-center-main .vip-plan-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.user-center-main .vip-plan-duration {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--uc-text-3, #94a3b8);
}
.user-center-main .vip-plan-chip {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.04);
  color: var(--uc-text-3, #6b7280);
}
.user-center-main .vip-plan-chip--accent {
  background: #fef3c7;
  color: #92400e;
}
.user-center-main .vip-plan-chip--state {
  background: rgba(0,0,0,.06);
  color: var(--uc-text-3, #6b7280);
}
.user-center-main .vip-plan-desc {
  margin: 0;
  min-height: 42px;
  font-size: 13px;
  color: var(--uc-text-3, #6b7280);
}
.user-center-main .vip-plan-price {
  font-size: 28px;
  font-weight: 600;
  color: var(--uc-text, #1a1a1a);
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.user-center-main .vip-plan-price .currency {
  font-size: 16px;
  color: var(--uc-text-3, #94a3b8);
}
.user-center-main .vip-plan-price .unit {
  font-size: 12px;
  color: var(--uc-text-3, #94a3b8);
}
.user-center-main .vip-plan-item .vip-plan-btn {
  width: 100%;
  padding: 0.55rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--uc-border, #e5e7eb);
  background: rgba(0,0,0,.04);
  color: var(--uc-text-3, #6b7280);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
}
.user-center-main .vip-plan-item.is-featured .vip-plan-btn {
  background: #fff7ed;
  border-color: #f59e0b;
  color: #92400e;
}
.user-center-main .vip-plan-item .vip-plan-btn:hover {
  background: rgba(0,0,0,.06);
}
.user-center-main .vip-plan-item .vip-plan-btn.is-disabled,
.user-center-main .vip-plan-item .vip-plan-btn:disabled {
  background: rgba(0,0,0,.02);
  color: var(--uc-text-3, #9ca3af);
  border-color: var(--uc-border, #e5e7eb);
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.user-center-main .vip-plan-empty {
  margin: 1rem 0;
  font-size: 14px;
  color: #9ca3af;
  text-align: center;
}
.user-center-main .vip-plan-note {
  margin: 0;
  font-size: 12px;
  color: #9ca3af;
}
.user-center-main .vip-pay-methods {
  margin-top: 0.75rem;
  display: none;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.user-center-main .vip-buy-btn {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--uc-border, #e5e7eb);
  background: rgba(0,0,0,.04);
  color: var(--uc-text-3, #6b7280);
  font-size: 12px;
  cursor: pointer;
}
.user-center-main .vip-buy-btn[data-pay-channel="epay"] {
  background: rgba(0,0,0,.04);
}
.user-center-main .vip-buy-btn[data-pay-channel="alipay_face"] {
  background: rgba(0,0,0,.04);
}
.user-center-main .vip-buy-btn:hover {
  background: rgba(0,0,0,.06);
}


@media (max-width: 720px) {
  .user-center-main .setting-card--vip {
    padding: 1rem 0.9rem;
  }
  .user-center-main .vip-status-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .user-center-main .vip-plan-item {
    padding: 1rem;
  }
}


body.dark .post-paywall-card{
  background:#181818;
  border-color:#222;
  box-shadow:none;
}
body.dark .post-paywall-cover,
body.dark .post-paywall-cover-placeholder{
  background:#111;
}
body.dark .post-paywall-blur-lines span{
  background:#2a2a2a;
}
body.dark .post-paywall-lock--desktop{
  background: rgba(0, 0, 0, 0.6);
}
body.dark .post-paywall-lock-card{
  background:#181818;
  border-color:#2a2a2a;
}
body.dark .post-paywall-lock-icon{
  background:rgba(255,255,255,0.08);
}
body.dark .post-paywall-lock-card h3{ color:#f3f4f6; }
body.dark .post-paywall-lock-card p{ color:#9aa3af; }
body.dark .post-paywall-author-name{ color:#f3f4f6; }
body.dark .post-paywall-author-meta{ color:#9aa3af; }
body.dark .post-paywall-title{ color:#f3f4f6; }
body.dark .post-paywall-excerpt{ color:#d1d5db; }
body.dark .post-paywall-desc{ color:#9aa3af; }
body.dark .post-paywall-price-label{ color:#9aa3af; }
body.dark .post-paywall-perk{ color:#cbd5e1; }
body.dark .post-paywall-login{ color:#9aa3af; }
body.dark .post-paywall-hint{ color:#9aa3af; }
body.dark .post-paywall-faq-backdrop{ background: rgba(0, 0, 0, 0.6); }
body.dark .post-paywall-faq-dialog{ background:#0f1319; border-color:#1f242c; }
body.dark .post-paywall-faq-head{ border-color:#1f242c; }
body.dark .post-paywall-faq-title{ color:#e5e7eb; }
body.dark .post-paywall-faq-close{ color:#9aa3af; }
body.dark .post-paywall-faq-close:hover{ color:#ff6b85; background: rgba(255,255,255,0.06); }
body.dark .post-paywall-faq-item{ background:#10151c; border-color:#1f242c; }
body.dark .post-paywall-faq-q{ color:#e5e7eb; }
body.dark .post-paywall-faq-a{ color:#9aa3af; }


body.dark .post-paywall-modal{ background:#0f1319; box-shadow:none; }
body.dark .post-detail-page:not(.is-detail-modal) .post-paywall-modal{ background:#0f1319; border-color:#1f242c; }
body.dark .post-paywall-preview{ background:#12161d; }
body.dark .post-paywall-preview-placeholder{ background:#151a21; }
body.dark .post-paywall-preview-card{ background:rgba(15,19,25,0.7); border-color:rgba(255,255,255,0.08); box-shadow:none; }
body.dark .post-paywall-preview-card h3{ color:#f3f4f6; }
body.dark .post-paywall-preview-card p{ color:#9aa3af; }
body.dark .post-paywall-preview-tags span{ background:#1a1f26; border-color:#2a3038; color:#cbd5e1; }

body.dark .post-paywall-author-avatar{ background:#0f1319; border-color:rgba(255,25,67,0.25); }
body.dark .post-paywall-author-badge{ border-color:#0f1319; }
body.dark .post-paywall-info-title{ color:#f3f4f6; }
body.dark .post-paywall-info-desc{ color:#9aa3af; }
body.dark .post-paywall-price-card{ background:#11151c; border-color:#1f242c; box-shadow:none; }
body.dark .post-paywall-price-perk{ color:#cbd5e1; }
body.dark .post-paywall-login-btn{ background:#ff1943; color:#fff; }
body.dark .post-paywall-cta-links{ color:#9aa3af; }
body.dark .post-paywall-cta-link:hover{ color:#e5e7eb; }

body.dark .post-pay-btn{ background:#11151c; border-color:#1f242c; color:#9aa3af; }
body.dark .post-pay-btn:hover{ border-color:#ff1943; color:#ff1943; }

body.dark .post-paywall-mobile-preview{ background:#0f1319; }
body.dark .post-paywall-mobile-placeholder{ background:#0f1319; }
body.dark .post-paywall-mobile-lock-card{ background:rgba(15,19,25,0.65); border-color:rgba(255,255,255,0.1); box-shadow:none; }
body.dark .post-paywall-mobile-fade{ background:linear-gradient(to top, #0f1319, rgba(15,19,25,0)); }
body.dark .post-paywall-mobile-body{ color:#e5e7eb; }
body.dark .post-paywall-mobile-avatar{ background:#0f1319; border-color:#1f242c; }
body.dark .post-paywall-mobile-avatar-badge{ border-color:#0f1319; }
body.dark .post-paywall-mobile-author-name,
body.dark .post-paywall-mobile-text h2{ color:#f3f4f6; }
body.dark .post-paywall-mobile-text p,
body.dark .post-paywall-mobile-author-desc{ color:#9aa3af; }

body.dark .post-pay-btn{
  background:#1a1a1a;
  border-color:#333;
  color:#d1d5db;
}
body.dark .post-pay-btn:hover{
  border-color:#ff1943;
  color:#ff1943;
  background:#111;
}
body.dark .post-pay-btn--disabled,
body.dark .post-pay-btn:disabled{
  border-color:#333;
  color:#6b7280;
}
body.dark .blloe-pay-modal__backdrop{
  background: rgba(0,0,0,0.65);
}
body.dark .blloe-pay-modal__dialog{
  background:#181818;
  box-shadow:none;
  border:1px solid #222;
}
body.dark .blloe-pay-modal__close{ color:#9aa3af; }
body.dark .blloe-pay-modal__close:hover{ color:#f3f4f6; }
body.dark .blloe-pay-modal__icon{ background:rgba(59,130,246,0.12); }
body.dark .blloe-pay-modal__title{ color:#f3f4f6; }
body.dark .blloe-pay-modal__subtitle{ color:#9aa3af; }
body.dark .blloe-pay-modal__name{ color:#d1d5db; }
body.dark .blloe-pay-modal__badge{
  background: rgba(239,68,68,0.18);
  color:#fca5a5;
}
body.dark .blloe-pay-modal__price-row{ background:#111; }
body.dark .blloe-pay-modal__price-label{ color:#9aa3af; }
body.dark .blloe-pay-modal__hint{ color:#9aa3af; }

body.dark .blloe-qr-modal__backdrop{
  background: rgba(0,0,0,0.65);
}
body.dark .blloe-qr-modal__dialog{
  background:#181818;
  box-shadow:none;
  border:1px solid #222;
}
body.dark .blloe-qr-modal__close{ color:#9aa3af; }
body.dark .blloe-qr-modal__close:hover{ color:#f3f4f6; }
body.dark .blloe-qr-modal__title{ color:#f3f4f6; }
body.dark .blloe-qr-modal__desc{ color:#9aa3af; }
body.dark .blloe-qr-modal__code{ background:#111; }
body.dark .blloe-qr-modal__hint{ color:#9aa3af; }

body.dark .blloe-pay-modal-method{
  background:#111;
  border-color:#333;
  color:#d1d5db;
}
body.dark .blloe-pay-modal-method:hover{
  border-color:#ec4899;
  background:#0b0b0b;
  color:#ec4899;
}


body.dark .user-center-main .setting-card--vip{
  background:#181818;
  box-shadow:none;
  border:1px solid #222;
}
body.dark .user-center-main .vip-benefit-card{
  background:#181818;
  border-color:#222;
}
body.dark .user-center-main .vip-benefit-card h4{
  color:#9ca3af;
}
body.dark .user-center-main .vip-benefit-card ul{
  color:#d1d5db;
}
body.dark .user-center-main .vip-status-card{
  background:#181818;
  border-color:#222;
}
body.dark .user-center-main .vip-status-pill{
  background:rgba(255,255,255,.08);
  color:#d1d5db;
}
body.dark .user-center-main .vip-status-plan{
  color:#f3f4f6;
}
body.dark .user-center-main .vip-status-desc{
  color:#94a3b8;
}
body.dark .user-center-main .vip-header-status{
  color:#d1d5db;
}
body.dark .user-center-main .vip-plan-item{
  border-color:#222;
  background:#181818;
}
body.dark .user-center-main .vip-plan-item.is-featured{
  border-color:#b45309;
  background:#1a1a1a;
}
body.dark .user-center-main .vip-plan-title,
body.dark .user-center-main .vip-plan-duration{
  color:#f3f4f6;
}
body.dark .user-center-main .vip-plan-desc{
  color:#9ca3af;
}
body.dark .user-center-main .vip-plan-price{
  color:#f3f4f6;
}
body.dark .user-center-main .vip-plan-price .unit{
  color:#94a3b8;
}
body.dark .user-center-main .vip-plan-chip{
  background:rgba(255,255,255,.08);
  color:#9aa3af;
}
body.dark .user-center-main .vip-plan-chip--accent{
  background:rgba(180,83,9,.2);
  color:#fcd34d;
}
body.dark .user-center-main .vip-plan-chip--state{
  background:rgba(255,255,255,.08);
  color:#9aa3af;
}
body.dark .user-center-main .vip-plan-item .vip-plan-btn{
  background:rgba(255,255,255,.08);
  color:#d1d5db;
  border-color:rgba(255,255,255,.12);
}
body.dark .user-center-main .vip-plan-item.is-featured .vip-plan-btn{
  background:rgba(180,83,9,.2);
  border-color:rgba(180,83,9,.5);
  color:#fcd34d;
}
body.dark .user-center-main .vip-plan-item .vip-plan-btn.is-disabled,
body.dark .user-center-main .vip-plan-item .vip-plan-btn:disabled{
  background:#1f1f1f;
  border-color:#333;
  color:#6b7280;
}
body.dark .user-center-main .vip-status-action .vip-plan-btn{
  background:rgba(255,255,255,.08);
  color:#d1d5db;
  border-color:rgba(255,255,255,.12);
}
body.dark .user-center-main .setting-value--warning{
  color:#fcd34d;
}


