:root {
  --blue: #18aee0;
  --blue-dark: #098fc8;
  --cyan: #41c6ed;
  --green: #31c887;
  --mint: #eafff8;
  --orange: #ff9e33;
  --yellow: #ffd44e;
  --red: #ef5b3f;
  --ink: #20313a;
  --text: #40545c;
  --muted: #96a8ae;
  --line: #eef3f5;
  --page: #f5f7f8;
  --card: #ffffff;
  --shadow: 0 10px 24px rgba(38, 100, 122, 0.1);
  --image-pop: saturate(1.38) contrast(1.08) brightness(1.06);
}

.guide-page__hero > img,
.culture-page__hero > img,
.moment-mobile__head > img { width: 100% !important; height: 100% !important; object-fit: cover !important; filter: saturate(1.2) contrast(1.04) brightness(1.06) !important; }
.guide-page__hero > div:not(.hero-slider),
.culture-page__hero > div:not(.hero-slider),
.moment-mobile__head::after { display: none !important; }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: #dcecf1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.app-shell {
  position: relative;
  max-width: 414px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--blue) 0 116px, var(--page) 116px),
    var(--page);
  box-shadow: 0 22px 70px rgba(17, 46, 60, 0.24);
}

.hero {
  position: relative;
  height: 358px;
  overflow: hidden;
  background: var(--blue);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 78px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(245, 247, 248, 0), rgba(245, 247, 248, 0.72) 68%, var(--page));
}

.hero-slider,
.hero-slider img {
  position: absolute;
  inset: 0;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: saturate(1.45) contrast(1.08) brightness(1.07);
  transition: opacity 560ms ease;
}

.hero-slider:not(.is-ready) img:first-child,
.hero-slider img.is-active {
  opacity: 1;
}

.status-bar {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 16px 0;
}

.weather {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 76, 111, 0.25);
}

.weather strong,
.weather span {
  display: block;
}

.weather strong {
  font-size: 15px;
  font-weight: 900;
}

.weather span {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 800;
}


.hero-copy {
  position: absolute;
  z-index: 2;
  left: 15px;
  right: 22px;
  bottom: 30px;
  color: #fff;
  text-shadow: 0 4px 16px rgba(7, 67, 82, 0.34);
}

.hero-copy p {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
}

.hero-copy h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: normal;
}

.search-card {
  /* position: absolute;
  z-index: 4;
  left: 12px;
  right: 12px;
  bottom: 22px; */
  display: flex;
  align-items: center;
  width:100%;
  height: 43px;
  padding: 0 14px;
  /* border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 24px rgba(19, 118, 146, 0.24); */
  /* backdrop-filter: blur(10px); */
}

.search-card input {
  min-width: 0;
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  color: #000;
  background: transparent;
  font-size: 13px;
}

.search-card input::placeholder {
  color: #ccc;
}
.search-card input::-webkit-input-placeholder {
  color: #ccc;
}

.search-card button { display: none; }

