* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, sans-serif; color: #111; background: #ececec; }

.mobile-app {
  width: 100%;
  min-height: 100dvh;
  margin: 0 auto;
  background: #f7f7f7;
  position: relative;
  padding-bottom: 104px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(245, 247, 245, 0.94);
  padding: 8px 10px 9px;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
  backdrop-filter: blur(10px);
}
.topbar__row {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  flex-wrap: nowrap;
  padding: 8px 12px;
  border: 1px solid #1d5a45;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(29, 90, 69, 0.08);
}
.auth-links {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  color: #1d5a45;
  font-size: 12px;
  flex-wrap: nowrap;
  margin-left: auto;
  min-width: 0;
  flex-shrink: 1;
}
.auth-links a { color: #1d5a45; text-decoration: none; font-weight: 700; }
.auth-links .logout { margin: 0; }
.auth-links__btn {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1.5px solid #1d5a45;
  background: #ffffff;
  color: #184f3f;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.01em;
  box-shadow: 0 6px 16px rgba(29, 90, 69, 0.10);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
  white-space: nowrap;
  flex-shrink: 1;
}
.auth-links__btn:hover,
.auth-links__btn:focus-visible {
  transform: translateY(-1px);
  background: #edf6f0;
  border-color: #174937;
}
.auth-links__btn--static {
  background: #edf6f0;
  border-color: #c9ddcf;
  color: #1d5a45;
  box-shadow: none;
  max-width: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auth-links .logout button {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.logo {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.logo img {
  display: block;
  height: 60px;
  width: auto;
  max-width: min(52vw, 320px);
  object-fit: contain;
}

.search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  align-items: center;
}
.search input {
  width: 100%;
  padding: 9px 11px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
}
.search-btn {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}
.search-panel {
  margin: 0 0 14px;
}
.search-panel__hint {
  margin: 0 0 8px;
  color: #53675d;
  font-size: 12px;
  line-height: 1.45;
}
.search--panel {
  background: #fff;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid #dde6df;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
}
.search--panel input {
  background: #f5f7f5;
  border: 1px solid #d7dfd8;
  min-height: 42px;
  padding: 0 14px;
}
.search--panel .search-btn {
  width: 42px;
  height: 42px;
  background: linear-gradient(180deg, #49af7b 0%, #2f8f61 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
}

.container { width: min(calc(100% - 20px), 1180px); margin: 10px auto 0; }
h1 { font-size: 0; height: 0; margin: 0; overflow: hidden; }

.hero-marketplace {
  display: grid;
  gap: 10px;
  padding: 14px 14px 15px;
  margin: 0 0 12px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.24), transparent 32%),
    linear-gradient(135deg, #184f3f 0%, #2d7b59 58%, #d9efe3 160%);
  color: #fff;
}
.hero-marketplace__content {
  display: grid;
  gap: 8px;
}
.hero-marketplace__eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
}
.hero-marketplace__title {
  margin: 0;
  font-size: clamp(22px, 4vw, 40px);
  line-height: 1;
  max-width: 12.5ch;
}
.hero-marketplace__text {
  margin: 0;
  max-width: 48ch;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,0.92);
}
.hero-marketplace__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-marketplace__primary, .hero-marketplace__secondary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.hero-marketplace__primary {
  background: linear-gradient(180deg, #ffffff 0%, #f3fbf6 100%);
  color: #184f3f;
  border: 1px solid rgba(255,255,255,0.88);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease, background 160ms ease;
}
.hero-marketplace__secondary {
  background: rgba(9, 41, 31, 0.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.34);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease, background 160ms ease, border-color 160ms ease;
}
.hero-marketplace__primary:hover, .hero-marketplace__primary:focus-visible,
.hero-marketplace__secondary:hover, .hero-marketplace__secondary:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.18);
}
.hero-marketplace__primary:hover, .hero-marketplace__primary:focus-visible {
  background: linear-gradient(180deg, #ffffff 0%, #eaf8ef 100%);
}
.hero-marketplace__secondary:hover, .hero-marketplace__secondary:focus-visible {
  background: rgba(9, 41, 31, 0.26);
  border-color: rgba(255,255,255,0.46);
}
.hero-marketplace__panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(10, 35, 28, 0.24);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(4px);
}
.hero-marketplace__stat {
  display: grid;
  gap: 4px;
}
.hero-marketplace__stat strong {
  font-size: 34px;
  line-height: 1;
}
.hero-marketplace__stat span {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}
.hero-marketplace__points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-marketplace__points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 13px;
  font-weight: 700;
}
.seller-store-info {
  display: grid;
  gap: 6px;
  margin-top: 2px;
}
.seller-store-info p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.92);
}
.seller-store-info a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.coming-soon-banner {
  margin: 0 0 12px;
  padding: 12px 14px;
  background: #fff8e6;
  border: 1px solid #f0d78c;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #4a3d1a;
}
.coming-soon-banner strong { display: block; margin-bottom: 4px; font-size: 15px; }
.coming-soon-banner--compact {
  padding: 10px 12px;
  font-size: 13px;
  margin-bottom: 10px;
}
.coming-soon-banner--compact strong { display: inline; margin-right: 6px; font-size: inherit; }
.post-soon-note { margin: 12px 0 24px; font-size: 14px; }
.post-soon-note a { color: #1d5a45; }

.trending-box h2 {
  margin: 0 0 8px;
  font-size: clamp(18px, 3vw, 26px);
  line-height: 1.05;
}
.trending-box { margin-bottom: 12px; }
.quick-cats { display: flex; gap: 8px; flex-wrap: wrap; margin: 0; }
.quick-cats a {
  text-decoration: none;
  background: linear-gradient(180deg, #f7faf8 0%, #edf4ef 100%);
  border: 1px solid #d5e3da;
  border-radius: 999px;
  padding: 8px 12px;
  color: #234536;
  font-size: 12px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.quick-cats a:hover,
.quick-cats a:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.06);
  border-color: #aecdba;
}

.cards { display: grid; gap: 7px; }
.card {
  background: #fff;
  border: 1px solid #dee6df;
  border-radius: 14px;
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  align-items: stretch;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.04);
}
.card-link {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  align-items: start;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
.card-media {
  width: 88px;
  height: 74px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #edf4ef 0%, #d9e9df 100%);
  display: block;
  flex-shrink: 0;
}
.card-media > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}
.card-fallback {
  display: none;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 8px;
  color: #3f6553;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(145deg, #edf4ef 0%, #d9e9df 100%);
}
.card-media--fallback .card-fallback {
  display: grid;
}
.card-media--fallback img {
  display: none;
}
.meta {
  display: grid;
  gap: 6px;
  align-content: start;
  min-width: 0;
}
.meta h3, .meta h4 {
  margin: 0;
  font-size: 15px;
  line-height: 1.24;
  color: #163126;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.listing-subtitle {
  margin: -1px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: #617168;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.price { font-weight: 900; margin: 0; font-size: 16px; color: #173f33; }
.sub { color: #5d6d65; font-size: 11px; }
.sub--seller {
  font-weight: 600;
  color: #345442;
}
.seller-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  white-space: nowrap;
  min-height: 24px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  background: #edf4ef;
  color: #18513f;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 0;
  line-height: 1.3;
  transition: filter 0.16s ease, transform 0.16s ease;
}
.seller-link:hover,
.seller-link:focus-visible {
  color: #18513f;
  text-decoration: none;
  filter: brightness(0.98);
  transform: translateY(-1px);
}
.card-meta-line {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.card-meta-line .sub::before {
  content: "•";
  margin-right: 8px;
  color: #9aa9a1;
}
.card-meta-line .sub:first-child::before {
  content: none;
  margin-right: 0;
}
.category-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #edf4ef;
  color: #18513f;
  font-size: 11px;
  font-weight: 700;
}

.wa {
  background: linear-gradient(180deg, #49af7b 0%, #2f8f61 100%);
  color: #fff;
  border-radius: 999px;
  padding: 9px 12px;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
  border: 1px solid #25734d;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.wa:hover, .wa:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.18);
}
.card-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  border: 1px solid #25734d;
  background: linear-gradient(180deg, #49af7b 0%, #2f8f61 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.cta-icon {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 12px;
}
.cta-icon svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  display: block;
}
.cta-icon--info {
  border-radius: 999px;
  border: 1px solid currentColor;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
}
.cta-detail {
  border-color: #c9d8d0;
  background: #f7fbf8;
  color: #1a6e48;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.06);
}
.card-detail-link {
  text-decoration: none;
}
.card-detail-link:hover,
.card-detail-link:focus-visible {
  text-decoration: none;
}
.detail-subtitle {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5d6d65;
}
.cta:hover, .cta:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.18);
}
.wa-circle {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 17px;
}
.wa-big {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 18px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 800;
}

