/* 序桌落地页 — 福神网香槟金主题 */

body.fs-xuzhuo-page .fs-ai-search-wrap {
  display: none !important;
}

body.fs-xuzhuo-page .fs-main--xuzhuo {
  padding: 0;
  width: 100%;
  max-width: none !important;
  margin: 0;
  box-sizing: border-box;
}

body.fs-xuzhuo-page.fs-leftnav-layout .fs-workspace > .fs-main--xuzhuo {
  width: 100%;
  max-width: none !important;
  padding: 12px 16px 28px;
  box-sizing: border-box;
}

.fs-xz {
  --xz-gold: var(--fs-accent, #e8c96a);
  --xz-gold-soft: var(--fs-accent-soft, #f7e5a3);
  --xz-gold-deep: var(--fs-accent-deep, #c19549);
  --xz-line: var(--fs-line-gold, rgba(232, 201, 106, 0.28));
  --xz-muted: var(--fs-muted, #9aa3af);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--fs-text, #eef0f4);
}

.fs-xz__hero {
  position: relative;
  margin: 0 0 36px;
  padding: clamp(36px, 4.5vw, 56px) clamp(24px, 3vw, 40px);
  border-radius: 18px;
  border: 1px solid var(--xz-line);
  overflow: hidden;
  isolation: isolate;
  background: rgba(12, 14, 18, 0.55);
}

.fs-xz__hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 420px at 12% -20%, rgba(232, 201, 106, 0.18), transparent 55%),
    radial-gradient(700px 360px at 96% 80%, rgba(193, 149, 73, 0.14), transparent 50%),
    linear-gradient(165deg, rgba(21, 25, 32, 0.95), rgba(12, 14, 18, 0.98));
}

.fs-xz__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.fs-xz__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--xz-muted);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.fs-xz__badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid var(--xz-line);
  background: rgba(232, 201, 106, 0.1);
  color: var(--xz-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.fs-xz__brand {
  margin: 0 0 14px;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  color: #f7e5a3;
  text-shadow: 0 0 28px rgba(232, 201, 106, 0.25);
}

.fs-xz__lead {
  margin: 0 0 22px;
  max-width: 36em;
  font-size: 16px;
  line-height: 1.7;
  color: #c8d0db;
}

.fs-xz__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fs-xz__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none !important;
  transition: filter 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.fs-xz__btn--primary {
  color: #1a1408 !important;
  background: linear-gradient(180deg, #f7e5a3 0%, #e8c96a 45%, #c19549 100%);
  border-color: rgba(232, 201, 106, 0.85);
}

.fs-xz__btn--primary:hover {
  filter: brightness(1.06);
}

.fs-xz__btn--ghost {
  color: #f0d78a !important;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(232, 201, 106, 0.45);
}

.fs-xz__btn--ghost:hover {
  border-color: rgba(247, 229, 163, 0.75);
  background: rgba(232, 201, 106, 0.1);
}

.fs-xz-dl-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 10050;
  transform: translateX(-50%) translateY(12px);
  padding: 10px 16px;
  border-radius: 10px;
  background: rgba(18, 22, 30, 0.94);
  border: 1px solid rgba(232, 201, 106, 0.35);
  color: #f7e5a3;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}
.fs-xz-dl-toast.is-in {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.fs-xz__hero-aside {
  width: 100%;
  max-width: 420px;
  justify-self: end;
}

/* 特惠卡 + 零点倒计时（对齐墨章公众号排版） */
.fs-xz__deal {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 22px 20px 18px;
  border-radius: 18px;
  border: 1px solid rgba(232, 201, 106, 0.45);
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(232, 201, 106, 0.2), transparent 55%),
    linear-gradient(160deg, rgba(48, 38, 22, 0.95), rgba(18, 20, 26, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 18px 40px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  outline: none;
}
.fs-xz__deal:hover {
  border-color: rgba(232, 201, 106, 0.65);
}
.fs-xz__deal:hover .fs-xz__btn--deal {
  filter: brightness(1.06);
}
.fs-xz__deal-ribbon {
  position: absolute;
  top: -11px;
  left: 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6b4a, #ff3d5a);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 8px 18px rgba(255, 61, 90, 0.35);
  animation: fs-xz-ribbon 1.8s ease-in-out infinite;
}
@keyframes fs-xz-ribbon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}
.fs-xz__deal-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fs-xz__deal-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 12px;
}
.fs-xz__deal-now {
  color: #f8ecc0;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.fs-xz__deal-now i {
  font-style: normal;
  font-size: 0.5em;
  margin-right: 2px;
  vertical-align: 0.35em;
  font-weight: 800;
}
.fs-xz__deal-was {
  color: #8b95a5;
  font-size: 18px;
  font-weight: 650;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.fs-xz__deal-save {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 61, 90, 0.16);
  border: 1px solid rgba(255, 107, 74, 0.45);
  color: #ffb4a4;
  font-size: 12px;
  font-weight: 800;
}
.fs-xz__deal-copy {
  margin: 0;
  color: #d5dde8;
  font-size: 13px;
  font-weight: 550;
  letter-spacing: 0.02em;
}

.fs-xz__countdown {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 2px 0 2px;
  padding: 8px 10px 9px;
  border-radius: 10px;
  border: 1px solid rgba(255, 72, 72, 0.55);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.08), transparent 35%),
    radial-gradient(120% 140% at 100% 0%, rgba(255, 196, 64, 0.18), transparent 45%),
    linear-gradient(160deg, #5a1218 0%, #2a0a0e 55%, #1a080c 100%);
  box-shadow:
    0 0 0 1px rgba(255, 120, 80, 0.2) inset,
    0 8px 20px rgba(180, 20, 40, 0.3),
    0 0 16px rgba(255, 60, 60, 0.14);
  animation: fs-xz-urgent-glow 1.8s ease-in-out infinite;
}

@keyframes fs-xz-urgent-glow {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 120, 80, 0.2) inset,
      0 8px 20px rgba(180, 20, 40, 0.3),
      0 0 12px rgba(255, 60, 60, 0.12);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 160, 100, 0.32) inset,
      0 10px 24px rgba(200, 30, 50, 0.4),
      0 0 22px rgba(255, 80, 60, 0.26);
  }
}

