:root {
  color-scheme: light;
  --bg: #f7fbf8;
  --panel: #ffffff;
  --ink: #21302a;
  --muted: #68766f;
  --line: #dce7df;
  --mint: #7cc8ad;
  --mint-dark: #25785f;
  --rice: #fff8e6;
  --blue: #9fd4eb;
  --pink: #f5aac2;
  --red: #ef786f;
  --yellow: #f2c85b;
  --shadow: 0 18px 48px rgba(34, 71, 58, 0.14);
}

* {
  box-sizing: border-box;
}

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

body {
  display: flex;
  justify-content: center;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

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

.app-shell {
  width: min(100%, 480px);
  min-height: 100vh;
  background:
    linear-gradient(160deg, rgba(255, 248, 230, 0.96), rgba(247, 251, 248, 0.98) 42%),
    radial-gradient(circle at 18% 5%, rgba(159, 212, 235, 0.45), transparent 28%);
  position: relative;
  overflow-x: hidden;
  padding-bottom: calc(84px + env(safe-area-inset-bottom));
  box-shadow: 0 0 0 1px rgba(33, 48, 42, 0.06);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 12px;
  background: rgba(247, 251, 248, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220, 231, 223, 0.72);
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--mint-dark);
  font-size: 12px;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: 0;
}

h2 {
  font-size: 20px;
  margin-bottom: 14px;
}

h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.icon-btn,
.quick-actions button,
.list-head button,
.list-head select,
.chip,
.modal-actions button {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
  border-radius: 8px;
}

.icon-btn {
  width: 40px;
  height: 40px;
  font-weight: 800;
  color: var(--mint-dark);
}

.text-btn {
  width: auto;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  white-space: nowrap;
}