.search-page { min-height: 100vh; padding-bottom: 76px; background: var(--page); }
.search-page__top { padding: 21px 18px 17px; color: #fff; background: linear-gradient(135deg, #0a6868, #158f83); }
.search-page__top > a { display: inline-flex; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 800; }
.search-page__top h1 { margin: 17px 0 4px; font-size: 25px; }
.search-page__top p { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; }
.search-page .search-card { width: auto; height: 46px; margin: 17px 12px 0; padding: 0 14px; border-radius: 10px; color: #91a4a8; background: #fff; box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.search-result-list { display: grid; gap: 12px; padding: 16px 12px 25px; }
.search-result { display: grid; grid-template-columns: 104px 1fr 18px; gap: 12px; align-items: center; min-width: 0; padding: 10px; border-radius: 12px; color: inherit; background: #fff; box-shadow: 0 6px 20px rgba(47,94,111,.07); }
.search-result img { width: 104px; height: 78px; border-radius: 8px; object-fit: cover; background: #eaf2ef; }
.search-result__copy { min-width: 0; }.search-result__copy small { color: #159582; font-size: 11px; font-weight: 900; }.search-result__copy h2 { margin: 4px 0; overflow: hidden; color: #26373d; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }.search-result__copy p { display: -webkit-box; margin: 0; overflow: hidden; color: #7a9195; font-size: 12px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.search-result__copy em { display: block; margin-top: 5px; overflow: hidden; color: #9aabad; font-size: 11px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }.search-result > b { color: #159582; font-size: 21px; }.search-empty { margin: 18px 12px; padding: 37px 20px; border-radius: 12px; color: #71888d; background: #fff; text-align: center; }

.search-mark {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.search-mark::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -5px;
  width: 9px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
  transform: rotate(45deg);
}

.shortcut-card {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  margin: -16px 10px 12px;
  padding: 14px 6px 13px;
  border-radius: 10px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.shortcut {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 0;
  color: #2c3438;
  font-size: 14px;
  font-weight: 500;
}

.shortcut span {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  transform: scale(0.86);
  transform-origin: center;
}

.guide span {
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 50%, #fff8d7 0 14px, transparent 14.5px),
    linear-gradient(135deg, #ffda53, #ff9442);
  box-shadow: inset 0 -4px 0 rgba(208, 108, 32, 0.15);
}

.guide span::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 22px;
  height: 22px;
  border: 3px solid #24333a;
  border-radius: 50%;
}

.guide span::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 13px;
  width: 6px;
  height: 15px;
  border-radius: 9px 9px 3px 3px;
  background: linear-gradient(180deg, #1ec1e8 0 50%, #ef5b3f 50% 100%);
  transform: rotate(38deg);
}

.spot span {
  border-radius: 15px;
  background: linear-gradient(135deg, #60d9af, #39aee8);
  box-shadow: inset 0 -4px 0 rgba(21, 117, 131, 0.15);
}

.spot span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 6px;
  width: 17px;
  height: 23px;
  border: 3px solid #24333a;
  border-radius: 50% 50% 50% 0;
  background: #fff4a7;
  transform: rotate(-45deg);
}

.spot span::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  width: 6px;
  height: 6px;
  border: 2px solid #24333a;
  border-radius: 50%;
  background: #ff7b55;
}

.roam span {
  border-radius: 15px;
  background:
    radial-gradient(circle at 35px 12px, rgba(255, 255, 255, 0.75) 0 8px, transparent 8.5px),
    linear-gradient(135deg, #4edcff, #39d591);
  box-shadow: inset 0 -4px 0 rgba(23, 142, 130, 0.14);
}

.roam span::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 14px;
  width: 30px;
  height: 18px;
  border: 3px solid #24333a;
  border-radius: 14px;
  background:
    radial-gradient(circle at 10px 9px, #24333a 0 3px, transparent 3.3px),
    radial-gradient(circle at 20px 9px, #24333a 0 3px, transparent 3.3px),
    #eaffff;
}

.roam span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 18px;
  height: 9px;
  border: 3px solid #24333a;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.photo span {
  border-radius: 15px;
  background:
    radial-gradient(circle at 34px 12px, rgba(255, 255, 255, 0.7) 0 8px, transparent 8.5px),
    linear-gradient(135deg, #8074ff, #d66fee);
  box-shadow: inset 0 -4px 0 rgba(89, 74, 194, 0.16);
}

.photo span::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 13px;
  width: 30px;
  height: 20px;
  border: 3px solid #24333a;
  border-radius: 7px;
  background: #f6ecff;
}

.photo span::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 8px;
  height: 8px;
  border: 3px solid #24333a;
  border-radius: 50%;
  background: #69d8ff;
  box-shadow: -9px -8px 0 -5px #24333a;
}

.strategy span {
  border-radius: 15px;
  background:
    radial-gradient(circle at 34px 13px, rgba(255, 255, 255, 0.75) 0 8px, transparent 8.5px),
    linear-gradient(135deg, #53dbb4, #56acd8);
  box-shadow: inset 0 -4px 0 rgba(29, 129, 124, 0.15);
}

.strategy span::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 25px;
  height: 24px;
  border: 3px solid #24333a;
  border-radius: 4px 8px 8px 4px;
  background: linear-gradient(90deg, #fff4b5 0 46%, #ffffff 46% 54%, #d9fff1 54% 100%);
}

.strategy span::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 14px;
  width: 6px;
  height: 9px;
  border: 3px solid #24333a;
  border-radius: 50% 50% 50% 0;
  background: #ff8058;
  transform: rotate(-45deg);
}

.heritage span {
  border-radius: 15px;
  background:
    radial-gradient(circle at 34px 12px, rgba(255, 255, 255, 0.72) 0 8px, transparent 8.5px),
    linear-gradient(135deg, #ff8b5c, #f6c84c);
  box-shadow: inset 0 -4px 0 rgba(175, 87, 42, 0.14);
}

.heritage span::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 34px;
  height: 11px;
  background:
    linear-gradient(#ffe384, #ffe384) center 4px / 22px 4px no-repeat,
    #24333a;
  clip-path: polygon(50% 0, 100% 82%, 92% 100%, 8% 100%, 0 82%);
}

.heritage span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 19px;
  width: 28px;
  height: 15px;
  background:
    linear-gradient(#24333a, #24333a) center top / 100% 3px no-repeat,
    linear-gradient(#24333a, #24333a) center bottom / 100% 3px no-repeat,
    linear-gradient(90deg, #fff0bb 0 4px, #24333a 4px 7px, #fff0bb 7px 12px, #24333a 12px 16px, #fff0bb 16px 21px, #24333a 21px 24px, #fff0bb 24px 28px);
}

.notice-line,
.cloud-card,
.section-block,
.route-panel {
  margin: 0 10px 12px;
  border-radius: 10px;
  background: var(--card);
  box-shadow: 0 4px 14px rgba(47, 94, 111, 0.07);
}

.notice-line {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 11px;
}

.horn {
  position: relative;
  width: 22px;
  height: 20px;
  border-radius: 6px 2px 2px 6px;
  background: var(--orange);
}

.horn::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 4px;
  width: 9px;
  height: 12px;
  border: 3px solid var(--orange);
  border-left: 0;
  border-radius: 0 12px 12px 0;
}

.horn::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 4px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
}

.notice-line p {
  min-width: 0;
  flex: 1;
  margin: 0;
  overflow: hidden;
  color: #2f3c42;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice-line a,
.section-title a {
  color: #97a9ae;
  font-size: 13px;
}

.cloud-card {
  position: relative;
  height: 152px;
  overflow: hidden;
}

.cloud-card img {
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(1.42) contrast(1.08) brightness(1.07);
}

.cloud-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 141, 195, 0.2), rgba(17, 87, 77, 0.04));
}

.cloud-card div {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 84px;
  color: #fff;
  text-shadow: 0 4px 16px rgba(5, 76, 94, 0.25);
}

.cloud-card p {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.cloud-card h2 {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: 0;
}

.cloud-card a,
.ai-float {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 6px 16px rgba(8, 143, 200, 0.32);
}

.cloud-card a {
  right: 14px;
  bottom: 13px;
}

.cloud-card a span,
.ai-float span {
  position: relative;
  width: 25px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 14px;
}

.cloud-card a span::before,
.cloud-card a span::after,
.ai-float span::before,
.ai-float span::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.cloud-card a span::before,
.ai-float span::before {
  left: 5px;
}

.cloud-card a span::after,
.ai-float span::after {
  right: 5px;
}

.section-block {
  padding: 12px;
}

.section-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.section-title div {
  position: relative;
  display: grid;
  min-width: 0;
  padding-left: 66px;
}

.section-title i {
  position: absolute;
  left: 0;
  top: -12px;
  width: 70px;
  height: 47px;
  background:
    radial-gradient(circle at 14px 29px, #61d7a1 0 13px, transparent 13.5px),
    radial-gradient(circle at 32px 31px, #a3e9df 0 11px, transparent 11.5px),
    linear-gradient(#b6783d 0 0) 21px 18px / 4px 29px no-repeat,
    linear-gradient(#b6783d 0 0) 35px 20px / 4px 27px no-repeat,
    linear-gradient(180deg, #a4ecff, #efffff);
  border-radius: 0 0 36px 36px;
}

.section-title h2 {
  margin: 0;
  color: #2a3337;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.section-title p {
  margin: 4px 0 0;
  color: #96a8ae;
  font-size: 10px;
  font-weight: 400;
}

.section-title.compact div {
  padding-left: 0;
}

.section-title.compact i {
  display: none;
}

/* 首页标题统一使用半圆底座，只在底座内替换主题图案。 */
.section-title.section-title--audio div,
.section-title.section-title--culture div {
  padding-left: 66px;
}

.section-title .section-illustration {
  display: block;
  transform: scale(.78);
  transform-origin: left top;
}

.section-title.compact .section-illustration {
  display: block;
}

.section-title--scenic .section-illustration {
  background:
    radial-gradient(circle at 14px 29px, #62d8a1 0 13px, transparent 13.5px),
    radial-gradient(circle at 32px 31px, #a4e9df 0 11px, transparent 11.5px),
    linear-gradient(#b6783d 0 0) 21px 18px / 4px 29px no-repeat,
    linear-gradient(#b6783d 0 0) 35px 20px / 4px 27px no-repeat,
    linear-gradient(180deg, #a4ecff, #efffff);
}

.section-title--audio .section-illustration {
  background:
    radial-gradient(circle at 23px 34px, #665fc5 0 7px, transparent 7.5px),
    radial-gradient(circle at 46px 29px, #2d9fc5 0 7px, transparent 7.5px),
    linear-gradient(90deg, transparent 0 29px, #665fc5 29px 33px, transparent 33px) 0 6px / 70px 29px no-repeat,
    linear-gradient(90deg, transparent 0 52px, #2d9fc5 52px 56px, transparent 56px) 0 2px / 70px 29px no-repeat,
    linear-gradient(180deg, #a4ecff, #efffff);
  border-radius: 0 0 36px 36px;
}

.section-title--culture .section-illustration {
  background:
    radial-gradient(circle at 35px 25px, #fff5cc 0 6px, transparent 6.5px),
    radial-gradient(circle at 35px 12px, #d95559 0 7px, transparent 7.5px),
    radial-gradient(circle at 22px 25px, #d95559 0 7px, transparent 7.5px),
    radial-gradient(circle at 48px 25px, #d95559 0 7px, transparent 7.5px),
    radial-gradient(circle at 35px 38px, #d95559 0 7px, transparent 7.5px),
    linear-gradient(180deg, #a4ecff, #efffff);
  border-radius: 0 0 36px 36px;
}

.section-title--moments .section-illustration {
  background:
    radial-gradient(circle at 35px 25px, #fff 0 7px, #2d9fc5 7.5px 13px, transparent 13.5px),
    linear-gradient(#fff 0 0) 25px 8px / 20px 7px no-repeat,
    linear-gradient(135deg, #54d6e4, #2d9fc5) 8px 13px / 54px 34px no-repeat,
    linear-gradient(180deg, #a4ecff, #efffff);
  border-radius: 0 0 36px 36px;
}

.scenic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.scenic-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(31, 72, 87, 0.08);
}

.scenic-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.image-wrap {
  position: relative;
  height: 132px;
  overflow: hidden;
}

.image-wrap img {
  height: 100%;
  object-fit: cover;
  filter: var(--image-pop);
}

.image-wrap span {
  position: absolute;
  left: 9px;
  top: 9px;
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 10px 0 24px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #1db7e6, #28d0a2);
  font-size: 12px;
  font-weight: 900;
}

.image-wrap span::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.image-wrap span::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 15px;
  width: 3px;
  height: 7px;
  border-radius: 3px;
  background: #fff;
  transform: rotate(38deg);
}

.scenic-card h3 {
  margin: 12px 10px 6px;
  color: #1f2e35;
  font-size: 15px;
  line-height: 1.25;
  font-weight: normal;
}

.scenic-card p {
  display: -webkit-box;
  min-height: 37px;
  margin: 0 10px 8px;
  overflow: hidden;
  color: #596b72;
  font-size: 11px;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 31px;
  padding: 0 10px 10px;
}

.tags b {
  display: inline-flex;
  align-items: center;
  height: 21px;
  padding: 0 7px;
  border-radius: 5px;
  color: #1b9ee4;
  background: #e8f6ff;
  font-size: 10px;
}

.tags b:nth-child(2) {
  color: #f06b36;
  background: #fff0e9;
}

.route-panel {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  padding: 16px;
  color: #fff;
}

.route-panel img {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  object-fit: cover;
  filter: var(--image-pop);
}

.route-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background: linear-gradient(90deg, rgba(22, 90, 80, 0.74), rgba(22, 90, 80, 0.05)); */
}

.route-text {
  position: relative;
  z-index: 2;
  width: 74%;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.24);
}

.route-text span,
.audio-card span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #117f5a;
  background: rgba(255, 242, 177, 0.94);
  font-size: 12px;
  font-weight: 900;
}

.route-text h2 {
  margin: 40px 0 7px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: 0;
}

.route-text p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 800;
}

.audio-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 8px;
  overflow: hidden;
  border-radius: 10px;
  background: #f7fbfc;
}

.audio-card img {
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  filter: var(--image-pop);
}

.audio-card h3,
.culture-list h3 {
  margin: 9px 0 5px;
  color: #243239;
  font-size: 15px;
  line-height: 1.35;
}

.audio-card p,
.culture-list p {
  margin: 0;
  color: #70838b;
  font-size: 12px;
  line-height: 1.55;
}

.culture-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.culture-list article,
.culture-list a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: inherit;
  background: #fff;
}

.culture-list img {
  height: 104px;
  object-fit: cover;
  filter: var(--image-pop);
}

.culture-list h3,
.culture-list p {
  margin-left: 10px;
  margin-right: 10px;
}

.culture-list p {
  margin-bottom: 10px;
}

/* 非遗文化使用故事清单，与景点图片网格保持明确区分。 */
.culture-list {
  grid-template-columns: 1fr;
  gap: 10px;
}

.culture-list .culture-story {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 20px;
  gap: 11px;
  align-items: center;
  min-height: 106px;
  padding: 7px 11px 7px 7px;
  border: 1px solid #f0d9c3;
  border-radius: 12px;
  background: linear-gradient(120deg, #fffaf4, #fff4e9);
  box-shadow: 0 5px 14px rgba(123, 77, 39, 0.06);
}

.culture-list .culture-story img {
  height: 92px;
  border-radius: 8px;
}

.culture-list .culture-story__copy {
  min-width: 0;
}

.culture-list .culture-story__copy span {
  display: block;
  overflow: hidden;
  color: #b96f36;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .7px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.culture-list .culture-story h3,
.culture-list .culture-story p {
  margin-right: 0;
  margin-left: 0;
}

.culture-list .culture-story h3 {
  margin-top: 5px;
  margin-bottom: 4px;
  color: #4a3024;
  font-weight: normal;
}

.culture-list .culture-story p {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.culture-list .culture-story > b {
  color: #be7a42;
  font-size: 19px;
  font-weight: 500;
}

.notes-block {
  background: #fff;
  box-shadow: 0 4px 14px rgba(47, 94, 111, .07);
  padding: 12px;
}

.notes-block .section-title {
  padding: 0;
}

.note-masonry {
  column-count: 2;
  column-gap: 10px;
}

.note-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(31, 72, 87, 0.08);
  break-inside: avoid;
}

.note-card header {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 10px 10px 0;
}

.note-card header img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 50%;
  filter: saturate(1.3) contrast(1.06) brightness(1.05);
}

.note-card strong,
.note-card time {
  display: block;
}

.note-card strong {
  color: #34464d;
  font-size: 14px;
  line-height: 1.1;
}

.note-card time,
.note-card header span {
  color: #9aadb3;
  font-size: 12px;
  font-weight: 800;
}

.note-card p {
  display: -webkit-box;
  margin: 9px 10px 10px;
  overflow: hidden;
  color: #3f535b;
  font-size: 13px;
  line-height: 1.55;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.note-photo {
  height: 116px;
  object-fit: cover;
  filter: var(--image-pop);
}

.note-card.tall .note-photo {
  height: 206px;
}

.moment-card__copy h3 { margin: 10px 10px 5px; color: #34464d; font-size: 15px; line-height: 1.35;font-weight: normal; }
.moment-card__copy p { display: -webkit-box; margin: 0 10px; overflow: hidden; color: #70838b; font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.moment-card__copy b { display: inline-flex; align-items: center; min-height: 24px; margin: 9px 10px 10px; padding: 0 8px; border-radius: 6px; color: #1a9df0; background: #e8f6ff; font-size: 12px; }

.note-card b {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin: 9px 10px 10px;
  padding: 0 8px;
  border-radius: 6px;
  color: #1a9df0;
  background: #e8f6ff;
  font-size: 12px;
}

.note-card footer {
  display: flex;
  gap: 18px;
  padding: 9px 10px 11px;
  border-top: 1px solid var(--line);
  color: #8fa1a7;
  font-size: 12px;
}

.site-footer {
  padding: 12px 16px 34px;
  color: #95a5aa;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
}

.site-footer p {
  margin: 0;
}

.ai-float {
  position: fixed;
  left: calc(50% + 140px);
  bottom: 96px;
}

.bottom-tabs {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(414px, 100vw);
  min-height: 66px;
  padding: 7px 8px 8px;
  border-radius: 12px 12px 0 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -8px 22px rgba(36, 79, 94, 0.12);
  transform: translateX(-50%);
}

.bottom-tabs a {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  color: #3c4d54;
  font-size: 13px;
  font-weight: 500;
}

.bottom-tabs a.active {
  color: #1d91d2;
}

.bottom-tabs a.center {
  position: relative;
  margin-top: -31px;
  color: #232f34;
}

.bottom-tabs a.center span {
  width: 62px;
  height: 50px;
  border: 5px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 92%, rgba(31, 187, 213, 0.18) 0 15px, transparent 15.5px),
    linear-gradient(180deg, #ffffff, #eefaff);
  box-shadow: 0 -3px 14px rgba(30, 83, 101, 0.16);
}

.bottom-tabs span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

.bottom-tabs span::before,
.bottom-tabs span::after {
  content: "";
  position: absolute;
}

.tab-home {
  border-radius: 9px;
  background: linear-gradient(180deg, #f0fbff, #dff5ff);
}

.tab-home::before {
  left: 6px;
  top: 12px;
  width: 18px;
  height: 13px;
  border: 2px solid #1999dc;
  border-top: 0;
  border-radius: 4px 4px 6px 6px;
  background: #fff8d8;
  box-shadow: inset 0 -5px 0 rgba(255, 210, 73, 0.42);
}

.tab-home::after {
  left: 7px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-left: 3px solid #1999dc;
  border-top: 3px solid #1999dc;
  border-radius: 3px 0 0;
  transform: rotate(45deg);
}

.tab-note {
  border-radius: 9px;
  background: linear-gradient(180deg, #f2fff8, #ddf8ec);
}

.tab-note::before {
  left: 5px;
  top: 7px;
  width: 20px;
  height: 15px;
  border: 2px solid #28a46a;
  border-radius: 9px;
  background: #fff;
}

.tab-note::after {
  left: 10px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #28a46a;
  box-shadow: 7px 0 0 #28a46a, 13px 0 0 #ffba36, 7px 8px 0 -1px #28a46a;
}

.tab-ai {
  color: #25333a;
}

.tab-ai::before {
  right: 5px;
  top: 0;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #35a9ff, #18d09a);
  content: "AI";
  font-size: 8px;
  font-weight: 950;
  line-height: 1;
}

.tab-ai::after {
  left: 6px;
  top: 14px;
  width: 38px;
  height: 22px;
  border: 3px solid #25333a;
  border-radius: 15px;
  background:
    radial-gradient(circle at 12px 10px, #25333a 0 3px, transparent 3.3px),
    radial-gradient(circle at 25px 10px, #25333a 0 3px, transparent 3.3px),
    linear-gradient(180deg, #ffffff, #dff8ff);
  box-shadow:
    -7px 4px 0 -4px #25333a,
    7px 4px 0 -4px #25333a;
}

.tab-camera {
  border-radius: 9px;
  background: linear-gradient(180deg, #fff8ee, #fff0dc);
}

.tab-camera::before {
  left: 4px;
  top: 9px;
  width: 22px;
  height: 16px;
  border: 2px solid #e88620;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 4px, #2aa9e9 4.4px 7px, transparent 7.4px),
    linear-gradient(180deg, #ffd35a, #ffad32);
}

.tab-camera::after {
  left: 8px;
  top: 5px;
  width: 9px;
  height: 5px;
  border: 2px solid #e88620;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: #fff4ce;
  box-shadow: 11px 3px 0 -1px #e88620;
}

.tab-cloud {
  border-radius: 9px;
  background: linear-gradient(180deg, #eefaff, #ddf4ff);
}

.tab-cloud::before {
  left: 4px;
  top: 12px;
  width: 21px;
  height: 10px;
  border: 2px solid #278fd3;
  border-radius: 10px;
  background: #fff;
  box-shadow: 7px -6px 0 -2px #fff, 7px -6px 0 0 #278fd3;
}

.tab-cloud::after {
  left: 5px;
  bottom: 5px;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: #52c8e5;
}

/* 景区列表与详情页 */
.subpage-shell,
.detail-shell {
  padding-bottom: 88px;
  background: var(--page);
}

.page-topbar {
  position: relative;
  height: 190px;
  overflow: hidden;
  color: #fff;
}

.page-topbar--image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: var(--image-pop);
}

.subpage-shell .page-topbar--image > img {
  position: absolute;
  inset: 0;
  display: block;
}

.page-topbar__mask,
.detail-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 48, 68, 0.4), rgba(7, 89, 107, 0.05) 42%, rgba(12, 54, 66, 0.56));
}

.back-button {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 13px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}

.back-button span {
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg) translate(2px, -2px);
}

.page-heading {
  position: absolute;
  z-index: 2;
  right: 19px;
  bottom: 19px;
  left: 19px;
  text-shadow: 0 3px 12px rgba(0, 43, 61, 0.3);
}

.page-heading p,
.detail-hero__title p {
  margin: 0 0 5px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.1px;
}

.page-heading h1,
.detail-hero__title h1 {
  margin: 0;
  font-size: 29px;
  line-height: 1.12;
  font-weight: 950;
}

.list-search {
  display: flex;
  align-items: center;
  height: 46px;
  margin: -23px 12px 12px;
  padding: 0 14px;
  border-radius: 10px;
  color: #a6b8bd;
  background: #fff;
  box-shadow: var(--shadow);
}

.list-search .search-mark {
  flex: none;
  margin-right: 11px;
}

.list-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.list-search input::placeholder { color: #aab8bc; }

.strategy-guide-card {
  position: relative;
  display: block;
  height: 116px;
  margin: 0 12px 12px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background: #17645e;
  box-shadow: var(--shadow);
}

.strategy-guide-card > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.04);
}

.strategy-guide-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 71, 68, .9), rgba(8, 71, 68, .38));
  content: "";
}

.strategy-guide-card > div,
.strategy-guide-card > b {
  position: relative;
  z-index: 1;
}

.strategy-guide-card > div { padding: 18px 16px; text-shadow: 0 2px 9px rgba(0, 49, 45, .2); }
.strategy-guide-card p { margin: 0 0 5px; color: #bff4da; font-size: 13px; font-weight: 900; }
.strategy-guide-card h2 { margin: 0; font-size: 21px; line-height: 1.2; }
.strategy-guide-card span { display: block; margin-top: 6px; color: rgba(255, 255, 255, .84); font-size: 11px; font-weight: 700; }
.strategy-guide-card > b { position: absolute; right: 14px; bottom: 13px; display: flex; gap: 7px; align-items: center; font-size: 11px; }
.strategy-guide-card i { font-size: 16px; font-style: normal; }

.strategy-guide-card--split { display: grid; grid-template-columns: 1fr 1fr; height: 108px; gap: 8px; padding: 0; overflow: hidden; background: transparent; box-shadow: 0 12px 24px rgba(25, 112, 150, .2); }
.strategy-guide-card--split::after { display: none; }
.strategy-guide-card--split > img { opacity: 0; }
.strategy-guide-card--split > a { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 20px 14px; overflow: hidden; border-radius: 10px 0 0 10px; color: #fff; background: linear-gradient(135deg, #ff8735, #ffc139); }
.strategy-guide-card--split > a + a { border: 0; border-radius: 0 10px 10px 0; background: linear-gradient(135deg, #16c4e8, #3d75ed); }
.strategy-guide-card--split > a::before { position: absolute; right: -31px; bottom: -42px; width: 104px; height: 104px; border: 18px solid rgba(255, 255, 255, .19); border-radius: 50%; content: ""; }
.strategy-guide-card--split > a::after { position: absolute; top: 13px; right: 13px; color: rgba(255, 255, 255, .84); font-size: 21px; font-weight: 900; content: "✦"; }
.strategy-guide-card--split > a + a::after { content: "⌁"; font-size: 27px; }
.strategy-guide-card--split > a strong, .strategy-guide-card--split > a span, .strategy-guide-card--split > a i { position: relative; z-index: 1; }
.strategy-guide-card--split > a strong { font-size: 18px; line-height: 1.2; text-shadow: 0 2px 7px rgba(75, 64, 20, .16); font-weight: normal;}
.strategy-guide-card--split > a span { margin-top: 8px; color: rgba(255, 255, 255, .9); font-size: 11px; line-height: 1.45; }
.strategy-guide-card--split > a i { position: absolute; right: 12px; bottom: 12px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #f18f27; background: #fff; font-size: 15px; }
.strategy-guide-card--split > a + a i { color: #247fe8; }

.filter-tabs {
  display: flex;
  gap: 20px;
  padding: 5px 17px 14px;
  overflow-x: auto;
  background: #fff;
  scrollbar-width: none;
}

.filter-tabs::-webkit-scrollbar { display: none; }

.filter-tabs a,
.filter-tabs button {
  position: relative;
  flex: none;
  padding: 7px 0;
  border: 0;
  color: #71848b;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
}

.filter-tabs a.active,
.filter-tabs button.active { color: #168fca; font-weight: 950; }

.filter-tabs a.active::after,
.filter-tabs button.active::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  left: 5px;
  height: 3px;
  border-radius: 99px;
  background: #2dbce4;
  content: "";
}

/* Scenic-list categories use a hierarchy panel so longer destination names remain readable. */
.scenic-category-panel { margin: 0; padding: 16px 17px 14px; border-bottom: 1px solid #e6efed; background: #fff; }
.scenic-category-panel__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.scenic-category-panel__head p { margin: 0; color: #79a69a; font-size: 9px; font-weight: 900; letter-spacing: 1.15px; }
.scenic-category-panel__head h2 { margin: 3px 0 0; color: #294a45; font-size: 17px; line-height: 1.3; }
.scenic-category-reset { flex: none; padding: 7px 9px; border: 0; border-radius: 7px; color: #168b7d; background: #eef8f5; font-size: 11px; font-weight: 850; }
.scenic-category-primary, .scenic-category-subtree > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.scenic-category-primary button, .scenic-category-subtree button { display: -webkit-box; min-height: 44px; padding: 7px 8px; overflow: hidden; border: 1px solid #dce9e5; border-radius: 8px; color: #54716b; background: #fff; font-size: 12px; line-height: 1.35; font-weight: 800; text-align: center; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.scenic-category-primary button.active { border-color: #168b7d; color: #fff; background: linear-gradient(135deg, #168b7d, #2ca88e); box-shadow: 0 5px 10px rgba(22, 139, 125, .18); }
.scenic-category-primary button.is-context { border-color: #87c8ba; color: #157b6f; background: #eaf7f3; }
.scenic-category-subtree { margin-top: 13px; padding-top: 12px; border-top: 1px dashed #dce9e5; }
.scenic-category-subtree > p { margin: 0 0 8px; color: #78908b; font-size: 11px; font-weight: 800; }
.scenic-category-subtree button { min-height: 40px; color: #42635c; background: #f7faf9; }
.scenic-category-subtree button.active { border-color: #80c6b6; color: #126d62; background: #e8f6f1; }
.scenic-category-subtree button.is-nested { position: relative; padding-left: 14px; color: #6c817b; }
.scenic-category-subtree button.is-nested::before { position: absolute; top: 50%; left: 7px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; content: ""; transform: translateY(-50%); }

.list-empty { margin: 34px 0; color: #91a3a9; text-align: center; font-size: 13px; font-weight: 700; }

.list-section { padding: 14px 12px 2px; }

.list-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.list-count > div { position: relative; padding-left: 13px; }
.list-count i { position: absolute; top: 4px; left: 0; width: 4px; height: 29px; border-radius: 9px; background: linear-gradient(#2cc4e4, #2bce8e); }
.list-count h2 { margin: 0; color: #26363c; font-size: 19px; font-weight: 950; }
.list-count p { margin: 4px 0 0; color: #9baeb3; font-size: 11px; font-weight: 750; }
.list-count > span { color: #91a3a9; font-size: 12px; font-weight: 750; }

.destination-list { display: grid; gap: 12px; }

.destination-card {
  display: grid;
  grid-template-columns: 128px 1fr;
  min-height: 130px;
  overflow: hidden;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(35, 76, 92, 0.09);
}

.destination-card > img { height: 100%; object-fit: cover; filter: var(--image-pop); }
.destination-card__body { min-width: 0; padding: 13px 11px 9px; }
.location-text { display: block; overflow: hidden; color: #32a9d2; font-size: 11px; font-weight: 850; white-space: nowrap; text-overflow: ellipsis; }
.destination-card h2 { margin: 6px 0 5px; color: #27373d; font-size: 17px; line-height: 1.18; font-weight: 950; }
.destination-card p { display: -webkit-box; margin: 0; overflow: hidden; color: #718289; font-size: 12px; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.chip-row { display: flex; align-items: center; gap: 5px; margin-top: 9px; }
.chip-row b { display: inline-flex; height: 20px; padding: 0 6px; align-items: center; border-radius: 5px; color: #249ed4; background: #e8f8ff; font-size: 10px; font-weight: 850; }
.chip-row b:nth-child(2) { color: #e77b35; background: #fff2e8; }
.chip-row em { margin-left: auto; color: #9aadb2; font-size: 10px; font-style: normal; font-weight: 750; white-space: nowrap; }

.destination-card.featured { position: relative; display: block; height: 194px; color: #fff; }
.destination-card.featured > img { position: absolute; inset: 0; width: 100%; }
.destination-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 62, 73, 0.02), rgba(6, 59, 70, 0.76)); }
.destination-card__content { position: absolute; right: 14px; bottom: 13px; left: 14px; text-shadow: 0 2px 12px rgba(0, 48, 61, 0.34); }
.location-tag { display: inline-flex; height: 22px; align-items: center; padding: 0 8px; border-radius: 99px; background: rgba(25, 184, 211, 0.86); font-size: 11px; font-weight: 850; }
.destination-card.featured h2 { margin: 7px 0 4px; color: #fff; font-size: 22px; }
.destination-card.featured p { color: rgba(255, 255, 255, 0.9); }
.destination-card.featured .chip-row b { color: #fff; background: rgba(255, 255, 255, 0.23); }
.destination-card.featured .chip-row em { color: #fff; }

.detail-shell { padding-bottom: 82px; }
.detail-hero { position: relative; height: 320px; color: #fff; overflow: hidden; }
.detail-hero > img { height: 100%; object-fit: cover; filter: var(--image-pop); }
.detail-nav { position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 65px; display: flex; align-items: center; justify-content: center; }
.detail-nav strong { font-size: 17px; font-weight: 900; text-shadow: 0 2px 9px rgba(0, 44, 61, 0.32); }
.detail-nav .back-button { top: 15px; }
.more-button { position: absolute; top: 17px; right: 13px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: #fff; background: rgba(255, 255, 255, 0.25); font-size: 15px; font-weight: 950; letter-spacing: 1px; }
.detail-hero__title { position: absolute; z-index: 2; right: 17px; bottom: 23px; left: 17px; text-shadow: 0 3px 14px rgba(0, 37, 49, 0.42); }
.detail-hero__title h1 { font-size: 27px; }
.detail-hero__title span { display: inline-flex; align-items: center; margin-top: 10px; color: rgba(255, 255, 255, 0.92); font-size: 12px; font-weight: 800; }
.detail-hero__title span i { width: 8px; height: 8px; margin-right: 6px; border: 2px solid #fff; border-radius: 50%; }

.detail-summary { position: relative; z-index: 2; margin: -14px 12px 12px; padding: 14px 13px 0; border-radius: 11px; background: #fff; box-shadow: var(--shadow); }
.summary-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.summary-tags b { height: 23px; padding: 0 8px; display: inline-flex; align-items: center; border-radius: 5px; color: #198fc7; background: #e6f7ff; font-size: 11px; font-weight: 900; }
.summary-tags b:nth-child(2) { color: #1b9a6a; background: #e8fbf1; }
.summary-tags b:nth-child(3) { color: #e47a31; background: #fff0e7; }
.detail-summary > p { margin: 11px 0 13px; color: #52666e; font-size: 13px; line-height: 1.7; font-weight: 650; }
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 -13px; padding: 12px 8px; border-top: 1px solid var(--line); }
.quick-facts div { min-width: 0; padding: 0 6px; text-align: center; border-right: 1px solid var(--line); }
.quick-facts div:last-child { border: 0; }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { color: #2b3c42; font-size: 13px; font-weight: 950; white-space: nowrap; }
.quick-facts span { margin-top: 4px; color: #9aabb0; font-size: 10px; font-weight: 700; }

.detail-section { margin: 0 12px 12px; padding: 14px 13px; border-radius: 11px; background: #fff; box-shadow: 0 4px 14px rgba(47, 94, 111, 0.07); }
.detail-section__title { display: flex; align-items: center; gap: 8px; }
.detail-section__title > i { width: 4px; height: 32px; border-radius: 9px; background: linear-gradient(#32c3e3, #3bd091); }
.detail-section__title h2 { margin: 0; color: #26373d; font-size: 18px; line-height: 1.1; font-weight: 950; }
.detail-section__title p { margin: 4px 0 0; color: #9aacb1; font-size: 9px; font-weight: 800; letter-spacing: 0.7px; }
.detail-copy { margin: 12px 0 0; color: #54676e; font-size: 13px; line-height: 1.78; font-weight: 650; }
.scenic-gallery-slider { display: flex; gap: 10px; margin-top: 12px; padding-bottom: 4px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.scenic-gallery-slider::-webkit-scrollbar { display: none; }
.scenic-gallery-slider figure { flex: 0 0 100%; height: 212px; margin: 0; overflow: hidden; border-radius: 9px; scroll-snap-align: start; background: #edf4f3; }
.scenic-gallery-slider img { width: 100%; height: 100%; object-fit: cover; filter: var(--image-pop); }
.scenic-gallery-controls { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px; color: #809399; font-size: 11px; font-weight: 750; }
.scenic-gallery-controls > div { display: flex; gap: 7px; }
.scenic-gallery-controls button { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #d7e7e4; border-radius: 50%; color: #177d74; background: #f0faf7; font-size: 22px; line-height: 1; }
.scenic-video-section { padding-bottom: 13px; }
.scenic-video-section video { display: block; width: 100%; height: 212px; margin-top: 12px; border-radius: 9px; background: #0d2528; }
.route-guide ol { position: relative; margin: 14px 0 0; padding: 0; list-style: none; }
.route-guide ol::before { position: absolute; top: 14px; bottom: 16px; left: 13px; width: 1px; background: #cae8ed; content: ""; }
.route-guide li { position: relative; display: grid; grid-template-columns: 27px 1fr; gap: 10px; padding-bottom: 13px; }
.route-guide li:last-child { padding-bottom: 0; }
.route-guide li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #2fc6df, #2ecb94); font-size: 10px; font-weight: 950; }
.route-guide li b { color: #31434a; font-size: 14px; font-weight: 900; }
.route-guide li p { margin: 4px 0 0; color: #8a9ba1; font-size: 12px; line-height: 1.45; }
.travel-tip { display: flex; gap: 9px; margin: 0 12px 14px; padding: 12px; border-radius: 10px; color: #835a1e; background: #fff7df; }
.scenic-status { margin-top: 10px; padding: 8px 10px; border-radius: 7px; font-size: 12px; font-weight: 850; }.scenic-status--closed { color: #815817; background: #fff4d6; }.scenic-spots { padding-bottom: 16px; }.scenic-spot-list { display: grid; gap: 10px; margin-top: 15px; }.scenic-spot-list a { display: grid; grid-template-columns: 72px minmax(0,1fr) 18px; gap: 10px; align-items: center; padding: 8px; border-radius: 8px; background: #f5faf8; }.scenic-spot-list img { width: 72px; height: 60px; border-radius: 6px; object-fit: cover; }.scenic-spot-list b { display: block; color: #294a45; font-size: 14px; }.scenic-spot-list p { margin: 4px 0 0; color: #718a85; font-size: 11px; line-height: 1.45; }.scenic-spot-list em { display: inline-block; margin-top: 4px; color: #9a6715; font-size: 10px; font-style: normal; font-weight: 850; }.scenic-spot-list > a > span { color: #168b7d; font-size: 22px; }
.scenic-list-closed { display: inline-block; width: fit-content; margin-top: 5px; padding: 3px 7px; border-radius: 4px; color: #8a5d18; background: #fff0cc; font-size: 10px; font-style: normal; font-weight: 850; }
.detail-actions .action-route { display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 44px; border-radius: 8px; font-size: 13px; font-weight: 900; }
.travel-tip span { flex: none; display: inline-flex; align-items: center; height: 23px; padding: 0 7px; border-radius: 5px; color: #fff; background: #f2a63a; font-size: 11px; font-weight: 900; }
.travel-tip p { margin: 1px 0 0; font-size: 12px; line-height: 1.6; font-weight: 650; }
.detail-actions { position: fixed; bottom: 0; left: 50%; z-index: 10; display: grid; grid-template-columns: 56px 1fr 1fr; gap: 8px; width: min(414px, 100vw); padding: 9px 12px; background: rgba(255, 255, 255, 0.98); box-shadow: 0 -6px 20px rgba(38, 76, 87, 0.13); transform: translateX(-50%); }
.detail-actions a { display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 44px; border-radius: 8px; font-size: 13px; font-weight: 900; }
.detail-actions a:first-child { flex-direction: column; gap: 1px; color: #71848a; font-size: 21px; }
.detail-actions a:first-child small { font-size: 10px; font-weight: 750; }
.action-route { color: #fff; background: linear-gradient(135deg, #22b9de, #37cfa0); }
.action-service { color: #168fca; background: #e9f8ff; }

@media (min-width: 600px) {
  .bottom-tabs,
  .detail-actions { width: 414px; }
}


@media (max-width: 414px) {
  body {
    background: var(--page);
  }

  .app-shell {
    max-width: none;
    box-shadow: none;
  }

  .ai-float {
    right: 12px;
    left: auto;
  }
}

@media (max-width: 360px) {
  .hero {
    height: 336px;
  }

  .hero-copy h1 {
    font-size: 22px;
  }

  .shortcut {
    font-size: 14px;
  }

  .shortcut span {
    width: 40px;
    height: 40px;
  }

  .scenic-card h3 {
    font-size: 15px;
  }

  .audio-card {
    grid-template-columns: 96px 1fr;
  }
}

.cloud-card a {
  overflow: hidden;
  background: #fff url('/static/assets/vr-guide-icon.png') center / 44px 44px no-repeat;
}

.cloud-card a span {
  display: none;
}
