﻿body.create-listing-page {
  position: relative;
  background: var(--theme-page-bg);
  --create-upload-bg: #f3f6fa;
  --create-upload-border: rgba(145, 159, 178, 0.26);
  --create-upload-add-color: #3f4855;
  --create-chip-bg: rgba(255, 255, 255, 0.24);
  --create-chip-bg-strong:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.24),
      rgba(255, 255, 255, 0.1)
    ),
    rgba(223, 231, 240, 0.34);
  --create-chip-active-border: rgba(78, 108, 255, 0.34);
  --create-chip-active-bg: rgba(87, 110, 255, 0.14);
  --create-floating-option-bg: rgba(255, 255, 255, 0.3);
  --create-overlay-shadow:
    0 16px 34px rgba(31, 43, 58, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}
:root[data-theme="day"] body.create-listing-page {
  --liquid-glass-surface: rgba(220, 229, 238, 0.54);
  --liquid-glass-surface-strong: rgba(220, 229, 238, 0.62);
  --liquid-glass-border: transparent;
  --liquid-glass-top-sheen: transparent;
  --liquid-glass-shadow: 0 18px 40px rgba(27, 40, 54, 0.1);
  --liquid-glass-shadow-soft: 0 10px 24px rgba(27, 40, 54, 0.08);
  --liquid-glass-item-active-bg: rgba(204, 216, 231, 0.3);
  --liquid-glass-item-active-shadow: 0 10px 20px rgba(27, 40, 54, 0.08);
}
:root[data-theme="night"] body.create-listing-page {
  --create-upload-bg: rgba(255, 255, 255, 0.06);
  --create-upload-border: rgba(255, 255, 255, 0.1);
  --create-upload-add-color: #eef4fb;
  --create-chip-bg: rgba(255, 255, 255, 0.08);
  --create-chip-bg-strong:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.14),
      rgba(255, 255, 255, 0.04)
    ),
    rgba(255, 255, 255, 0.08);
  --create-chip-active-border: rgba(78, 108, 255, 0.34);
  --create-chip-active-bg: rgba(87, 110, 255, 0.14);
  --create-floating-option-bg: rgba(255, 255, 255, 0.04);
  --create-overlay-shadow: var(--liquid-glass-shadow-soft);
}
body.create-listing-page:before,
body.create-listing-page:after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}
body.create-listing-page:before {
  z-index: -2;
  inset: -40px;
  background:
    linear-gradient(180deg, #f6f9fc14, #e9eef52e),
    url(https://api.cribond.com/v1/files/object/public/listing-images/45dd6bf6-181c-4cca-ac6d-07cd146181b7/3a48e018-e60a-4f6d-8cd5-e1bca244e112/c1/_thumbs/exterior-cover.jpeg)
      center / cover no-repeat;
  filter: blur(30px) saturate(1.08);
  transform: scale(1.05);
  opacity: 0.9;
}
body.create-listing-page:after {
  z-index: -1;
  background:
    linear-gradient(180deg, #f3f6fb7a, #ebf0f7b8),
    linear-gradient(135deg, #ffffff14, #d2dcea14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
:root[data-theme="night"] body.create-listing-page:before {
  background:
    linear-gradient(180deg, #050a122e, #04091075),
    url(https://api.cribond.com/v1/files/object/public/listing-images/45dd6bf6-181c-4cca-ac6d-07cd146181b7/3a48e018-e60a-4f6d-8cd5-e1bca244e112/c1/_thumbs/exterior-cover.jpeg)
      center / cover no-repeat;
  opacity: 0.74;
}
:root[data-theme="night"] body.create-listing-page:after {
  background:
    linear-gradient(180deg, #040a1180, #060a12c7),
    linear-gradient(135deg, #0c141f24, #070e1842);
}
body.create-listing-page .create-listing-page__main,
body.create-listing-page .create-listing-page__shell,
body.create-listing-page .create-listing-page__layout,
body.create-listing-page .create-listing-form,
body.create-listing-page .create-listing-section,
body.create-listing-page .create-listing-section__head,
body.create-listing-page .create-listing-section__title-group,
body.create-listing-page .create-listing-photo-toolbar,
body.create-listing-page .create-listing-amenities,
body.create-listing-page .create-listing-location-map,
body.create-listing-page .create-listing-location-map__stage {
  min-width: 0;
}
body.create-listing-page .create-listing-page__main {
  position: relative;
  width: 100%;
  padding: 12px 16px 12px;
}
body.create-listing-page.has-desktop-sidebar .create-listing-page__main {
  padding-left: 110px;
}

body.create-listing-page .create-listing-page__shell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(100%, 1380px);
  margin: 0 auto;
}
body.create-listing-page .create-listing-page__hero,
body.create-listing-page .create-listing-section,
body.create-listing-page .create-listing-toast {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--liquid-glass-border);
  background: var(--liquid-glass-surface);
  box-shadow: none;
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
}
body.create-listing-page .create-listing-page__hero:before,
body.create-listing-page .create-listing-section:before,
body.create-listing-page .create-listing-toast:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--liquid-glass-top-sheen);
  pointer-events: none;
}
body.create-listing-page .create-listing-page__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.create-listing-page .create-listing-page__hero:before {
  display: none;
}
body.create-listing-page .create-listing-page__hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}
body.create-listing-page .create-listing-page__hero p {
  margin: 4px 0 0;
  color: var(--theme-text-muted);
  font-size: 1rem;
}
body.create-listing-page .create-listing-page__action,
body.create-listing-page .create-listing-amenity,
body.create-listing-page .create-listing-photo-filter,
body.create-listing-page .create-listing-photo-stage__button {
  font: inherit;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}
body.create-listing-page .create-listing-page__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 18px;
  border: 1px solid var(--liquid-glass-border);
  background: var(--liquid-glass-item-active-bg);
  box-shadow: var(--liquid-glass-shadow-soft);
  color: var(--theme-text);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
body.create-listing-page .create-listing-page__action--primary {
  border-color: #e61e4d66;
  background: linear-gradient(180deg, #e61e4d, #d70466);
  color: #fff;
}
body.create-listing-page .create-listing-page__action img {
  display: none !important;
}
body.create-listing-page .create-listing-page__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  align-items: start;
}
body.create-listing-page .create-listing-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.create-listing-page .create-listing-section {
  border-radius: 26px;
  padding: 8px 14px 6px;
}
body.create-listing-page .create-listing-section--photos {
  padding-bottom: 8px;
}
body.create-listing-page .create-listing-section__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 2px;
}
body.create-listing-page .create-listing-section__title-group {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
body.create-listing-page .create-listing-section__title-group h2 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.12;
}
body.create-listing-page .create-listing-section__title-group p {
  margin: 3px 0 0;
  color: var(--theme-text-muted);
  font-size: 0.94rem;
}
body.create-listing-page .create-listing-photo-stage {
  display: grid;
  grid-template-columns: auto minmax(220px, 280px);
  justify-content: center;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  min-height: 154px;
  padding: 8px 18px 10px;
}
body.create-listing-page .create-listing-photo-stage.is-populated {
  display: block;
  padding: 12px 16px 14px;
}
body.create-listing-page .create-listing-photo-stage__uploads {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 2px 2px 0;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar-track,
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar-corner {
  background: transparent;
}
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b2c1d670;
}
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar-button,
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar-button:single-button,
body.create-listing-page
  .create-listing-photo-filters::-webkit-scrollbar-button,
body.create-listing-page
  .create-listing-photo-filters::-webkit-scrollbar-button:single-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  -webkit-appearance: none !important;
}
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar-button:horizontal:decrement,
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar-button:horizontal:increment,
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar-button:start:decrement,
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar-button:end:increment,
body.create-listing-page
  .create-listing-photo-filters::-webkit-scrollbar-button:horizontal:decrement,
body.create-listing-page
  .create-listing-photo-filters::-webkit-scrollbar-button:horizontal:increment,
body.create-listing-page
  .create-listing-photo-filters::-webkit-scrollbar-button:start:decrement,
body.create-listing-page
  .create-listing-photo-filters::-webkit-scrollbar-button:end:increment {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  -webkit-appearance: none !important;
}
body.create-listing-page
  .create-listing-photo-stage__uploads::-webkit-scrollbar-track-piece,
body.create-listing-page
  .create-listing-photo-filters::-webkit-scrollbar-track-piece {
  background: transparent;
}
body.create-listing-page .create-listing-photo-stage__uploads[hidden],
body.create-listing-page .create-listing-photo-stage__art[hidden],
body.create-listing-page .create-listing-photo-stage__copy[hidden] {
  display: none !important;
}
body.create-listing-page .create-listing-photo-stage__art {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 14px;
  min-width: 0;
}
body.create-listing-page .create-listing-photo-stage__frame {
  overflow: hidden;
  border-radius: 18px;
  border: 4px solid rgba(255, 220, 61, 0.88);
  background: #ffffff47;
}
body.create-listing-page .create-listing-photo-stage__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.create-listing-page .create-listing-photo-stage__frame--left,
body.create-listing-page .create-listing-photo-stage__frame--right {
  width: 88px;
  aspect-ratio: 0.92;
}
body.create-listing-page .create-listing-photo-stage__frame--center {
  width: 124px;
  aspect-ratio: 0.88;
}
body.create-listing-page .create-listing-photo-stage__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  max-width: 280px;
}
body.create-listing-page .create-listing-photo-stage__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-bottom: 2px solid currentColor;
  padding: 0 0 8px;
  background: transparent;
  color: var(--theme-text);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.1;
}
body.create-listing-page .create-listing-photo-stage__caption {
  color: var(--theme-text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 26ch;
}
body.create-listing-page .create-listing-photo-toolbar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  margin-top: 8px;
}
body.create-listing-page .create-listing-photo-toolbar__hint {
  align-self: flex-start;
  margin: 0;
  color: var(--theme-text-muted);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.25;
}
body.create-listing-page .create-listing-photo-stage__upload {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--create-upload-bg);
  border: 1px solid var(--create-upload-border);
  touch-action: pan-x;
  transition:
    opacity 0.16s ease,
    transform 0.16s ease;
}
body.create-listing-page
  .create-listing-photo-stage__upload[data-stage-photo-draggable="true"] {
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
body.create-listing-page .create-listing-photo-stage__upload.is-dragging {
  z-index: 3;
  cursor: grabbing;
  opacity: 0.38;
  transform: scale(0.98);
}
body.create-listing-page .create-listing-photo-stage__upload--drag-ghost {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
  pointer-events: none;
  opacity: 0.98;
  transform: translate3d(-9999px, -9999px, 0);
  transition: none !important;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.28));
}
body.create-listing-page
  .create-listing-photo-stage__upload--drag-ghost
  .create-listing-photo-stage__remove {
  display: none;
}
body.create-listing-page.create-listing-photo-upload-dragging,
body.create-listing-page.create-listing-photo-upload-dragging * {
  cursor: grabbing !important;
}
/* Section chip highlighted as the drop target while dragging a photo onto it */
body.create-listing-page .create-listing-photo-filter-shell.is-drop-target {
  transform: translateY(-2px);
}
body.create-listing-page .create-listing-photo-filter-shell.is-drop-target .create-listing-photo-filter {
  background: linear-gradient(180deg, #6a84ff, #4f68f2) !important;
  box-shadow: 0 0 0 2px rgba(106, 132, 255, 0.95), 0 10px 22px rgba(79, 104, 242, 0.4) !important;
}
body.create-listing-page .create-listing-photo-filter-shell.is-drop-target .create-listing-photo-filter,
body.create-listing-page .create-listing-photo-filter-shell.is-drop-target .create-listing-photo-filter__label {
  color: #fff !important;
}
/* Floating "Mover para {secção}" hint that follows the dragged photo */
body.create-listing-page .create-listing-photo-drop-hint {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6a84ff, #4f68f2);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(79, 104, 242, 0.45);
  transform: translateX(-50%);
  pointer-events: none;
}
body.create-listing-page .create-listing-photo-drop-hint[hidden] {
  display: none;
}
body.create-listing-page .create-listing-photo-drop-hint svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
body.create-listing-page .create-listing-photo-stage__preview-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
body.create-listing-page .create-listing-photo-stage__preview-trigger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
body.create-listing-page .create-listing-photo-stage__remove {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: #111827bd;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}
body.create-listing-page .create-listing-photo-stage__upload.is-cover {
  box-shadow: none;
}
body.create-listing-page .create-listing-photo-stage__upload-add {
  flex: 0 0 auto;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: var(--create-upload-add-color);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
body.create-listing-page .create-listing-photo-filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
body.create-listing-page .create-listing-photo-filters::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
body.create-listing-page .create-listing-photo-filters::-webkit-scrollbar-track,
body.create-listing-page
  .create-listing-photo-filters::-webkit-scrollbar-corner {
  background: transparent;
}
body.create-listing-page
  .create-listing-photo-filters::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b2c1d670;
}
body.create-listing-page .create-listing-horizontal-scrollbar {
  position: relative;
  width: 100%;
  height: 6px;
  margin: 3px 0 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  overflow: hidden;
  touch-action: none;
}
body.create-listing-page .create-listing-horizontal-scrollbar[hidden] {
  display: none !important;
}
body.create-listing-page .create-listing-horizontal-scrollbar__thumb {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  min-width: 44px;
  height: 5px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #b2c1d694;
  cursor: grab;
  transition: background 0.16s ease;
}
body.create-listing-page .create-listing-horizontal-scrollbar__thumb:hover,
body.create-listing-page
  .create-listing-horizontal-scrollbar__thumb:focus-visible {
  background: #d6e2f5b8;
  outline: none;
}
body.create-listing-page .create-listing-horizontal-scrollbar__thumb:active {
  cursor: grabbing;
}
body.create-listing-page .create-listing-photo-filter-shell {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  height: 44px;
  min-height: 44px;
  touch-action: pan-x;
  transition:
    opacity 0.16s ease,
    transform 0.16s ease;
}
body.create-listing-page
  .create-listing-photo-filter-shell[data-photo-category-draggable="true"] {
  cursor: grab;
}
body.create-listing-page .create-listing-photo-filter-shell.is-dragging {
  z-index: 3;
  cursor: grabbing;
  opacity: 0.38;
  transform: scale(0.98);
}
body.create-listing-page .create-listing-photo-filter-shell--drag-ghost {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
  pointer-events: none;
  opacity: 0.98;
  transform: translate3d(-9999px, -9999px, 0);
  transition: none !important;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.26));
}
body.create-listing-page
  .create-listing-photo-filter-shell--drag-ghost
  .create-listing-photo-filter {
  border-color: #90a5ff6b;
  background: var(--create-chip-active-bg);
  color: var(--theme-text);
}
body.create-listing-page
  .create-listing-photo-filter-shell--drag-ghost
  .create-listing-photo-filter__remove {
  display: none;
}
body.create-listing-page.create-listing-photo-category-dragging,
body.create-listing-page.create-listing-photo-category-dragging * {
  cursor: grabbing !important;
}
body.create-listing-page .create-listing-photo-filter,
body.create-listing-page .create-listing-amenity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 44px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--liquid-glass-border);
  background: #ffffff14;
  color: var(--theme-text-muted);
  font-weight: 700;
  white-space: nowrap;
}
body.create-listing-page .create-listing-photo-filter--secondary {
  border-style: dashed;
  color: var(--theme-text);
}
body.create-listing-page .create-listing-photo-filter--removable {
  padding-right: 38px;
}
body.create-listing-page .create-listing-photo-filter__label {
  display: block;
}
body.create-listing-page .create-listing-photo-filter__remove {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--theme-text-muted);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
body.create-listing-page
  .create-listing-photo-filter-shell:hover
  .create-listing-photo-filter__remove,