.fs-xz__countdown-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
}

.fs-xz__countdown-fire {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff4d3a;
  box-shadow: 0 0 0 2px rgba(255, 77, 58, 0.25), 0 0 8px rgba(255, 80, 60, 0.85);
  animation: fs-xz-urgent-dot 1s ease-in-out infinite;
}

@keyframes fs-xz-urgent-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.7; }
}

.fs-xz__countdown-label {
  color: #ffe6df;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.03em;
}

.fs-xz__countdown-sub {
  margin-left: auto;
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(255, 220, 80, 0.16);
  border: 1px solid rgba(255, 210, 90, 0.45);
  color: #ffe7a0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.fs-xz__countdown-digits {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fs-xz__countdown-sep {
  color: #ff6b55;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  animation: fs-xz-urgent-colon 1s steps(1) infinite;
}

@keyframes fs-xz-urgent-colon {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0.25; }
}

.fs-xz__countdown-unit {
  flex: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-height: 30px;
  padding: 4px 2px;
  border-radius: 8px;
  border: 1px solid rgba(255, 120, 90, 0.4);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 40%),
    linear-gradient(180deg, #1c0a0c, #0c0406);
  box-shadow:
    0 1px 0 rgba(255, 200, 180, 0.12) inset,
    0 4px 10px rgba(0, 0, 0, 0.3);
}

.fs-xz__countdown-unit b {
  color: #fff7f2;
  font-size: 16px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: Outfit, "Noto Sans SC", sans-serif;
  text-shadow: 0 0 10px rgba(255, 90, 70, 0.4);
}

