.park-page {
  background: #1b2a4a !important;
  color: #fff8ec;
  overflow: hidden;
}
.park-page .lyceum-foot { display: none; }
#park-root {
  position: relative;
  width: 100%;
  height: 100svh;
  margin: 0 auto;
  overflow: hidden;
}
#park {
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
  cursor: grab;
}
#park:active { cursor: grabbing; }
.park-hud {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  pointer-events: none;
  text-shadow: 0 2px 0 #2a1c10;
}
.park-hud .k {
  margin: 0;
  letter-spacing: .22em;
  font-size: 11px;
  font-weight: 800;
  color: #f0c14b;
}
.park-hud h1 {
  margin: 4px 0 2px;
  font-size: clamp(28px, 6vw, 40px);
  font-weight: 900;
  letter-spacing: .04em;
}
.park-hud .sub {
  margin: 0;
  color: #ffe9c4;
  font-size: 13px;
}
.pick-card {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 16px;
  z-index: 4;
  background: #fff4e0;
  color: #2a1c10;
  border: 3px solid #2a1c10;
  border-radius: 18px;
  padding: 14px 16px 14px;
  box-shadow: 5px 5px 0 #2a1c10;
  animation: pop .25s ease both;
}
@keyframes pop {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
.pick-card h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 900;
}
.pick-card p {
  margin: 0 0 12px;
  color: #5a4630;
  font-size: 14px;
  line-height: 1.5;
}
.pick-card .btn { width: 100%; text-align: center; }
#map-root {
  max-width: 430px;
  margin: 0 auto;
  background: #1b2a4a;
  min-height: 100svh;
}
#map-root[hidden], .pick-card[hidden], #park-root[hidden] { display: none !important; }
.map-back {
  margin: 12px 12px 0;
  width: calc(100% - 24px);
  text-align: center;
}
.mast {
  padding: 10px 16px 8px;
}
.mast .k { color: #f0c14b; font-size: 11px; letter-spacing: .2em; font-weight: 800; margin: 0 0 4px; }
.mast h1 { margin: 0 0 4px; font-size: 26px; font-weight: 900; }
.mast p { margin: 0; color: #d7c7a8; font-size: 13px; }
.desk {
  background: linear-gradient(#8a5a32, #4a2e18);
  padding: 10px;
}
.paper {
  position: relative;
  display: flex;
  justify-content: center;
  background: #f3ead2;
  border: 3px solid #2a1c10;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 0 #2a1c10;
}
#map-host { width: 100%; display: flex; justify-content: center; }
.taipei-map {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100svh - 280px);
}
.taipei-map path.district {
  stroke: #2a1c10;
  stroke-width: 1.2;
  stroke-linejoin: round;
  cursor: pointer;
}
.taipei-map path.district.is-on { stroke-width: 2.2; }
.taipei-map text {
  fill: #2a1c10;
  font-size: 11px;
  font-weight: 800;
  font-family: "Noto Sans TC", sans-serif;
  pointer-events: none;
  text-anchor: middle;
  dominant-baseline: middle;
}
.capsule {
  position: absolute;
  transform: translate(-50%, -120%);
  background: #2a1c10;
  color: #f0c14b;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 4;
}
.d-card {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 6;
  background: #fff4e0;
  color: #2a1c10;
  border: 3px solid #2a1c10;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 4px 4px 0 #2a1c10;
}
.d-card h2 { margin: 0; font-size: 22px; font-weight: 900; }
.d-card .count { color: #6a5c48; font-size: 12px; }
.d-card header { display: flex; justify-content: space-between; align-items: baseline; }
.mood-line { margin: 6px 0 8px; font-size: 13px; color: #5a4630; }
.topic-row {
  display: grid;
  grid-template-columns: 42px 1fr 38px;
  gap: 8px;
  align-items: center;
  margin: 6px 0;
  font-size: 13px;
}
.track { height: 7px; border-radius: 99px; background: rgba(42,28,16,.1); overflow: hidden; }
.track i { display: block; height: 100%; border-radius: inherit; }
.expand-btn, .cta-bar .btn {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.below { background: #fff4e0; color: #2a1c10; padding: 16px; }
.below[hidden] { display: none !important; }
.compare { background: #fff; border: 3px solid #2a1c10; border-radius: 12px; padding: 12px; }
.compare h3 { margin: 0 0 8px; }
.voice-card {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  margin: 0 0 10px;
  padding: 12px;
  background: #fff;
  border: 2px solid #2a1c10;
  border-radius: 12px;
}
.mood-seal {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; color: #fff8ec;
}
.mood-fire { background: #c7564c; }
.mood-sigh { background: #7a7266; }
.mood-worry { background: #c9842a; }
.mood-care { background: #8a6a1e; }
.mood-clap { background: #2f8f55; }
.mood-hope { background: #2a8fa8; }
.voice-card .tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 6px; }
.voice-card .tags span {
  font-size: 11px; background: #ffe9c4; border-radius: 999px; padding: 2px 8px;
}
.voice-card p { margin: 0; font-size: 14px; }
.sheet {
  position: fixed; inset: 0; z-index: 20;
  background: rgba(10,12,20,.55);
  display: flex; align-items: flex-end; justify-content: center;
}
.sheet[hidden] { display: none !important; }
.sheet-card {
  width: min(430px, 100%);
  background: #fff4e0;
  color: #2a1c10;
  border-radius: 18px 18px 0 0;
  border: 3px solid #2a1c10;
  padding: 16px 16px 24px;
}
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-btn {
  appearance: none; border: 2px solid #2a1c10; background: #fff;
  color: #2a1c10; border-radius: 999px; padding: 7px 12px; cursor: pointer;
}
.chip-btn.on { background: #2a1c10; color: #f0c14b; }
.sheet-card input, .sheet-card textarea {
  width: 100%; border: 2px solid #2a1c10; border-radius: 10px;
  padding: 10px; font: 14px "Noto Sans TC", sans-serif; background: #fff;
}
.cta-bar { padding: 10px 12px 16px; background: #1b2a4a; }
.fineprint { color: #d7c7a8; font-size: 12px; padding: 12px 16px 28px; }
.park-home {
  position: sticky; top: 0; z-index: 8;
  display: flex; justify-content: center;
  padding: 8px;
  background: linear-gradient(#3a4e7c, transparent);
}
.park-home a {
  background: #f0c14b;
  color: #2a1c10;
  border: 3px solid #2a1c10;
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 3px 3px 0 #2a1c10;
}
