/* Vircs shop overlay — keep VIRCS mirror look, add local shop strip */
.proxy-theme-vircs {
  margin: 0;
  background: #fff;
}

.proxy-shop-strip {
  position: relative;
  z-index: 5;
  max-width: 1120px;
  margin: -24px auto 64px;
  padding: 0 20px;
}

.proxy-shop-strip__inner {
  padding: 28px 28px 32px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f4f8fd 0%, #ffffff 48%);
  border: 1px solid rgba(11, 79, 147, 0.14);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.proxy-shop-strip__eyebrow {
  margin: 0 0 8px;
  color: #0b4f93;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proxy-shop-strip h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #0f172a;
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
}

.proxy-shop-strip__lead {
  margin: 0 0 18px;
  color: #64748b;
  font-size: 14px;
}

.proxy-shop-strip .chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.proxy-shop-strip .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef4fb;
  color: #0f172a;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid transparent;
}

.proxy-shop-strip .chip.is-primary {
  background: #0b4f93;
  color: #fff;
}

.proxy-shop-strip .item-list {
  min-height: 80px;
}

.proxy-shop-strip .item-message {
  color: #94a3b8;
  font-size: 14px;
}

@media (max-width: 768px) {
  .proxy-shop-strip {
    margin-top: 12px;
  }
  .proxy-shop-strip__inner {
    padding: 20px;
  }
}

/* Static mirror: Vue Motion 入场未执行时内容被冻在 opacity:0，强制显示 */
.proxy-theme-vircs #app [style*="opacity: 0"],
.proxy-theme-vircs #app [style*="opacity:0"] {
  opacity: 1 !important;
  transform: none !important;
}
.vircs-local-static #app [style*="opacity: 0"],
.vircs-local-static #app [style*="opacity:0"] {
  opacity: 1 !important;
  transform: none !important;
}

/* 后台 template_logo：避免镜像页对 VIRCS 矢量图的反色处理 */
.proxy-theme-vircs img.vircs-site-logo,
.vircs-local-static img.vircs-site-logo,
.proxy-theme-vircs img[src*="/assets/cache/"][class*="h-9"],
.proxy-theme-vircs img[src*="/assets/cache/"][class*="h-10"] {
  filter: none !important;
  object-fit: contain;
  max-height: 40px;
  width: auto;
}