.search-band {
  padding: 14px 16px 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.search-box {
  min-width: 0;
  height: 44px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  box-shadow: 0 8px 20px rgba(33, 48, 42, 0.06);
}

.search-box span {
  font-weight: 800;
  color: var(--mint-dark);
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.quick-actions {
  display: flex;
  gap: 8px;
}

.quick-actions button,
.list-head button,
.list-head select {
  height: 44px;
  padding: 0 12px;
  white-space: nowrap;
}

.filters {
  display: grid;
  gap: 8px;
  padding: 4px 16px 12px;
}

.filter-row {
  width: 100%;
  min-width: 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scrollbar-width: none;
  padding-bottom: 3px;
}

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

.chip {
  flex: 0 0 auto;
  min-width: max-content;
  padding: 8px 11px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.76);
  user-select: none;
}

.chip.active {
  background: var(--mint-dark);
  color: white;
  border-color: var(--mint-dark);
}

.view {
  display: none;
  padding: 0 16px 18px;
}

.view.active {
  display: block;
}

.map-canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(124, 200, 173, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(124, 200, 173, 0.18) 1px, transparent 1px),
    linear-gradient(145deg, #e9f6ec, #fef9e9 52%, #e5f4fb);
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: var(--shadow);
  touch-action: manipulation;
}

.map-canvas.amap-ready {
  background: #e9f2ec;
}

.amap-store-marker {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 3px solid #ffffff;
  border-radius: 50% 50% 50% 12px;
  background: var(--marker-color, var(--mint-dark));
  color: #21302a;
  box-shadow: 0 10px 22px rgba(33, 48, 42, 0.24);
  transform: rotate(-45deg);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.amap-store-marker.bbq {
  color: #ffffff;
}

.amap-store-marker span {
  transform: rotate(45deg);
}

.map-river {
  position: absolute;
  left: -20%;
  top: 46%;
  width: 145%;
  height: 54px;
  transform: rotate(-16deg);
  background: rgba(159, 212, 235, 0.55);
  border-top: 1px dashed rgba(37, 120, 95, 0.3);
  border-bottom: 1px dashed rgba(37, 120, 95, 0.3);
}

.map-label {
  position: absolute;
  color: rgba(33, 48, 42, 0.48);
  font-weight: 800;
  font-size: 13px;
}

.label-a { left: 14%; top: 16%; }
.label-b { right: 12%; top: 30%; }
.label-c { left: 18%; bottom: 22%; }
.label-d { right: 18%; bottom: 15%; }

.marker {
  position: absolute;
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border: 3px solid white;
  border-radius: 50% 50% 50% 12px;
  box-shadow: 0 10px 22px rgba(33, 48, 42, 0.22);
  rotate: -45deg;
}

.marker span {
  rotate: 45deg;
  font-size: 13px;
  font-weight: 900;
}

.marker.fastfood { background: var(--yellow); }
.marker.snack { background: var(--pink); }
.marker.bbq { background: var(--red); color: white; }
.marker.stirfry { background: var(--blue); }
.marker.dinner { background: var(--mint); }
.marker.buffet { background: #9b7be8; color: white; }

.my-location {
  position: absolute;
  left: 48%;
  top: 54%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: #2f7ee6;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(47, 126, 230, 0.16);
}

.map-sheet {
  margin-top: 12px;
  padding: 14px;
  min-height: 76px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(33, 48, 42, 0.08);
}

.map-sheet p {
  margin: 0;
  color: var(--muted);
}

.map-list-head {
  margin-top: 18px;
}

.sheet-store {
  display: grid;
  gap: 8px;
}

.sheet-store strong {
  font-size: 17px;
}

.store-list,
.pending-list,
#newStores,
#postList {
  display: grid;
  gap: 12px;
}

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

.list-head h2 {
  margin-bottom: 0;
}

.store-card,
.post-card,
.pending-card {
  display: grid;
  gap: 12px;
  padding: 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(33, 48, 42, 0.08);
}

.store-card {
  grid-template-columns: 92px 1fr;
}

.store-title-link {
  color: inherit;
  text-decoration: none;
}

.store-title-link:active,
.store-title-link:hover {
  color: var(--mint-dark);
}

.thumb {
  width: 92px;
  height: 92px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.store-info {
  min-width: 0;
}

.store-info h3 {
  margin: 0 0 6px;
}

.meta,
.tags,
.actions,
.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.post-meta button {
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-size: 12px;
}

.post-meta button.action-active {
  background: #e8f6ee;
  border-color: #bfe4cf;
  color: var(--mint-dark);
}

.meta span,
.tags span,
.stat-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 8px;
  background: var(--rice);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.tags span {
  background: #eef7f2;
  color: var(--mint-dark);
}

.store-info p,
.post-card p,
.pending-card p {
  margin: 8px 0;
  color: var(--muted);
  line-height: 1.5;
}

.post-photos {
  display: grid;
  gap: 6px;
}

.post-photos.count-1 {
  grid-template-columns: 1fr;
}

.post-photos.count-2,
.post-photos.count-4 {
  grid-template-columns: repeat(2, 1fr);
}

.post-photos.count-3,
.post-photos.count-5 {
  grid-template-columns: repeat(3, 1fr);
}

.post-photo {
  min-height: 96px;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

.post-photos.count-1 .post-photo {
  aspect-ratio: 16 / 10;
}

.comment-panel {
  display: grid;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  background: #f7fbf8;
}

.comment-panel[hidden] {
  display: none;
}

.comment-list {
  display: grid;
  gap: 6px;
}

.comment-list p {
  margin: 0;
  font-size: 13px;
}

.comment-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.comment-form input {
  min-height: 36px;
}

.comment-form button {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: var(--mint);
  color: #fff;
  font-weight: 800;
}

.actions button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  font-size: 12px;
}

.actions button.action-active {
  background: #e8f6ee;
  border-color: #bfe4cf;
  color: var(--mint-dark);
}

.heart {
  color: #e63b47;
  font-size: 13px;
}

.compact-link {
  font-size: 12px;
}

.empty-state {
  display: none;
  padding: 32px 18px;
  color: var(--muted);
  text-align: center;
}

.submit-form {
  display: grid;
  gap: 12px;
}

.submit-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.submit-form input,
.submit-form select,
.submit-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--panel);
  color: var(--ink);
  outline: 0;
}

.submit-form textarea {
  min-height: 88px;
  resize: vertical;
}

.submit-form fieldset {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.submit-form legend {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.option-grid label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.option-grid input {
  width: auto;
  min-height: auto;
}

.photo-uploader {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #f4f4f4;
  border: 1px solid #f0f0f0;
  color: #aaa;
}

.photo-uploader.has-preview {
  background-size: cover;
  background-position: center;
}

.photo-uploader.has-preview .photo-plus {
  display: none;
}

.photo-uploader.has-preview::after {
  content: attr(data-count);
  position: absolute;
  right: 4px;
  bottom: 4px;
  min-width: 24px;
  padding: 2px 5px;
  border-radius: 999px;
  background: rgba(31, 48, 40, 0.72);
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.photo-plus {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.photo-uploader input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.post-form {
  margin-bottom: 16px;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.9);
}

.photo-lightbox[hidden] {
  display: none;
}

.photo-lightbox img {
  max-width: 100vw;
  max-height: 82vh;
  object-fit: contain;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 999px;
}

.lightbox-close {
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  font-size: 28px;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  font-size: 34px;
}

.lightbox-prev {
  left: 12px;
}

.lightbox-next {
  right: 12px;
}

.lightbox-count {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 13px;
}

.profile-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  margin-bottom: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.two-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.profile-panel input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  background: #fbfdfb;
  color: var(--ink);
}

.profile-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.profile-head p {
  margin: 4px 0;
  color: var(--muted);
}

.profile-edit-link {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  color: var(--mint-dark);
  font-size: 13px;
  font-weight: 900;
}

.profile-head img,
.avatar-upload img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: #eef7f2;
}

.avatar-upload {
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  position: relative;
}

.avatar-upload::after {
  content: "上传";
  position: absolute;
  inset: auto 0 0;
  min-height: 18px;
  display: grid;
  place-items: center;
  border-radius: 0 0 999px 999px;
  background: rgba(33, 48, 42, 0.68);
  color: #fff;
  font-size: 10px;
}

.member-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 14px 0;
}

.member-nav button,
.member-nav a {
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 8px;
  background: #f3faf6;
  color: var(--ink);
  text-align: center;
  font-weight: 800;
}

.member-menu {
  display: grid;
  gap: 10px;
  margin: 4px 0 10px;
}

.member-menu a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
  color: var(--ink);
  font-weight: 900;
}