body.create-listing-page .create-listing-photo-filter__remove:focus-visible {
  color: var(--theme-text);
  outline: none;
}
body.create-listing-page .create-listing-photo-filter--editing {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  flex: 0 0 auto;
  height: 44px;
  min-width: 0;
  min-height: 44px;
  max-width: min(360px, 100%);
  padding: 0 8px 0 16px;
  overflow: hidden;
}
body.create-listing-page .create-listing-photo-filter__input {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  line-height: 44px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
body.create-listing-page .create-listing-photo-filter__input::placeholder {
  color: currentColor;
  opacity: 0.72;
}
body.create-listing-page .create-listing-photo-filter--measure {
  position: fixed;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  pointer-events: none;
}
body.create-listing-page .create-listing-amenity {
  justify-content: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  white-space: nowrap;
  text-align: left;
  line-height: 1.2;
  background: var(--create-chip-bg-strong);
  box-shadow: var(--create-overlay-shadow);
}
body.create-listing-page .create-listing-photo-filter.is-active,
body.create-listing-page .create-listing-amenity--selected {
  border-color: var(--create-chip-active-border);
  background: var(--create-chip-active-bg);
  color: var(--theme-text);
}
body.create-listing-page .create-listing-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.create-listing-page .create-listing-field__control,
body.create-listing-page .create-listing-field--counted {
  position: relative;
}
body.create-listing-page .create-listing-field span,
body.create-listing-page .create-listing-counter {
  color: var(--theme-text-muted);
  font-size: 0.88rem;
  font-weight: 600;
}
body.create-listing-page .create-listing-field input,
body.create-listing-page .create-listing-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--liquid-glass-border);
  border-radius: 16px;
  background: var(--liquid-glass-surface);
  box-shadow: var(--liquid-glass-shadow-soft);
  color: var(--theme-text);
  font: inherit;
  outline: none;
}
body.create-listing-page .create-listing-field input {
  min-height: 54px;
  padding: 0 76px 0 16px;
}
body.create-listing-page .create-listing-field textarea {
  min-height: 108px;
  padding: 14px 16px 40px;
  line-height: 1.5;
  resize: vertical;
}
body.create-listing-page .create-listing-capacity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 10px;
}
body.create-listing-page .create-listing-capacity__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.create-listing-page .create-listing-capacity__copy {
  display: grid;
  min-width: 0;
}
body.create-listing-page .create-listing-capacity__copy strong {
  overflow: hidden;
  color: var(--theme-text);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.create-listing-page .create-listing-capacity__stepper {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 4px;
  border: 1px solid var(--liquid-glass-border);
  border-radius: 999px;
  background: #ffffff14;
}
body.create-listing-page .create-listing-capacity__stepper button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--theme-text);
  font: inherit;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
