/* Vinde Web 0.3.68 — strict presentation mapping from the approved local
   prototype onto the real WordPress controls. No handler is replaced here. */

:root {
  --vinde-0367-canvas: #f4f6f8;
  --vinde-0367-surface: #fff;
  --vinde-0367-ink: #111827;
  --vinde-0367-muted: #667085;
  --vinde-0367-line: #dfe3e8;
  --vinde-0367-line-strong: #aeb7c5;
  --vinde-0367-soft: #f7f9fb;
  --vinde-0367-selected: #182230;
  --vinde-0367-selected-soft: #eef2f6;
  --vinde-0367-danger: #b42318;
  --vinde-0367-danger-soft: #fff4f2;
  --vinde-0367-radius: 18px;
  --vinde-0367-control-radius: 12px;
  --vinde-0367-shadow: 0 14px 36px rgba(17, 24, 39, .08);
}

html,
html body.vinde-v3-exclusive {
  min-height: 100%;
  max-width: 100%;
  overflow-x: clip;
}

html body.vinde-v3-exclusive {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--vinde-0367-canvas);
}

body.vinde-v3-exclusive > .site-container {
  width: 100%;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

body.vinde-v3-exclusive #content.site-content {
  width: 100%;
  min-width: 0;
  min-height: 0;
  flex: 1 0 auto;
}

body.vinde-v3-exclusive .vinde-v3-footer {
  flex: 0 0 auto;
  margin-top: auto;
}

body.vinde-v3-exclusive.vinde-v3-overlay-open {
  overflow: hidden;
}

/* One neutral focus indicator. Inner controls do not draw a second ring. */
html body.vinde-v3-exclusive :where(button, a, input, select, textarea, summary, [tabindex]):focus {
  outline: 0 !important;
}

html body.vinde-v3-staging.vinde-v3-exclusive:not(#vinde-focus-ring-0368) :where(button, a, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--vinde-v3-focus-ring, #667085) !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

html body.vinde-v3-exclusive :where(
  .vinde-v3-header-search,
  .vinde-v3-home-search__query,
  .vinde-v3-home-search__location,
  .hp-form__field,
  .vinde-premium-select,
  .vinde-messages-chat__composer
):focus-within {
  border-color: #667085 !important;
  box-shadow: 0 0 0 2px rgba(17, 24, 39, .08) !important;
}

html body.vinde-v3-staging.vinde-v3-exclusive:not(#vinde-focus-ring-0368) :where(
  .vinde-v3-header-search,
  .vinde-v3-home-search__query,
  .vinde-v3-home-search__location,
  .hp-form__field,
  .vinde-messages-chat__composer
) :where(input, select, textarea):focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html body.vinde-v3-exclusive .vinde-premium-select__trigger:focus-visible,
html body.vinde-v3-exclusive .vinde-premium-select__option:is(.is-active, .is-selected),
html body.vinde-v3-exclusive .select2-results__option:is(.select2-results__option--highlighted, [aria-selected="true"]),
html body.vinde-v3-exclusive .vinde-mobile-sort-final__option:is(:focus-visible, .is-selected) {
  outline: 1px solid #667085 !important;
  outline-offset: 0 !important;
  border-color: #667085 !important;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, .08) !important;
}

/* Shared premium shell and centered controls. */
html body.vinde-v3-exclusive :where(
  .vinde-v3-icon-button,
  .vinde-v3-view-toggle button,
  .hp-form--listing-search .hp-form__footer button,
  .vinde-filter-close,
  .vinde-deactivate-modal__close,
  .vinde-detail-lightbox__close,
  .vinde-mobile-gallery-nav
) {
  display: inline-grid !important;
  place-items: center !important;
  padding: 0 !important;
  line-height: 1 !important;
}

html body.vinde-v3-exclusive :where(
  .vinde-v3-icon-button,
  .vinde-v3-view-toggle button,
  .hp-form--listing-search .hp-form__footer button,
  .vinde-filter-close
) :where(i, svg, .vinde-v3-control-glyph, .vinde-v3-view-glyph) {
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
}

html body.vinde-v3-exclusive :where(input, select, textarea, button, .select2-selection, .vinde-premium-select__trigger) {
  border-radius: var(--vinde-0367-control-radius) !important;
}

html body.vinde-v3-exclusive :where(.vinde-premium-select__panel, .select2-dropdown, .vinde-mobile-sort-final__menu) {
  max-height: 324px !important;
  overflow: auto !important;
  padding: 6px !important;
  border: 1px solid var(--vinde-0367-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(17, 24, 39, .16), 0 3px 10px rgba(17, 24, 39, .07) !important;
}

/* Header composition: logo, navigation, search, real account actions. */
html body.vinde-v3-exclusive .vinde-v3-header {
  min-height: 72px;
  padding-block: 10px;
  border-color: rgba(223, 227, 232, .9);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 6px 24px rgba(17, 24, 39, .045);
}

html body.vinde-v3-exclusive .vinde-v3-header__desktop {
  width: min(100%, 1280px);
  display: grid;
  grid-template-columns: auto auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
}

html body.vinde-v3-exclusive .vinde-v3-header-search {
  min-width: 0;
  min-height: 46px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 9px;
  padding-left: 13px;
  border: 1px solid var(--vinde-0367-line);
  border-radius: var(--vinde-0367-control-radius);
  background: #fff;
}

html body.vinde-v3-exclusive .vinde-v3-header-search input {
  min-width: 0;
  min-height: 42px;
  padding: 0;
  border: 0 !important;
  background: transparent;
  box-shadow: none !important;
}

html body.vinde-v3-exclusive .vinde-v3-header-search button {
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--vinde-0367-selected);
  color: #fff;
}

html body.vinde-v3-exclusive .vinde-v3-header__desktop-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Home mirrors the approved hero/search/category/card rhythm. */
html body.vinde-v3-exclusive.vinde-v3-route-home #content {
  background: #fff;
}