.ad-slot {
  min-height: 90px;
  border: 1px dashed #bbb;
  border-radius: 10px;
  background: #fafafa;
  display: grid;
  place-items: center;
  color: #666;
  font-size: 13px;
  margin: 8px 0;
}
.detail > .ad-slot { display: none !important; }
.related > .ad-slot { display: grid; }
.ad-skeleton {
  width: 100%;
  height: 90px;
  border-radius: 8px;
  background: linear-gradient(90deg, #ececec 25%, #f5f5f5 50%, #ececec 75%);
  background-size: 200% 100%;
  animation: adshine 1.4s linear infinite;
}
@keyframes adshine { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.pager { display: flex; justify-content: space-between; align-items: center; margin: 14px 0; gap: 10px; }
.pager a, .pager__summary, .pager__spacer {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d7dfd8;
}
.pager a { color: #196f48; text-decoration: none; font-weight: 700; }
.pager__summary { color: #345442; font-weight: 700; }
.pager__spacer { visibility: hidden; }
.is-infinite-ready .pager[hidden] { display: none; }
.infinite-sentinel {
  min-height: 28px;
  display: grid;
  place-items: center;
  margin: 8px 0 0;
  color: #5d6d65;
  font-size: 12px;
  font-weight: 600;
}

.owner-box, .detail, .post-form {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
}
.hero { width: 100%; border-radius: 10px; aspect-ratio: 16/9; object-fit: cover; }
.desc { white-space: pre-wrap; line-height: 1.45; }

.page-hero {
  display: grid;
  gap: 16px;
  padding: 22px 18px;
  margin: 0 0 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f4faf6 100%);
  border: 1px solid #dce7de;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.04);
}
.page-hero--archive, .page-hero--search {
  background:
    radial-gradient(circle at top right, rgba(45,123,89,0.08), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f4faf6 100%);
}
.page-hero__content {
  display: grid;
  gap: 12px;
}
.page-hero__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2b6c50;
}
.page-hero__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  color: #102a21;
}
.page-hero__text {
  margin: 0;
  max-width: 62ch;
  color: #476253;
  line-height: 1.6;
}
.page-hero__actions, .page-hero__chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf4ef;
  color: #18513f;
  font-size: 13px;
  font-weight: 700;
}
.page-hero__aside {
  padding: 18px;
  border-radius: 20px;
  background: #173f33;
  color: #fff;
}
.hero-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  background: linear-gradient(180deg, #49af7b 0%, #2f8f61 100%);
  color: #fff;
  border: 1px solid #25734d;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.hero-action:hover, .hero-action:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.18);
}
.seller-summary {
  display: grid;
  gap: 12px;
}
.seller-summary__title {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.seller-summary__item {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.seller-summary__item span {
  font-size: 12px;
  color: rgba(255,255,255,0.72);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.05;
}
.section-heading p {
  margin: 6px 0 0;
  color: #5f6f65;
}
.section-card, .related {
  background: #fff;
  border: 1px solid #e2e8e3;
  border-radius: 20px;
  padding: 18px;
  margin: 0 0 18px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.03);
}
.section-card--muted {
  background: #fbfcfb;
}
.section-card h2, .related h2 {
  margin: 0 0 12px;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.08;
}
.testimonial-grid, .info-stack {
  display: grid;
  gap: 12px;
}
.testimonial-card, .info-stack__item {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e3ebe4;
}
.testimonial-card h3, .info-stack__item h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.testimonial-card p, .info-stack__item p {
  margin: 0;
  color: #51645a;
  line-height: 1.6;
}
.detail-layout {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}
.detail-main, .detail-sidebar {
  margin-bottom: 0;
}
.detail-title {
  display: grid;
  gap: 8px;
  margin-top: 6px;
}
.detail-title__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.category-chip--soft {
  background: #f3f5f3;
  color: #4d6357;
}
.detail-title h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.02;
}
.detail-section {
  padding-top: 14px;
  border-top: 1px solid #edf1ed;
}
.detail-section h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.detail-slider {
  display: grid;
  gap: 12px;
}
.detail-image-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.detail-image-trigger:focus-visible {
  outline: 2px solid #2f8f61;
  outline-offset: 4px;
  border-radius: 12px;
}
.detail-slider__viewport {
  position: relative;
}
.detail-slide {
  display: none;
}
.detail-slide.is-active {
  display: block;
}
.detail-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(19, 45, 35, 0.82);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.detail-slider__nav--prev {
  left: 12px;
}
.detail-slider__nav--next {
  right: 12px;
}
.detail-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.detail-slider__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: #c7d4cc;
  cursor: pointer;
}
.detail-slider__dot.is-active {
  background: #2f8f61;
}
.detail-image-hint {
  margin: 6px 0 16px;
  font-size: 13px;
  color: #5b6c62;
  text-align: center;
}
.lightbox-open {
  overflow: hidden;
}
.image-lightbox[hidden] {
  display: none;
}
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
}
.image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 12, 0.88);
}
.image-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  max-height: calc(100dvh - 40px);
  display: grid;
  place-items: center;
}
.image-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 40px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  background: #fff;
}
.image-lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(8, 16, 12, 0.78);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.image-lightbox__close:hover,
.image-lightbox__close:focus-visible {
  background: rgba(8, 16, 12, 0.92);
}
.detail-facts__grid {
  display: grid;
  gap: 12px;
}
.detail-fact {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 14px;
  background: #f8faf8;
  border: 1px solid #e7eee8;
}
.detail-fact span {
  font-size: 12px;
  color: #66776d;
}
.detail-fact strong, .detail-fact a {
  color: #183c2f;
  text-decoration: none;
}
.detail-cta {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}
.detail-cta__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5e7268;
}
.owner-box--seller {
  display: grid;
  gap: 10px;
}
.owner-box--seller h3, .owner-box--seller h4 {
  margin: 0;
}
.owner-box--seller p {
  margin: 0;
  color: #5b6c62;
}
.owner-box--seller a {
  color: #163f31;
  text-decoration: none;
}
.owner-box--seller h3 a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
.seller-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 2px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #c6dbcf;
  background: #eef7f1;
  color: #1d6b47;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(22, 63, 49, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}