body.create-listing-page .create-listing-capacity__stepper button:hover,
body.create-listing-page
  .create-listing-capacity__stepper
  button:focus-visible {
  background: color-mix(in srgb, var(--create-chip-active-bg) 86%, transparent);
  outline: none;
}
body.create-listing-page .create-listing-capacity__stepper button:disabled {
  cursor: default;
  opacity: 0.34;
}
body.create-listing-page .create-listing-capacity__stepper span {
  min-width: 28px;
  color: var(--theme-text);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
body.create-listing-page .create-listing-amenities {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 10px;
}
body.create-listing-page .create-listing-section--amenities {
  overflow: visible;
  z-index: 12;
}
body.create-listing-page .create-listing-amenities__picker {
  position: relative;
}
body.create-listing-page .create-listing-amenities__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--liquid-glass-border);
  border-radius: 18px;
  background: var(--liquid-glass-surface);
  box-shadow: var(--liquid-glass-shadow-soft);
  color: var(--theme-text);
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: text;
}
body.create-listing-page .create-listing-amenities__search {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--theme-text);
  font: inherit;
  font-weight: 750;
  outline: none;
}
body.create-listing-page .create-listing-amenities__search::placeholder {
  color: var(--theme-text);
  opacity: 0.9;
}
body.create-listing-page
  .create-listing-amenities__search::-webkit-search-cancel-button {
  display: none;
}
body.create-listing-page .create-listing-amenities__menu-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--theme-text-muted);
  cursor: pointer;
}
body.create-listing-page .create-listing-amenities__menu-icon:focus-visible {
  outline: 2px solid
    color-mix(in srgb, var(--create-chip-active-border) 72%, transparent);
  outline-offset: 3px;
}
body.create-listing-page .create-listing-amenities__menu-icon span,
body.create-listing-page .create-listing-amenities__menu-icon span:before,
body.create-listing-page .create-listing-amenities__menu-icon span:after {
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition:
    background-color 0.22s ease,
    top 0.22s ease,
    transform 0.22s ease;
  will-change: background-color, top, transform;
}
body.create-listing-page .create-listing-amenities__menu-icon span {
  position: relative;
}
body.create-listing-page .create-listing-amenities__menu-icon span:before,
body.create-listing-page .create-listing-amenities__menu-icon span:after {
  position: absolute;
  left: 0;
}
body.create-listing-page .create-listing-amenities__menu-icon span:before {
  top: -6px;
}
body.create-listing-page .create-listing-amenities__menu-icon span:after {
  top: 6px;
}
body.create-listing-page
  .create-listing-amenities__trigger.is-open
  .create-listing-amenities__menu-icon
  span {
  background: transparent;
}
body.create-listing-page
  .create-listing-amenities__trigger.is-open
  .create-listing-amenities__menu-icon
  span:before {
  top: 0;
  transform: rotate(45deg);
}
body.create-listing-page
  .create-listing-amenities__trigger.is-open
  .create-listing-amenities__menu-icon
  span:after {
  top: 0;
  transform: rotate(-45deg);
}
body.create-listing-page .create-listing-amenities__menu-icon[hidden] {
  display: none !important;
}
body.create-listing-page .create-listing-amenities__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--liquid-glass-border);
  border-radius: 20px;
  background: var(--liquid-glass-surface);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}