.member-menu a::after {
  content: ">";
  color: var(--muted);
}

.card-search {
  margin: 10px 0 14px;
}

.record-lite {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--muted);
}

.record-lite article + article {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.record-lite strong,
.record-lite span {
  display: block;
}

.record-lite p {
  margin: 6px 0 0;
}

.record-lite button {
  margin-top: 8px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  background: #f7fbf8;
  color: var(--ink);
}

.member-card {
  grid-template-columns: 1fr;
}

.primary-btn {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--mint-dark);
  color: white;
  font-weight: 800;
}

.primary-link,
.ghost-link {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-weight: 800;
}

.primary-link {
  background: var(--mint-dark);
  color: white;
}

.ghost-link {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
}

.compact-link {
  min-height: 36px;
  padding: 0 12px;
}

.login-gate {
  margin: 24px 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.login-gate p {
  color: var(--muted);
  line-height: 1.6;
}

.auth-shell {
  min-height: 100vh;
  padding-bottom: 0;
}

.auth-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 28px 18px;
}

.auth-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.auth-card h1 {
  font-size: 26px;
}

.auth-copy,
.auth-switch {
  color: var(--muted);
  line-height: 1.6;
}

.auth-switch {
  margin: 0;
  text-align: center;
}

.auth-switch a {
  color: var(--mint-dark);
  font-weight: 900;
}

