:root {
  --lime: #D4FF00;
  --purple: #9333EA;
  --text: #1A1A1A;
  --text-strong: #111111;
  --muted: #4A4A52;
  --bg: #EEF0F4;
  --pad-nest: 8px;
  --radius-shell: 20px;
  --radius-inset: 12px;
  --radius-xl: 20px;
  --radius-lg: 16px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --fs-caption: 13px;
  --fs-body: 15px;
  --fs-subtitle: 16px;
  --fs-title: 18px;
  --fs-hero: 28px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body.mall-lime {
  font-family: "YouYuan", "幼圆", "PingFang SC", "Microsoft YaHei", sans-serif;
  background: var(--bg); color: var(--text);
  min-height: 100vh; padding-bottom: env(safe-area-inset-bottom);
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  font-size: var(--fs-body);
  line-height: 1.45;
  -webkit-text-size-adjust: 100%;
}
html { overflow-x: hidden; }
.mall-shell {
  max-width: 480px; margin: 0 auto; background: var(--bg);
  position: relative;
  padding-bottom: calc(68px + env(safe-area-inset-bottom));
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}
.mall-shell.no-bottom-nav { padding-bottom: 16px; }
.glass {
  background: #fff;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 2px 10px rgba(15,23,42,.04);
  border-radius: var(--radius-md);
}
.glass-strong {
  background: #fff;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 2px 12px rgba(15,23,42,.05);
  border-radius: var(--radius-lg);
}
/* 彩色底容器：不加阴影，内层圆角小于外层 */
.hero, .glass-hero {
  position: relative; padding: 16px 14px 14px; overflow: hidden;
  margin: 12px 12px 0;
  border-radius: var(--radius-shell);
  background: linear-gradient(155deg, #FFF4B8 0%, #CFFAFE 55%, #E0E7FF 100%);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: none;
}
.welcome-row {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.welcome-row h1, .welcome-title {
  font-size: var(--fs-hero); font-weight: 900; line-height: 1.12; color: var(--text-strong);
  flex: 1; min-width: 0;
}
.welcome-sub {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  margin-top: 6px; position: relative; z-index: 1;
}
.welcome-sub .pure-line {
  margin: 0; flex: 1; min-width: 0;
  font-size: var(--fs-caption); font-weight: 700; color: #047857; line-height: 1.45;
}
.logo-glass {
  flex: 0 0 52px; width: 52px; height: 52px;
  border-radius: var(--radius-inset);
  object-fit: contain; padding: 5px; background: #fff;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: none;
}
.cs-online-pill {
  display: inline-flex; align-items: center; gap: 4px;
  margin: 0; padding: 4px 8px 4px 6px;
  border: 1px solid rgba(0,0,0,.06); border-radius: 999px;
  background: rgba(255,255,255,.92); cursor: pointer; font-family: inherit;
  white-space: nowrap; flex-shrink: 0;
}
.cs-dot {
  width: 6px; height: 6px; border-radius: 999px; flex: 0 0 6px;
  background: #22c55e; box-shadow: 0 0 0 2px rgba(34,197,94,.2);
  animation: cs-pulse 1.8s ease-in-out infinite;
}
@keyframes cs-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .75; transform: scale(.92); }
}
.cs-online-txt { font-size: var(--fs-caption); font-weight: 800; color: #047857; line-height: 1; }
.cs-online-go {
  font-size: var(--fs-caption); font-weight: 900; color: #111;
  background: var(--lime); padding: 2px 6px; border-radius: 999px; line-height: 1.2;
}
.search-glass {
  position: relative; z-index: 10; margin: 12px 0 0;
  display: flex; align-items: center;
  border-radius: var(--radius-inset);
  padding: 4px 4px 4px 0;
  box-shadow: none;
}
.search-loc {
  padding: 9px 12px 9px 14px; font-size: var(--fs-body); font-weight: 900;
  color: var(--text);
}
.search-loc::after { content: "▾"; margin-left: 3px; font-size: 10px; opacity: .45; }
.search-glass input {
  flex: 1; border: none; outline: none; background: transparent;
  font-size: var(--fs-body); padding: 10px 8px; min-width: 0;
}
.search-glass input::placeholder { color: #AAA; }
.search-go {
  border: none; cursor: pointer; border-radius: 999px;
  background: rgba(17,17,17,.92); color: var(--lime);
  font-size: var(--fs-body); font-weight: 900; padding: 9px 16px;
}
.sheet { padding: 14px 12px 0; position: relative; z-index: 1; }
/* 转盘条：彩色底单行，无阴影 */
.wheel-banner {
  display: block; margin-bottom: 12px; padding: 11px 12px;
  border-radius: var(--radius-lg); overflow: hidden;
  text-decoration: none; color: #fff;
  background: linear-gradient(128deg, #FF6D00 0%, #FF9800 38%, #FF4081 100%);
  box-shadow: none;
}
.wheel-row {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.wheel-row-main { flex: 1; min-width: 0; }
.wheel-row-main strong {
  display: block; font-size: var(--fs-body); font-weight: 900; line-height: 1.3;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.wheel-row-main span {
  display: block; margin-top: 2px;
  font-size: var(--fs-caption); font-weight: 700; opacity: .92; line-height: 1.35;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.wheel-row-cta {
  flex: 0 0 auto; padding: 7px 12px; border-radius: 999px;
  font-size: var(--fs-caption); font-weight: 900; color: #111;
  background: var(--lime); white-space: nowrap; line-height: 1.2;
}
.zone-label { font-size: var(--fs-subtitle); font-weight: 900; margin-bottom: 8px; color: var(--text-strong); }
.action-split { display: grid; grid-template-columns: 1.12fr .88fr; gap: 8px; margin-bottom: 12px; }
.card-big {
  border-radius: var(--radius-lg); padding: 14px 68px 12px 12px; text-decoration: none; color: inherit;
  min-height: 140px; display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.card-big h3 { font-size: 20px; font-weight: 900; line-height: 1.25; position: relative; z-index: 4; max-width: 168px; color: var(--text-strong); }
.card-big p { font-size: var(--fs-caption); color: var(--muted); margin-top: 5px; font-weight: 700; position: relative; z-index: 4; max-width: 170px; line-height: 1.45; }
.card-big .foot { margin-top: 12px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.card-big .pill-hot { font-size: var(--fs-caption); font-weight: 900; color: #fff; background: linear-gradient(135deg, #FF6B00, #FF4081); padding: 4px 10px; border-radius: 999px; }
.card-big .enter { font-size: var(--fs-body); font-weight: 900; color: var(--purple); }
.action-side { display: grid; grid-template-rows: 1fr 1fr; gap: 8px; }
.card-sm {
  border-radius: var(--radius-inset); padding: 9px 10px; text-decoration: none; color: inherit;
  display: flex; align-items: center; gap: 8px;
}
.card-sm strong { font-size: var(--fs-body); font-weight: 900; display: block; color: var(--text-strong); }
.card-sm em { font-style: normal; font-size: var(--fs-caption); color: var(--muted); font-weight: 700; margin-top: 2px; display: block; line-height: 1.35; }
.ui-icon {
  flex: 0 0 48px; width: 48px; height: 48px; object-fit: contain;
  display: block; pointer-events: none;
}
.ui-icon.lg { width: 52px; height: 52px; flex: 0 0 52px; }
.card-big .deco-icon {
  position: absolute; right: -20px; bottom: -14px; width: 96px; height: 96px;
  object-fit: contain; z-index: 3; pointer-events: none;
}
.section { padding: 4px 0 8px; }
.section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.section-head h3 { font-size: var(--fs-title); font-weight: 900; color: var(--text-strong); }
.section-head a { font-size: var(--fs-body); font-weight: 700; color: var(--muted); text-decoration: none; }
.fun-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.fun-grid .fun-card,
.fun-grid .fun-tile {
  border: none; border-radius: 14px; padding: 12px; min-height: 92px;
  display: flex; flex-direction: column; align-items: stretch; text-align: left;
  text-decoration: none; color: inherit; width: 100%; cursor: pointer;
  font-family: inherit; -webkit-tap-highlight-color: transparent;
}
.fun-grid .fun-card .tag,
.fun-grid .fun-tile .tag {
  font-size: 11px; font-weight: 800; color: #FF6B00; margin-bottom: 4px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.fun-grid .fun-card h4,
.fun-grid .fun-tile h4 {
  font-size: 15px; font-weight: 900; line-height: 1.35; flex: 1; margin: 0;
  color: var(--text-strong);
}
.fun-grid .fun-card .price,
.fun-grid .fun-tile .price {
  display: inline-block; align-self: flex-start; margin-top: 6px;
  padding: 4px 10px; border-radius: 999px; font-size: 16px; font-weight: 900;
  background: linear-gradient(145deg, #ECFDF5, #D1FAE5);
  color: #065F46; border: 1px solid rgba(5, 150, 105, .14);
}
.fun-grid .fun-card .price small,
.fun-grid .fun-tile .price small { font-size: 11px; }
.fun-grid-home { margin-bottom: 10px; }
.fun-zone-head { margin-bottom: 8px; }
.fun-side-mini {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px;
}
.bottom-nav {
  position: fixed; left: 0; right: 0; bottom: 0; margin: 0 auto;
  width: 100%; max-width: 480px;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.06);
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: repeat(var(--nav-count, 4), 1fr);
  align-items: stretch; z-index: 50;
  box-shadow: 0 -1px 8px rgba(15,23,42,.04);
}
.bottom-nav a, .bottom-nav .nav-btn {
  min-width: 0;
  text-decoration: none; color: #8B8B95;
  font-size: var(--fs-caption); font-weight: 800;
  padding: 2px 4px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; line-height: 1.1;
  -webkit-tap-highlight-color: transparent;
  background: none; border: none; cursor: pointer; font-family: inherit;
}
.bottom-nav .nav-ico {
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  color: inherit;
}
.bottom-nav .nav-svg {
  width: 24px; height: 24px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bottom-nav .nav-txt { font-size: 11px; white-space: nowrap; font-weight: 800; letter-spacing: .02em; }
.bottom-nav a.on, .bottom-nav .nav-btn.on { color: var(--purple); }
.bottom-nav a.on .nav-svg, .bottom-nav .nav-btn.on .nav-svg { stroke-width: 2.1; }
/* 快捷入口：2×2 紧凑横排（不改列表） */
.quick-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  margin-bottom: 12px;
}
.quick-item, .quick-item-btn {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 10px; min-height: 0;
  border-radius: var(--radius-inset); text-decoration: none; color: inherit;
  text-align: left; width: 100%;
  background: none; border: none; cursor: pointer; font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}
.quick-ico {
  flex: 0 0 36px; width: 36px; height: 36px; object-fit: contain;
  pointer-events: none;
}
.quick-txt { flex: 1; min-width: 0; }
.quick-txt strong {
  display: block; font-size: var(--fs-body); font-weight: 900;
  color: var(--text-strong); line-height: 1.2;
}
.quick-txt span {
  display: block; margin-top: 2px;
  font-size: var(--fs-caption); font-weight: 700; color: var(--muted);
  line-height: 1.25;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.mall-sub-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; margin: 0 12px 8px; border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  position: sticky; top: 0; z-index: 40;
  background: #fff;
}
.sub-body { padding: 0 12px 12px; }
.sub-card { border-radius: var(--radius-lg); padding: 16px; margin-bottom: 12px; }
/* 须知/权益：单卡 + 无分割线列表 */
.doc-panel {
  margin-bottom: 12px; padding: 2px 0;
  border-radius: var(--radius-lg); overflow: hidden;
}
.doc-row { overflow: hidden; }
.doc-row > summary {
  list-style: none; display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; cursor: pointer;
}
.doc-row > summary::-webkit-details-marker { display: none; }
.doc-ico {
  flex: 0 0 34px; width: 34px; height: 34px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; background: #F4F4F5;
}
.doc-panel-rights .doc-ico { background: rgba(147,51,234,.1); }
.doc-title { flex: 1; font-size: var(--fs-body); font-weight: 900; line-height: 1.35; }
.doc-chevron {
  flex: 0 0 auto; font-size: 18px; color: var(--muted); font-weight: 900;
  transition: transform .2s ease;
}
.doc-row[open] .doc-chevron { transform: rotate(90deg); color: var(--purple); }
.doc-acc { padding: 0 14px 12px 58px; }
.doc-rules { display: grid; gap: 6px; padding-top: 4px; }
.doc-rule {
  font-size: var(--fs-body); line-height: 1.6; color: var(--text); font-weight: 600;
  padding: 0; background: none; border: none;
}
.doc-rule.warn { color: #BE123C; font-weight: 700; }
.doc-cta { margin-top: 4px; }
/* 价目 Tab：外层大圆角，内层 pill 小圆角 */
.tabs-shell {
  border-radius: var(--radius-lg); padding: var(--pad-nest); margin-bottom: 12px;
}
.pricelist-page .tabs {
  display: flex; gap: 6px; flex-wrap: nowrap; overflow-x: auto;
  position: static; margin: 0; padding: 0;
  background: transparent; border: none;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.pricelist-page .tabs::-webkit-scrollbar { display: none; }
.pricelist-page .tabs a {
  flex: 0 0 auto; text-align: center; padding: 8px 11px;
  border-radius: var(--radius-inset); border: none;
  color: var(--text); text-decoration: none; font-size: 13px; font-weight: 800;
  background: #F4F4F5; white-space: nowrap;
}
.pricelist-page .tabs a.active {
  background: linear-gradient(135deg, #FFE082, #FFB300); color: #111;
}
.pricelist-page .tabs a.tab-fun.active { background: linear-gradient(135deg, #FCA5A5, #E11D48); color: #fff; }
.pricelist-page .tabs a.tab-task.active { background: linear-gradient(135deg, #86EFAC, #22c55e); color: #111; }
.pricelist-page .fun-intro { border-radius: var(--radius-lg); }
.mall-sub-head h1 { font-size: var(--fs-title); font-weight: 900; flex: 1; text-align: center; }
.mall-sub-head .back { text-decoration: none; color: var(--text); font-weight: 800; font-size: var(--fs-body); min-width: 56px; }
.mall-sub-head .spacer { min-width: 56px; }
.sub-muted { font-size: var(--fs-body); color: var(--muted); line-height: 1.6; font-weight: 700; }
.mall-btn {
  display: block; width: 100%; margin-top: 10px; border: none; border-radius: 999px;
  font-size: 14px; font-weight: 900; padding: 13px; text-align: center; text-decoration: none; cursor: pointer;
}
.mall-btn.primary { background: #07C160; color: #fff; }
.mall-btn.outline { background: transparent; color: var(--purple); border: 2px solid var(--purple); }
.cs-qr { width: 160px; height: 160px; object-fit: cover; border-radius: 14px; margin: 8px auto; display: block; }
.cs-body { padding: 4px 0 8px; text-align: center; }
.cs-tip { font-size: var(--fs-body); color: var(--muted); line-height: 1.55; margin-bottom: 10px; font-weight: 700; }
.cs-hint { font-size: var(--fs-caption); color: var(--muted); margin: 6px 0 12px; font-weight: 700; }
.cs-kook { background: rgba(147,51,234,.08); border-radius: 14px; padding: 12px; margin: 10px 0; }
.cs-kook strong { display: block; font-size: 16px; font-weight: 900; color: var(--purple); }
.cs-kook-link, .cs-kook-note { display: block; margin-top: 6px; font-size: var(--fs-body); font-weight: 800; }
.cs-kook-link { color: var(--purple); text-decoration: none; }
.cs-inline { margin-bottom: 12px; border-radius: 18px; overflow: hidden; }
.cs-inline-sum { padding: 14px 16px; font-size: 13px; font-weight: 900; cursor: pointer; list-style: none; }
.cs-inline summary::-webkit-details-marker { display: none; }
.cs-inline .cs-body { padding: 12px 14px 16px; }
body.cs-open { overflow: hidden; }
.cs-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: flex-end; justify-content: center; }
.cs-modal[hidden] { display: none !important; }
.cs-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.cs-modal-panel {
  position: relative; z-index: 1; width: 100%; max-width: 480px;
  border-radius: 20px 20px 0 0; padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  max-height: 85vh; overflow-y: auto;
}
.cs-modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.cs-modal-head strong { font-size: 16px; font-weight: 900; }
.cs-close { border: none; background: none; font-size: 24px; line-height: 1; cursor: pointer; color: var(--muted); padding: 0 4px; }
.mall-page-body { padding: 0 16px 8px; }
.mall-page-body-inset { padding: 0 12px 8px; }
.mall-page-body .page-title { font-size: 24px; font-weight: 900; margin-bottom: 4px; }
.mall-page-body .page-sub { font-size: var(--fs-body); color: var(--muted); margin-bottom: 12px; line-height: 1.5; font-weight: 700; }
