.eatseek-lostfound-deck {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  margin: 10px 0 8px;
  padding: 2px 3px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.eatseek-lostfound-deck::-webkit-scrollbar {
  display: none;
}

.eatseek-lostfound-card {
  position: relative;
  flex: 0 0 min(64vw, 212px);
  box-sizing: border-box;
  min-width: 0;
  padding: 34px 10px 10px;
  overflow: hidden;
  border: 1px solid #e7eaf0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgb(15 23 42 / 8%);
  scroll-snap-align: start;
}

.eatseek-lostfound-card::before {
  content: "编号 " attr(data-number);
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  color: #2563eb;
  background: #eff6ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.eatseek-lostfound-card p,
.eatseek-lostfound-card strong {
  margin: 5px 0;
  line-height: 1.55;
}

.eatseek-lostfound-card img {
  display: block !important;
  width: 100% !important;
  height: 118px !important;
  max-height: 118px !important;
  margin: 8px 0 !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  background: #f4f6f8;
}

.eatseek-lostfound-claim {
  width: 100%;
  min-height: 36px;
  margin-top: 8px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #2563eb;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.eatseek-lostfound-claim:active {
  transform: scale(0.98);
  background: #1d4ed8;
}

@media (min-width: 768px) {
  .eatseek-lostfound-card {
    flex-basis: 208px;
  }
}

/* Welcome quick keys: preserve FastGPT's click handlers and arrange them as touch buttons.
   The structural selector is a CSS-only fallback for Next pages that keep late body scripts inert. */
.eatseek-welcome-actions-ready .eatseek-welcome-action,
.markdown > div:has(> li.css-92ucc9:nth-of-type(5)) > li.css-92ucc9 {
  display: inline-flex !important;
  align-items: stretch;
  width: calc(50% - 8px);
  min-height: 46px;
  box-sizing: border-box;
  margin: 5px 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  color: #1d4ed8 !important;
  background: #f8fbff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none !important;
  vertical-align: top;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.eatseek-welcome-actions-ready .eatseek-welcome-action[data-eatseek-action-index="0"],
.eatseek-welcome-actions-ready .eatseek-welcome-action[data-eatseek-action-index="2"],
.markdown > div:has(> li.css-92ucc9:nth-of-type(5)) > li.css-92ucc9:nth-of-type(1),
.markdown > div:has(> li.css-92ucc9:nth-of-type(5)) > li.css-92ucc9:nth-of-type(3) {
  margin-right: 10px !important;
}

.eatseek-welcome-actions-ready .eatseek-welcome-action[data-eatseek-action-index="4"],
.markdown > div:has(> li.css-92ucc9:nth-of-type(5)) > li.css-92ucc9:nth-of-type(5) {
  width: 100%;
  color: #334155 !important;
  border-color: #e2e8f0;
  background: #f8fafc;
}

.eatseek-welcome-actions-ready .eatseek-welcome-action > span,
.markdown > div:has(> li.css-92ucc9:nth-of-type(5)) > li.css-92ucc9 > span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  padding: 9px 7px;
  text-align: center;
  text-decoration: none !important;
}

.eatseek-welcome-actions-ready .eatseek-welcome-action:active,
.markdown > div:has(> li.css-92ucc9:nth-of-type(5)) > li.css-92ucc9:active {
  transform: scale(0.985);
  filter: brightness(0.97);
}

.eatseek-welcome-actions-ready .eatseek-welcome-action-pair-break {
  display: none !important;
}

.markdown > div:has(> li.css-92ucc9:nth-of-type(5)) > li.css-92ucc9:nth-of-type(1) + br,
.markdown > div:has(> li.css-92ucc9:nth-of-type(5)) > li.css-92ucc9:nth-of-type(3) + br {
  display: none !important;
}

/* Welcome/chat delivery links: separate full-width touch targets on mobile. */
a[href*="xy.chenyuankj.xyz/addons/we7_wmall"][href*="menu=H04"],
a[href*="xy.chenyuankj.xyz/addons/we7_wmall"][href*="menu=#"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  margin: 12px 0 !important;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}

a[href*="xy.chenyuankj.xyz/addons/we7_wmall"][href*="menu=H04"] {
  color: #075985 !important;
  border: 1px solid #bae6fd;
  background: #f0f9ff;
}

a[href*="xy.chenyuankj.xyz/addons/we7_wmall"][href*="menu=#"] {
  color: #9a3412 !important;
  border: 1px solid #fed7aa;
  background: #fff7ed;
}

a[href*="xy.chenyuankj.xyz/addons/we7_wmall"][href*="menu=H04"]:active,
a[href*="xy.chenyuankj.xyz/addons/we7_wmall"][href*="menu=#"]:active {
  transform: scale(0.985);
  filter: brightness(0.97);
}