body.create-listing-page .create-listing-amenities__menu[hidden] {
  display: none !important;
}
body.create-listing-page .create-listing-amenities__menu--floating {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  z-index: 260;
  grid-auto-rows: minmax(48px, auto);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
body.create-listing-page .create-listing-amenities__option {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--create-floating-option-bg);
  color: var(--theme-text);
  font: inherit;
  font-weight: 600;
  text-align: left;
}
body.create-listing-page .create-listing-amenities__option:hover,
body.create-listing-page .create-listing-amenities__option:focus-visible {
  border-color: color-mix(
    in srgb,
    var(--create-chip-active-border) 80%,
    transparent
  );
  background: color-mix(in srgb, var(--create-chip-active-bg) 88%, transparent);
  outline: none;
}
body.create-listing-page .create-listing-amenities__option-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.create-listing-page .create-listing-amenities__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
body.create-listing-page .create-listing-amenities__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
body.create-listing-page .create-listing-amenities__selected {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.create-listing-page .create-listing-amenity__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.create-listing-page .create-listing-amenity__remove {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
}
body.create-listing-page .create-listing-amenities__empty {
  padding: 8px 10px;
  color: var(--theme-text-muted);
  font-size: 0.92rem;
}
body.create-listing-page .create-listing-section--location {
  overflow: visible;
  z-index: 12;
}
body.create-listing-page .create-listing-location-map__stage {
  position: relative;
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #e5ecf4e0, #eff4f8f0), #eef3f7;
}
body.create-listing-page .create-listing-location-map__canvas {
  position: relative;
  display: block;
  width: 100%;
  height: 420px;
  min-height: 420px;
}
body.create-listing-page
  .create-listing-location-map__canvas.is-loading:not(.is-ready):after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #e2eaf3c7, #d6e1eead);
  pointer-events: none;
}
/* The map overlay (focus ring, pin) and the status panel live in
   create-listing-location-map.css — see the "Public radius" block there. */
