/* Area v2～v10：每版獨立 DOM + 橫向緊湊列（不佔滿版高度） */
/* v2+ 基礎：取消 global 橫滑，由各版自管 */
.area[class*="area--v"] {
  grid-column: 1 / -1;
  width: 100%;
  position: relative;
  overflow: visible !important;
  overflow-x: visible !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.area[class*="area--v"] a {
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
.area[class*="area--v"] .area-txt {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-align: left;
}
.area[class*="area--v"] .area-txt__place {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.area[class*="area--v"] .area-txt__type {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.72;
}
/* ── v2 玻璃卡片列 ── */
.area--v2.area-s2-glass {
  padding: 6px 0 4px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, transparent 100%);
}
.area--v2.area-s2-glass .area-s2-rail {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 12px;
  scroll-padding: 12px;
  mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
}
.area--v2.area-s2-glass .area-s2-rail::-webkit-scrollbar {
  display: none;
}
.area--v2.area-s2-glass .area-s2-card {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-width: 148px;
  max-width: 200px;
  padding: 10px 14px 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.area--v2.area-s2-glass .area-s2-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
}
.area--v2.area-s2-glass .area-s2-card.is-active {
  border-color: #ffcb00;
  background: linear-gradient(135deg, #fff9e0 0%, #fff 55%);
  box-shadow: 0 6px 20px rgba(255, 203, 0, 0.35);
}
.area--v2.area-s2-glass .area-s2-card__badge {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  color: #0f172a;
  background: linear-gradient(145deg, #ffcb00, #e6b800);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}
.area--v2.area-s2-glass .count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border-radius: 99px;
  background: #e42525;
  color: #fff;
  box-shadow: 0 2px 6px rgba(228, 37, 37, 0.35);
}
/* ── v3 圓環軌道 ── */
.area--v3.area-s3-orbit {
  padding: 4px 0;
  background: radial-gradient(ellipse at 50% 0, rgba(255, 203, 0, 0.12), transparent 70%);
}
.area--v3.area-s3-orbit .area-s3-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 12px;
  scroll-padding: 12px;
  mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  list-style: none;
  margin: 0;
  gap: 14px;
  padding: 10px 14px;
}
.area--v3.area-s3-orbit .area-s3-track::-webkit-scrollbar {
  display: none;
}
.area--v3.area-s3-orbit .area-s3-track > li {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.area--v3.area-s3-orbit .area-s3-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 76px;
  text-align: center;
}
.area--v3.area-s3-orbit .area-s3-node .area-txt {
  align-items: center;
}
.area--v3.area-s3-orbit .area-s3-node .area-txt__place {
  font-size: 11px;
}
.area--v3.area-s3-orbit .area-s3-node.is-active .area-s3-node__ring {
  background: linear-gradient(135deg, #f59e0b, #ee2d2e, #8b5cf6);
  padding: 3px;
}
.area--v3.area-s3-orbit .area-s3-node.is-active .area-s3-node__core {
  background: #ffcb00;
  color: #0f172a;
}
.area--v3.area-s3-orbit .area-s3-node__ring {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #cbd5e1, #94a3b8);
  box-sizing: border-box;
}
.area--v3.area-s3-orbit .area-s3-node__core {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  background: #fff;
  color: #0f172a;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.area--v3.area-s3-orbit .count {
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 99px;
  background: #e42525;
  color: #fff;
}
/* ── v4 底線 Tab ── */
.area--v4.area-s4-tabs {
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}
.area--v4.area-s4-tabs .area-s4-bar {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 12px;
  scroll-padding: 12px;
  gap: 0;
  padding: 0 8px;
  align-items: flex-end;
}
.area--v4.area-s4-tabs .area-s4-bar::-webkit-scrollbar {
  display: none;
}
.area--v4.area-s4-tabs .area-s4-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 12px;
  border-bottom: 3px solid transparent;
  color: #64748b;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.area--v4.area-s4-tabs .area-s4-tab .area-txt__place {
  font-size: 14px;
  font-weight: 700;
}
.area--v4.area-s4-tabs .area-s4-tab:hover {
  color: #0f172a;
  background: rgba(255, 203, 0, 0.08);
}
.area--v4.area-s4-tabs .area-s4-tab.is-active {
  color: #0f172a;
  border-bottom-color: #ffcb00;
  background: linear-gradient(180deg, rgba(255, 203, 0, 0.14) 0%, transparent 100%);
}
.area--v4.area-s4-tabs .area-s4-tab.is-active .area-txt__type {
  color: #e6b800;
  opacity: 1;
}
.area--v4.area-s4-tabs .count {
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #0f172a;
}
.area--v4.area-s4-tabs .area-s4-tab.is-active .count {
  background: #e42525;
  color: #fff;
}
/* ── v5 地圖 chip 工具列 ── */
.area--v5.area-s5-map {
  background: #f1f5f9;
  border-radius: 0 0 14px 14px;
  box-shadow: inset 0 -1px 0 #e2e8f0;
}
.area--v5.area-s5-map .area-s5-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 2px;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.area--v5.area-s5-map .area-s5-toolbar__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffcb00;
  box-shadow: 0 0 0 3px rgba(255, 203, 0, 0.35);
}
.area--v5.area-s5-map .area-s5-toolbar__icon::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 6px auto;
  border-radius: 50%;
  background: #0f172a;
}
.area--v5.area-s5-map .area-s5-chips {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 12px;
  scroll-padding: 12px;
  mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  padding: 4px 12px 10px;
  gap: 8px;
}
.area--v5.area-s5-map .area-s5-chips::-webkit-scrollbar {
  display: none;
}
.area--v5.area-s5-map .area-s5-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 12px;
  border-radius: 99px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  white-space: nowrap;
}
.area--v5.area-s5-map .area-s5-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
  flex-shrink: 0;
}
.area--v5.area-s5-map .area-s5-chip.is-active {
  border-color: #0ea5e9;
  background: linear-gradient(135deg, #e0f2fe, #fff);
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.2);
}
.area--v5.area-s5-map .area-s5-chip.is-active::before {
  background: #0ea5e9;
}
.area--v5.area-s5-map .count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border-radius: 99px;
  background: #e42525;
  color: #fff;
  box-shadow: 0 2px 6px rgba(228, 37, 37, 0.35);
}
/* ── v6 iOS 分段 ── */
.area--v6.area-s6-seg {
  padding: 8px 12px;
}
.area--v6.area-s6-seg .area-s6-shell {
  padding: 4px;
  border-radius: 14px;
  background: #1e293b;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.2);
}
.area--v6.area-s6-seg .area-s6-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 12px;
  scroll-padding: 12px;
  gap: 4px;
  padding: 2px;
}
.area--v6.area-s6-seg .area-s6-track::-webkit-scrollbar {
  display: none;
}
.area--v6.area-s6-seg .area-s6-segment {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  color: #94a3b8;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.area--v6.area-s6-seg .area-s6-segment .area-txt__place {
  color: inherit;
}
.area--v6.area-s6-seg .area-s6-segment.is-active {
  color: #0f172a;
  background: linear-gradient(180deg, #fffef5 0%, #ffcb00 100%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.area--v6.area-s6-seg .area-s6-segment.is-active .count {
  background: #0f172a;
  color: #ffcb00;
}
.area--v6.area-s6-seg .count {
  background: #334155;
  color: #e2e8f0;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 99px;
}
/* ── v7 票券 stub ── */
.area--v7.area-s7-ticket {
  padding: 6px 0;
  background: repeating-linear-gradient(90deg, rgba(255, 203, 0, 0.08) 0, rgba(255, 203, 0, 0.08) 8px, transparent 8px, transparent 16px);
}
.area--v7.area-s7-ticket .area-s7-strip {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 12px;
  scroll-padding: 12px;
  mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  gap: 12px;
}
.area--v7.area-s7-ticket .area-s7-strip::-webkit-scrollbar {
  display: none;
}
.area--v7.area-s7-ticket .area-s7-stub {
  flex: 0 0 auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 132px;
  padding: 10px 16px 10px 20px;
  border-radius: 4px;
  background: #fff;
  border: 2px dashed #cbd5e1;
  box-shadow: 3px 3px 0 #ffcb00;
  white-space: nowrap;
}
.area--v7.area-s7-ticket .area-s7-stub.is-active {
  border-color: #e6b800;
  border-style: solid;
  background: #fff8dc;
  box-shadow: 4px 4px 0 #0f172a;
}
.area--v7.area-s7-ticket .area-s7-stub__tear {
  position: absolute;
  left: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #f1f5f9;
  box-shadow: -2px 0 0 #e2e8f0;
}
.area--v7.area-s7-ticket .count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border-radius: 99px;
  background: #e42525;
  color: #fff;
  box-shadow: 0 2px 6px rgba(228, 37, 37, 0.35);
}
/* ── v8 外送 pill ── */
.area--v8.area-s8-delivery {
  padding: 6px 0;
  background: linear-gradient(90deg, #ecfdf5 0%, #fff 40%, #fff7ed 100%);
}
.area--v8.area-s8-delivery .area-s8-lane {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 12px;
  scroll-padding: 12px;
  mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  gap: 8px;
}
.area--v8.area-s8-delivery .area-s8-lane::-webkit-scrollbar {
  display: none;
}
.area--v8.area-s8-delivery .area-s8-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 10px;
  border-radius: 99px;
  background: #fff;
  border: 1.5px solid #bbf7d0;
  box-shadow: 0 3px 12px rgba(34, 197, 94, 0.12);
  white-space: nowrap;
}
.area--v8.area-s8-delivery .area-s8-pill.is-active {
  border-color: #16a34a;
  background: linear-gradient(135deg, #dcfce7, #fff);
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.25);
}
.area--v8.area-s8-delivery .area-s8-pill__pin {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 2px 6px rgba(22, 163, 74, 0.35);
}
.area--v8.area-s8-delivery .area-s8-pill__pin::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 7px auto;
  border-radius: 50%;
  background: #fff;
  transform: rotate(45deg);
}
.area--v8.area-s8-delivery .count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border-radius: 99px;
  background: #e42525;
  color: #fff;
  box-shadow: 0 2px 6px rgba(228, 37, 37, 0.35);
}
/* ── v9 霓虹列 ── */
.area--v9.area-s9-neon {
  position: relative;
  padding: 8px 0;
  background: #0f172a;
  border-radius: 12px;
  margin: 0 8px;
  overflow: hidden;
}
.area--v9.area-s9-neon .area-s9-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(236, 72, 153, 0.35), transparent 45%), radial-gradient(circle at 80% 50%, rgba(56, 189, 248, 0.35), transparent 45%);
  pointer-events: none;
}
.area--v9.area-s9-neon .area-s9-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 12px;
  scroll-padding: 12px;
  mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  gap: 10px;
  padding: 6px 12px;
}
.area--v9.area-s9-neon .area-s9-row::-webkit-scrollbar {
  display: none;
}
.area--v9.area-s9-neon .area-s9-tag {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(30, 41, 59, 0.85);
  color: #e2e8f0;
  white-space: nowrap;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.area--v9.area-s9-neon .area-s9-tag .area-txt__place {
  color: #f8fafc;
}
.area--v9.area-s9-neon .area-s9-tag:hover {
  border-color: rgba(248, 250, 252, 0.5);
}
.area--v9.area-s9-neon .area-s9-tag.is-active {
  border: 2px solid transparent;
  background: linear-gradient(#1e293b, #1e293b) padding-box, linear-gradient(135deg, #f472b6, #ffcb00, #38bdf8) border-box;
  box-shadow: 0 0 20px rgba(244, 114, 182, 0.45);
}
.area--v9.area-s9-neon .count {
  background: linear-gradient(135deg, #f472b6, #e42525);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 99px;
}
/* ── v10 橫列 + 浮層（不推版） ── */
.area--v10.area-s10-flyout {
  padding: 4px 10px 6px;
  z-index: 20;
}
.area--v10.area-s10-flyout .area-s10-head {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
}
.area--v10.area-s10-flyout .area-s10-quick {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 12px;
  scroll-padding: 12px;
  mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  padding: 4px 0;
  gap: 8px;
}
.area--v10.area-s10-flyout .area-s10-quick::-webkit-scrollbar {
  display: none;
}
.area--v10.area-s10-flyout .area-s10-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  white-space: nowrap;
}
.area--v10.area-s10-flyout .area-s10-chip.is-active {
  border-color: #ffcb00;
  background: #fff8dc;
  box-shadow: 0 0 0 2px rgba(255, 203, 0, 0.5);
}
.area--v10.area-s10-flyout .area-s10-more {
  flex-shrink: 0;
  padding: 10px 14px;
  border: none;
  border-radius: 10px;
  background: #0f172a;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25);
}
.area--v10.area-s10-flyout .area-s10-panel {
  position: absolute;
  left: 8px;
  right: 8px;
  top: calc(100% - 2px);
  z-index: 60;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 14px;
  background: transparent;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.area--v10.area-s10-flyout .area-s10-panel.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.area--v10.area-s10-flyout .area-s10-panel__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: min(38vh, 240px);
  overflow-y: auto;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
  -webkit-overflow-scrolling: touch;
}
.area--v10.area-s10-flyout .area-s10-tile {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  white-space: nowrap;
}
.area--v10.area-s10-flyout .area-s10-tile.is-active {
  background: #ffcb00;
  border-color: #e6b800;
  box-shadow: 0 2px 8px rgba(255, 203, 0, 0.4);
}
.area--v10.area-s10-flyout .count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border-radius: 99px;
  background: #e42525;
  color: #fff;
  box-shadow: 0 2px 6px rgba(228, 37, 37, 0.35);
}
/* PC：維持單行橫滑 + 可選第二行上限（仍遠低於直向清單） */
@media screen and (min-width: 1025px) {
  .area--v2 .area-s2-rail,
  .area--v3 .area-s3-track,
  .area--v4 .area-s4-bar,
  .area--v5 .area-s5-chips,
  .area--v6 .area-s6-track,
  .area--v7 .area-s7-strip,
  .area--v8 .area-s8-lane,
  .area--v9 .area-s9-row,
  .area--v10 .area-s10-quick {
    flex-wrap: nowrap;
    overflow-x: auto;
    max-height: 88px;
  }
  .area--v5.area-s5-map {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-height: 72px;
    overflow: hidden;
  }
  .area--v5.area-s5-map .area-s5-toolbar {
    flex: 0 0 auto;
    padding-right: 0;
  }
  .area--v5.area-s5-map .area-s5-chips {
    flex: 1;
    min-width: 0;
  }
}
/* 預覽條 */
.theme-preview-stack .area-preview-bar,
.area-preview-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 8px 12px;
  background: #3d2a5c;
  color: #e9d5ff;
  font-size: 13px;
  border-bottom: 2px solid #c084fc;
  margin-bottom: 0;
}
.area-preview-bar__title {
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.area-preview-bar__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.area-preview-bar__link {
  padding: 4px 10px;
  border-radius: 6px;
  background: #5b3d82;
  color: #f3e8ff;
  text-decoration: none;
  font-weight: 600;
}
.area-preview-bar__link.is-active {
  background: #c084fc;
  color: #1f1033;
}