.seller-profile-link:hover,
.seller-profile-link:focus-visible,
.owner-box--seller a:hover,
.owner-box--seller a:focus-visible {
  text-decoration: underline;
}
.seller-profile-link:hover,
.seller-profile-link:focus-visible {
  text-decoration: none;
  background: #e3f2e8;
  border-color: #9fc0ad;
  box-shadow: 0 12px 24px rgba(22, 63, 49, 0.1);
  transform: translateY(-1px);
}
.mini-testimonials {
  display: grid;
  gap: 10px;
  padding-top: 6px;
}
.mini-testimonial {
  padding: 12px;
  border-radius: 14px;
  background: #f7faf8;
  border: 1px solid #e7eeea;
}
.mini-testimonial strong {
  display: block;
  margin-bottom: 6px;
}
.mini-testimonial p {
  margin: 0;
}
.post-form { display: grid; gap: 10px; }
.post-form label { display: grid; gap: 6px; font-size: 14px; font-weight: 700; color: #183b2f; }
.post-form input, .post-form textarea, .post-form select {
  padding: 12px 14px;
  border: 1px solid #d6dfd8;
  border-radius: 14px;
  font: inherit;
  background: #fff;
  color: #152d23;
}
.post-form select {
  -webkit-appearance: menulist;
  appearance: auto;
}
.post-form select option,
.post-form select optgroup {
  background: #fff !important;
  color: #152d23 !important;
}
.post-form select:disabled {
  background: #f1f4f2;
  color: #5b6c62;
}
.post-form textarea { min-height: 140px; }
.field-overlay-wrap {
  position: relative;
  display: block;
}
.field-overlay-wrap > input,
.field-overlay-wrap > textarea {
  width: 100%;
}
.field-overlay-wrap > input {
  padding-right: 74px;
}
.field-overlay-wrap--textarea > textarea {
  padding-bottom: 34px;
}
.field-overlay {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  min-width: 54px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(47, 143, 97, 0.10);
  color: #2d6b47;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.field-overlay--textarea {
  top: auto;
  bottom: 10px;
  transform: none;
}
.listing-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
}
.listing-photo-option {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #dce6df;
  background: #fff;
  cursor: pointer;
}
.listing-photo-option input[type="radio"] {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.listing-photo-option img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 12px;
}
.listing-photo-option__star {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(19, 45, 35, 0.76);
  color: #fff;
  font-size: 14px;
}
.listing-photo-option__text {
  font-size: 12px;
  font-weight: 700;
  color: #365445;
}
.listing-photo-option:has(input:checked) {
  border-color: #2f8f61;
  box-shadow: 0 0 0 2px rgba(47, 143, 97, 0.14);
}
.listing-photo-option:has(input:checked) .listing-photo-option__star {
  background: #2f8f61;
}
.post-form button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #49af7b 0%, #2f8f61 100%);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.post-form button:hover, .post-form button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.18);
}
.post-form button:disabled {
  cursor: wait;
  opacity: 0.88;
  transform: none;
  filter: none;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.12);
}
.post-form button.is-working {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.button-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-top-color: #fff;
  border-radius: 999px;
  animation: button-spin 0.8s linear infinite;
}
@keyframes button-spin {
  to {
    transform: rotate(360deg);
  }
}
.location-grid { display: grid; gap: 8px; }
.field-help { color: #666; font-size: 12px; }
.auth-shell, .form-shell {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}
.auth-shell__intro, .form-shell__intro {
  max-width: 640px;
}
.auth-shell__title {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.02;
  color: #132d23;
}
.auth-shell__text {
  margin: 0;
  color: #5b6c62;
  line-height: 1.6;
}
.auth-form, .post-form--marketplace {
  max-width: 760px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e2e8e3;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.03);
}
.form-grid {
  display: grid;
  gap: 10px;
}
.empty {
  margin: 0;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px dashed #cfd8d1;
  color: #55685d;
  text-align: center;
}