.auth-card label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.auth-card input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fbfdfb;
  color: var(--ink);
  outline: 0;
}

.community-block {
  margin-top: 16px;
}

.dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.dashboard div {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.dashboard strong {
  font-size: 24px;
}

.dashboard span {
  color: var(--muted);
  font-size: 12px;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 30;
  width: min(100%, 480px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-btn {
  height: 54px;
  display: grid;
  place-items: center;
  gap: 2px;
  background: transparent;
  color: var(--muted);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.nav-btn span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef7f2;
  color: var(--mint-dark);
}

.nav-btn.active {
  color: var(--mint-dark);
  background: #eef7f2;
}

.modal {
  width: min(92vw, 430px);
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: transparent;
}

.modal::backdrop {
  background: rgba(20, 32, 27, 0.48);
}

.modal-panel,
.detail-panel {
  padding: 20px;
  background: var(--panel);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.modal-panel ul {
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.modal-actions button {
  min-height: 44px;
}

.detail-hero {
  height: 180px;
  margin: -20px -20px 16px;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  background-position: center;
}

.store-detail-page,
.correction-panel {
  margin: 0 16px 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 8px 24px rgba(33, 48, 42, 0.08);
}

.store-detail-page .detail-hero {
  margin: -16px -16px 16px;
}

.store-detail-page p,
.correction-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.detail-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.detail-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.detail-actions button,
.detail-actions a {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
  color: var(--ink);
  font-weight: 800;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 60;
  width: min(88vw, 420px);
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  padding: 12px 14px;
  border-radius: 8px;
  background: #21302a;
  color: white;
  text-align: center;
  transition: 0.2s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --bg: #17211d;
    --panel: #203029;
    --ink: #eef8f2;
    --muted: #adc0b7;
    --line: #385047;
    --rice: #393527;
    --shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  }

  body {
    background: #101713;
  }

  .app-shell,
  .topbar,
  .bottom-nav {
    background: rgba(23, 33, 29, 0.94);
  }

  .search-box,
  .icon-btn,
  .quick-actions button,
  .list-head button,
  .list-head select,
  .chip,
  .detail-actions button,
  .detail-actions a,
  .post-actions button,
  .actions button,
  .actions a {
    background: #f4fbf7;
    border-color: #9bb4aa;
    color: #15382e;
  }

  .search-box input {
    color: #15382e;
  }

  .search-box input::placeholder {
    color: #6c8177;
  }

  .chip {
    color: #15382e;
  }

  .chip.active,
  .primary-btn,
  .primary-link {
    background: var(--mint-dark);
    border-color: var(--mint-dark);
    color: #ffffff;
  }

  .store-detail-page,
  .correction-panel,
  .store-card,
  .post-card,
  .profile-panel,
  .login-gate,
  .pending-card {
    background: #203029;
    border-color: #385047;
    color: #eef8f2;
  }

  .store-detail-page p,
  .store-detail-page strong,
  .correction-panel p,
  .detail-panel p,
  .meta span,
  .card-meta,
  .store-card p,
  .post-card p {
    color: #dbe8e2;
  }

  .nav-btn {
    color: #dbe8e2;
  }

  .nav-btn span {
    background: #eef8f2;
    color: var(--mint-dark);
  }

  .nav-btn.active {
    color: #eef8f2;
  }

  .map-canvas {
    background:
      linear-gradient(90deg, rgba(124, 200, 173, 0.13) 1px, transparent 1px),
      linear-gradient(0deg, rgba(124, 200, 173, 0.13) 1px, transparent 1px),
      linear-gradient(145deg, #22352c, #343322 52%, #1e3540);
    background-size: 44px 44px, 44px 44px, auto;
  }
}

@media (max-width: 360px) {
  .search-band {
    grid-template-columns: 1fr;
  }

  .quick-actions button {
    flex: 1;
  }

  .store-card {
    grid-template-columns: 78px 1fr;
  }

  .thumb {
    width: 78px;
    height: 78px;
  }
}