html body.vinde-v3-exclusive .vinde-v3-home {
  width: min(100%, 1280px);
  padding: 24px 24px 72px;
}

html body.vinde-v3-exclusive .vinde-v3-home__hero {
  min-height: 462px;
  overflow: visible;
  border-radius: var(--vinde-0367-radius);
  box-shadow: 0 24px 60px rgba(17, 24, 39, .13);
}

html body.vinde-v3-exclusive .vinde-v3-home__content {
  max-width: 760px;
  bottom: 34px;
  left: 38px;
}

html body.vinde-v3-exclusive .vinde-v3-home__content h1 {
  margin-bottom: 10px;
  font-size: clamp(38px, 4.5vw, 60px);
  letter-spacing: -.035em;
}

html body.vinde-v3-exclusive .vinde-v3-home-search {
  margin-top: 20px;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 22px 54px rgba(17, 24, 39, .18);
}

html body.vinde-v3-exclusive .vinde-v3-home-search__primary {
  grid-template-columns: minmax(220px, 1.3fr) minmax(190px, .85fr) minmax(220px, 1fr) 52px;
  gap: 8px;
}

html body.vinde-v3-exclusive .vinde-v3-home-search__primary > :where(label, button) {
  min-height: 52px;
}

html body.vinde-v3-exclusive .vinde-v3-home-city-results {
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: 280px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid var(--vinde-0367-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--vinde-0367-shadow);
}

html body.vinde-v3-exclusive .vinde-v3-home-city-results:empty,
html body.vinde-v3-exclusive .vinde-v3-home-city-results[hidden] {
  display: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

html body.vinde-v3-exclusive .vinde-v3-home-city-results button {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 7px 10px !important;
  border: 0;
  background: #fff;
  color: var(--vinde-0367-ink);
  text-align: left;
}

html body.vinde-v3-exclusive .vinde-v3-home-city-results button:hover {
  background: var(--vinde-0367-selected-soft);
}

html body.vinde-v3-exclusive .vinde-v3-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

html body.vinde-v3-exclusive .vinde-v3-category-grid a,
html body.vinde-v3-exclusive .vinde-v3-listing-card {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, .055);
}

html body.vinde-v3-exclusive .vinde-v3-category-grid a {
  min-height: 108px;
}