.sticky-post {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 58px;
  width: min(100vw - 14px, 680px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  background: rgba(247,247,247,0.93);
  border: 1px solid #d9e1da;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.10);
}
.sticky-post__count { font-size: 12px; font-weight: 700; color: #345442; padding-left: 2px; }
.sticky-post__btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #49af7b 0%, #2f8f61 100%);
  color: #fff;
  border-radius: 999px;
  min-height: 36px;
  padding: 0 14px;
  font-weight: 700;
  border: 1px solid #25734d;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.10);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.sticky-post__btn:hover, .sticky-post__btn:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.18);
}
.sticky-post__btn--soon {
  display: inline-block;
  background: #9aa7a0;
  color: #fff;
  cursor: not-allowed;
  user-select: none;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: min(100vw, 720px);
  height: 64px;
  background: #fff;
  border-top: 1px solid #ddd;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.bottom-nav a {
  text-decoration: none;
  color: #777;
  display: grid;
  justify-items: center;
  font-size: 16px;
  gap: 1px;
}
.bottom-nav a span { font-size: 12px; }
.bottom-nav a.is-active { color: #1e6a46; font-weight: 700; }
.trust-links {
  padding: 12px 14px;
  font-size: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-links a {
  color: #36634a;
  text-decoration: none;
  font-weight: 700;
}
.dashboard-shell {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.action-row--single {
  justify-content: flex-start;
  align-items: center;
}
.action-row--single .hero-action {
  min-width: 160px;
}
.stats-grid {
  display: grid;
  gap: 12px;
}
.stat-card {
  background: #fff;
  border: 1px solid #e2e8e3;
  border-radius: 18px;
  padding: 16px;
  display: grid;
  gap: 6px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.03);
}
.stat-card span {
  font-size: 12px;
  color: #66776d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.stat-card strong {
  font-size: 28px;
  line-height: 1;
  color: #163b2e;
}
.table-basic {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.table-basic th, .table-basic td {
  padding: 12px 14px;
  border-bottom: 1px solid #e8eee9;
  text-align: left;
  vertical-align: top;
}
.table-basic th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6a7b71;
  background: #f8faf8;
}
.table-basic a {
  color: #1c5d45;
  text-decoration: none;
  font-weight: 700;
}
.table-basic a.table-action-btn,
.table-actions .table-action-btn {
  color: #f7fff9 !important;
}
.table-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.table-action-btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  min-width: 88px;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf4ef;
  color: #18513f;
  font-size: 12px;
  font-weight: 800;
  text-transform: lowercase;
}
.status-pill--sold {
  background: #e9f4ec;
  color: #1f6d47;
}
.status-pill--draft {
  background: #fff4de;
  color: #8a5a00;
}
.status-pill--expired, .status-pill--hidden {
  background: #f3f4f3;
  color: #5f6d65;
}
.notice {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.5;
}
.notice--error {
  background: #fff0ee;
  border: 1px solid #f0c2ba;
  color: #8d2e21;
}
.notice--success {
  background: #edf8f0;
  border: 1px solid #bdddc5;
  color: #1d5c3f;
}
.trust-article {
  max-width: 760px;
}
.admin-body {
  margin: 0;
  min-height: 100dvh;
  background:
    radial-gradient(circle at top left, rgba(42,124,82,0.08), transparent 24%),
    linear-gradient(180deg, #f4f6f4 0%, #ececec 100%);
  font-family: system-ui, sans-serif;
  color: #111;
}
.admin-shell {
  width: min(calc(100% - 24px), 1180px);
  margin: 24px auto;
  display: grid;
  gap: 18px;
}
.admin-shell--dashboard {
  width: min(calc(100% - 24px), 1240px);
}
.admin-shell--narrow {
  width: min(calc(100% - 24px), 760px);
}
.admin-hero {
  display: grid;
  gap: 18px;
  padding: 20px;
  border-radius: 28px;
  color: #f7efe5;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 30%),
    linear-gradient(135deg, #0f2d47 0%, #1c5a64 54%, #d57a2a 100%);
  box-shadow: 0 20px 45px rgba(9, 24, 43, 0.18);
}
.admin-hero__lead {
  margin: 10px 0 0;
  max-width: 44rem;
  color: rgba(247,239,229,0.88);
  line-height: 1.6;
}
.admin-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
}
.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
}
.admin-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.02;
  color: #132d23;
}
.admin-subtitle {
  margin: 8px 0 0;
  color: #5b6c62;
  line-height: 1.6;
}
.stats-grid--dashboard {
  margin-bottom: 4px;
}
.stat-card--accent {
  background: linear-gradient(180deg, #fff6ed 0%, #fffdf9 100%);
  border-color: rgba(213,122,42,0.24);
}
.stat-card small {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
}
.admin-form {
  max-width: none;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.admin-logout {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #49af7b 0%, #2f8f61 100%);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.admin-logout:hover, .admin-logout:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.18);
}
.admin-inline-form {
  display: grid;
  gap: 8px;
}
.admin-dashboard-grid {
  display: grid;
  gap: 18px;
}
.admin-panel {
  border-radius: 24px;
}
.admin-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
  margin-bottom: 14px;
}
.admin-panel__title {
  margin: 4px 0 0;
  font-size: clamp(22px, 3vw, 28px);
  color: #132d23;
}
.admin-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf8f3;
  color: #157347;
  font-size: 12px;
  font-weight: 800;
}
.traffic-grid {
  display: grid;
  gap: 12px;
}
.traffic-card {
  padding: 16px;
  border: 1px solid rgba(19,45,35,0.08);
  border-radius: 18px;
  background: #fbfcff;
}
.traffic-card span {
  display: block;
  color: #5b6c62;
  font-size: 13px;
}
.traffic-card strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(28px, 4vw, 34px);
  color: #132d23;
  line-height: 1;
}
.traffic-card small {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
}
.admin-note {
  margin: 14px 0 0;
  color: #5b6c62;
  line-height: 1.6;
}
.admin-quick-links {
  display: grid;
  gap: 12px;
}
.admin-quick-link {
  display: block;
  padding: 16px;
  border: 1px solid rgba(19,45,35,0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.admin-quick-link strong {
  display: block;
  color: #132d23;
}
.admin-quick-link span {
  display: block;
  margin-top: 6px;
  color: #5b6c62;
  font-size: 14px;
  line-height: 1.6;
}
.admin-quick-link:hover,
.admin-quick-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(213,122,42,0.45);
  box-shadow: 0 12px 24px rgba(16,43,70,0.08);
}
.admin-table-wrap {
  overflow-x: auto;
}
.admin-table--traffic th,
.admin-table--traffic td {
  white-space: nowrap;
}
.admin-table--traffic-detail td,
.admin-table--traffic-detail th {
  white-space: nowrap;
}
.admin-ua-cell {
  max-width: 420px;
  white-space: normal !important;
  word-break: break-word;
}
.admin-location-list {
  display: grid;
  gap: 10px;
}
.admin-location-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(19,45,35,0.08);
  border-radius: 16px;
  background: #fbfcff;
}
.admin-location-row strong {
  display: block;
  color: #132d23;
}
.admin-location-row span {
  display: block;
  margin-top: 4px;
  color: #5b6c62;
  font-size: 13px;
}
.admin-location-row em {
  color: #6b7280;
  font-style: normal;
  font-size: 13px;
}