.fs-xz__countdown-unit.is-sec {
  gap: 5px;
  border-color: rgba(255, 90, 60, 0.7);
  background:
    linear-gradient(180deg, rgba(255, 90, 60, 0.22), transparent 42%),
    linear-gradient(180deg, #2a0c10, #120508);
}

.fs-xz__countdown-unit.is-sec b {
  color: #ffd2c4;
  text-shadow: 0 0 10px rgba(255, 70, 50, 0.7);
}

.fs-xz__countdown-unit.is-sec small {
  margin-left: 2px;
  color: #ffb090;
  font-size: 10px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: Outfit, "Noto Sans SC", sans-serif;
  transform: translateY(-1px);
  text-shadow: 0 0 8px rgba(255, 120, 60, 0.55);
}

.fs-xz__countdown-unit.is-sec.is-tick b {
  animation: fs-xz-sec-pop 0.28s ease;
}

@keyframes fs-xz-sec-pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.1); color: #fff; }
  100% { transform: scale(1); }
}

.fs-xz__btn--deal {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
  border: 0;
  border-radius: 12px;
  color: #1a1408 !important;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, #ffe9a8, #e8c96a 45%, #c9a43a);
  box-shadow: 0 10px 24px rgba(201, 164, 58, 0.35);
  pointer-events: none;
}
.fs-xz__deal-pulse {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.35) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: fs-xz-shine 2.4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes fs-xz-shine {
  0%, 35% { transform: translateX(-120%); }
  65%, 100% { transform: translateX(120%); }
}

.fs-xz__section {
  margin: 8px 0 28px;
  padding: 8px 4px 0;
}

.fs-xz__hd {
  margin: 0 0 18px;
  max-width: 46rem;
}

.fs-xz__hd h2 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #f5eccf;
}

.fs-xz__hd p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #9aa3b2;
}

.fs-xz__shots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

.fs-xz__shot {
  margin: 0;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid rgba(232, 201, 106, 0.18);
  background:
    linear-gradient(165deg, rgba(36, 32, 24, 0.92), rgba(16, 18, 24, 0.96));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 18px 42px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.fs-xz__shot:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 201, 106, 0.38);
  box-shadow:
    0 0 0 1px rgba(255, 248, 220, 0.06) inset,
    0 22px 48px rgba(0, 0, 0, 0.45),
    0 0 36px rgba(201, 164, 58, 0.12);
}

.fs-xz__shot--wide {
  grid-column: 1 / -1;
}

.fs-xz__shot-bezel {
  position: relative;
  margin: 12px 12px 0;
  padding: 1px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(247, 229, 163, 0.72), rgba(193, 149, 73, 0.35) 42%, rgba(255, 255, 255, 0.08) 70%, rgba(232, 201, 106, 0.45));
  box-shadow:
    0 1px 0 rgba(255, 248, 220, 0.18) inset,
    0 10px 28px rgba(0, 0, 0, 0.35);
}

.fs-xz__shot-bezel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 28%);
  opacity: 0.55;
}

.fs-xz__shot-frame {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  background:
    radial-gradient(90% 70% at 50% 0%, rgba(45, 180, 150, 0.12), transparent 58%),
    #07090d;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45) inset;
}

.fs-xz__shot-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 248, 220, 0.08),
    inset 0 18px 40px rgba(0, 0, 0, 0.18);
}

.fs-xz__shot-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.fs-xz__shot--wide .fs-xz__shot-frame img {
  max-height: min(560px, 62vw);
  object-fit: cover;
  object-position: top center;
}

.fs-xz__shot figcaption {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 22px 22px;
}

.fs-xz__shot strong {
  font-size: 17px;
  font-weight: 700;
  color: #f5eccf;
  letter-spacing: 0.01em;
}

.fs-xz__shot span {
  font-size: 14px;
  line-height: 1.7;
  color: #9aa3b2;
}

.fs-xz__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fs-xz__grid article {
  padding: 16px 16px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(22, 26, 34, 0.85);
}

.fs-xz__grid h3 {
  margin: 0 0 8px;
  font-size: 15px;
  color: #e8c96a;
}

.fs-xz__grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #9aa3af;
}

.fs-xz__foot {
  margin-top: 8px;
  padding: 16px 4px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  color: #7a8290;
}

.fs-xz__foot a {
  color: #e8c96a !important;
  text-decoration: none !important;
}

.fs-xz__foot-links {
  margin: 8px 0 0;
}

.fs-xz__foot-links span {
  margin: 0 6px;
  opacity: 0.5;
}