/* Listings: sort is independent; Grid and List are explicit real view states. */
html body.vinde-v3-exclusive.vinde-v3-route-listings #content {
  padding: 30px 24px 72px !important;
  background: var(--vinde-0367-canvas) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings #content > .container {
  width: min(100%, 1280px) !important;
  max-width: 1280px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-page__header {
  grid-template-columns: minmax(0, 1fr) auto !important;
  padding: 12px !important;
  border-radius: 16px !important;
  box-shadow: var(--vinde-0367-shadow) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-form--listing-search {
  grid-template-columns: minmax(0, 1fr) 48px !important;
  align-items: center !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-form--listing-search .hp-form__footer,
html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-form--listing-search .hp-form__footer button {
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-control-glyph,
html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-control-glyph svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-page__topbar {
  min-height: 52px !important;
  align-items: center !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-form--listing-sort {
  min-height: 46px;
  display: flex !important;
  align-items: center;
  margin-left: auto;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-form--listing-sort :where(select, .select2-selection, .vinde-premium-select__trigger) {
  min-height: 46px !important;
  border: 1px solid var(--vinde-0367-line) !important;
  background: #fff !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-view-toggle {
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-view-toggle button {
  width: auto;
  min-width: 88px;
  height: 46px;
  grid-template-columns: 20px auto;
  gap: 7px;
  padding-inline: 13px !important;
  border: 1px solid var(--vinde-0367-line);
  border-radius: var(--vinde-0367-control-radius) !important;
  background: #fff;
  color: var(--vinde-0367-muted);
  font-weight: 800;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-view-toggle button[aria-pressed="true"] {
  border-color: var(--vinde-0367-selected);
  background: var(--vinde-0367-selected);
  color: #fff;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-view-glyph,
html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-view-glyph svg {
  width: 20px;
  height: 20px;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-listings-layout {
  grid-template-columns: 292px minmax(0, 1fr) !important;
  gap: 20px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-filter-modal--desktop.is-sidebar form.vinde-desktop-filters.vinde-filter-panel {
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .055) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="grid"] > .hp-row,
html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings:not([data-vinde-view]) > .hp-row {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listing--view-block {
  border-radius: 16px !important;
  box-shadow: 0 9px 28px rgba(17, 24, 39, .07) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="grid"] .hp-listing--view-block :is(.vinde-v3-card-media, .hp-listing__image, .hp-listing__images, .hp-listing__image-slider) {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1.42 / 1 !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="list"] > .hp-row {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="list"] .hp-listing--view-block {
  min-height: 190px !important;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="list"] .hp-listing__header {
  grid-column: 1 !important;
  min-height: 190px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="list"] :is(.vinde-v3-card-media, .hp-listing__image, .hp-listing__images, .hp-listing__image-slider) {
  width: 100% !important;
  height: 100% !important;
  min-height: 190px !important;
  max-height: 240px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="list"] .hp-listing__content {
  grid-column: 2 !important;
  padding: 20px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-filter-count {
  min-width: 24px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  margin-left: 7px;
  padding-inline: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: inherit;
  font-size: 11px;
  line-height: 1;
}

html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-filter-count[hidden] {
  display: none !important;
}

/* Detail: prototype layout with main gallery, right thumbnails and real seller controls. */
html body.vinde-v3-exclusive.vinde-v3-route-detail #content {
  padding: 28px 24px 84px !important;
  background: #fff !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail #content > .container {
  width: min(100%, 1280px) !important;
  max-width: 1280px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-layout {
  grid-template-columns: minmax(0, 1fr) 340px !important;
  align-items: start !important;
  gap: 36px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-gallery {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px !important;
  grid-template-rows: 500px !important;
  gap: 10px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-gallery .hp-listing__images-slider {
  grid-column: 1 !important;
  grid-row: 1 !important;
  height: 500px !important;
  overflow: hidden !important;
  border: 1px solid var(--vinde-0367-line) !important;
  border-radius: 18px !important;
  background: var(--vinde-0367-soft) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-gallery .hp-listing__images-slider :is(.slick-list, .slick-track, .slick-slide, .slick-slide > div, .slick-slide a) {
  height: 500px !important;
  min-height: 500px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-thumbnail-rail {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 112px !important;
  height: 500px !important;
  display: grid !important;
  grid-auto-flow: row !important;
  grid-auto-rows: minmax(0, 1fr) !important;
  gap: 8px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-thumbnail-rail button {
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 2px solid transparent !important;
  border-radius: 12px !important;
  background: var(--vinde-0367-soft) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-thumbnail-rail button.is-active {
  border-color: var(--vinde-0367-selected) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-contact-column {
  position: sticky !important;
  top: 92px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid var(--vinde-0367-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(17, 24, 39, .1) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-detail-sidebar,
html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-listing-contact-card {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-contact-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail :where(.vinde-contact-btn, .vinde-phone-button, .vinde-favorite-button) {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  justify-content: center !important;
  border-radius: var(--vinde-0367-control-radius) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-title-row,
html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-section {
  margin: 0 !important;
  padding: 28px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--vinde-0367-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-title-row {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 24px !important;
}

/* Account and private Stats use the same card language as the prototype. */
html body.vinde-v3-exclusive.vinde-v3-route-account #content,
html body.vinde-v3-exclusive.vinde-v3-route-admin #content {
  background: var(--vinde-0367-canvas) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-head,
html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-stats__header {
  border-radius: 22px !important;
  background: linear-gradient(135deg, #0b1020 0%, #1c2d4d 100%) !important;
  box-shadow: 0 22px 52px rgba(11, 16, 32, .16) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account {
  gap: 0 24px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-account :where(.vinde-v3-account-stats, .vinde-v3-account-menu, .vinde-mobile-account__pane),
html body.vinde-v3-exclusive.vinde-v3-route-admin :where(.vinde-admin-kpi, .vinde-admin-chart, [data-vinde-admin-panel], .vinde-private-listings, .vinde-private-users, .vinde-private-reports) {
  border: 1px solid var(--vinde-0367-line) !important;
  border-radius: var(--vinde-0367-radius) !important;
  background: #fff !important;
  box-shadow: var(--vinde-0367-shadow) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-menu :where(button, a) {
  min-height: 66px !important;
  border-bottom-color: #e8ecf1 !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-menu > .vinde-v3-account-menu__logout {
  order: 99;
  color: var(--vinde-0367-danger) !important;
  background: var(--vinde-0367-danger-soft) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-form-pane .vinde-mobile-account__settings,
html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-danger,
html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-deactivate-modal__card {
  border-radius: var(--vinde-0367-radius) !important;
  box-shadow: var(--vinde-0367-shadow) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-subscreen-bar {
  display: none;
}

html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-stats__kpis {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-kpi {
  min-height: 122px !important;
  padding: 18px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-stats__charts {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr) !important;
  gap: 16px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-chart {
  min-width: 0 !important;
  min-height: 300px !important;
  overflow: hidden !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-admin [data-vinde-admin-panel][hidden],
html body.vinde-v3-exclusive.vinde-v3-route-admin [data-vinde-platform-deny="manage_options"] ~ .vinde-admin-stats {
  display: none !important;
}

/* Auth, Messages and Publish retain their real forms and receive the prototype shell. */
html body.vinde-v3-exclusive.vinde-page-auth .vinde-auth-card,
html body.vinde-v3-exclusive.vinde-v3-route-messages .vinde-v3-messages-layout,
html body.vinde-v3-exclusive.vinde-v3-route-publish :where(.vinde-submit-main, .vinde-submit-side-card) {
  border-radius: 20px !important;
  box-shadow: var(--vinde-0367-shadow) !important;
}

html body.vinde-v3-exclusive.vinde-page-auth .vinde-auth-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  padding: 4px !important;
  border: 1px solid var(--vinde-0367-line) !important;
  border-radius: 14px !important;
  background: var(--vinde-0367-soft) !important;
}

html body.vinde-v3-exclusive.vinde-page-auth .vinde-auth-tabs > a {
  min-height: 46px !important;
  border-radius: 10px !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-messages .vinde-v3-messages-layout {
  overflow: hidden !important;
  border: 1px solid var(--vinde-0367-line) !important;
}

html body.vinde-v3-exclusive.vinde-v3-route-publish .vinde-v3-publish-head,
html body.vinde-v3-exclusive.vinde-v3-route-publish .vinde-submit-hero {
  border-radius: 20px !important;
}

html body.vinde-v3-exclusive .vinde-v3-footer {
  border-top: 1px solid var(--vinde-0367-line);
  background: #fff;
}

/* Tablet keeps desktop information architecture without crushing cards. */
@media (min-width: 761px) and (max-width: 1180px) {
  html body.vinde-v3-exclusive .vinde-v3-header__desktop {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  html body.vinde-v3-exclusive .vinde-v3-desktop-nav {
    display: none;
  }

  html body.vinde-v3-exclusive .vinde-v3-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-listings-layout {
    grid-template-columns: 260px minmax(0, 1fr) !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="grid"] > .hp-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-stats__kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* App-like web composition is exclusive to <= 760px. */
@media (max-width: 760px) {
  html body.vinde-v3-exclusive {
    --vinde-0367-mobile-reserve: calc(76px + env(safe-area-inset-bottom));
    padding-bottom: 0 !important;
  }

  html body.vinde-v3-exclusive .vinde-v3-header {
    min-height: 54px;
    padding: 6px 10px;
  }

  html body.vinde-v3-exclusive .vinde-v3-header__desktop,
  html body.vinde-v3-exclusive .vinde-v3-menu-button,
  html body.vinde-v3-exclusive .vinde-v3-mobile-menu {
    display: none !important;
  }

  html body.vinde-v3-exclusive .vinde-v3-header__mobile {
    width: 100%;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
  }

  html body.vinde-v3-exclusive .vinde-v3-header__mobile > .vinde-v3-brand {
    justify-self: start;
  }

  html body.vinde-v3-exclusive .vinde-v3-header__mobile-actions {
    justify-self: end;
  }

  html body.vinde-v3-exclusive .vinde-v3-bottom-nav {
    right: 10px;
    bottom: max(6px, env(safe-area-inset-bottom));
    left: 10px;
    width: auto;
    max-width: none;
    min-height: 60px;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: center;
    padding: 4px 6px;
    border: 1px solid rgba(174, 183, 196, .72);
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 34px rgba(17, 24, 39, .15);
    backdrop-filter: blur(20px) saturate(150%);
  }

  html body.vinde-v3-exclusive .vinde-v3-bottom-nav > :where(a, button) {
    min-width: 0;
    min-height: 48px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 2px !important;
    border: 0;
    border-radius: 14px !important;
    background: transparent;
    color: var(--vinde-0367-muted);
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
  }

  html body.vinde-v3-exclusive .vinde-v3-bottom-nav > :where(a, button)[aria-current="page"] {
    background: var(--vinde-0367-selected-soft);
    color: var(--vinde-0367-ink);
  }

  html body.vinde-v3-exclusive .vinde-v3-bottom-nav__publish {
    min-height: 54px !important;
    margin-top: -10px;
    background: var(--vinde-0367-selected) !important;
    color: #fff !important;
    box-shadow: 0 7px 18px rgba(17, 24, 39, .2);
  }

  html body.vinde-v3-exclusive .vinde-v3-footer {
    margin-bottom: 0 !important;
    padding-bottom: var(--vinde-0367-mobile-reserve) !important;
  }

  html body.vinde-v3-exclusive .vinde-v3-home {
    width: 100%;
    padding: 0 0 30px;
  }

  html body.vinde-v3-exclusive .vinde-v3-home__hero {
    min-height: 548px;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    box-shadow: none;
  }

  html body.vinde-v3-exclusive .vinde-v3-home__content {
    inset: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 14px 22px;
  }

  html body.vinde-v3-exclusive .vinde-v3-home__content h1 {
    margin: 4px 0 8px;
    font-size: clamp(29px, 9vw, 36px);
    line-height: 1.04;
  }

  html body.vinde-v3-exclusive .vinde-v3-home__content > p {
    max-width: 360px;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.38;
  }

  html body.vinde-v3-exclusive .vinde-v3-home-search {
    width: 100%;
    margin: auto 0 0;
    padding: 12px;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, .2);
  }

  html body.vinde-v3-exclusive .vinde-v3-home-search__primary {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 7px;
  }

  html body.vinde-v3-exclusive .vinde-v3-home-search__primary > :where(label, button),
  html body.vinde-v3-exclusive .vinde-v3-home-search__primary :where(input, select, .vinde-premium-select__trigger) {
    min-height: 46px !important;
    height: 46px !important;
  }

  html body.vinde-v3-exclusive .vinde-v3-home-search__primary > button {
    width: 100%;
  }

  html body.vinde-v3-exclusive .vinde-v3-home-section {
    padding: 24px 14px 0;
  }

  html body.vinde-v3-exclusive .vinde-v3-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  html body.vinde-v3-exclusive .vinde-v3-category-grid a {
    min-height: 92px;
    padding: 9px 5px;
    border-radius: 16px;
  }

  html body.vinde-v3-exclusive .vinde-v3-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings #content {
    padding: 14px 10px 24px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-page__header {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    gap: 8px !important;
    padding: 8px !important;
    border-radius: 16px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-listings-layout {
    display: block !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-page__topbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-result-count {
    grid-column: 1 / -1;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-form--listing-sort {
    margin: 0;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-view-toggle button {
    min-width: 72px;
    height: 44px;
    padding-inline: 9px !important;
    font-size: 11px;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="grid"] > .hp-row,
  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings:not([data-vinde-view]) > .hp-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="grid"] .hp-listing--view-block .hp-listing__content {
    padding: 11px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="list"] .hp-listing--view-block {
    min-height: 132px !important;
    grid-template-columns: 122px minmax(0, 1fr) !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="list"] :where(.hp-listing__header, .vinde-v3-card-media, .hp-listing__image, .hp-listing__images, .hp-listing__image-slider) {
    min-height: 132px !important;
    max-height: 168px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="list"] .hp-listing__content {
    padding: 12px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-filter-modal--mobile,
  html body.vinde-v3-exclusive.vinde-v3-route-listings #listing_filter_modal {
    z-index: 410 !important;
    bottom: var(--vinde-0367-mobile-reserve) !important;
    max-height: calc(100dvh - var(--vinde-0367-mobile-reserve) - 12px) !important;
    border-radius: 20px 20px 0 0 !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-detail #content {
    padding: 0 0 calc(var(--vinde-0367-mobile-reserve) + 92px) !important;
  }

  html body.vinde-v3-exclusive:is(.vinde-v3-route-detail, .vinde-v3-route-publish) .vinde-v3-footer {
    padding-bottom: calc(var(--vinde-0367-mobile-reserve) + 92px) !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-main {
    display: contents !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-gallery {
    order: 1;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(280px, 62vw) 72px !important;
    gap: 8px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-gallery .hp-listing__images-slider,
  html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-gallery .hp-listing__images-slider :is(.slick-list, .slick-track, .slick-slide, .slick-slide > div, .slick-slide a) {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 280px !important;
    border-radius: 0 !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-thumbnail-rail {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    height: 72px !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow: column !important;
    gap: 7px !important;
    padding-inline: 10px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-title-row {
    order: 2;
    width: calc(100% - 24px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-inline: 12px !important;
    padding: 20px 4px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-contact-column {
    position: static !important;
    order: 3;
    width: calc(100% - 24px) !important;
    margin: 0 12px !important;
    padding: 18px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-detail-section,
  html body.vinde-v3-exclusive.vinde-v3-route-detail .vinde-v3-safety-note {
    order: 4;
    width: calc(100% - 24px) !important;
    margin-inline: 12px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account #content,
  html body.vinde-v3-exclusive.vinde-v3-route-admin #content,
  html body.vinde-v3-exclusive.vinde-v3-route-messages #content,
  html body.vinde-v3-exclusive.vinde-v3-route-notifications #content {
    padding: 12px 0 24px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-shell,
  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account {
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-head {
    width: calc(100% - 24px);
    min-height: 0;
    margin: 0 auto 12px;
    padding: 18px;
    border-radius: 18px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-stats,
  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-menu {
    width: calc(100% - 24px);
    margin: 0 auto 12px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-mobile-account-card__body h3 a {
    display: block !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-mobile-account__pane {
    width: calc(100% - 24px);
    margin: 0 auto !important;
    padding: 16px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account :where(.vinde-mobile-account__tabs, .vinde-mobile-account__status) {
    display: none !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account:not(.vinde-mobile-account-subview) .vinde-mobile-account__pane {
    display: none !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account.vinde-mobile-account-subview :where(.vinde-v3-account-head, .vinde-mobile-account__profile, .vinde-v3-account-stats, .vinde-v3-account-menu) {
    display: none !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account.vinde-mobile-account-subview[data-vinde-account-subscreen="listings"] .vinde-mobile-account__status {
    width: calc(100% - 24px) !important;
    display: flex !important;
    margin: 0 auto 10px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account.vinde-mobile-account-subview:has(.vinde-mobile-account__pane[data-vinde-mobile-pane="vinde-my-listings"].is-active:not([hidden])) .vinde-mobile-account__status {
    width: calc(100% - 24px) !important;
    display: flex !important;
    margin: 0 auto 10px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account.vinde-mobile-account-subview .vinde-v3-account-subscreen-bar {
    position: sticky;
    z-index: 30;
    top: 0;
    width: 100%;
    min-height: 60px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: -12px 0 16px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--vinde-0367-line);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-subscreen-bar button {
    width: 42px;
    height: 42px;
    border: 1px solid var(--vinde-0367-line);
    background: #fff;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-subscreen-bar :where(small, strong) {
    display: block;
    margin: 0;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-subscreen-bar small {
    color: var(--vinde-0367-muted);
    font-size: 10px;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-account .vinde-v3-account-subscreen-bar strong {
    overflow: hidden;
    color: var(--vinde-0367-ink);
    font-size: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-stats__header {
    width: calc(100% - 24px);
    margin: 0 auto 14px !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-stats__shell {
    width: calc(100% - 24px);
    display: block !important;
    margin-inline: auto;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-stats__nav {
    display: flex !important;
    gap: 7px !important;
    overflow-x: auto !important;
    padding: 4px 0 10px !important;
    scrollbar-width: none;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-stats__nav a {
    min-width: max-content;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-stats__kpis,
  html body.vinde-v3-exclusive.vinde-v3-route-admin .vinde-admin-stats__charts {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-messages.vinde-v3-messages-thread-active :where(.vinde-v3-header, .vinde-v3-footer, .vinde-v3-bottom-nav, .vinde-v3-app-banner) {
    display: none !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-messages.vinde-v3-messages-thread-active #content,
  html body.vinde-v3-exclusive.vinde-v3-route-messages.vinde-v3-messages-thread-active .vinde-v3-messages-layout--thread,
  html body.vinde-v3-exclusive.vinde-v3-route-messages.vinde-v3-messages-thread-active .vinde-messages-chat {
    width: 100% !important;
    min-height: 100dvh !important;
    height: 100dvh !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  html body.vinde-v3-exclusive.vinde-page-auth .vinde-v3-bottom-nav {
    display: none !important;
  }

  html body.vinde-v3-exclusive.vinde-page-auth .vinde-v3-footer {
    padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 360px) {
  html body.vinde-v3-exclusive .vinde-v3-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .vinde-v3-view-toggle button {
    min-width: 66px;
    padding-inline: 7px !important;
  }

  html body.vinde-v3-exclusive.vinde-v3-route-listings .hp-listings[data-vinde-view="list"] .hp-listing--view-block {
    grid-template-columns: 108px minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.vinde-v3-exclusive *,
  html body.vinde-v3-exclusive *::before,
  html body.vinde-v3-exclusive *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

html body.vinde-v3-exclusive [data-vinde-targeted-notifications="unavailable"] {
  display: none !important;
}