@media (max-width: 380px) {
  .topbar {
    padding: 5px 7px 6px;
  }
  .logo img {
    height: 44px;
    max-width: 56vw;
  }
  .auth-links {
    gap: 4px;
  }
  .auth-links__btn {
    min-height: 26px;
    padding: 0 7px;
    font-size: 10px;
  }
  .auth-links__btn--static {
    max-width: 92px;
  }
  .search input { font-size: 13px; }
  .page-hero, .hero-marketplace, .section-card, .related, .auth-form, .post-form--marketplace { padding: 16px; }
  .card-link { grid-template-columns: 80px 1fr; }
  .card-media { width: 80px; height: 68px; }
  .meta h3, .meta h4 { font-size: 14px; }
  .price { font-size: 16px; }
  .cta { font-size: 12px; padding: 8px 10px; }
}

@media (min-width: 700px) {
  .mobile-app {
    padding-bottom: 32px;
  }
  .hero-marketplace {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    align-items: stretch;
    padding: 24px;
  }
  .page-hero--seller {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    align-items: start;
  }
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .testimonial-grid, .info-stack, .detail-facts__grid, .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .traffic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
    align-items: start;
  }
  .admin-hero__actions {
    justify-content: flex-end;
  }
  .admin-dashboard-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.85fr);
  }
  .detail-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
    align-items: start;
  }
  .auth-shell, .form-shell {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
    align-items: start;
  }
}

@media (min-width: 960px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(42,124,82,0.08), transparent 24%),
      linear-gradient(180deg, #f4f6f4 0%, #ececec 100%);
  }
  .topbar {
    padding: 10px 18px 11px;
  }
  .logo img {
    height: 66px;
    max-width: 340px;
  }
  .container {
    margin-top: 16px;
  }
  .cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .card-link {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .card-actions {
    gap: 6px;
  }
  .seller-link {
    min-height: 22px;
    padding: 0 8px;
    font-size: 10px;
  }
  .cta {
    padding: 7px 10px;
    font-size: 11px;
  }
  .cta-icon {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
  }
  .cta-icon svg {
    width: 11px;
    height: 11px;
  }
  .cta-icon--info {
    font-size: 7px;
  }
  .card-media {
    width: 100%;
    height: 178px;
  }
  .card-media > img,
  .card-fallback {
    width: 100%;
    height: 100%;
  }
  .meta h3, .meta h4 {
    font-size: 16px;
  }
  .mobile-app {
    padding-bottom: 168px;
  }
  .trust-links {
    position: relative;
    z-index: 2;
    margin-bottom: 84px;
    padding-bottom: 104px;
  }
}