/* Pay modal */
.fs-xz-pay {
  position: fixed;
  inset: 0;
  z-index: 100100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(4px);
}

.fs-xz-pay[hidden] {
  display: none !important;
}

.fs-xz-pay__panel {
  position: relative;
  width: min(420px, 100%);
  padding: 24px 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(232, 201, 106, 0.4);
  background: linear-gradient(180deg, #1a2030 0%, #141924 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
  color: #eef0f4;
}

.fs-xz-pay__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #9aa3af;
  font-size: 22px;
  cursor: pointer;
}

.fs-xz-pay__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  color: #e8c96a;
  letter-spacing: 0.06em;
}

.fs-xz-pay__panel h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #f7e5a3;
}

.fs-xz-pay__desc {
  margin: 0 0 16px;
  font-size: 13px;
  color: #9aa3af;
  line-height: 1.55;
}

.fs-xz-pay__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.fs-xz-pay__tab {
  flex: 1;
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #b8c0d0;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.fs-xz-pay__tab.is-active {
  color: #1a1408;
  background: linear-gradient(180deg, #f7e5a3 0%, #e8c96a 50%, #c19549 100%);
  border-color: transparent;
}

.fs-xz-pay__stage {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.22);
}

.fs-xz-pay__idle,
.fs-xz-pay__loading {
  text-align: center;
  color: #8b93a7;
  font-size: 13px;
}

.fs-xz-pay__spinner {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border: 2px solid rgba(232, 201, 106, 0.25);
  border-top-color: #e8c96a;
  border-radius: 50%;
  animation: fs-xz-spin 0.8s linear infinite;
}

@keyframes fs-xz-spin {
  to { transform: rotate(360deg); }
}

.fs-xz-pay__qr {
  text-align: center;
  padding: 16px;
}

.fs-xz-pay__hint {
  margin: 0 0 10px;
  font-size: 13px;
  color: #d5dbe6;
}

.fs-xz-pay__qr-frame {
  display: inline-flex;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
}

.fs-xz-pay__qr-frame img {
  display: block;
  width: 200px;
  height: 200px;
}

.fs-xz-pay__wait {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  font-size: 12px;
  color: #9aa3af;
}

.fs-xz-pay__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dd678;
  box-shadow: 0 0 0 0 rgba(61, 214, 120, 0.55);
  animation: fs-xz-pulse 1.4s ease-out infinite;
}

@keyframes fs-xz-pulse {
  70% { box-shadow: 0 0 0 10px rgba(61, 214, 120, 0); }
  100% { box-shadow: 0 0 0 0 rgba(61, 214, 120, 0); }
}

.fs-xz-pay__done {
  text-align: center;
  padding: 8px 0 4px;
}

.fs-xz-pay__ok {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #1a1408;
  background: linear-gradient(180deg, #f7e5a3, #c19549);
}

.fs-xz-pay__done-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: #f7e5a3;
}

.fs-xz-pay__done-desc {
  margin: 0 0 12px;
  font-size: 13px;
  color: #9aa3af;
}

.fs-xz-pay__key {
  display: block;
  margin: 0 0 12px;
  padding: 12px;
  border-radius: 10px;
  background: #0c1018;
  border: 1px solid rgba(232, 201, 106, 0.35);
  font-size: 13px;
  user-select: all;
  word-break: break-all;
  color: #f0d78a;
}

.fs-xz-pay__copy {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1408;
  background: linear-gradient(180deg, #f7e5a3 0%, #e8c96a 45%, #c19549 100%);
  cursor: pointer;
}

.fs-xz-pay__err {
  margin: 12px 0 0;
  font-size: 13px;
  color: #ff7a7a;
}

@media (max-width: 900px) {
  .fs-xz__hero-inner {
    grid-template-columns: 1fr;
  }
  .fs-xz__hero-aside {
    max-width: none;
    justify-self: stretch;
  }
  .fs-xz__shots,
  .fs-xz__grid {
    grid-template-columns: 1fr;
  }
  .fs-xz__shot--wide .fs-xz__shot-frame img {
    max-height: none;
  }
}