body.create-listing-page .create-listing-location-search {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(180px, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
body.create-listing-page .create-listing-location-search__grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
/* Prevent location field labels from clipping on narrow columns */
body.create-listing-page .create-listing-location-field > label,
body.create-listing-page .create-listing-location-field > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Responsive: stack to 1 column when the form gets narrow */
@media (max-width: 750px) {
  body.create-listing-page .create-listing-location-search {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 650px) {
  body.create-listing-page .create-listing-location-search__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 400px) {
  body.create-listing-page .create-listing-location-search__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
body.create-listing-page .create-listing-location-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}
body.create-listing-page .create-listing-location-field--country {
  width: 100%;
  max-width: none;
}
body.create-listing-page .create-listing-location-field--full {
  grid-column: auto;
}
body.create-listing-page .create-listing-location-search > label {
  color: var(--theme-text);
  font-weight: 800;
  line-height: 1.2;
}
body.create-listing-page .create-listing-location-field > label,
body.create-listing-page .create-listing-location-field > span {
  display: block;
  height: 1.2em;
  margin: 0;
  color: var(--theme-text);
  font-weight: 800;
  line-height: 1.2;
}
body.create-listing-page .create-listing-location-field input,
body.create-listing-page .create-listing-country-select__control {
  box-sizing: border-box;
  min-width: 0;
  flex: 1 1 auto;
  height: 52px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid var(--liquid-glass-border);
  border-radius: 17px;
  background: var(--liquid-glass-surface);
  box-shadow: var(--liquid-glass-shadow);
  color: var(--theme-text);
  font: inherit;
  font-weight: 750;
  outline: none;
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
body.create-listing-page .create-listing-location-field input:focus {
  border-color: var(--liquid-glass-border);
  box-shadow: var(--liquid-glass-shadow);
}
body.create-listing-page .create-listing-country-select__control:focus-within,
body.create-listing-page
  .create-listing-country-select.is-open
  .create-listing-country-select__control {
  border-color: var(--liquid-glass-border);
  box-shadow: var(--liquid-glass-shadow);
}
body.create-listing-page .create-listing-photo-filter__confirm {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--theme-text);
  font: inherit;
  line-height: 1;
  cursor: pointer;
}
body.create-listing-page .create-listing-photo-filter__confirm:after {
  content: "";
  width: 8px;
  height: 13px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateY(-1px) rotate(45deg) scale(0.72);
}
body.create-listing-page .create-listing-photo-filter__confirm:hover,
body.create-listing-page .create-listing-photo-filter__confirm:focus-visible {
  color: var(--theme-accent);
  outline: none;
}
body.create-listing-page .create-listing-photo-filter__add-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 18px;
  height: 28px;
  margin-left: 8px;
}
body.create-listing-page .create-listing-photo-filter__add-icon:before,
body.create-listing-page .create-listing-photo-filter__add-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
body.create-listing-page .create-listing-photo-filter__add-icon:before {
  width: 13px;
  height: 3px;
}
body.create-listing-page .create-listing-photo-filter__add-icon:after {
  width: 3px;
  height: 13px;
}
body.create-listing-page .create-listing-location-field input::placeholder {
  color: var(--theme-text-soft);
  font-weight: 700;
}
body.create-listing-page .create-listing-country-select {
  position: relative;
  z-index: 6;
}
body.create-listing-page .create-listing-country-select__control {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px 0 18px;
}
body.create-listing-page .create-listing-country-select__flag,
body.create-listing-page .create-listing-country-select__option-flag {
  flex: 0 0 auto;
  display: block;
  width: 24px;
  height: 18px;
  overflow: hidden;
  border-radius: 4px;
  object-fit: cover;
  background: #ffffff2e;
  box-shadow: 0 0 0 1px #0f172a29;
  text-align: center;
  line-height: 1;
}
body.create-listing-page .create-listing-country-select__flag[hidden] {
  display: none;
}
body.create-listing-page
  .create-listing-country-select
  .create-listing-country-select__control
  input {
  display: block;
  height: 100%;
  min-width: 0;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--theme-text);
  font-weight: 750;
  line-height: 52px;
}
body.create-listing-page
  .create-listing-country-select
  .create-listing-country-select__control
  input:focus {
  border-color: transparent;
  box-shadow: none;
}
body.create-listing-page .create-listing-country-select__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--theme-text-muted);
  cursor: pointer;
}
body.create-listing-page .create-listing-country-select__toggle:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.16s ease;
}
body.create-listing-page
  .create-listing-country-select.is-open
  .create-listing-country-select__toggle:before {
  top: 11px;
  transform: rotate(225deg);
}
body.create-listing-page .create-listing-country-select__toggle:hover,
body.create-listing-page .create-listing-country-select__toggle:focus-visible {
  color: var(--theme-text);
  outline: none;
}
body.create-listing-page .create-listing-country-select__list {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  z-index: 30;
  width: 100%;
  max-height: 282px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid var(--liquid-glass-border);
  border-radius: 16px;
  background: var(--liquid-glass-surface);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
body.create-listing-page
  .create-listing-country-select__list::-webkit-scrollbar {
  width: 10px;
}
body.create-listing-page
  .create-listing-country-select__list::-webkit-scrollbar-track {
  background: transparent;
}
body.create-listing-page
  .create-listing-country-select__list::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: #5261706b;
  background-clip: padding-box;
}
body.create-listing-page .create-listing-country-select__option {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--theme-text);
  font: inherit;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
}
body.create-listing-page .create-listing-country-select__option:hover,
body.create-listing-page .create-listing-country-select__option.is-active {
  background: #5e78ff21;
}
body.create-listing-page .create-listing-country-select__option.is-selected {
  color: var(--theme-accent);
}
body.create-listing-page .create-listing-country-select__empty {
  margin: 0;
  padding: 12px;
  color: var(--theme-text-muted);
  font-size: 0.92rem;
  font-weight: 750;
}
body.create-listing-page .create-listing-location-search p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--theme-text-muted);
  font-size: 0.9rem;
  line-height: 1.35;
}
body.create-listing-page .create-listing-location-search p[data-state="error"] {
  color: #ff6b88;
}
body.create-listing-page
  .create-listing-location-search
  p[data-state="success"] {
  color: #bf3c7b;
}
:root[data-theme="night"]
  body.create-listing-page
  .create-listing-location-field
  input {
  background: linear-gradient(180deg, #ffffff1f, #ffffff0d), #0c1824eb;
  box-shadow:
    inset 0 1px #ffffff1a,
    0 14px 30px #ffffff1a;
}
:root[data-theme="night"]
  body.create-listing-page
  .create-listing-country-select__control {
  background: linear-gradient(180deg, #ffffff1f, #ffffff0d), #0c1824eb;
  box-shadow:
    inset 0 1px #ffffff1a,
    0 6px 14px #ffffff0d;
}
:root[data-theme="night"]
  body.create-listing-page
  .create-listing-country-select__list {
  border: 1px solid var(--liquid-glass-border);
  background: var(--liquid-glass-surface);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
:root[data-theme="night"]
  body.create-listing-page
  .create-listing-country-select
  .create-listing-country-select__control
  input,
:root[data-theme="night"]
  body.create-listing-page
  .create-listing-country-select
  .create-listing-country-select__control
  input:focus {
  background: transparent;
  box-shadow: none;
}
body.create-listing-page .create-listing-counter {
  text-align: right;
}
body.create-listing-page .create-listing-counter--inside {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
body.create-listing-page .create-listing-counter--textarea {
  top: auto;
  right: 16px;
  bottom: 22px;
  transform: none;
}
/* Shared by the location "raio público" stepper. */
.create-listing-preview__stepper-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--theme-text-muted);
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.create-listing-preview__stepper-btn:hover,
.create-listing-preview__stepper-btn:focus-visible {
  background: color-mix(in srgb, var(--create-chip-active-bg) 86%, transparent);
  color: var(--theme-text);
  outline: none;
}
.create-listing-preview__stepper-btn:disabled {
  cursor: default;
  opacity: 0.42;
}
/* "Preço e estadia": four self-describing controls (label + one-line hint on
   the left, stepper on the right) in a 2x2 grid — the two prices on top, the
   two stay limits below. Deliberately mirrors the capacity block so the whole
   form speaks a single control language. */
body.create-listing-page .create-listing-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}
body.create-listing-page .create-listing-pricing__field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  min-height: 58px;
  padding: 8px 8px 8px 14px;
  border: 1px solid var(--liquid-glass-border);
  border-radius: 18px;
  background: var(--create-chip-bg);
}
body.create-listing-page .create-listing-pricing__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}
body.create-listing-page .create-listing-pricing__label {
  color: var(--theme-text);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
}
body.create-listing-page .create-listing-pricing__hint {
  color: var(--theme-text-muted);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25;
}
body.create-listing-page .create-listing-pricing__stepper {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 4px;
  border: 1px solid var(--liquid-glass-border);
  border-radius: 999px;
  background: #ffffff14;
}
body.create-listing-page .create-listing-pricing__stepper button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--theme-text);
  font: inherit;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
