:root {
  --bg: #efe7d7;
  --paper: #fbf6ea;
  --paper-soft: #f4eedd;
  --ink: #212821;
  --muted: #5b6457;
  --forest: #24331f;
  --forest-soft: #31462d;
  --awning: #a11f38;
  --awning-soft: #cb405c;
  --gold: #ddb756;
  --mustard: #bd8d29;
  --lime: #d3ed6b;
  --line: rgba(36, 44, 33, 0.22);
  --line-strong: rgba(22, 28, 20, 0.42);
  --card: rgba(255, 252, 243, 0.92);
  --shadow: 0 24px 54px rgba(60, 43, 20, 0.14);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1360px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  color: var(--ink);
  font-family: "Segoe UI", Aptos, sans-serif;
  color-scheme: light;
  background:
    radial-gradient(circle at 10% 8%, rgba(134, 170, 71, 0.1), transparent 14%),
    radial-gradient(circle at 90% 14%, rgba(203, 64, 92, 0.09), transparent 16%),
    radial-gradient(circle at 50% 100%, rgba(221, 183, 86, 0.08), transparent 20%),
    linear-gradient(180deg, #f3eddf 0%, #faf5ea 48%, #f1e9dc 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: 150px;
  pointer-events: none;
  opacity: 0.08;
  z-index: 0;
  background:
    radial-gradient(circle at 28% 8%, #e5506f 0 11px, transparent 12px),
    radial-gradient(circle at 72% 18%, #84aa44 0 16px, transparent 17px),
    radial-gradient(circle at 28% 32%, #49b4c8 0 13px, transparent 14px),
    radial-gradient(circle at 74% 44%, #f0ca57 0 17px, transparent 18px),
    radial-gradient(circle at 18% 58%, #b64ed9 0 12px, transparent 13px),
    radial-gradient(circle at 68% 74%, #9ad74b 0 19px, transparent 20px),
    radial-gradient(circle at 22% 88%, #e29b31 0 15px, transparent 16px);
}

body::before {
  left: 0;
}

body::after {
  right: 0;
  transform: scaleX(-1);
}

a {
  color: var(--awning);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  font: inherit;
}

.page {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
  padding: 28px 0 44px;
}

.site-shell,
.hero,
.section,
.panel,
.footer {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--card);
  box-shadow: var(--shadow);
}

.hero,
.section,
.footer {
  padding: 24px 26px;
  margin-bottom: 22px;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(248, 241, 227, 0.94));
}

.hero::before {
  content: none;
}

.hero::after {
  content: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  margin-top: 0;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 32px;
  align-items: start;
}

.brand-column {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
}

.hero-main {
  display: grid;
  gap: 18px;
}

.brand-sidebar-card {
  width: 100%;
  padding: 20px 20px 24px;
  border-radius: 28px;
  border: 1px solid rgba(221, 183, 86, 0.22);
  background: linear-gradient(180deg, rgba(15, 25, 38, 0.98), rgba(21, 31, 46, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 30px rgba(22, 28, 38, 0.08);
  text-align: center;
}

.brand-sidebar-frame {
  width: 262px;
  min-height: 216px;
  margin: -6px auto 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: radial-gradient(circle at 50% 42%, rgba(255, 244, 198, 0.98) 0 34%, rgba(255, 230, 143, 0.92) 35%, rgba(255, 228, 150, 0.32) 52%, transparent 70%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-mascot-image {
  display: block;
  width: 124%;
  max-width: 246px;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: saturate(1.18) contrast(1.14) brightness(1.24) drop-shadow(0 10px 18px rgba(8, 14, 24, 0.28));
}

.brand-sidebar-title {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 0.95;
}

.brand-sidebar-tagline {
  margin: 0 0 16px;
  color: #fff6e6;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.brand-sidebar-note {
  margin: 0 0 14px;
  color: #fff6e6;
  font-size: 0.96rem;
  font-weight: 700;
}

.brand-sidebar-copy {
  color: #b8c3d3;
  line-height: 1.55;
}

.hero-storefront-panel {
  overflow: hidden;
  padding: 12px;
  border-radius: 28px;
  border: 1px solid rgba(221, 183, 86, 0.22);
  background: linear-gradient(180deg, rgba(15, 25, 38, 0.98), rgba(21, 31, 46, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 30px rgba(22, 28, 38, 0.08);
}

.hero-storefront-image {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.hero-copy-card {
  padding: 24px 26px;
  border-radius: 24px;
  border: 1px solid rgba(51, 63, 46, 0.1);
  background: linear-gradient(180deg, rgba(255, 252, 243, 0.96), rgba(250, 245, 234, 0.94));
  box-shadow: 0 14px 26px rgba(60, 43, 20, 0.06);
}

.brand-mark {
  width: 260px;
  height: 260px;
  padding: 16px;
  border-radius: 34px;
  border: 4px solid #182019;
  background: linear-gradient(180deg, rgba(36, 51, 31, 0.98), rgba(48, 70, 44, 0.98));
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mascot {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 3px solid rgba(24, 32, 24, 0.84);
  background: linear-gradient(180deg, #f7ef89, #ddca55);
  color: var(--forest);
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.brand-name {
  text-align: center;
  line-height: 0.9;
}

.brand-name .small {
  display: block;
  color: #f8efba;
  font-family: Georgia, serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}

.brand-name .big {
  display: block;
  color: var(--lime);
  font-family: Georgia, serif;
  font-size: 2.9rem;
  font-weight: 800;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}

.tagline {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f1d676, #d4b04d);
  border: 2px solid rgba(88, 69, 21, 0.2);
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--awning-soft);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 14px;
  color: var(--forest);
  font-family: Georgia, "Trebuchet MS", serif;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.7rem, 4.6vw, 4.4rem);
  line-height: 0.94;
}

h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

h3 {
  font-size: 1.42rem;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.summary-grid,
.feature-grid,
.category-grid,
.browse-grid,
.results-grid,
.review-grid,
.benefit-grid,
.two-col,
.stats-grid,
.moderation-grid {
  display: grid;
  gap: 14px;
}

.summary-grid,
.feature-grid,
.review-grid,
.benefit-grid,
.stats-grid,
.moderation-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.browse-grid,
.two-col {
  grid-template-columns: 1.15fr 0.85fr;
}

.summary-grid {
  margin-top: 18px;
}

.card-intro {
  margin: 0 0 16px;
  max-width: 58ch;
  color: rgba(91, 100, 87, 0.96);
}

.results-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.results-header-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  max-width: 460px;
}

.results-header-side .card-intro {
  margin-bottom: 0;
  text-align: right;
}

.results-header-side .status-note {
  margin-top: 0;
  max-width: 460px;
}

.aside-stack,
.app-side-shell,
.guide-stack {
  display: grid;
  gap: 14px;
  align-content: start;
}

.card,
.summary-card,
.review-card,
.result-card,
.stat-card,
.guide-card,
.field-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 18px rgba(60, 43, 20, 0.04);
}

.card strong,
.summary-card strong,
.review-card strong,
.result-card strong,
.stat-card strong,
.guide-card strong,
.field-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.site-shell {
  overflow: hidden;
}

.site-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 16px 20px 12px;
  color: #f8efcb;
  background: linear-gradient(180deg, rgba(36, 51, 31, 0.98), rgba(46, 68, 42, 0.96));
}

.site-title-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-title-icon {
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(32, 26, 10, 0.18));
}

.site-topbar strong {
  color: #f8efcb;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
}

.site-topbar-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.install-app-status {
  color: #f8efcb;
  font-size: 0.78rem;
  font-weight: 700;
}

.install-app-status[data-install-state="ready"] {
  color: #eef8c8;
}

.install-app-status[data-install-state="info"] {
  color: #fff0bf;
}

.install-app-status[data-install-state="installed"] {
  color: #d5f0bf;
}

.install-app-button {
  min-width: 118px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 20px 18px;
  background: linear-gradient(180deg, rgba(46, 68, 42, 0.96), rgba(46, 68, 42, 0.88));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-link,
.chip,
.pill,
.status-pill,
.backend-badge,
.toggle-button {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.nav-link {
  color: #f7f0da;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.nav-link.is-active {
  color: #2c210d;
  border-color: rgba(239, 207, 111, 0.68);
  background: linear-gradient(180deg, rgba(247, 218, 128, 0.98), rgba(219, 183, 86, 0.96));
}

.backend-badge {
  color: #fff7de;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.backend-badge.is-online {
  background: rgba(134, 170, 71, 0.18);
  color: #eef8c8;
}

.backend-badge.is-fallback {
  background: rgba(221, 183, 86, 0.18);
  color: #fff0bf;
}

.banner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
  padding: 20px;
}

.banner-card {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(36, 51, 31, 0.98), rgba(49, 70, 44, 0.98));
}

.finder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 268px;
  gap: 18px;
  align-items: start;
}

.finder-actions {
  display: grid;
  gap: 10px;
}

.button-compact {
  min-height: 36px;
  padding: 0 16px;
  border-radius: 14px;
}

.moderation-auth-card {
  margin-bottom: 18px;
}

.moderation-auth-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.moderation-auth-head strong {
  display: block;
  margin-bottom: 6px;
}

.moderation-auth-head p {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
}

.moderation-auth-fields {
  margin-top: 16px;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: end;
}

.moderation-auth-actions {
  display: grid;
  gap: 10px;
  align-content: end;
}

.moderation-auth-status {
  margin: 0;
  color: var(--muted);
}

.moderation-auth-status[data-state="ready"],
.moderation-auth-status[data-state="locked"] {
  color: var(--forest-soft);
}

.moderation-auth-status[data-state="error"] {
  color: #8c2736;
}

.moderation-toolbar-card {
  margin-top: 18px;
}

.moderation-toolbar-grid {
  grid-template-columns: minmax(0, 1fr) 250px;
}

.moderation-toolbar-fields {
  grid-template-columns: 1fr 1fr;
}

.finder-field-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: start;
}

.finder-field-grid > div {
  min-width: 0;
}

.finder-field-label {
  display: block;
  margin-bottom: 6px;
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.focus-card h3,
.preview-card h3 {
  margin-bottom: 8px;
}

.plan-grid {
  display: grid;
  gap: 12px;
}

.plan-card {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(60, 43, 20, 0.04);
}

.plan-card.is-active {
  border-color: rgba(134, 170, 71, 0.38);
  background: linear-gradient(180deg, rgba(243, 248, 232, 0.98), rgba(255, 255, 255, 0.95));
}

.plan-card.plan-card-soon {
  border-style: dashed;
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.98), rgba(255, 255, 255, 0.94));
}

.plan-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.plan-card-head strong {
  margin: 0;
}

.plan-price {
  margin: 0 0 8px;
  color: var(--forest);
  font-size: 1.02rem;
  font-weight: 800;
}

.focus-copy {
  margin-top: 6px;
}

.results-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.results-head h3 {
  margin-bottom: 0;
}

.results-head .caption {
  margin: 0;
  max-width: 46ch;
  text-align: right;
}

.banner-card h2,
.banner-card h3,
.banner-card h4,
.banner-card p {
  color: #f8efcb;
}

.banner-card p {
  margin-bottom: 14px;
  color: rgba(248, 239, 203, 0.88);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-gold,
.button-barn,
.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  border: 0;
}

.button-gold {
  background: linear-gradient(180deg, #efcf6f, var(--mustard));
  color: #35230d;
}

.button-barn {
  background: linear-gradient(180deg, #cb4459, #942739);
  color: #fff5ee;
}

.button-outline {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line-strong);
  color: var(--forest);
}

.input,
.select,
.textarea,
.map-card,
.photo-card {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.92);
  color: #69725f;
  font-weight: 600;
}

.textarea {
  align-items: flex-start;
  min-height: 104px;
  padding-top: 12px;
}

.category-grid {
  margin-top: 18px;
}

.pill {
  justify-content: center;
  min-height: 38px;
  text-align: center;
  background: rgba(134, 170, 71, 0.14);
  color: #456125;
  border: 1px solid var(--line-strong);
}

.feature-grid,
.benefit-grid {
  margin-top: 18px;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.meta span,
.chip,
.status-pill {
  background: rgba(161, 31, 56, 0.08);
  color: var(--awning);
}

.status-pill-live {
  background: rgba(134, 170, 71, 0.18);
  color: #35511d;
}

.status-pill-pending {
  background: rgba(221, 183, 86, 0.18);
  color: #6b4c15;
}

.status-pill-expired {
  background: rgba(97, 102, 110, 0.18);
  color: #49515a;
}

.status-pill-open {
  background: rgba(62, 163, 214, 0.16);
  color: #1f5f83;
}

.status-pill-trusted {
  background: rgba(67, 143, 96, 0.16);
  color: #255b39;
}

.status-pill-neutral {
  background: rgba(103, 114, 128, 0.16);
  color: #4f5862;
}

.status-pill-selected {
  background: rgba(221, 183, 86, 0.18);
  color: #6b4c15;
}

.controls {
  display: grid;
  gap: 12px;
}

.field-grid,
.field-stack {
  display: grid;
  gap: 12px;
}

.form-block {
  padding-top: 16px;
  border-top: 1px solid rgba(36, 44, 33, 0.12);
}

.form-block:first-child {
  padding-top: 0;
  border-top: 0;
}

.form-block-title {
  margin: 0 0 12px;
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.required-label::after {
  content: " *";
  color: var(--awning);
}

.required-note {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.required-star {
  color: var(--awning);
  font-weight: 900;
}

.optional-note {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
  color-scheme: light;
}

.field textarea {
  min-height: 118px;
  padding: 12px 14px;
  resize: vertical;
}

.field input[type="date"],
.field input[type="time"],
.field input[type="datetime-local"] {
  color-scheme: light;
  background: #fffdf8;
  color: #1f271f;
}

.inline-hint {
  color: var(--muted);
  font-size: 0.9rem;
}

.toggle-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.toggle-button {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.78);
  color: var(--forest);
  cursor: pointer;
}

.toggle-button.is-active {
  background: linear-gradient(180deg, #efcf6f, var(--mustard));
  color: #35230d;
  border-color: rgba(74, 53, 17, 0.48);
}

.status-note {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line-strong);
}

.photo-upload-hint {
  color: var(--muted);
  font-size: 0.9rem;
}

.listing-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.listing-photo-empty {
  padding: 16px;
  border-radius: 16px;
  border: 1px dashed var(--line-strong);
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  text-align: center;
}

.listing-photo-tile {
  position: relative;
  overflow: hidden;
  min-height: 104px;
  border-radius: 16px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 18px rgba(60, 43, 20, 0.05);
}

.listing-photo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 104px;
  object-fit: cover;
}

.listing-photo-grid-compact {
  min-height: 84px;
}

.listing-photo-grid-compact img {
  min-height: 84px;
}

.listing-photo-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  min-height: 26px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 25, 38, 0.82);
  color: #fff7de;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.preview-photo-grid {
  margin-top: 14px;
}

.relist-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.notice-success,
.notice-neutral {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line-strong);
}

.notice-success {
  background: rgba(134, 170, 71, 0.12);
  color: #36501a;
}

.notice-neutral {
  background: rgba(221, 183, 86, 0.12);
  color: #6a5218;
}

.is-hidden {
  display: none !important;
}

.map-card,
.photo-card {
  min-height: 220px;
  justify-content: center;
  color: #fff7de;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.photo-card {
  background:
    linear-gradient(0deg, rgba(13, 22, 34, 0.24), rgba(13, 22, 34, 0.24)),
    url("brand/FB_IMG_1774526201343.jpg") center/cover no-repeat;
  border: 1px solid rgba(111, 77, 45, 0.2);
}

.map-card {
  background:
    linear-gradient(0deg, rgba(13, 22, 34, 0.22), rgba(13, 22, 34, 0.22)),
    url("brand/FB_IMG_1774526112636.jpg") center/cover no-repeat;
}

.field input[type="time"] {
  padding-right: 10px;
}

.map-card-button {
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.footer p {
  max-width: 760px;
}

.caption {
  margin-top: 12px;
  font-size: 0.92rem;
  color: var(--muted);
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.result-head {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

.result-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 184px;
  gap: 18px;
  align-items: start;
}

.result-card.is-selected {
  border-color: rgba(189, 141, 41, 0.6);
  box-shadow: 0 12px 22px rgba(112, 84, 21, 0.12);
}

.result-selected-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(221, 183, 86, 0.14);
  color: #7f5a10;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.result-selected-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #efcf6f, var(--mustard));
  box-shadow: 0 0 0 3px rgba(221, 183, 86, 0.16);
}

.result-photo-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  gap: 10px;
  margin: 12px 0 12px;
}

.result-photo-strip-compact {
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
}

.result-photo-thumb {
  overflow: hidden;
  min-height: 92px;
  border-radius: 16px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.88);
}

.result-photo-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 92px;
  object-fit: cover;
}

.result-main {
  min-width: 0;
}

.result-side {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.result-map-preview {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(36, 51, 31, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
  text-align: center;
  appearance: none;
  cursor: pointer;
}

.result-map-preview:hover {
  text-decoration: none;
  border-color: rgba(36, 51, 31, 0.24);
}

.result-map-preview img {
  width: 100%;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
}

.result-map-preview span {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.result-map-preview-compact {
  padding: 8px;
  gap: 6px;
}

.chip-button {
  border: 1px solid var(--line-strong);
  cursor: pointer;
  font: inherit;
  appearance: none;
}

.result-map-preview-compact img {
  height: 88px;
}

.result-detail {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(51, 63, 46, 0.12);
}

.result-detail p + p {
  margin-top: 8px;
}

.trust-line {
  color: #2f5537;
}

.result-detail a,
.card a,
.detail-link {
  color: var(--forest-soft);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.website-line {
  display: grid;
  gap: 4px;
}

.website-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.moderation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.moderation-card-grid {
  grid-template-columns: minmax(0, 1fr) 220px;
}

.moderation-side {
  gap: 12px;
}

.moderation-note-field {
  margin-top: 14px;
}

.moderation-note-field textarea {
  min-height: 96px;
}

.stat-card strong {
  font-size: 1.4rem;
}

.feature-grid.dynamic-feed,
.results-grid.dynamic-feed {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  align-items: start;
}

.phone-frame {
  width: 320px;
  min-height: 700px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 38px;
  background: #131a17;
  box-shadow: 0 18px 36px rgba(39, 28, 18, 0.2);
}

.phone-shell {
  position: relative;
  min-height: 676px;
  height: 676px;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(249, 245, 234, 0.98), rgba(255, 252, 245, 0.98));
}

.phone-launch-screen {
  display: none;
}

.phone-launch-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 28px 24px 22px;
  border-radius: 30px;
  border: 1px solid rgba(221, 183, 86, 0.22);
  background: linear-gradient(180deg, rgba(20, 29, 44, 0.98), rgba(27, 36, 52, 0.98));
  box-shadow: 0 22px 36px rgba(10, 14, 20, 0.28);
  text-align: center;
}

.phone-launch-mascot {
  width: min(72vw, 236px);
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

.phone-launch-card h2 {
  margin: 0;
  color: #ddb756;
  font-family: Georgia, serif;
  font-size: clamp(2.1rem, 7vw, 3.4rem);
  line-height: 0.95;
}

.phone-launch-card p {
  margin: 0;
  color: #fff7db;
  font-size: 1rem;
  font-weight: 700;
}

.phone-top {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 12px 14px 10px;
  color: #f8efcb;
  background: linear-gradient(180deg, var(--forest), var(--forest-soft));
  border-bottom: 1px solid rgba(248, 239, 203, 0.16);
  box-shadow: 0 8px 18px rgba(24, 20, 10, 0.12);
}

.phone-top-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-top-copy {
  min-width: 0;
}

.phone-top-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: block;
  filter: drop-shadow(0 5px 8px rgba(32, 26, 10, 0.18));
}

.phone-top strong {
  display: block;
  margin-bottom: 2px;
  color: #f8efcb;
  font-family: Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.1;
}

.phone-sub {
  color: rgba(248, 239, 203, 0.86);
  font-size: 0.8rem;
  line-height: 1.2;
}

.phone-top-pill {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(248, 239, 203, 0.18);
  background: rgba(248, 239, 203, 0.12);
  color: #f8efcb;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.phone-tabbar {
  display: none;
}

.phone-body {
  padding: 12px 16px 16px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.phone-home-intro {
  display: grid;
  gap: 12px;
}

.phone-home-copy {
  margin: 0;
  color: #4b5a4d;
  line-height: 1.45;
}

.phone-home-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.phone-home-quick .button-compact {
  min-height: 38px;
  width: 100%;
}

.phone-stack {
  display: grid;
  gap: 10px;
}

.phone-frame .result-card {
  padding: 13px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.98), rgba(251, 246, 236, 0.96));
  box-shadow: 0 10px 22px rgba(53, 34, 14, 0.08);
}

.phone-frame .result-card-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.phone-frame .result-card.is-selected {
  border-color: rgba(189, 141, 41, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 251, 239, 1), rgba(250, 241, 216, 0.98));
  box-shadow: 0 16px 30px rgba(112, 84, 21, 0.18);
}

.phone-frame .result-main,
.phone-frame .result-side {
  min-width: 0;
}

.phone-frame .result-card.is-selected .result-main {
  position: relative;
}

.phone-frame .result-card.is-selected .result-main::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 2px;
  bottom: 2px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #efcf6f, var(--mustard));
}

.phone-frame .result-head {
  gap: 8px;
}

.phone-frame .result-head strong {
  font-size: 1.05rem;
  margin-bottom: 0;
}

.phone-frame .result-side {
  justify-items: stretch;
}

.phone-frame .result-actions {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.phone-frame .result-actions .button-outline,
.phone-frame .result-actions .button-barn,
.phone-frame .result-actions .button-gold {
  width: 100%;
}

.phone-frame .result-map-preview {
  width: 100%;
  max-width: none;
  padding: 7px;
  gap: 5px;
}

.phone-frame .result-map-preview img {
  height: 88px;
}

.phone-frame .listing-photo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.phone-frame .listing-photo-tile,
.phone-frame .listing-photo-tile img {
  min-height: 78px;
}

.phone-frame .meta {
  gap: 6px;
}

.phone-frame .meta span,
.phone-frame .chip,
.phone-frame .status-pill {
  font-size: 0.72rem;
}

.phone-frame .result-detail p {
  line-height: 1.38;
  margin: 0;
}

.phone-frame .result-detail {
  display: grid;
  gap: 5px;
}

.tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.84);
}

.tile strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.screen-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.screen-button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.screen-button.is-active {
  background: linear-gradient(180deg, #efcf6f, var(--mustard));
  color: #35230d;
  border-color: rgba(74, 53, 17, 0.48);
}

.phone-screen {
  display: none;
}

.phone-screen.is-active {
  display: block;
}

.detail-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.detail-card {
  display: grid;
  gap: 6px;
}

.detail-card strong {
  margin-bottom: 0;
}

.detail-card p {
  margin: 0;
  line-height: 1.38;
}

.detail-meta-line {
  font-size: 0.88rem;
}

.detail-body-line {
  font-size: 0.94rem;
}

.detail-note-line {
  margin-top: 2px;
}

.detail-map-card {
  min-height: 120px;
  background:
    linear-gradient(0deg, rgba(13, 22, 34, 0.24), rgba(13, 22, 34, 0.24)),
    url("brand/FB_IMG_1774526112636.jpg") center/cover no-repeat;
}

.phone-section-title {
  margin-bottom: 10px;
  color: var(--forest);
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.help-card-stack {
  gap: 12px;
}

.help-card {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(24, 36, 24, 0.08);
}

.help-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.help-card p {
  margin: 0;
  color: var(--copy);
  line-height: 1.55;
}

body.is-native-shell[data-page="hunt-app"] .page {
  width: 100%;
  max-width: none;
  padding: 0;
  min-height: 100dvh;
  overflow: visible;
}

body.is-native-shell:not([data-page="hunt-app"]) .page {
  width: 100%;
  max-width: none;
  padding: 0 0 18px;
  background: linear-gradient(180deg, #31462d 0, #31462d 124px, transparent 124px);
}

body.is-native-shell[data-page="listing"] {
  background:
    linear-gradient(180deg, #f3eddf 0%, #faf5ea 56%, #f1e9dc 100%);
}

body.is-native-shell[data-page="listing"]::before,
body.is-native-shell[data-page="listing"]::after {
  opacity: 0.04;
}

body.is-native-shell:not([data-page="hunt-app"]) .hero,
body.is-native-shell:not([data-page="hunt-app"]) .footer {
  display: none;
}

body.is-native-shell:not([data-page="hunt-app"]) .site-shell {
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}

body.is-native-shell:not([data-page="hunt-app"]) .site-topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  flex-wrap: nowrap;
  padding: calc(env(safe-area-inset-top, 0px) + 14px) 14px 10px;
  background: linear-gradient(180deg, #23371f 0%, #31462d 100%);
  box-shadow: 0 8px 22px rgba(17, 28, 19, 0.18);
}

body.is-native-shell:not([data-page="hunt-app"]) .site-title-lockup {
  flex: 1 1 auto;
  min-width: 0;
  gap: 12px;
}

body.is-native-shell:not([data-page="hunt-app"]) .site-title-icon {
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 6px 12px rgba(15, 24, 16, 0.28));
}

body.is-native-shell:not([data-page="hunt-app"]) .site-topbar strong {
  display: block;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.05;
}

body.is-native-shell:not([data-page="hunt-app"]) .site-topbar strong::after {
  display: block;
  margin-top: 5px;
  color: rgba(248, 239, 203, 0.88);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
}

body.is-native-shell[data-page="home"] .site-topbar strong::after {
  content: "Find local stops and sellers";
}

body.is-native-shell[data-page="browse"] .site-topbar strong::after {
  content: "Find nearby stops fast";
}

body.is-native-shell[data-page="listing"] .site-topbar strong::after,
body.is-native-shell[data-page="list-your-sale"] .site-topbar strong::after {
  content: "Post a sale or item";
}

body.is-native-shell[data-page="manage-listing"] .site-topbar strong::after {
  content: "Update or extend your listing";
}

body.is-native-shell[data-page="moderation-review"] .site-topbar strong::after {
  content: "Review the listing queue";
}

body.is-native-shell:not([data-page="hunt-app"]) .site-topbar-meta {
  flex: 0 0 auto;
  min-width: 0;
  margin-left: auto;
}

body.is-native-shell:not([data-page="hunt-app"]) .site-topbar-meta > * {
  display: none;
}

body.is-native-shell:not([data-page="hunt-app"]):not([data-page="moderation-review"]) .site-topbar-meta > span:first-child,
body.is-native-shell[data-page="moderation-review"] .site-topbar-meta .backend-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #f8efcb;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

body.is-native-shell[data-page="moderation-review"] .site-topbar-meta [data-moderation-signout] {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
}

body.is-native-shell:not([data-page="hunt-app"]) .nav {
  position: sticky;
  top: calc(env(safe-area-inset-top, 0px) + 78px);
  z-index: 4;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  margin-top: -1px;
  padding: 10px 12px 12px;
  background: linear-gradient(180deg, rgba(49, 70, 45, 0.99), rgba(46, 68, 42, 0.94));
  box-shadow: 0 8px 18px rgba(17, 28, 19, 0.12);
}

body.is-native-shell:not([data-page="hunt-app"]) .nav::-webkit-scrollbar {
  display: none;
}

body.is-native-shell:not([data-page="hunt-app"]) .nav-link {
  flex: 0 0 auto;
  min-width: 88px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  font-size: 0;
}

body.is-native-shell:not([data-page="hunt-app"]) .nav-link::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  opacity: 0.92;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

body.is-native-shell:not([data-page="hunt-app"]) .nav-link[href="index.html"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3 3 10v11h6v-7h6v7h6V10z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3 3 10v11h6v-7h6v7h6V10z'/%3E%3C/svg%3E");
}

body.is-native-shell:not([data-page="hunt-app"]) .nav-link[href="browse.html"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8c0 5.2 8 12 8 12s8-6.8 8-12a8 8 0 0 0-8-8Zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8c0 5.2 8 12 8 12s8-6.8 8-12a8 8 0 0 0-8-8Zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
}

body.is-native-shell:not([data-page="hunt-app"]) .nav-link[href="list-your-sale.html"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h10l6 6v10H4zM14 4v6h6'/%3E%3Cpath fill='black' d='M8 14h8v2H8zm0-4h5v2H8zm0 8h8v2H8z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h10l6 6v10H4zM14 4v6h6'/%3E%3Cpath fill='black' d='M8 14h8v2H8zm0-4h5v2H8zm0 8h8v2H8z'/%3E%3C/svg%3E");
}

body.is-native-shell:not([data-page="hunt-app"]) .nav-link[href="manage-listing.html"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 17.2V20h2.8l8.3-8.3-2.8-2.8zm12.7-7.4 1.5-1.5a1 1 0 0 0 0-1.4l-1.6-1.6a1 1 0 0 0-1.4 0l-1.5 1.5z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 17.2V20h2.8l8.3-8.3-2.8-2.8zm12.7-7.4 1.5-1.5a1 1 0 0 0 0-1.4l-1.6-1.6a1 1 0 0 0-1.4 0l-1.5 1.5z'/%3E%3C/svg%3E");
}

body.is-native-shell:not([data-page="hunt-app"]) .nav-link[href="review-console.html"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 5 5v6c0 5 3.4 9.7 7 11 3.6-1.3 7-6 7-11V5z'/%3E%3Cpath fill='white' d='m10.8 14.8-2.3-2.3 1.4-1.4 0.9 0.9 3.2-3.2 1.4 1.4z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 5 5v6c0 5 3.4 9.7 7 11 3.6-1.3 7-6 7-11V5z'/%3E%3Cpath fill='white' d='m10.8 14.8-2.3-2.3 1.4-1.4 0.9 0.9 3.2-3.2 1.4 1.4z'/%3E%3C/svg%3E");
}

body.is-native-shell:not([data-page="hunt-app"]) .nav-link::after {
  content: attr(data-short-label);
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 800;
}

body.is-native-shell .nav-link[href="hunt-app.html"] {
  display: none;
}

body.is-native-shell:not([data-page="hunt-app"]) .site-shell > *:not(.site-topbar):not(.nav) {
  margin-left: 12px;
  margin-right: 12px;
}

body.is-native-shell:not([data-page="hunt-app"]) .site-shell > .section,
body.is-native-shell:not([data-page="hunt-app"]) .site-shell > .panel,
body.is-native-shell:not([data-page="hunt-app"]) .site-shell > .footer,
body.is-native-shell:not([data-page="hunt-app"]) .site-shell > .banner {
  border-radius: 22px;
}

body.is-native-shell[data-page="listing"] .section {
  margin-top: 10px;
}

body.is-native-shell[data-page="listing"] .two-col {
  grid-template-columns: 1fr;
  gap: 12px;
}

body.is-native-shell[data-page="listing"] .aside-stack {
  gap: 10px;
}

body.is-native-shell[data-page="listing"] .listing-form-card,
body.is-native-shell[data-page="listing"] .preview-card,
body.is-native-shell[data-page="listing"] .focus-card {
  border-radius: 20px;
  background: rgba(255, 252, 245, 0.94);
  box-shadow: 0 10px 22px rgba(60, 43, 20, 0.06);
}

body.is-native-shell[data-page="listing"] .listing-form-card {
  padding: 18px 16px 16px;
}

body.is-native-shell[data-page="listing"] .preview-card {
  background: rgba(250, 245, 234, 0.9);
}

body.is-native-shell[data-page="listing"] .field-stack {
  gap: 10px;
}

body.is-native-shell[data-page="listing"] .form-block {
  padding: 14px 12px 12px;
  border-top: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

body.is-native-shell[data-page="listing"] .form-block:first-child {
  padding-top: 12px;
}

body.is-native-shell[data-page="listing"] .field-grid.two {
  gap: 12px;
}

body.is-native-shell[data-page="listing"] .toggle-row {
  gap: 7px;
  flex-wrap: wrap;
  overflow: visible;
  padding-bottom: 0;
}

body.is-native-shell[data-page="listing"] .toggle-button {
  min-height: 34px;
  padding: 0 11px;
  white-space: normal;
}

body.is-native-shell[data-page="listing"] .field input,
body.is-native-shell[data-page="listing"] .field select,
body.is-native-shell[data-page="listing"] .field textarea {
  background: #fffdf8;
  border-color: rgba(36, 44, 33, 0.22);
}

body.is-native-shell[data-page="listing"] .listing-photo-empty,
body.is-native-shell[data-page="listing"] .plan-card,
body.is-native-shell[data-page="listing"] .checkbox-card {
  background: rgba(255, 255, 255, 0.84);
}

body.is-native-shell[data-page="listing"] .required-note,
body.is-native-shell[data-page="listing"] .inline-hint,
body.is-native-shell[data-page="listing"] .photo-upload-hint,
body.is-native-shell[data-page="listing"] .optional-note {
  color: rgba(91, 100, 87, 0.9);
}

body.is-native-shell[data-page="listing"] .action-row {
  position: sticky;
  bottom: 10px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  border-radius: 18px;
  background: rgba(251, 246, 234, 0.94);
  box-shadow: 0 12px 24px rgba(60, 43, 20, 0.1);
  backdrop-filter: blur(10px);
}

body.is-native-shell[data-page="listing"] .action-row .button-outline,
body.is-native-shell[data-page="listing"] .action-row .button-barn {
  width: 100%;
}

body.is-native-shell[data-page="listing"] .preview-card p,
body.is-native-shell[data-page="listing"] .focus-card p {
  line-height: 1.46;
}

body.is-native-shell[data-page="hunt-app"] .hero,
body.is-native-shell[data-page="hunt-app"] .site-topbar,
body.is-native-shell[data-page="hunt-app"] .nav,
body.is-native-shell[data-page="hunt-app"] .screen-buttons,
body.is-native-shell[data-page="hunt-app"] .app-side-shell,
body.is-native-shell[data-page="hunt-app"] .footer {
  display: none;
}

body.is-native-shell[data-page="hunt-app"] .site-shell,
body.is-native-shell[data-page="hunt-app"] .section {
  border: none;
  box-shadow: none;
  background: transparent;
  margin: 0;
  padding: 0;
  overflow: visible;
}

body.is-native-shell[data-page="hunt-app"] .app-layout {
  display: block;
  min-height: 100dvh;
}

body.is-native-shell[data-page="hunt-app"] .phone-frame {
  width: 100%;
  min-height: 100dvh;
  padding: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #101712, #162119);
  overflow: visible;
}

body.is-native-shell[data-page="hunt-app"] .phone-shell {
  min-height: 100dvh;
  border-radius: 0;
  overflow: visible;
}

body.is-native-shell[data-page="hunt-app"] .phone-launch-screen {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(180deg, rgba(246, 240, 226, 0.98), rgba(254, 252, 246, 0.98));
  transition: opacity 360ms ease, visibility 360ms ease;
}

body.is-native-shell[data-page="hunt-app"] .phone-launch-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-native-shell[data-page="hunt-app"] .phone-top {
  position: relative;
  top: auto;
  padding: calc(env(safe-area-inset-top, 0px) + 18px) 16px 12px;
  box-shadow: 0 8px 22px rgba(17, 28, 19, 0.18);
}

body.is-native-shell[data-page="hunt-app"] .phone-top-icon {
  width: 48px;
  height: 48px;
}

body.is-native-shell[data-page="hunt-app"] .phone-tabbar {
  position: relative;
  top: auto;
  z-index: 4;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 14px 12px;
  background:
    linear-gradient(180deg, rgba(45, 67, 41, 0.985), rgba(65, 90, 55, 0.95));
  border-bottom: 1px solid rgba(221, 183, 86, 0.24);
  box-shadow: 0 12px 24px rgba(25, 35, 22, 0.16);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.is-native-shell[data-page="hunt-app"] .phone-tabbar::-webkit-scrollbar {
  display: none;
}

body.is-native-shell[data-page="hunt-app"] .phone-tabbar .screen-button {
  flex: 0 0 auto;
  min-width: 84px;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(246, 240, 223, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.is-native-shell[data-page="hunt-app"] .phone-tabbar .screen-button.is-active {
  background: linear-gradient(180deg, #efcf6f, var(--mustard));
  color: #35230d;
  border-color: rgba(74, 53, 17, 0.54);
  box-shadow: 0 12px 20px rgba(34, 20, 8, 0.2);
  transform: translateY(-1px) scale(1.01);
}

body.is-native-shell[data-page="hunt-app"] .phone-body {
  padding: 12px 12px 18px;
  min-height: 0;
  height: auto;
  overflow: visible;
}

body.is-native-shell[data-page="hunt-app"] .phone-home-quick {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.planner-list {
  display: grid;
  gap: 12px;
}

.planner-empty-card {
  padding: 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(189, 141, 41, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 250, 236, 0.98), rgba(250, 243, 227, 0.96));
  box-shadow: 0 14px 26px rgba(97, 71, 20, 0.08);
}

.planner-empty-head strong {
  display: block;
  margin-bottom: 6px;
}

.planner-empty-copy {
  color: var(--muted);
  line-height: 1.46;
}

.planner-empty-route {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.planner-empty-step {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(36, 51, 31, 0.08);
}

.planner-empty-step strong {
  display: block;
  margin-bottom: 4px;
}

.planner-empty-step p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.42;
}

.planner-empty-dot {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  border-radius: 50%;
  background: linear-gradient(180deg, #efcf6f, var(--mustard));
  border: 2px solid rgba(74, 53, 17, 0.32);
  box-shadow: 0 4px 10px rgba(74, 53, 17, 0.12);
}

.planner-empty-actions {
  margin-top: 14px;
}

.planner-board-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(189, 141, 41, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 249, 232, 0.98), rgba(248, 239, 218, 0.96));
  box-shadow: 0 14px 26px rgba(97, 71, 20, 0.1);
}

.planner-board-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.planner-board-kicker {
  margin: 0 0 4px;
  color: var(--awning-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planner-board-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(36, 51, 31, 0.08);
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.planner-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.planner-summary-cell {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(36, 51, 31, 0.08);
}

.planner-summary-cell span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.planner-summary-cell strong {
  display: block;
  margin-bottom: 4px;
}

.planner-summary-cell p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.4;
}

.planner-board-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.planner-item {
  position: relative;
  padding: 14px 14px 14px 42px;
  border-radius: 20px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(248, 241, 227, 0.9));
  box-shadow: 0 10px 22px rgba(53, 34, 14, 0.08);
}

.planner-item strong {
  display: block;
  margin-bottom: 2px;
}

.planner-item-head {
  display: grid;
  gap: 6px;
  margin-bottom: 8px;
}

.planner-stage-line {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.planner-stop-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.planner-stop-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(221, 183, 86, 0.14);
  color: #7f5a10;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.planner-leg-label {
  color: var(--forest-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.planner-location {
  color: var(--muted);
}

.planner-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.planner-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(36, 51, 31, 0.08);
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 800;
}

.planner-route-rail {
  position: absolute;
  left: 16px;
  top: 14px;
  bottom: 14px;
  width: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.planner-route-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #efcf6f, var(--mustard));
  border: 2px solid rgba(74, 53, 17, 0.42);
  box-shadow: 0 4px 10px rgba(74, 53, 17, 0.16);
}

.planner-route-line {
  flex: 1;
  width: 3px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(189, 141, 41, 0.52), rgba(36, 51, 31, 0.16));
}

.planner-item:last-child .planner-route-line {
  opacity: 0.22;
}

.planner-stop-note {
  margin-top: 8px;
  color: var(--forest-soft);
  font-size: 0.88rem;
  line-height: 1.42;
}

.planner-status-note {
  line-height: 1.45;
}

.empty-state {
  padding: 16px;
  border-radius: 18px;
  border: 1px dashed rgba(51, 63, 46, 0.18);
  background: rgba(255, 255, 255, 0.66);
  color: var(--muted);
}

.app-note-grid {
  display: grid;
  gap: 14px;
}

.guide-stack .guide-card,
.aside-stack .guide-card {
  min-height: 0;
}

body.has-map-modal {
  overflow: hidden;
}

.map-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 50;
}

.map-modal.is-open {
  display: flex;
}

.map-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 28, 0.58);
  backdrop-filter: blur(4px);
}

.map-modal-dialog {
  position: relative;
  width: min(920px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 22px 22px 20px;
  border-radius: 28px;
  border: 1px solid rgba(36, 44, 33, 0.18);
  background: linear-gradient(180deg, rgba(255, 252, 243, 0.98), rgba(248, 241, 227, 0.96));
  box-shadow: 0 28px 60px rgba(16, 22, 18, 0.28);
}

.map-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.map-modal-close {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.86);
  color: var(--forest);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.map-modal-location,
.map-modal-note {
  margin: 0 0 14px;
}

.map-modal-frame {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.map-modal-embed {
  display: block;
  width: 100%;
  height: 440px;
  border: 0;
}

.map-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 1240px) {
  .hero-grid,
  .summary-grid,
  .feature-grid,
  .category-grid,
  .browse-grid,
  .results-grid,
  .review-grid,
  .benefit-grid,
  .two-col,
  .stats-grid,
  .moderation-grid {
    grid-template-columns: 1fr;
  }

  .banner {
    grid-template-columns: 1fr;
  }

  .finder-grid,
  .finder-field-grid,
  .result-card-grid,
  .moderation-auth-fields,
  .moderation-toolbar-grid,
  .moderation-toolbar-fields,
  .moderation-card-grid {
    grid-template-columns: 1fr;
  }

  .moderation-auth-actions {
    align-content: start;
  }

  .results-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .results-head .caption {
    text-align: left;
    max-width: none;
  }

  .site-topbar-meta {
    justify-content: flex-start;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .app-layout,
  .field-grid.two,
  .feature-grid.dynamic-feed,
  .results-grid.dynamic-feed {
    grid-template-columns: 1fr;
  }

  .results-header-row {
    flex-direction: column;
  }

  .results-header-side {
    align-items: stretch;
    max-width: none;
  }

  .results-header-side .card-intro {
    text-align: left;
  }
}