body.create-listing-page .create-listing-pricing__stepper button:hover,
body.create-listing-page .create-listing-pricing__stepper button:focus-visible {
  background: color-mix(in srgb, var(--create-chip-active-bg) 86%, transparent);
  outline: none;
}
body.create-listing-page .create-listing-pricing__stepper button:disabled {
  cursor: default;
  opacity: 0.34;
}
body.create-listing-page .create-listing-pricing__value {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  min-width: 34px;
  padding-inline: 2px;
  color: var(--theme-text);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1;
}
body.create-listing-page .create-listing-pricing__value input {
  width: 4ch;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: center;
  outline: none;
  appearance: textfield;
  -moz-appearance: textfield;
}
/* Where supported the number box hugs its digits, so "120 €" reads as one
   value instead of a number floating inside a fixed box. */
@supports (field-sizing: content) {
  body.create-listing-page .create-listing-pricing__value input {
    width: auto;
    min-width: 1ch;
    field-sizing: content;
  }
}
body.create-listing-page
  .create-listing-pricing__value
  input::-webkit-outer-spin-button,
body.create-listing-page
  .create-listing-pricing__value
  input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}
body.create-listing-page .create-listing-pricing__field:focus-within {
  border-color: var(--create-chip-active-border);
}
body.create-listing-page .create-listing-pricing__unit {
  color: var(--theme-text-muted);
  font-size: 0.9rem;
  font-weight: 800;
}
@media (max-width: 560px) {
  body.create-listing-page .create-listing-pricing {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* Caução: deliberately OUTSIDE the 2x2 price grid and full width. It is not a
   fifth price — it is money the guest gets back — and the explanation of when
   that happens only fits, and only earns its place, once a host asks for one. */
body.create-listing-page .cl-deposit {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}
body.create-listing-page .cl-deposit__note {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--liquid-glass-border);
  border-radius: 14px;
  background: color-mix(in srgb, var(--create-chip-bg) 60%, transparent);
  color: var(--theme-text-muted);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.45;
}
body.create-listing-page .cl-deposit__note strong {
  color: var(--theme-text);
  font-weight: 800;
}
body.create-listing-page .create-listing-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 50;
  transform: translate(-50%, 18px);
  min-width: min(420px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  padding: 16px 20px;
  border-radius: 18px;
  color: var(--theme-text);
  text-align: center;
  opacity: 0;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
body.create-listing-page .create-listing-toast.is-visible {
  transform: translate(-50%);
  opacity: 1;
}
@media (max-width: 1180px) {
  body.create-listing-page .create-listing-page__layout {
    gap: 18px;
  }
}
@media (max-width: 900px) {
  body.create-listing-page .create-listing-page__main {
    padding: 16px 12px calc(24px + env(safe-area-inset-bottom));
  }
  body.create-listing-page.has-desktop-sidebar .create-listing-page__main {
    padding-left: 12px;
  }
  body.create-listing-page.has-mobile-tabbar .create-listing-page__main {
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }
  body.create-listing-page .mobile-tabbar {
    display: none !important;
  }
  body.create-listing-page .create-listing-page__shell {
    gap: 16px;
  }
  body.create-listing-page .create-listing-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
  }
  body.create-listing-page .create-listing-form {
    grid-column: 1;
    width: 100%;
  }
  body.create-listing-page .create-listing-page__hero {
    gap: 8px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  body.create-listing-page .create-listing-page__hero:before {
    display: none !important;
  }
  body.create-listing-page .create-listing-page__hero h1 {
    margin: 0;
    font-size: 1.9rem;
  }
  body.create-listing-page .create-listing-page__hero p {
    margin: 4px 0 0;
    font-size: 0.94rem;
  }
  body.create-listing-page .create-listing-section {
    padding: 10px 14px 8px;
    border-radius: 22px;
  }
  body.create-listing-page .create-listing-section--photos {
    padding-bottom: 10px;
  }
  body.create-listing-page .create-listing-section__head {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 8px;
  }
  body.create-listing-page .create-listing-section__title-group {
    gap: 0;
  }
  body.create-listing-page .create-listing-section__title-group h2 {
    font-size: 1.1rem;
  }
  body.create-listing-page .create-listing-section__title-group p {
    font-size: 0.9rem;
  }
  body.create-listing-page .create-listing-photo-stage {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    text-align: center;
  }
  body.create-listing-page .create-listing-photo-stage__art {
    justify-content: center;
    width: 100%;
  }
  body.create-listing-page .create-listing-photo-stage__copy {
    align-items: center;
    width: min(100%, 280px);
    margin-inline: auto;
    text-align: center;
  }
  body.create-listing-page .create-listing-photo-stage__caption {
    max-width: 28ch;
    margin-inline: auto;
  }
  body.create-listing-page .create-listing-photo-stage__frame--left,
  body.create-listing-page .create-listing-photo-stage__frame--right {
    width: 72px;
  }
  body.create-listing-page .create-listing-photo-stage__frame--center {
    width: 104px;
  }
  body.create-listing-page .create-listing-photo-toolbar {
    overflow: visible;
    padding-inline: 2px;
    margin-top: 10px;
  }
  body.create-listing-page .create-listing-photo-filters {
    width: 100%;
    padding-inline: 0 12px;
    scroll-padding-inline: 2px 12px;
  }
  body.create-listing-page .create-listing-location-search {
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 10px;
  }
  body.create-listing-page .create-listing-toast {
    bottom: calc(88px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 640px) {
  body.create-listing-page .create-listing-page__main,
  body.create-listing-page.has-mobile-tabbar .create-listing-page__main {
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }
  body.create-listing-page .create-listing-location-search__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  body.create-listing-page .create-listing-location-field--country {
    width: 100%;
  }
  body.create-listing-page .create-listing-page__hero h1 {
    font-size: 1.74rem;
  }
}

:root[data-theme="night"] body.create-listing-page .create-listing-location-field input,
:root[data-theme="night"] body.create-listing-page .create-listing-country-select__control {
  border: 1px solid var(--liquid-glass-border) !important;
  background: var(--liquid-glass-surface) !important;
  box-shadow: var(--liquid-glass-shadow) !important;
  backdrop-filter: blur(22px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(150%) !important;
}
:root[data-theme="night"] body.create-listing-page .create-listing-location-field input:focus,
:root[data-theme="night"] body.create-listing-page .create-listing-country-select__control:focus-within,
:root[data-theme="night"] body.create-listing-page .create-listing-country-select.is-open .create-listing-country-select__control {
  border-color: var(--liquid-glass-border) !important;
  box-shadow: var(--liquid-glass-shadow) !important;
}

/* Country select: no upward glow — shadow only below, like regular inputs */
:root[data-theme="night"] body.create-listing-page .create-listing-country-select__control {
  box-shadow: inset 0 1px #ffffff1a, 0 6px 14px #ffffff0d !important;
}

/* ── Sombra só nos banners exteriores ─────────────────────────────────────────
   The depth belongs to the card, not to what is inside it. Every section on
   this page is the outer banner and carries the glass shadow; the fields,
   selects and inputs sitting inside them are flat, so a section reads as one
   surface instead of a stack of floating boxes.

   The !important is not decoration: the night-theme rules further up this file
   force a shadow onto the location input and the country select with
   !important of their own, and this has to beat them. */
body.create-listing-page .create-listing-section {
  box-shadow: var(--liquid-glass-shadow);
}

body.create-listing-page .create-listing-field input,
body.create-listing-page .create-listing-field textarea,
body.create-listing-page .create-listing-field input:focus,
body.create-listing-page .create-listing-field textarea:focus,
body.create-listing-page .create-listing-amenities__trigger,
body.create-listing-page .create-listing-location-field input,
body.create-listing-page .create-listing-location-field input:focus,
body.create-listing-page .create-listing-country-select__control,
body.create-listing-page .create-listing-country-select__control:focus-within,
body.create-listing-page .create-listing-country-select.is-open .create-listing-country-select__control,
:root[data-theme="night"] body.create-listing-page .create-listing-field input,
:root[data-theme="night"] body.create-listing-page .create-listing-field textarea,
:root[data-theme="night"] body.create-listing-page .create-listing-amenities__trigger,
:root[data-theme="night"] body.create-listing-page .create-listing-location-field input,
:root[data-theme="night"] body.create-listing-page .create-listing-location-field input:focus,
:root[data-theme="night"] body.create-listing-page .create-listing-country-select__control,
:root[data-theme="night"] body.create-listing-page .create-listing-country-select__control:focus-within,
:root[data-theme="night"] body.create-listing-page .create-listing-country-select.is-open .create-listing-country-select__control {
  box-shadow: none !important;
}
