/*


 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text-main);
  background: var(--page-bg);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button {
  color: inherit;
}

.page-shell {
  width: min(1600px, calc(100% - 4rem));
  margin: 0 auto;
}

.flash-stack {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 2000;
  display: grid;
  gap: 0.65rem;
  width: min(32rem, calc(100% - 1rem));
  transform: translateX(-50%);
}

.flash-banner {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  box-shadow: var(--shadow-soft);
  font-weight: 700;
}

.flash-banner.is-notice {
  background: var(--feedback-success-bg);
  color: var(--feedback-success-text);
}

.flash-banner.is-alert {
  background: var(--feedback-alert-bg);
  color: var(--feedback-alert-text);
}

.stays-page,
.content-area,
.marketing-page {
  background: var(--page-bg);
}

.marketing-page,
.auth-shell,
.member-shell {
  background: var(--app-shell-background);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: var(--site-header-background);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--site-header-border);
}

.site-header-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 0 1rem;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: var(--brand-mark-gradient);
  color: #fff;
  font-size: 1.25rem;
}

.brand-word {
  color: var(--accent);
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.product-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.product-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0 0.85rem;
  border-bottom: 2px solid transparent;
  color: var(--text-soft);
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.product-nav-item:hover,
.product-nav-item.active {
  color: var(--text-main);
  border-bottom-color: var(--text-main);
}

.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.14rem 0.45rem;
  border-radius: 999px;
  background: var(--product-badge-background);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.account-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}

.host-link,
.section-link,
.member-back-link,
.member-nav-link,
.city-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.host-link {
  border: 0;
  background: transparent;
}

.host-link:hover,
.section-link:hover,
.member-back-link:hover,
.member-nav-link:hover,
.city-link:hover,
.circle-action:hover,
.account-toggle:hover,
.wishlist-button:hover,
.filter-trigger:hover {
  background: rgba(0, 0, 0, 0.04);
}

.host-link-form,
.account-menu-form,
.inline-action-form,
.hero-action-form {
  margin: 0;
}

.inline-action-form,
.hero-action-form {
  display: inline-flex;
}

.inline-action-form .auth-primary-button,
.hero-action-form .auth-primary-button {
  width: auto;
}

.host-link-button,
.feature-button,
.account-menu-button {
  cursor: pointer;
}

.circle-action,
.account-toggle {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text-main);
}

.account-menu-wrap {
  position: relative;
}

.account-menu-wrap summary {
  list-style: none;
}

.account-menu-wrap summary::-webkit-details-marker {
  display: none;
}

.circle-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  font-size: 1.1rem;
}

.host-application-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 31rem);
  gap: 2.4rem;
  align-items: start;
}

.host-application-copy {
  display: grid;
  gap: 1.35rem;
  align-content: start;
  padding: 2rem 0;
}

.host-application-copy h1,
.host-application-panel h2 {
  margin: 0;
  letter-spacing: -0.05em;
}

.host-application-copy p,
.host-application-panel p {
  margin: 0;
  color: var(--text-soft);
}

.host-application-panel {
  display: grid;
  gap: 1.1rem;
  padding: 1.75rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
}

.host-application-form {
  display: grid;
  gap: 1rem;
}

.host-application-textarea {
  min-height: 10rem;
  resize: vertical;
}

.host-application-submit {
  width: 100%;
}

.host-application-status-card,
.host-application-summary {
  display: grid;
  gap: 0.6rem;
  padding: 1.15rem 1.2rem;
  border-radius: 1.35rem;
}

.host-application-status-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 239, 0.92));
}

.host-application-status-card.is-approved {
  border-color: rgba(33, 128, 74, 0.2);
  background: rgba(233, 247, 238, 0.95);
}

.host-application-status-card.is-pending {
  border-color: rgba(211, 137, 46, 0.2);
  background: rgba(255, 247, 234, 0.96);
}

.host-application-status-card.is-rejected {
  border-color: rgba(170, 70, 58, 0.18);
  background: rgba(254, 241, 239, 0.96);
}

.host-application-summary {
  border: 1px solid rgba(226, 232, 240, 0.88);
  background: rgba(248, 250, 252, 0.9);
}

@media (max-width: 960px) {
  .host-application-grid {
    grid-template-columns: 1fr;
  }
}

.account-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.35rem 0.45rem 0.35rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.account-toggle i:last-child {
  color: var(--text-soft);
  font-size: 1.65rem;
}

.account-menu-wrap[open] .account-toggle {
  background: rgba(0, 0, 0, 0.04);
}

.account-menu {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  width: min(25rem, calc(100vw - 2rem));
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: var(--shadow-menu);
  z-index: 1100;
}

.account-menu-wrap:not([open]) .account-menu {
  display: none;
}

.account-menu-body {
  padding: 1rem;
}

.account-menu-link,
.account-menu-button {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 0.9rem 0.55rem;
  border-radius: 0.95rem;
  font-size: 0.96rem;
  font-weight: 700;
  text-align: left;
}

.account-menu-link:hover,
.account-menu-button:hover,
.feature-link:hover,
.feature-button:hover {
  background: var(--surface-muted);
}

.account-menu-link i {
  width: 1.4rem;
  text-align: center;
}

.account-menu-top {
  margin-bottom: 0.4rem;
}

.account-menu-highlight {
  margin-bottom: 0.8rem;
  border: 1px solid var(--text-main);
}

.account-menu-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, #fff3f5, #fff9f0);
}

.account-menu-feature h3 {
  margin: 0 0 0.25rem;
  font-size: 0.98rem;
  font-weight: 800;
}

.account-menu-feature p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.5;
}

.feature-link,
.feature-button,
.feature-static {
  width: 100%;
  border: 0;
  text-align: left;
}

.account-menu-list {
  display: grid;
  gap: 0.1rem;
  padding: 0.5rem 0;
}

.account-menu-divider {
  height: 1px;
  margin: 0.6rem 0;
  background: var(--line);
}

.account-menu-button {
  border: 0;
  background: transparent;
}

.host-illustration {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.65);
  color: var(--accent-deep);
  font-size: 1.5rem;
}

.search-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 1.45rem;
}

.search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.1fr) auto;
  align-items: center;
  width: min(880px, 100%);
  padding: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.search-field {
  display: block;
  min-width: 0;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  background: transparent;
}

.search-field:hover {
  background: var(--surface-muted);
}

.search-field-wide {
  padding-left: 1.65rem;
}

.search-label {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.search-input {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.search-input:focus {
  outline: none;
}

.search-input::placeholder {
  color: var(--text-soft);
}

.search-divider {
  width: 1px;
  height: 2rem;
  background: var(--line);
}

.search-button,
.auth-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  appearance: none;
}

.search-button {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
}

.search-button-text {
  display: none;
  font-size: 0.9rem;
}

.category-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.category-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem 0 1rem;
}

.category-rail {
  display: flex;
  gap: 2rem;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-rail::-webkit-scrollbar {
  display: none;
}

.category-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.2rem 0 0.8rem;
  border-bottom: 2px solid transparent;
  color: var(--text-faint);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.category-chip i {
  font-size: 1.35rem;
}

.category-chip.active,
.category-chip:hover {
  color: var(--text-main);
  border-bottom-color: var(--text-main);
}

.category-tools {
  display: inline-flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.filter-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.95rem;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.filter-trigger-secondary {
  color: var(--text-soft);
}

.page-eyebrow {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--text-faint);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listing-zone,
.marketing-shell {
  padding: 1.8rem 0 3.5rem;
}

.search-result-banner {
  padding-top: 1.4rem;
}

.search-result-banner-inner,
.highlight-strip,
.hero-copy,
.hero-panel,
.faq-card,
.resource-card,
.member-card,
.member-user-card,
.member-support-card,
.auth-card,
.empty-state-card {
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.search-result-banner-inner,
.highlight-strip,
.empty-state-card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem 2rem;
}

.search-result-banner-inner h1,
.hero-copy h1,
.hero-panel h2,
.faq-card h2,
.empty-state-card h2,
.member-card h1,
.section-title-wrap h2,
.inspiration-block h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.search-result-banner-inner p,
.highlight-strip p,
.empty-state-card p,
.hero-copy p,
.hero-panel p,
.marketing-card p,
.metric-card p,
.faq-item p,
.resource-card li,
.member-body,
.member-user-card p,
.member-support-card p,
.host-summary-card p,
.host-focus-card p,
.consent-row span,
.notice-inline {
  color: var(--text-soft);
  line-height: 1.6;
}

.search-result-banner-inner {
  align-items: center;
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(255, 56, 92, 0.09), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fdfcfa 100%);
}

.search-preview-copy {
  display: grid;
  gap: 0.9rem;
  max-width: 52rem;
}

.search-preview-copy h1 {
  max-width: 18ch;
}

.search-preview-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.search-preview-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.45rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-main);
  font-size: 0.88rem;
  font-weight: 700;
}

.search-preview-chip i {
  color: var(--accent-deep);
}

.search-preview-actions {
  display: grid;
  justify-items: end;
  gap: 0.85rem;
  min-width: 15rem;
}

.search-preview-note {
  margin: 0;
  max-width: 16rem;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: right;
}

.search-preview-clear {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 3.1rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  color: var(--text-main);
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.search-preview-clear:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.1);
}

.empty-state-card {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.search-empty-state {
  align-items: center;
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(255, 56, 92, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
}

.search-empty-state-copy {
  display: grid;
  gap: 0.75rem;
  max-width: 38rem;
}

.search-empty-state-icon {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
  background: rgba(255, 56, 92, 0.1);
  color: var(--accent-deep);
  opacity: 1;
  font-size: 1.5rem;
}

.search-coming-soon-state {
  background:
    radial-gradient(circle at top right, rgba(17, 17, 17, 0.05), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8f5f1 100%);
}

.empty-state-actions,
.hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.auth-primary-button {
  width: 100%;
  min-height: 3.5rem;
  padding: 0 1.35rem;
  border-radius: 0.95rem;
}

.empty-state-button {
  text-decoration: none;
}

.listing-section + .listing-section {
  margin-top: 3rem;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.section-title-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.section-title-wrap p {
  margin: 0.35rem 0 0;
  color: var(--text-soft);
}

.section-title-wrap.wide {
  margin-bottom: 1.25rem;
}

.section-results-count {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--surface-subtle);
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-page-heading {
  align-items: center;
}

.checkout-page-status,
.checkout-inline-pill,
.checkout-status-pill,
.checkout-receipt-status,
.checkout-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  font-weight: 800;
}

.checkout-page-status {
  min-height: 2.6rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text-main);
  font-size: 0.86rem;
  white-space: nowrap;
}

.checkout-page-status.is-confirmed {
  border-color: rgba(26, 127, 55, 0.16);
  background: rgba(26, 127, 55, 0.08);
  color: #176b31;
}

.checkout-page-status.is-pending {
  border-color: rgba(17, 17, 17, 0.1);
  background: rgba(17, 17, 17, 0.04);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 390px);
  gap: 1.5rem;
  align-items: start;
}

.checkout-main,
.checkout-sidebar {
  display: grid;
  gap: 1.25rem;
}

.checkout-sidebar {
  position: relative;
}

.checkout-hero-card,
.checkout-status-card,
.checkout-receipt-card,
.checkout-support-card {
  border: 1px solid var(--line);
  border-radius: 1.55rem;
  background: #fff;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.06);
}

.checkout-hero-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.45fr);
  overflow: hidden;
}

.checkout-hero-media {
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(255, 56, 92, 0.12), transparent 34%),
    linear-gradient(135deg, #f7f0eb 0%, #e9eef3 100%);
}

.checkout-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}

.checkout-hero-fallback {
  display: grid;
  place-items: center;
  gap: 0.85rem;
  min-height: 22rem;
  padding: 2rem;
  color: var(--text-soft);
  text-align: center;
}

.checkout-hero-fallback i {
  color: var(--accent-deep);
  font-size: 2.1rem;
}

.checkout-hero-fallback span {
  max-width: 16ch;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.checkout-hero-copy {
  display: grid;
  gap: 1.1rem;
  padding: 1.45rem 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(255, 56, 92, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);
}

.checkout-chip-row {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.checkout-inline-pill {
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  background: rgba(255, 56, 92, 0.08);
  color: var(--accent-deep);
  font-size: 0.78rem;
}

.checkout-inline-pill.is-muted {
  background: var(--surface-subtle);
  color: var(--text-soft);
}

.checkout-inline-pill.is-ghost {
  background: rgba(17, 17, 17, 0.05);
  color: var(--text-main);
}

.checkout-hero-copy-block {
  display: grid;
  gap: 0.7rem;
}

.checkout-hero-copy h2,
.checkout-status-title,
.checkout-support-card h3 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.checkout-hero-copy h2 {
  max-width: 16ch;
  font-size: clamp(1.95rem, 2.8vw, 3rem);
  line-height: 1.05;
}

.checkout-location {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.6;
}

.checkout-location i,
.checkout-trust-item i,
.checkout-status-pill i,
.checkout-meta-pill i {
  color: var(--accent-deep);
}

.checkout-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.checkout-fact-card {
  display: grid;
  gap: 0.4rem;
  min-height: 6.3rem;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.92);
}

.checkout-fact-card span,
.checkout-status-amount span {
  color: var(--text-faint);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.checkout-fact-card strong {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.checkout-status-card {
  display: grid;
  gap: 1.1rem;
  padding: 1.45rem;
}

.checkout-status-card.is-payment {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 320px);
  background:
    radial-gradient(circle at top right, rgba(255, 56, 92, 0.09), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fffaf8 100%);
}

.checkout-status-card.is-confirmed,
.checkout-status-card.is-unavailable {
  grid-template-columns: minmax(0, 1fr) auto;
}

.checkout-status-card.is-confirmed {
  background:
    radial-gradient(circle at top right, rgba(26, 127, 55, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
}

.checkout-status-card.is-unavailable {
  background:
    radial-gradient(circle at top right, rgba(183, 28, 28, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
}

.checkout-status-copy {
  display: grid;
  gap: 0.9rem;
}

.checkout-status-title {
  font-size: clamp(1.6rem, 2vw, 2.3rem);
}

.checkout-status-copy p,
.checkout-status-amount p,
.checkout-support-card p,
.checkout-receipt-head p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.checkout-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.checkout-trust-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.92);
}

.checkout-trust-item i {
  font-size: 1.05rem;
}

.checkout-trust-item strong {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.checkout-trust-item span {
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}

.checkout-status-aside {
  display: grid;
  gap: 0.75rem;
  align-content: start;
  justify-items: end;
}

.checkout-status-pill,
.checkout-receipt-status,
.checkout-meta-pill {
  min-height: 2.2rem;
  padding: 0.4rem 0.8rem;
  font-size: 0.82rem;
}

.checkout-status-pill,
.checkout-meta-pill {
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-main);
}

.checkout-status-pill.is-confirmed,
.checkout-receipt-status.is-confirmed {
  background: rgba(26, 127, 55, 0.08);
  border-color: rgba(26, 127, 55, 0.16);
  color: #176b31;
}

.checkout-status-pill.is-warning {
  background: rgba(183, 28, 28, 0.08);
  border-color: rgba(183, 28, 28, 0.16);
  color: #8f1d1d;
}

.checkout-status-pill.is-soft {
  background: rgba(17, 17, 17, 0.04);
}

.checkout-receipt-status.is-pending {
  background: rgba(17, 17, 17, 0.06);
  border: 1px solid rgba(17, 17, 17, 0.08);
  color: var(--text-main);
}

.checkout-status-amount,
.checkout-pay-button {
  width: 100%;
}

.checkout-status-amount {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.2rem;
  background: #fff;
}

.checkout-status-amount strong,
.checkout-receipt-head strong {
  display: block;
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.checkout-method-panel {
  display: grid;
  gap: 0.75rem;
  width: 100%;
}

.checkout-method-kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.checkout-method-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 0.9rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.checkout-method-card:hover {
  transform: translateY(-1px);
  border-color: rgba(231, 60, 89, 0.26);
  box-shadow: 0 12px 24px rgba(17, 17, 17, 0.06);
}

.checkout-method-card.is-selected {
  border-color: rgba(231, 60, 89, 0.38);
  box-shadow: 0 0 0 3px rgba(231, 60, 89, 0.08);
}

.checkout-method-card input {
  margin-top: 0.2rem;
  accent-color: #e73c59;
}

.checkout-method-card strong {
  display: block;
  margin-bottom: 0.2rem;
}

.checkout-method-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.checkout-method-badge {
  align-self: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  color: var(--text-main);
  font-size: 0.76rem;
  font-weight: 700;
}

.checkout-method-badge.is-empty {
  background: rgba(17, 17, 17, 0.04);
  color: var(--text-muted);
}

.checkout-status-amount strong {
  font-size: clamp(1.8rem, 2.6vw, 2.45rem);
}

.checkout-pay-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.4rem;
  padding: 0.85rem 1.15rem;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ff5d55 0%, #e73c59 100%);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  box-shadow: 0 18px 32px rgba(231, 60, 89, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.checkout-pay-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(231, 60, 89, 0.28);
}

.checkout-pay-button:disabled {
  cursor: wait;
  opacity: 0.88;
}

.checkout-status-note {
  max-width: 18rem;
  text-align: right;
  font-size: 0.92rem;
}

.checkout-receipt-card {
  position: sticky;
  top: 8.6rem;
  display: grid;
  gap: 1.2rem;
  padding: 1.35rem;
}

.checkout-receipt-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.checkout-receipt-head strong {
  font-size: clamp(2rem, 2.6vw, 2.7rem);
}

.checkout-breakdown {
  display: grid;
  gap: 0.8rem;
}

.checkout-breakdown-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text-main);
  font-size: 0.98rem;
  line-height: 1.55;
}

.checkout-breakdown-row strong {
  font-size: 0.98rem;
  font-weight: 800;
  text-align: right;
}

.pricing-line-copy {
  display: grid;
  gap: 0.2rem;
}

.pricing-line-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.pricing-line-meta {
  color: var(--text-soft);
  font-size: 0.84rem;
}

.pricing-line-tooltip {
  display: inline-flex;
  align-items: center;
  color: var(--text-soft);
}

.pricing-line-tooltip i {
  font-size: 0.8rem;
}

.pricing-line-amount.is-discount {
  color: #1f7a45;
}

.checkout-breakdown-row.is-total {
  align-items: center;
  margin-top: 0.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.checkout-breakdown-row.is-total span,
.checkout-breakdown-row.is-total strong {
  font-size: 1.08rem;
  font-weight: 800;
}

.checkout-receipt-meta {
  display: grid;
  gap: 0.65rem;
  padding-top: 0.35rem;
  border-top: 1px solid var(--line);
}

.checkout-meta-pill {
  justify-content: flex-start;
  width: fit-content;
}

.checkout-support-card {
  display: grid;
  gap: 0.65rem;
  padding: 1.2rem 1.25rem;
  background:
    radial-gradient(circle at top right, rgba(17, 17, 17, 0.05), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.listing-grid,
.marketing-card-grid,
.metric-grid,
.step-grid,
.resource-section-grid,
.member-highlight-grid,
.host-summary-grid,
.host-focus-grid,
.footer-links-grid,
.city-link-grid {
  display: grid;
  gap: 1rem;
}

.listing-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 310px));
  gap: 1.5rem;
  justify-content: start;
}

.listing-grid.is-hosted {
  grid-template-columns: repeat(auto-fit, minmax(250px, 330px));
  justify-content: start;
}

.listing-grid.is-search-results {
  grid-template-columns: repeat(auto-fit, minmax(250px, 320px));
  justify-content: start;
}

.listing-card {
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.listing-card:hover .listing-image,
.listing-card:focus-within .listing-image {
  transform: scale(1.025);
}

.listing-media {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  background: #f1f1f1;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}

.listing-media-link,
.listing-card-link {
  display: block;
  color: inherit;
}

.listing-card-link {
  display: grid;
  gap: 0.25rem;
}

.listing-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
  transition: transform 220ms ease;
}

.guest-pill {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.76rem;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.wishlist-button {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.wishlist-button.is-saved,
.room-action-link.is-saved {
  background: rgba(255, 56, 92, 0.12);
  border-color: rgba(255, 56, 92, 0.2);
  color: var(--accent-deep);
}

.wishlist-button.is-saving,
.room-action-link.is-saving {
  cursor: wait;
  opacity: 0.72;
}

.listing-copy {
  display: grid;
  gap: 0.3rem;
}

.listing-chip-row {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-bottom: 0.15rem;
}

.listing-type-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.95rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 56, 92, 0.08);
  color: var(--accent-deep);
  font-size: 0.74rem;
  font-weight: 800;
}

.listing-type-pill.is-muted {
  background: var(--surface-subtle);
  color: var(--text-soft);
}

.listing-headline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.listing-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.listing-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.listing-rating.is-fresh {
  min-height: 1.95rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.listing-subtitle,
.listing-detail {
  margin: 0.18rem 0 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.listing-subtitle.is-strong {
  color: var(--text-main);
  font-weight: 700;
}

.listing-detail-stack {
  display: grid;
  gap: 0.05rem;
}

.listing-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.9rem;
  margin-top: 0.65rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.listing-availability {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.listing-price {
  margin: 0;
  font-size: 0.92rem;
  text-align: right;
}

.listing-price strong {
  font-weight: 800;
}

.room-page {
  background: #fff;
}

.room-shell {
  padding: 2rem 0 4rem;
}

.room-heading-block,
.room-meta-line,
.room-heading-actions,
.room-subnav,
.room-overview-head,
.room-notice-banner,
.room-highlight-card,
.room-booking-price,
.room-booking-row,
.room-booking-total,
.room-host-card-top {
  display: flex;
}

.room-heading-block,
.room-overview-head {
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.room-title {
  margin: 0;
  font-size: clamp(1.8rem, 2.4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.room-meta-line {
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.7rem;
  flex-wrap: wrap;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.room-meta-line a {
  color: var(--text-main);
  font-weight: 700;
}

.room-meta-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 56, 92, 0.08);
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.room-meta-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text-main);
  font-weight: 700;
}

.room-heading-actions {
  align-items: center;
  gap: 0.75rem;
}

.room-action-link,
.room-gallery-showall {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.8rem;
  padding: 0.72rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

.room-gallery-showall {
  cursor: pointer;
}

.room-gallery-showall {
  cursor: pointer;
}

.room-gallery-section {
  margin-top: 1.6rem;
}

.room-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 0.75rem;
}

.room-gallery-feature {
  overflow: hidden;
  border-radius: 1.6rem;
  background: #f2f2f2;
}

.room-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
}

.room-gallery-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.room-gallery-thumb {
  position: relative;
  overflow: hidden;
  min-height: 14.6rem;
  border-radius: 1.2rem;
  border: 2px solid transparent;
  background: #f2f2f2;
}

.room-gallery-thumb.is-active {
  border-color: var(--text-main);
}

.room-gallery-thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-gallery-tools {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.9rem;
}

.room-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
}

.room-gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.84);
  backdrop-filter: blur(10px);
}

.room-gallery-modal-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 1rem;
  width: min(1320px, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  background: rgba(24, 24, 24, 0.96);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.room-gallery-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.room-gallery-modal-meta {
  display: grid;
  gap: 0.25rem;
}

.room-gallery-modal-meta .page-eyebrow {
  color: rgba(255, 255, 255, 0.65);
}

.room-gallery-modal-meta strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.room-gallery-modal-close,
.room-gallery-modal-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.room-gallery-modal-close:hover,
.room-gallery-modal-thumb:hover {
  transform: translateY(-1px);
}

.room-gallery-modal-nav:hover {
  background: rgba(255, 255, 255, 0.14);
}

.room-gallery-modal-close {
  min-height: 2.9rem;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  font-weight: 700;
}

.room-gallery-modal-stage {
  position: relative;
  min-height: 0;
}

.room-gallery-modal-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  font-size: 1.1rem;
  transform: translateY(-50%);
}

.room-gallery-modal-nav.is-previous {
  left: 1rem;
}

.room-gallery-modal-nav.is-next {
  right: 1rem;
}

.room-gallery-modal-figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.85rem;
  margin: 0;
  min-height: min(72vh, 820px);
}

.room-gallery-modal-canvas {
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 0;
  height: 100%;
  padding: 1rem 4.6rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.04), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.room-gallery-modal-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(64vh, 760px);
  border-radius: 1rem;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.03);
  transition: opacity 180ms ease;
}

.room-gallery-modal-image.is-swapping {
  opacity: 0.35;
}

.room-gallery-modal-caption {
  margin: 0;
  min-height: 1.55rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

.room-gallery-modal-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 0.7rem;
}

.room-gallery-modal-thumb {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 5.8rem;
  border: 2px solid transparent;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.room-gallery-modal-thumb.is-active {
  border-color: #ffffff;
}

.room-gallery-modal-thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-modal-open {
  overflow: hidden;
}

.room-subnav {
  position: sticky;
  top: 5.8rem;
  z-index: 1030;
  gap: 1.4rem;
  margin-top: 2rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.room-subnav a {
  color: var(--text-soft);
  font-weight: 700;
}

.room-subnav a:hover {
  color: var(--text-main);
}

.room-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 420px);
  gap: 3rem;
  margin-top: 2rem;
}

.room-section + .room-section {
  margin-top: 2.2rem;
  padding-top: 2.2rem;
  border-top: 1px solid var(--line);
}

.room-section-header h2,
.room-overview-head h2,
.room-host-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1.6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.room-overview-head p,
.room-copy-block p,
.room-highlight-card p,
.room-sleep-copy p,
.room-amenity-card p,
.room-review-card p,
.room-map-card p,
.room-host-note,
.room-policy-card p,
.room-policy-card li,
.room-booking-note {
  color: var(--text-soft);
  line-height: 1.65;
}

.room-host-badges {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.9rem;
  flex-wrap: wrap;
}

.room-host-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--surface-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.room-host-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffb698, #ff385c);
  color: #fff;
  box-shadow: var(--shadow-card);
}

.room-host-avatar span {
  font-size: 1.3rem;
  font-weight: 800;
}

.room-host-avatar.large {
  width: 5rem;
  height: 5rem;
}

.room-notice-banner {
  align-items: flex-start;
  gap: 0.85rem;
  margin-top: 1.6rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: #fff9f5;
}

.room-notice-banner i,
.room-highlight-card i,
.room-amenity-card i,
.room-report-link i {
  color: var(--accent-deep);
  font-size: 1.15rem;
}

.room-notice-banner strong,
.room-highlight-card h3,
.room-sleep-copy h3,
.room-amenity-card h3,
.room-policy-card h3,
.room-map-card h3 {
  margin: 0 0 0.35rem;
  font-weight: 800;
}

.room-notice-banner p,
.room-policy-card ul {
  margin: 0;
}

.room-highlight-grid,
.room-sleep-grid,
.room-amenity-grid,
.room-score-grid,
.room-review-grid,
.room-policy-grid {
  display: grid;
  gap: 1rem;
}

.room-highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.room-highlight-card,
.room-sleep-card,
.room-amenity-card,
.room-score-card,
.room-review-card,
.room-map-card,
.room-host-card,
.room-policy-card,
.room-booking-card {
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.room-highlight-card,
.room-amenity-card {
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.2rem;
}

.room-copy-block {
  display: grid;
  gap: 1rem;
}

.room-copy-block p,
.room-review-card p,
.room-policy-card p {
  margin: 0;
}

.room-sleep-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.room-sleep-card {
  overflow: hidden;
}

.room-sleep-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
}

.room-sleep-copy {
  padding: 1rem 1rem 1.15rem;
}

.room-amenity-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.room-score-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.room-score-card {
  padding: 1rem;
}

.room-score-card span {
  display: block;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.room-score-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.room-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.room-review-card,
.room-host-card,
.room-policy-card {
  padding: 1.25rem;
}

.room-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.room-review-head span {
  color: var(--text-faint);
  font-size: 0.9rem;
}

.room-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1rem;
}

.room-map-card {
  min-height: 17rem;
  padding: 1.45rem;
  background:
    radial-gradient(circle at top left, rgba(255, 56, 92, 0.12), transparent 36%),
    linear-gradient(180deg, #fff, #f8f8f8);
}

.room-location-copy {
  padding: 0.35rem 0;
}

.room-location-points {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding-left: 1.15rem;
}

.room-host-panel {
  max-width: 34rem;
}

.room-host-card-top {
  align-items: center;
  gap: 1rem;
}

.room-host-card-top p {
  margin: 0.35rem 0 0;
  color: var(--text-soft);
}

.room-host-note {
  margin: 1rem 0 1.2rem;
}

.room-policy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.room-policy-card ul {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.1rem;
}

.room-sidebar {
  position: relative;
}

.room-booking-card {
  position: sticky;
  top: 8.6rem;
  padding: 1.35rem;
}

.room-booking-price,
.room-booking-row,
.room-booking-total {
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.room-booking-price strong {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.room-booking-price span {
  color: var(--text-soft);
  font-size: 0.94rem;
}

.room-booking-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.room-booking-note-warning {
  color: #a95515;
}

.room-booking-form-secondary {
  margin-top: 0.85rem;
}

.room-booking-catalog-helper {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.85rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background:
    radial-gradient(circle at top right, rgba(255, 56, 92, 0.08), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #faf8f6 100%);
}

.room-booking-helper-label {
  display: inline-flex;
  width: fit-content;
  min-height: 1.9rem;
  align-items: center;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 56, 92, 0.1);
  color: var(--accent-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.room-booking-catalog-helper p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.room-booking-alert {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(184, 121, 30, 0.22);
  border-radius: 1rem;
  background:
    radial-gradient(circle at top right, rgba(255, 183, 77, 0.12), transparent 38%),
    linear-gradient(180deg, #fffaf2 0%, #fffdf8 100%);
}

.room-booking-alert strong {
  font-weight: 800;
}

.room-booking-alert p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.room-availability-card {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
}

.room-availability-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.room-availability-head h3 {
  margin: 0.25rem 0 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.room-availability-copy {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.room-availability-legend {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.room-availability-legend-swatch {
  display: inline-flex;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.3rem;
  border: 1px solid transparent;
}

.room-availability-legend-swatch.is-booked {
  border-color: #d6cdc0;
  background: #ebe4d8;
}

.room-availability-legend-swatch.is-blocked {
  border-color: #d3d8df;
  background: #e5e7eb;
}

.room-availability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.room-availability-month {
  display: grid;
  gap: 0.7rem;
}

.room-availability-month-label {
  margin: 0;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.room-availability-weekdays,
.room-availability-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.25rem;
}

.room-availability-weekdays span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.room-availability-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--text-main);
  font-size: 0.84rem;
  font-weight: 700;
}

.room-availability-day.is-blank {
  visibility: hidden;
}

.room-availability-day.is-past {
  color: #cfc6b9;
}

.room-availability-day.is-booked {
  border-color: #ddd3c3;
  background: #f3ece1;
  color: #95856b;
}

.room-availability-day.is-blocked {
  border-color: #cbd5e1;
  background: #e5e7eb;
  color: #475569;
}

.room-availability-day.is-selected-range {
  border-radius: 0.8rem;
  background: #f5f5f5;
}

.room-availability-day.is-selected-start,
.room-availability-day.is-selected-end {
  background: #111111;
  color: #ffffff;
}

.booking-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.booking-field {
  display: grid;
  gap: 0.45rem;
}

.booking-field span {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.booking-field-full {
  grid-column: 1 / -1;
}

.booking-input {
  width: 100%;
  min-height: 3.45rem;
  padding: 0 0.95rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.95rem;
  background: #fff;
}

.booking-input:focus {
  outline: none;
  border-color: var(--text-main);
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.08);
}

.room-booking-button {
  width: 100%;
  justify-content: center;
}

.room-booking-note {
  margin: 1rem 0 0;
  font-size: 0.92rem;
}

.room-booking-breakdown {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.room-booking-row strong,
.room-booking-total strong {
  font-weight: 800;
}

.room-booking-total {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 1rem;
  font-weight: 800;
}

.room-report-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  color: var(--text-soft);
  font-weight: 700;
}

.room-preview-banner {
  width: min(100%, 1600px);
  margin: 0 auto 1.5rem;
}

.room-empty-review-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: #fff;
}

.room-empty-review-card strong {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .room-availability-grid {
    grid-template-columns: 1fr;
  }
}

.room-empty-review-card p {
  margin: 0;
  color: var(--text-soft);
}

.host-room-shell,
.host-room-start-shell {
  padding: 2.25rem 0 4rem;
}

.host-room-topbar,
.host-wizard-topbar,
.host-room-card-head,
.host-room-card-actions,
.host-room-summary,
.host-wizard-top-actions,
.host-wizard-footer,
.host-wizard-footer-left,
.host-wizard-footer-right,
.host-review-card,
.host-review-summary,
.host-toggle-row,
.host-map-search-card {
  display: flex;
}

.host-room-topbar,
.host-wizard-topbar,
.host-room-card-head,
.host-room-card-actions,
.host-room-summary,
.host-wizard-top-actions,
.host-review-card {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.host-room-hero,
.host-room-start-hero,
.host-wizard-sidebar-card,
.host-step-panel {
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.host-room-hero,
.host-room-start-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  padding: 2rem;
}

.host-room-hero h1,
.host-room-start-hero h1,
.host-wizard-sidebar-card h1,
.host-step-section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.host-room-hero p,
.host-room-start-hero p,
.host-wizard-sidebar-card p,
.host-step-section-heading p,
.host-room-card-note,
.host-room-start-list li,
.host-photo-tip p,
.host-review-card p,
.host-toggle-row p {
  color: var(--text-soft);
  line-height: 1.6;
}

.host-room-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.host-room-summary-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: var(--surface-subtle);
}

.host-room-summary-card span {
  display: block;
  color: var(--text-soft);
  font-size: 0.88rem;
}

.host-room-summary-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.8rem;
  font-weight: 800;
}

.host-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.host-room-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.host-room-card,
.host-room-start-card,
.host-wizard-sidebar-card,
.host-step-panel,
.host-photo-tip,
.host-review-card {
  overflow: hidden;
}

.host-room-card {
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.host-room-card-media {
  position: relative;
  background: #f2f2f2;
}

.host-room-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.host-room-status {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
}

.host-room-status.is-published {
  color: #16693b;
}

.host-room-status.is-draft {
  color: var(--accent-deep);
}

.host-room-card-body {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
}

.host-room-card-head h2,
.host-room-start-card h2,
.host-wizard-sidebar-card h2,
.host-review-summary h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.host-room-card-head p,
.host-review-summary p {
  margin: 0.35rem 0 0;
  color: var(--text-soft);
}

.host-room-progress-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 56, 92, 0.08);
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.host-room-progress-bar {
  height: 0.55rem;
  border-radius: 999px;
  background: #f0f0f0;
}

.host-room-progress-bar span,
.host-wizard-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), #ff7a59);
}

.host-room-card-stats {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.host-room-card-note {
  margin: 0;
}

.host-room-create-button,
.host-room-action,
.host-room-start-button,
.host-wizard-primary-button {
  min-height: 3.2rem;
}

.host-room-start-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.host-room-start-card {
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.host-room-start-list {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding-left: 1.15rem;
}

.host-room-start-cta {
  margin-top: 1.5rem;
}

.host-wizard-shell {
  padding: 1.75rem 0 4rem;
  background:
    radial-gradient(circle at top left, rgba(255, 56, 92, 0.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, #faf8f6 100%);
}

.host-wizard-progress {
  margin-top: 1.25rem;
}

.host-wizard-progress-bar {
  height: 0.6rem;
  border-radius: 999px;
  background: #ececec;
}

.host-wizard-progress-steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.host-wizard-progress-step {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.84);
}

.host-wizard-progress-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--surface-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.host-wizard-progress-step strong {
  font-size: 0.92rem;
  font-weight: 800;
}

.host-wizard-progress-step.is-current {
  border-color: rgba(255, 56, 92, 0.35);
  box-shadow: 0 12px 26px rgba(255, 56, 92, 0.08);
}

.host-wizard-progress-step.is-current span,
.host-wizard-progress-step.is-complete span {
  background: linear-gradient(135deg, var(--accent), #ff7a59);
  color: #fff;
}

.host-wizard-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.host-wizard-sidebar {
  display: grid;
  gap: 1rem;
  align-self: start;
  position: sticky;
  top: 7rem;
}

.host-wizard-sidebar-card {
  padding: 1.5rem;
}

.host-wizard-sidebar-card.compact h2 {
  font-size: 1rem;
}

.host-wizard-stage {
  display: grid;
  gap: 1rem;
}

.host-wizard-form,
.host-step-content {
  display: grid;
  gap: 1.25rem;
}

.host-step-panel {
  padding: 1.6rem;
}

.host-step-section-heading h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.95rem);
}

.host-step-section-heading p,
.host-choice-card p {
  margin: 0.45rem 0 0;
}

.host-choice-card-note {
  font-size: 0.82rem;
  line-height: 1.45;
}

.host-choice-grid,
.host-counter-grid,
.host-form-grid,
.host-photo-tip-grid,
.host-photo-grid,
.host-review-grid,
.host-policy-grid,
.host-rule-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
}

.host-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.host-choice-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.host-choice-grid-three,
.host-counter-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.property-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 34rem;
  overflow: auto;
  padding-right: 0.3rem;
}

.host-choice-card,
.host-field-card,
.host-photo-tip,
.host-review-card,
.host-toggle-card,
.host-policy-card {
  position: relative;
  padding: 1.1rem;
  border: 1px solid var(--line-strong);
  border-radius: 1.2rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.host-choice-card strong,
.host-field-card span,
.host-toggle-card strong,
.host-policy-card strong,
.host-photo-tip strong,
.host-review-card strong,
.host-photo-dropzone h3 {
  font-weight: 800;
}

.host-choice-card:hover,
.host-toggle-card:hover,
.host-policy-card:hover,
.host-field-card:hover {
  border-color: rgba(255, 56, 92, 0.35);
  box-shadow: 0 10px 24px rgba(255, 56, 92, 0.08);
  transform: translateY(-1px);
}

.host-choice-card.is-selected,
.host-choice-card:has(input:checked),
.choice-card-checkbox.is-selected,
.choice-card-checkbox:has(input:checked),
.host-toggle-card.is-selected,
.host-toggle-card:has(input:checked),
.host-policy-card.is-selected,
.host-policy-card:has(input:checked) {
  border-color: var(--text-main);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.03) 0%, rgba(17, 17, 17, 0.01) 100%),
    #fff;
}

.host-choice-card::after,
.host-toggle-card::after,
.host-policy-card::after {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.22);
  background: #fff;
  box-shadow: 0 0 0 0 rgba(17, 17, 17, 0);
  content: "";
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  pointer-events: none;
}

.host-choice-card.is-selected::after,
.host-choice-card:has(input:checked)::after,
.choice-card-checkbox.is-selected::after,
.choice-card-checkbox:has(input:checked)::after,
.host-toggle-card.is-selected::after,
.host-toggle-card:has(input:checked)::after,
.host-policy-card.is-selected::after,
.host-policy-card:has(input:checked)::after {
  opacity: 1;
  transform: scale(1);
  background: var(--text-main);
  border-color: var(--text-main);
  box-shadow: inset 0 0 0 0.2rem #fff;
}

.host-choice-card.compact {
  min-height: 6.2rem;
}

.host-choice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.85rem;
  border-radius: 1rem;
  background: var(--surface-muted);
  font-size: 1.25rem;
}

.choice-card-detail {
  min-height: 11rem;
}

.host-choice-input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.host-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.host-form-grid.single-column {
  grid-template-columns: 1fr;
}

.host-field-span-two {
  grid-column: span 2;
}

.host-field-card span,
.auth-textarea {
  display: block;
}

.auth-textarea {
  min-height: 8rem;
  padding: 0.9rem 1rem;
  resize: vertical;
}

.location-panel {
  overflow: hidden;
}

.host-map-shell {
  position: relative;
  min-height: 28rem;
  margin-top: 1.2rem;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 25% 30%, rgba(135, 210, 184, 0.72), transparent 18%),
    radial-gradient(circle at 78% 68%, rgba(114, 192, 227, 0.5), transparent 22%),
    linear-gradient(135deg, #daf4de 0%, #e9f7f4 42%, #f3efe5 100%);
}

.host-map-shell::before,
.host-map-shell::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(120deg, transparent 0, transparent 47%, rgba(114, 192, 227, 0.34) 48%, transparent 50%, transparent 100%),
    linear-gradient(25deg, transparent 0, transparent 70%, rgba(179, 164, 140, 0.28) 71%, transparent 73%, transparent 100%);
  opacity: 0.8;
}

.host-map-search-card {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  right: 1.4rem;
  z-index: 1;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.08);
}

.host-map-search-card i {
  font-size: 1.5rem;
}

.host-map-search-card p {
  margin: 0.25rem 0 0;
  color: var(--text-soft);
}

.host-map-preview {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.host-map-pin {
  position: relative;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: #111;
  box-shadow: 0 0 0 0.55rem rgba(255, 255, 255, 0.75);
}

.host-map-bubble {
  position: absolute;
  bottom: 3.2rem;
  display: grid;
  gap: 0.3rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.host-map-bubble span {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.host-toggle-row {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: var(--surface-subtle);
}

.host-toggle-row strong {
  display: block;
  font-weight: 800;
}

.host-toggle-row p {
  margin: 0.3rem 0 0;
}

.host-toggle-input {
  appearance: none;
  position: relative;
  width: 3.6rem;
  height: 2.1rem;
  border-radius: 999px;
  background: #b5b5b5;
  cursor: pointer;
  transition: background 0.2s ease;
}

.host-toggle-input::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: transform 0.2s ease;
}

.host-toggle-input:checked {
  background: var(--text-main);
}

.host-toggle-input:checked::after {
  transform: translateX(1.5rem);
}

.host-photo-dropzone {
  display: grid;
  place-items: center;
  gap: 0.75rem;
  min-height: 24rem;
  margin-top: 1.15rem;
  padding: 2rem;
  border: 2px dashed #cfcfcf;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, #fff, #fafafa);
  text-align: center;
}

.host-photo-illustration {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1.8rem;
  background: var(--surface-muted);
  font-size: 2rem;
}

.host-photo-dropzone p {
  max-width: 32rem;
  margin: 0;
  color: var(--text-soft);
}

.host-photo-input {
  width: min(24rem, 100%);
}

.host-photo-tip-grid,
.host-photo-grid,
.host-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.host-photo-card {
  display: grid;
  gap: 0.65rem;
}

.host-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.1 / 1;
  border-radius: 1rem;
  object-fit: cover;
}

.host-photo-card-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
}

.host-empty-gallery {
  padding: 1.3rem;
  border: 1px dashed var(--line-strong);
  border-radius: 1.2rem;
  text-align: center;
  color: var(--text-soft);
}

.host-rule-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.host-toggle-card {
  min-height: 9.5rem;
}

.host-toggle-card p {
  margin: 0.45rem 0 0;
}

.host-policy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.host-policy-card {
  min-height: 12rem;
}

.host-policy-card p {
  margin: 0.8rem 0 0;
  color: var(--text-soft);
}

.host-policy-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

.host-review-grid {
  margin-top: 1rem;
}

.host-review-card {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line-strong);
  border-radius: 1.2rem;
  background: #fff;
}

.host-review-card span {
  color: var(--text-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.host-review-card.is-complete {
  border-color: rgba(22, 105, 59, 0.28);
  background: #f6fff9;
}

.host-review-summary {
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: #fff;
}

.host-review-cover {
  width: min(18rem, 36%);
  flex: 0 0 auto;
}

.host-review-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  border-radius: 1.2rem;
  object-fit: cover;
}

.host-review-copy {
  display: grid;
  gap: 0.75rem;
}

.host-wizard-footer {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 0;
}

.host-wizard-secondary-button {
  border: 1px solid var(--line);
  background: #fff;
}

.host-dashboard-rooms {
  margin-top: 2rem;
}

.hero-section {
  padding-top: 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
  gap: 1.5rem;
}

.single-column {
  grid-template-columns: 1fr;
}

.hero-copy,
.hero-panel,
.faq-card,
.resource-card,
.step-card,
.host-summary-card,
.host-focus-card,
.marketing-card,
.metric-card {
  padding: 1.75rem;
}

.resource-card,
.marketing-card,
.step-card {
  border-radius: 1.55rem;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.hero-copy p {
  max-width: 44rem;
  margin: 0 0 1.35rem;
  font-size: 1.02rem;
}

.hero-panel {
  background: linear-gradient(180deg, #fff, #fff7f4);
}

.marketing-list,
.marketing-step-list,
.resource-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.marketing-list li,
.marketing-step-list li,
.resource-card li {
  margin: 0.55rem 0;
}

.marketing-chip-list {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.marketing-chip-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
}

.marketing-chip-list li.is-active {
  border-color: var(--text-main);
  background: rgba(34, 34, 34, 0.06);
}

.marketing-chip-list.inline li a {
  color: inherit;
}

.marketing-chip-list.block {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.metric-grid,
.marketing-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card,
.marketing-card {
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background: #fff;
}

.metric-card strong,
.marketing-card h3,
.faq-item h3,
.resource-card h2,
.step-card h3,
.member-highlight-card strong,
.member-user-card strong,
.host-summary-card strong {
  display: block;
  margin: 0 0 0.45rem;
  font-weight: 800;
}

.resource-card {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.metric-card strong {
  font-size: 1.18rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.3rem;
}

.faq-item {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: var(--surface-subtle);
}

.host-homes-hero-grid {
  align-items: stretch;
}

.host-homes-copy {
  background:
    radial-gradient(circle at top right, rgba(17, 17, 17, 0.05), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.hero-section-cohosts .hero-copy,
.hero-section-refer .hero-copy,
.hero-section-resources .hero-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hero-section-cohosts .hero-panel,
.hero-section-refer .hero-panel,
.hero-section-resources .hero-copy,
.hero-section-hosting .hero-panel {
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.host-homes-copy h1 {
  max-width: 11ch;
  font-size: clamp(2.3rem, 4.8vw, 4.2rem);
}

.host-homes-copy p {
  max-width: 38rem;
  margin-bottom: 1.55rem;
}

.host-homes-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.55rem;
}

.host-homes-proof-item {
  display: grid;
  gap: 0.35rem;
  padding: 1.05rem 1.05rem 1.1rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.host-homes-proof-item strong {
  display: block;
  margin: 0;
  font-size: 0.96rem;
  font-weight: 800;
}

.host-homes-proof-item span {
  color: var(--text-soft);
  font-size: 0.93rem;
  line-height: 1.55;
}

.host-homes-actions {
  gap: 0.75rem;
}

.host-marketing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text-main);
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.host-marketing-button:hover {
  background: var(--surface-subtle);
  color: var(--text-main);
  transform: translateY(-1px);
}

.host-marketing-button-primary {
  border-color: #111111;
  background: linear-gradient(180deg, #2d2d2d 0%, #111111 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.host-marketing-button-primary:hover {
  background: linear-gradient(180deg, #383838 0%, #111111 100%);
  color: #ffffff;
}

.hero-action-form .host-marketing-button {
  width: auto;
}

.host-homes-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.host-homes-panel h2 {
  max-width: 16ch;
}

.host-estimate-figure {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.74);
}

.host-estimate-figure strong {
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.host-estimate-figure span {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.5;
}

.host-estimate-form {
  display: grid;
  gap: 0.95rem;
}

.host-estimate-label {
  display: grid;
  gap: 0.45rem;
}

.host-estimate-label span {
  color: var(--text-faint);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.host-estimate-submit {
  min-width: 11.5rem;
  justify-self: start;
}

.host-estimate-footnote {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.2rem;
  border-top: 1px solid var(--line);
}

.host-estimate-footnote strong {
  font-size: 0.88rem;
  font-weight: 800;
}

.host-estimate-footnote span {
  color: var(--text-soft);
  font-size: 0.93rem;
  line-height: 1.6;
}

.host-homes-section-heading {
  margin-bottom: 1.35rem;
}

.host-homes-section-heading p {
  max-width: 41rem;
  margin: 0.4rem 0 0;
  color: var(--text-soft);
}

.host-homes-benefit-card {
  padding: 1.4rem 1.35rem;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.host-homes-benefit-card p {
  margin: 0;
  font-size: 0.95rem;
}

.host-homes-highlight {
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fff8f1 100%);
}

.host-homes-highlight h2 {
  margin: 0.15rem 0 0.45rem;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.host-homes-faq .faq-item {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.host-homes-faq .faq-item p {
  margin: 0.2rem 0 0;
}

.resource-search {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.35rem;
}

.help-search,
.help-audience-list,
.city-scope-list {
  margin-top: 0.25rem;
}

.resource-search-input {
  width: min(42rem, 100%);
  min-height: 3.5rem;
  padding: 0 1rem;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.resource-search-input:focus {
  outline: none;
  border-color: var(--text-main);
}

.resource-search-button {
  width: auto;
  min-height: 3.5rem;
  padding: 0 1.15rem;
  border-radius: 1rem;
}

.resource-search-button .search-button-text {
  display: inline;
}

.resource-section-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 1.5rem;
}

.notice-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.3rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 56, 92, 0.08);
}

.host-estimate-form,
.co-host-form {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.form-panel {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.08);
}

.host-estimate-label,
.auth-field {
  display: grid;
  gap: 0.5rem;
}

.auth-field-label,
.host-estimate-label span {
  font-size: 0.86rem;
  font-weight: 800;
}

.two-column-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.auth-input {
  width: 100%;
  min-height: 3.6rem;
  padding: 0 1rem;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.96);
}

.auth-input:focus {
  outline: none;
  border-color: var(--text-main);
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.08);
}

.auth-input-muted {
  background: var(--surface-muted);
  color: var(--text-soft);
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.consent-row input {
  margin-top: 0.32rem;
}

.step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: #fff;
}

.step-number {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--accent-deep);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.city-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.city-links-heading {
  margin-top: 1.75rem;
}

.city-link {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
}

.support-card-link {
  display: block;
  color: inherit;
}

.support-card-link:hover {
  color: inherit;
}

.footer-surface {
  margin-top: 0.5rem;
  padding: 3rem 0 1.75rem;
  background: var(--surface-muted);
  border-top: 1px solid var(--line);
}

.inspiration-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.inspiration-tabs .nav-item {
  list-style: none;
}

.inspiration-tabs .nav-link {
  padding: 0.15rem 0;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.inspiration-tabs .nav-link.active,
.inspiration-tabs .nav-link:hover {
  color: var(--text-main);
  border-bottom-color: var(--text-main);
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.5rem;
}

.inspiration-column {
  display: grid;
  gap: 1.15rem;
}

.inspiration-city {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 800;
}

.inspiration-label {
  display: block;
  margin-top: 0.2rem;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.footer-links-zone {
  margin-top: 3rem;
  padding: 2.5rem 0 2rem;
  border-top: 1px solid var(--line);
}

.footer-links-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-group h3 {
  margin: 0 0 1rem;
  font-size: 0.96rem;
  font-weight: 800;
}

.footer-group ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.footer-group a {
  color: #3c3c3c;
  font-size: 0.94rem;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: #444;
  font-size: 0.92rem;
}

.footer-meta-left,
.footer-meta-right {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-meta-right a {
  font-size: 1rem;
}

.auth-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 12rem);
  padding: 2rem 0;
  overflow: hidden;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 8rem 2rem 2rem;
  pointer-events: none;
}

.auth-poster {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 16rem;
  padding: 1.4rem;
  border-radius: 2rem;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.auth-poster:nth-child(1) { background: linear-gradient(135deg, #8cc2ff, #f7d6b0); }
.auth-poster:nth-child(2) { background: linear-gradient(135deg, #6657ff, #ff8f70); }
.auth-poster:nth-child(3) { background: linear-gradient(135deg, #f0b94d, #ff6c85); }
.auth-poster:nth-child(4) { background: linear-gradient(135deg, #6ab65b, #103d30); }
.auth-poster:nth-child(5) { background: linear-gradient(135deg, #173b93, #47b4c7); }
.auth-poster:nth-child(6) { background: linear-gradient(135deg, #7b5df6, #f5a6b8); }
.auth-poster:nth-child(7) { background: linear-gradient(135deg, #f5a14b, #4f3d8c); }

.auth-card {
  position: relative;
  z-index: 1;
  width: min(35rem, calc(100% - 2rem));
}

.auth-header {
  display: grid;
  grid-template-columns: 3rem 1fr 3rem;
  align-items: center;
  gap: 0.5rem;
  min-height: 4.5rem;
  padding: 0 1rem;
  border-bottom: 1px solid var(--line);
}

.auth-header h1 {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
}

.auth-close-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.auth-card-body {
  padding: 1.8rem 2rem 2rem;
}

.auth-branding {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.auth-brandmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--accent), #ff7a59);
  color: #fff;
  font-size: 1.5rem;
}

.auth-kicker {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.auth-subtitle,
.auth-helper-copy,
.auth-switch-copy,
.auth-step-copy p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.auth-error-card {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #fff1f3;
  color: #9f1239;
}

.auth-error-card p,
.auth-error-card ul {
  margin: 0;
}

.auth-form {
  display: grid;
  gap: 1rem;
}

.auth-step-copy {
  margin-bottom: 1rem;
}

.auth-step-copy strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.15rem;
}

.auth-step-label {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--text-faint);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-divider {
  position: relative;
  margin: 1.35rem 0 1.15rem;
  text-align: center;
}

.auth-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--line);
}

.auth-divider span {
  position: relative;
  padding: 0 0.9rem;
  background: #fff;
  color: var(--text-faint);
}

.social-actions {
  display: grid;
  gap: 0.85rem;
}

.social-actions form {
  margin: 0;
}

.social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 3.6rem;
  width: 100%;
  padding: 0 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.95rem;
  background: #fff;
  font-size: 0.96rem;
  font-weight: 700;
}

.social-button:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.social-icon {
  display: inline-flex;
  width: 1.5rem;
  justify-content: center;
}

.social-google {
  color: #4285f4;
  font-weight: 800;
}

.auth-inline-link {
  color: var(--text-main);
  font-weight: 800;
}

.auth-shell .footer-surface {
  margin-top: 2rem;
}

.member-wrap {
  padding: 2.25rem 0 4.5rem;
}

.member-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.member-back-link {
  gap: 0.55rem;
  max-width: 100%;
  line-height: 1.3;
  flex-wrap: wrap;
}

.member-top-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-nav {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  margin-bottom: 1.5rem;
  padding-bottom: 0.2rem;
  scrollbar-width: none;
}

.member-nav::-webkit-scrollbar {
  display: none;
}

.member-nav-link {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text-soft);
}

.member-nav-link.active {
  border-color: var(--text-main);
  color: var(--text-main);
}

.member-surface {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.98fr);
  gap: 1.6rem;
  align-items: start;
}

.member-card,
.member-user-card,
.member-support-card,
.host-focus-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
}

.member-card::before,
.member-support-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 11rem;
  background: radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 44%);
  pointer-events: none;
}

.member-card > *,
.member-support-card > * {
  position: relative;
  z-index: 1;
}

.member-eyebrow,
.member-highlight-label,
.member-user-label,
.host-summary-label {
  display: inline-flex;
  margin-bottom: 0.35rem;
  color: var(--text-faint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.75rem;
  gap: 1rem;
}

.member-saved-listings {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.member-listing-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.member-listing-header h2,
.member-empty-state h2 {
  margin: 0;
}

.member-listing-header p {
  margin: 0.45rem 0 0;
}

.member-listing-grid {
  width: 100%;
}

.member-empty-state {
  align-items: flex-start;
  gap: 0.8rem;
  flex-direction: column;
  padding: 2rem;
}

.wishlist-collection-row,
.wishlist-form-row,
.wishlist-manage-actions,
.wishlist-listing-meta,
.wishlist-move-form {
  display: flex;
}

.wishlist-collection-row {
  gap: 0.75rem;
  flex-wrap: wrap;
}

.wishlist-collection-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.7rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--text-soft);
  font-weight: 700;
}

.wishlist-collection-link strong {
  display: inline-flex;
  min-width: 1.7rem;
  min-height: 1.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--surface-subtle);
  color: var(--text-main);
  font-size: 0.82rem;
}

.wishlist-collection-link.active {
  border-color: var(--text-main);
  color: var(--text-main);
}

.wishlist-manage-grid,
.wishlist-listing-grid {
  display: grid;
  gap: 1rem;
}

.wishlist-manage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wishlist-manage-card,
.wishlist-listing-card {
  display: grid;
  gap: 0.95rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: #fff;
}

.wishlist-create-form,
.wishlist-rename-form {
  display: grid;
  gap: 0.7rem;
}

.wishlist-form-row,
.wishlist-manage-actions,
.wishlist-move-form {
  gap: 0.7rem;
  align-items: center;
}

.wishlist-input,
.wishlist-select {
  width: 100%;
  min-height: 2.9rem;
  padding: 0 0.85rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.9rem;
  background: #fff;
}

.wishlist-input:focus,
.wishlist-select:focus {
  outline: none;
  border-color: var(--text-main);
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.08);
}

.wishlist-create-button {
  min-width: 7rem;
  justify-content: center;
}

.wishlist-inline-button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.wishlist-inline-button.is-danger {
  color: #b42318;
}

.wishlist-form-error {
  margin: 0;
  color: #b42318;
  font-size: 0.88rem;
}

.wishlist-selected-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.wishlist-selected-head h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.wishlist-selected-head p {
  margin: 0.35rem 0 0;
  color: var(--text-soft);
}

.wishlist-default-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 56, 92, 0.11);
  color: var(--accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
}

.wishlist-default-pill.is-soft {
  background: var(--surface-subtle);
  color: var(--text-soft);
}

.wishlist-listing-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.wishlist-listing-controls {
  display: grid;
  gap: 0.75rem;
}

.wishlist-listing-meta {
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--text-soft);
  font-size: 0.88rem;
}

.settings-hero-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.95fr);
  gap: 1rem;
  margin-top: 1.75rem;
  padding: 1.6rem;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 1.7rem;
  background: var(--settings-hero-background);
  overflow: hidden;
}

.settings-hero-band::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: var(--settings-hero-orb);
}

.settings-hero-copy,
.settings-hero-panel {
  position: relative;
  z-index: 1;
}

.settings-hero-copy {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.settings-hero-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.settings-hero-copy h2 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.settings-hero-copy p {
  margin: 0;
  max-width: 38rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.settings-hero-panel {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.settings-hero-stat {
  display: grid;
  gap: 0.4rem;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.06);
}

.settings-hero-stat span {
  color: var(--text-faint);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.settings-hero-stat strong {
  font-size: 1rem;
  font-weight: 800;
}

.settings-hero-stat p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.settings-anchor-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.settings-anchor-card {
  display: grid;
  gap: 0.5rem;
  min-height: 10rem;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 1.25rem;
  background: #fff;
  color: var(--text-main);
  box-shadow: 0 16px 30px rgba(17, 17, 17, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.settings-anchor-card:hover,
.settings-rail-link:hover,
.settings-link-row:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, 0.14);
  box-shadow: 0 22px 34px rgba(17, 17, 17, 0.08);
}

.settings-anchor-card strong {
  font-size: 0.95rem;
  font-weight: 800;
}

.settings-anchor-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.settings-anchor-value {
  align-self: end;
  color: var(--text-main);
  font-size: 0.82rem;
  font-weight: 800;
}

.settings-workspace {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
  align-items: start;
}

.settings-rail-card {
  position: sticky;
  top: 1.2rem;
  display: grid;
  gap: 0.9rem;
  padding: 1.2rem;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8f6f2 100%);
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.05);
}

.settings-rail-card h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
}

.settings-rail-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.settings-rail-links,
.settings-link-list,
.settings-aside-list {
  display: grid;
  gap: 0.75rem;
}

.settings-rail-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-main);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.settings-rail-link strong {
  display: block;
  margin-bottom: 0.22rem;
  font-size: 0.92rem;
  font-weight: 800;
}

.settings-rail-link p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
}

.settings-section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.settings-card {
  display: grid;
  gap: 1.1rem;
  padding: 1.45rem;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 1.5rem;
  background: var(--settings-card-background);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.05);
}

.settings-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.settings-card-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.settings-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 1rem;
  background: var(--icon-badge-gradient);
  color: #fff;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.18);
}

.settings-icon-badge.is-small {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.85rem;
  font-size: 0.92rem;
}

.settings-icon-badge.is-muted {
  background: var(--icon-badge-muted-gradient);
  box-shadow: none;
}

.settings-card-head h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.settings-card-head p {
  margin: 0.4rem 0 0;
  color: var(--text-soft);
}

.settings-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-main);
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.settings-status-pill.is-attention {
  border-color: rgba(255, 56, 92, 0.18);
  background: rgba(255, 56, 92, 0.1);
  color: var(--accent-deep);
}

.settings-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.settings-form {
  display: grid;
  gap: 1rem;
}

.settings-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.settings-form-span {
  grid-column: 1 / -1;
}

.settings-card .auth-field-label {
  margin-bottom: 0.45rem;
}

.settings-card .auth-input,
.settings-card select.auth-input {
  min-height: 3.15rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 1rem;
  background: #fbfaf8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.settings-card .auth-input:focus,
.settings-card select.auth-input:focus {
  background: #fff;
  border-color: rgba(255, 56, 92, 0.44);
  box-shadow: 0 0 0 4px rgba(255, 56, 92, 0.1);
}

.settings-form-actions {
  display: flex;
  justify-content: flex-end;
}

.settings-submit-button {
  width: auto;
  min-width: 13rem;
  box-shadow: 0 18px 28px rgba(255, 56, 92, 0.2);
}

.settings-error-card {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(180, 35, 24, 0.22);
  border-radius: 1rem;
  background: rgba(180, 35, 24, 0.06);
  color: #8f1d15;
}

.settings-error-card ul {
  margin: 0;
  padding-left: 1rem;
}

.settings-inline-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.settings-toggle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.settings-toggle-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 242, 0.95));
}

.settings-toggle-row strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.96rem;
}

.settings-toggle-row p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.settings-checkbox {
  position: relative;
  flex: 0 0 auto;
  width: 3.25rem;
  height: 1.95rem;
  margin: 0;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  background: #d6dae2;
  appearance: none;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.settings-checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(17, 17, 17, 0.2);
  transform: translateY(-50%);
  transition: left 180ms ease;
}

.settings-checkbox:checked {
  border-color: rgba(255, 56, 92, 0.45);
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
}

.settings-checkbox:checked::after {
  left: calc(100% - 1.65rem);
}

.settings-aside-card {
  display: grid;
  gap: 0.95rem;
  background: var(--aside-soft-gradient);
}

.settings-aside-row,
.settings-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.settings-aside-row {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}

.settings-aside-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.settings-link-row {
  min-height: 2.9rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1rem;
  background: #fff;
  color: var(--text-main);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.settings-link-row i {
  color: var(--text-soft);
}

.settings-logout-form {
  width: 100%;
}

.settings-logout-button {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1rem;
  background: #fff;
  color: var(--text-main);
  cursor: pointer;
}

.notification-hero-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.9fr);
  gap: 1rem;
  margin-top: 1.75rem;
  padding: 1.55rem;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 1.7rem;
  background: var(--notification-hero-background);
}

.notification-hero-copy,
.notification-hero-actions {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.notification-hero-copy h2 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.8rem, 2.4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.notification-hero-copy p {
  margin: 0;
  max-width: 40rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.notification-hero-actions {
  align-content: start;
}

.notification-hero-stat {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 30px rgba(17, 17, 17, 0.05);
}

.notification-hero-stat span {
  color: var(--text-faint);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.notification-hero-stat strong {
  font-size: 1rem;
  font-weight: 800;
}

.notification-hero-stat p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.notification-mark-all-form {
  width: 100%;
}

.notification-mark-all-button {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1rem;
  background: #fff;
  cursor: pointer;
}

.notification-section + .notification-section {
  margin-top: 1.6rem;
}

.notification-stack {
  display: grid;
  gap: 1rem;
}

.notification-card {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.45rem;
  background: var(--notification-card-background);
  box-shadow: 0 16px 30px rgba(17, 17, 17, 0.05);
}

.notification-card.is-unread {
  border-color: rgba(255, 56, 92, 0.16);
  box-shadow: 0 20px 36px rgba(255, 56, 92, 0.08);
}

.notification-card-head,
.notification-card-meta,
.notification-actor-card,
.notification-contact-list,
.notification-actions {
  display: flex;
}

.notification-card-head,
.notification-actor-card {
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.notification-card-head h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.notification-card-meta {
  flex-direction: column;
  align-items: flex-end;
  gap: 0.55rem;
  color: var(--text-soft);
  font-size: 0.86rem;
  white-space: nowrap;
}

.notification-card-body {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.notification-detail-grid,
.review-rating-grid {
  display: grid;
  gap: 0.85rem;
}

.notification-detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.notification-detail-card {
  display: grid;
  gap: 0.28rem;
  padding: 0.95rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.8);
}

.notification-detail-card span {
  color: var(--text-faint);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.notification-detail-card strong {
  font-size: 0.96rem;
  font-weight: 800;
}

.notification-detail-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.notification-actor-card {
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 1.15rem;
  background: var(--notification-actor-background);
}

.notification-actor-card strong {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 1rem;
  font-weight: 800;
}

.notification-actor-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.notification-contact-list {
  flex-direction: column;
  gap: 0.45rem;
  color: var(--text-main);
  font-size: 0.9rem;
  font-weight: 700;
}

.notification-contact-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.notification-actions {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.notification-primary-action {
  width: auto;
  min-width: 12rem;
}

.notification-read-form {
  display: inline-flex;
}

.notification-secondary-action {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.notification-aside-card,
.review-form-card {
  display: grid;
  gap: 0.95rem;
}

.notification-empty-state {
  margin-top: 1.5rem;
}

.review-hero-band {
  margin-top: 0;
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
  gap: 1rem;
  margin-top: 1.5rem;
  align-items: start;
}

.review-form {
  display: grid;
  gap: 1rem;
}

.review-rating-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.review-rating-option {
  display: block;
  margin: 0;
}

.review-rating-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.review-rating-card {
  display: grid;
  gap: 0.35rem;
  min-height: 6.5rem;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.09);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8f6f2 100%);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.review-rating-card strong {
  font-size: 0.96rem;
  font-weight: 800;
}

.review-rating-card span {
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.review-rating-option:hover .review-rating-card {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, 0.16);
  box-shadow: 0 18px 32px rgba(17, 17, 17, 0.07);
}

.review-rating-input:checked + .review-rating-card {
  border-color: rgba(255, 56, 92, 0.34);
  background: linear-gradient(180deg, rgba(255, 56, 92, 0.12) 0%, #fff 100%);
  box-shadow: 0 18px 34px rgba(255, 56, 92, 0.12);
}

.review-textarea {
  min-height: 12rem;
}

.member-highlight-card,
.host-summary-card {
  padding: 1.3rem 1.35rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.94) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.member-user-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.member-aside {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.member-aside .member-support-card:first-child {
  position: sticky;
  top: 1.5rem;
}

.member-role-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: #ffe8ed;
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.host-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.75rem;
}

.host-focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

@media (max-width: 1199px) {
  .page-shell {
    width: min(100% - 2rem, 1200px);
  }

  .site-header-top {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brand-link,
  .account-actions {
    justify-self: stretch;
  }

  .brand-link,
  .account-actions {
    justify-content: center;
  }

  .category-tools {
    display: none;
  }

  .hero-grid,
  .room-content-grid,
  .host-room-hero,
  .host-room-start-hero,
  .metric-grid,
  .marketing-card-grid,
  .step-grid,
  .city-link-grid,
  .member-surface,
  .settings-hero-band,
  .settings-workspace,
  .notification-hero-band,
  .conversation-hero,
  .conversation-booking-banner,
  .review-layout,
  .host-focus-grid {
    grid-template-columns: 1fr;
  }

  .host-wizard-layout,
  .host-room-start-grid,
  .host-room-grid,
  .host-room-grid.compact,
  .host-photo-tip-grid,
  .host-photo-grid,
  .host-review-grid,
  .host-room-summary {
    grid-template-columns: 1fr;
  }

  .host-wizard-sidebar {
    position: static;
  }

  .settings-rail-card {
    position: static;
  }

  .member-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room-gallery-grid,
  .room-location-grid,
  .room-highlight-grid,
  .room-review-grid,
  .room-policy-grid {
    grid-template-columns: 1fr;
  }

  .room-sleep-grid,
  .room-score-grid {
    grid-template-columns: 1fr 1fr;
  }

  .marketing-chip-list.block {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .inspiration-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .host-homes-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .search-panel {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    border-radius: 1.5rem;
  }

  .search-divider {
    display: none;
  }

  .search-button {
    width: 100%;
    height: 3.35rem;
    border-radius: 1rem;
  }

  .search-button-text {
    display: inline;
  }

  .search-result-banner-inner,
  .highlight-strip,
  .resource-search {
    align-items: flex-start;
    flex-direction: column;
  }

  .search-preview-actions {
    width: 100%;
    justify-items: flex-start;
  }

  .checkout-page-heading,
  .checkout-status-card.is-payment,
  .checkout-status-card.is-confirmed,
  .checkout-status-card.is-unavailable {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .checkout-layout,
  .checkout-hero-card {
    grid-template-columns: 1fr;
  }

  .checkout-status-aside {
    justify-items: flex-start;
    width: 100%;
  }

  .checkout-status-note {
    max-width: none;
    text-align: left;
  }

  .room-gallery-modal-dialog {
    width: calc(100% - 1.5rem);
    max-height: calc(100vh - 1.5rem);
    margin: 0.75rem auto;
  }

  .room-gallery-modal-nav {
    width: 3rem;
    height: 3rem;
  }

  .room-gallery-modal-nav.is-previous {
    left: 0.9rem;
  }

  .room-gallery-modal-nav.is-next {
    right: 0.9rem;
  }

  .checkout-receipt-card {
    position: static;
  }

  .checkout-fact-grid,
  .checkout-trust-grid,
  .checkout-trust-grid.compact {
    grid-template-columns: 1fr 1fr;
  }

  .search-preview-note {
    max-width: none;
    text-align: left;
  }

  .room-heading-block,
  .room-overview-head {
    flex-direction: column;
  }

  .host-homes-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-action-form,
  .hero-action-form .host-marketing-button,
  .host-homes-actions .host-marketing-button,
  .host-estimate-submit {
    width: 100%;
  }

  .host-room-topbar,
  .host-wizard-topbar,
  .host-review-summary,
  .host-toggle-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .host-wizard-progress-steps,
  .host-choice-grid,
  .host-choice-grid-two,
  .host-choice-grid-three,
  .host-form-grid,
  .host-counter-grid,
  .host-policy-grid,
  .host-rule-grid {
    grid-template-columns: 1fr 1fr;
  }

  .room-booking-card,
  .room-subnav {
    position: static;
  }

  .resource-section-grid,
  .two-column-form,
  .listing-grid,
  .listing-grid.is-hosted,
  .listing-grid.is-search-results,
  .member-highlight-grid,
  .settings-anchor-row,
  .settings-section-grid,
  .conversation-booking-facts,
  .conversation-thread-toolbar,
  .notification-detail-grid,
  .review-rating-grid,
  .wishlist-manage-grid,
  .wishlist-listing-grid,
  .host-summary-grid,
  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .room-gallery-grid,
  .room-amenity-grid,
  .room-review-grid,
  .room-policy-grid,
  .room-sleep-grid,
  .room-score-grid,
  .host-wizard-progress-steps,
  .property-grid,
  .settings-toggle-grid,
  .notification-detail-grid,
  .review-rating-grid {
    grid-template-columns: 1fr;
  }

  .inspiration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .auth-backdrop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 6rem;
  }
}

@media (max-width: 767px) {
  .host-link {
    display: none;
  }

  .product-nav {
    gap: 1rem;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .search-preview-chip-list {
    gap: 0.55rem;
  }

  .checkout-hero-image,
  .checkout-hero-fallback {
    min-height: 16rem;
  }

  .checkout-fact-grid,
  .checkout-trust-grid,
  .checkout-trust-grid.compact {
    grid-template-columns: 1fr;
  }

  .checkout-breakdown-row,
  .checkout-receipt-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .room-gallery-modal-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .room-gallery-modal-close {
    width: 100%;
  }

  .room-gallery-modal-canvas {
    padding-inline: 4rem;
  }
  .room-gallery-modal-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .section-title-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .room-shell {
    padding-top: 1rem;
  }

  .room-heading-actions,
  .room-meta-line,
  .room-subnav {
    gap: 0.85rem;
    flex-wrap: wrap;
  }

  .host-choice-grid,
  .host-choice-grid-two,
  .host-choice-grid-three,
  .host-form-grid,
  .host-counter-grid,
  .host-policy-grid,
  .host-rule-grid,
  .host-room-summary {
    grid-template-columns: 1fr;
  }

  .host-step-panel,
  .host-wizard-sidebar-card,
  .host-room-hero,
  .host-room-start-hero {
    padding: 1.2rem;
  }

  .host-room-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .host-review-cover {
    width: 100%;
  }

  .room-gallery-image {
    min-height: 20rem;
  }

  .room-gallery-stack,
  .booking-field-grid {
    grid-template-columns: 1fr;
  }

  .member-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .listing-grid,
  .listing-grid.is-hosted,
  .listing-grid.is-search-results,
  .member-highlight-grid,
  .settings-section-grid,
  .settings-anchor-row,
  .conversation-booking-facts,
  .conversation-thread-toolbar,
  .notification-detail-grid,
  .review-rating-grid,
  .wishlist-manage-grid,
  .wishlist-listing-grid,
  .resource-section-grid,
  .footer-links-grid,
  .member-aside,
  .marketing-chip-list.block {
    grid-template-columns: 1fr;
  }

  .wishlist-form-row,
  .wishlist-move-form,
  .wishlist-listing-meta,
  .wishlist-selected-head,
  .settings-card-head,
  .settings-toggle-row,
  .conversation-hero-main,
  .notification-card-head,
  .notification-actor-card,
  .notification-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .settings-card-title,
  .settings-rail-link {
    grid-template-columns: 1fr;
  }

  .compose-input-row {
    align-items: stretch;
    flex-direction: column;
  }

  .message-bubble-wrap {
    max-width: 100%;
  }

  .settings-form-actions {
    justify-content: stretch;
  }

  .settings-submit-button {
    width: 100%;
  }

  .compose-send-button {
    width: 100%;
  }

  .conversation-detail-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .conversation-detail-value {
    justify-self: start;
    text-align: left;
  }

  .notification-card-meta {
    align-items: flex-start;
  }

  .conversation-thread-body {
    padding: 1rem;
  }

  .conversation-thread-header,
  .conversation-compose-area {
    padding: 1.1rem;
  }

  .settings-form-grid {
    grid-template-columns: 1fr;
  }

  .inspiration-grid {
    grid-template-columns: 1fr;
  }

  .footer-meta {
    align-items: flex-start;
  }

  .auth-backdrop {
    gap: 0.85rem;
    padding-inline: 0.75rem;
  }

  .auth-poster {
    min-height: 10rem;
    font-size: 1.75rem;
  }
}

@media (max-width: 575px) {
  .page-shell {
    width: calc(100% - 1.25rem);
  }

  .brand-word {
    font-size: 1.55rem;
  }

  .product-nav-item {
    font-size: 0.92rem;
  }

  .hero-copy,
  .hero-panel,
  .faq-card,
  .resource-card,
  .step-card,
  .auth-card-body,
  .member-card,
  .member-user-card,
  .member-support-card,
  .host-focus-card,
  .search-result-banner-inner,
  .highlight-strip,
  .empty-state-card {
    padding: 1.35rem;
  }

  .search-preview-chip {
    width: 100%;
    justify-content: flex-start;
  }

  .checkout-hero-copy,
  .checkout-status-card,
  .checkout-receipt-card,
  .checkout-support-card {
    padding: 1.2rem;
  }

  .checkout-hero-copy h2 {
    max-width: none;
    font-size: 2rem;
  }

  .checkout-page-status,
  .checkout-inline-pill,
  .checkout-status-pill,
  .checkout-receipt-status,
  .checkout-meta-pill {
    width: 100%;
    justify-content: flex-start;
  }

  .room-gallery-modal-dialog {
    width: calc(100% - 1rem);
    padding: 0.85rem;
  }

  .room-gallery-modal-figure {
    min-height: min(64vh, 540px);
  }

  .room-gallery-modal-canvas {
    padding-inline: 3.35rem;
  }

  .room-gallery-modal-image {
    max-height: min(52vh, 440px);
  }

  .room-gallery-modal-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .auth-card {
    width: calc(100% - 1rem);
  }

  .auth-backdrop {
    display: none;
  }

  .host-homes-copy h1 {
    max-width: none;
  }

  .host-homes-proof-item,
  .host-homes-benefit-card {
    padding: 1rem;
  }
}

/* Airbnb-style host listing flow */

.host-wizard-page-shell {
  width: min(1440px, calc(100% - 3rem));
}

.host-wizard-shell {
  padding: 1.5rem 0 4.5rem;
  background: #fff;
}

.host-wizard-shell .host-wizard-topbar {
  align-items: center;
  margin-bottom: 1.25rem;
}

.host-wizard-shell .host-wizard-top-actions {
  gap: 0.75rem;
}

.host-wizard-shell .host-room-progress-pill,
.host-wizard-shell .host-room-status {
  min-height: 2.4rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text-main);
}

.host-wizard-shell .host-room-progress-pill {
  color: var(--accent-deep);
}

.host-wizard-shell .host-wizard-progress {
  display: grid;
  gap: 1rem;
  margin-top: 0;
}

.host-wizard-shell .host-wizard-progress-bar {
  height: 0.35rem;
  background: #f0f0f0;
}

.host-wizard-shell .host-wizard-progress-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.host-wizard-shell .host-wizard-progress-label span {
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 700;
}

.host-wizard-shell .host-wizard-progress-label strong {
  font-size: 1rem;
  font-weight: 800;
}

.host-wizard-shell .host-wizard-progress-steps {
  display: flex;
  gap: 0.75rem;
  margin-top: 0;
  overflow-x: auto;
  padding-bottom: 0.3rem;
  scrollbar-width: none;
}

.host-wizard-shell .host-wizard-progress-steps::-webkit-scrollbar {
  display: none;
}

.host-wizard-shell .host-wizard-progress-step {
  min-width: 9.5rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: none;
}

.host-wizard-shell .host-wizard-progress-step span {
  width: 1.9rem;
  height: 1.9rem;
  background: #f7f7f7;
  color: var(--text-soft);
}

.host-wizard-shell .host-wizard-progress-step strong {
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}

.host-wizard-shell .host-wizard-progress-step.is-current {
  border-color: var(--text-main);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.host-wizard-shell .host-wizard-progress-step.is-complete span,
.host-wizard-shell .host-wizard-progress-step.is-current span {
  background: linear-gradient(135deg, var(--accent), #ff6a45);
  color: #fff;
}

.host-wizard-shell .host-wizard-layout {
  display: block;
  margin-top: 2rem;
}

.host-wizard-shell .host-wizard-stage {
  display: grid;
  gap: 1.75rem;
  width: min(100%, 82rem);
  margin: 0 auto;
}

.host-wizard-shell .host-wizard-intro {
  display: grid;
  gap: 0.85rem;
  max-width: 62rem;
}

.host-wizard-shell .host-wizard-intro h1 {
  margin: 0;
  font-size: clamp(2.7rem, 4vw, 4.25rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.host-wizard-shell .host-wizard-intro p {
  max-width: 52rem;
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.55;
}

.host-wizard-shell .host-wizard-snapshot-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.host-wizard-shell .host-wizard-snapshot-card {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: #fff;
}

.host-wizard-shell .host-wizard-snapshot-card span {
  display: block;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.host-wizard-shell .host-wizard-snapshot-card strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.host-wizard-shell .auth-error-card {
  margin: 0;
}

.host-wizard-shell .host-step-content {
  display: grid;
  gap: 3rem;
}

.host-wizard-shell .host-step-panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.host-wizard-shell .host-step-section-heading {
  max-width: 56rem;
}

.host-wizard-shell .host-step-section-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.host-wizard-shell .host-step-section-heading p {
  margin: 0.6rem 0 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.55;
}

.host-wizard-shell .host-choice-grid,
.host-wizard-shell .host-counter-grid,
.host-wizard-shell .host-form-grid,
.host-wizard-shell .host-policy-grid,
.host-wizard-shell .host-rule-grid,
.host-wizard-shell .host-photo-tip-grid,
.host-wizard-shell .host-photo-grid,
.host-wizard-shell .host-review-grid {
  gap: 1rem;
  margin-top: 1.5rem;
}

.host-wizard-shell .property-grid {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.host-wizard-shell .host-choice-card,
.host-wizard-shell .host-field-card,
.host-wizard-shell .host-toggle-card,
.host-wizard-shell .host-policy-card,
.host-wizard-shell .host-review-card,
.host-wizard-shell .host-photo-tip {
  padding: 1.35rem;
  border: 1px solid var(--line-strong);
  border-radius: 1.3rem;
  background: #fff;
  box-shadow: none;
}

.host-wizard-shell .host-choice-card {
  min-height: 9.5rem;
}

.host-wizard-shell .host-choice-card.compact {
  min-height: 8.3rem;
}

.host-wizard-shell .choice-card-detail {
  min-height: 10rem;
}

.host-wizard-shell .host-choice-card:hover,
.host-wizard-shell .host-field-card:hover,
.host-wizard-shell .host-policy-card:hover,
.host-wizard-shell .host-toggle-card:hover {
  border-color: #c7c7c7;
  box-shadow: none;
  transform: none;
}

.host-wizard-shell .host-choice-card.is-selected,
.host-wizard-shell .host-choice-card:has(input:checked),
.host-wizard-shell .choice-card-checkbox.is-selected,
.host-wizard-shell .choice-card-checkbox:has(input:checked),
.host-wizard-shell .host-toggle-card.is-selected,
.host-wizard-shell .host-toggle-card:has(input:checked),
.host-wizard-shell .host-policy-card.is-selected,
.host-wizard-shell .host-policy-card:has(input:checked) {
  border-color: var(--text-main);
  box-shadow: inset 0 0 0 1px var(--text-main);
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.015) 100%),
    #fff;
}

.host-wizard-shell .host-choice-card.is-selected::after,
.host-wizard-shell .host-choice-card:has(input:checked)::after,
.host-wizard-shell .choice-card-checkbox.is-selected::after,
.host-wizard-shell .choice-card-checkbox:has(input:checked)::after,
.host-wizard-shell .host-toggle-card.is-selected::after,
.host-wizard-shell .host-toggle-card:has(input:checked)::after,
.host-wizard-shell .host-policy-card.is-selected::after,
.host-wizard-shell .host-policy-card:has(input:checked)::after {
  background: #111111;
  border-color: #111111;
}

.host-wizard-shell .host-choice-icon {
  width: auto;
  height: auto;
  margin-bottom: 1.05rem;
  border-radius: 0;
  background: transparent;
  color: var(--text-main);
  font-size: 1.9rem;
}

.host-wizard-shell .host-choice-icon-line {
  font-size: 1.6rem;
}

.host-wizard-shell .host-choice-card strong,
.host-wizard-shell .host-toggle-card strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.host-wizard-shell .host-choice-card p,
.host-wizard-shell .host-toggle-card p,
.host-wizard-shell .host-photo-tip p,
.host-wizard-shell .host-review-card p {
  margin: 0.45rem 0 0;
  color: var(--text-soft);
}

.host-wizard-shell .host-counter-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.host-wizard-shell .host-field-card {
  display: grid;
  gap: 0.55rem;
}

.host-wizard-shell .host-field-card span,
.host-wizard-shell .auth-field-label {
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.host-wizard-shell .auth-field {
  display: grid;
  gap: 0.55rem;
}

.host-wizard-shell .auth-input,
.host-wizard-shell .auth-textarea,
.host-wizard-shell select.auth-input {
  min-height: 3.75rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 1rem;
  background: #fff;
  color: var(--text-main);
  box-shadow: none;
}

.host-wizard-shell .auth-textarea {
  min-height: 10rem;
}

.host-wizard-shell .auth-input:focus,
.host-wizard-shell .auth-textarea:focus,
.host-wizard-shell select.auth-input:focus {
  border-color: var(--text-main);
  outline: 0;
}

.host-wizard-shell .host-map-shell {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  border: 1px solid #dfe7db;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 22% 28%, rgba(181, 234, 203, 0.9), transparent 18%),
    radial-gradient(circle at 72% 72%, rgba(176, 228, 245, 0.55), transparent 20%),
    linear-gradient(135deg, #d9f3dc 0%, #e6f6ea 46%, #f2ecdd 100%);
}

.host-wizard-shell .host-map-shell::before,
.host-wizard-shell .host-map-shell::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.host-wizard-shell .host-map-shell::before {
  background-image:
    linear-gradient(110deg, transparent 0, transparent 48%, rgba(123, 198, 230, 0.5) 49%, transparent 50%, transparent 100%),
    linear-gradient(16deg, transparent 0, transparent 67%, rgba(194, 179, 151, 0.38) 68%, transparent 70%, transparent 100%);
  opacity: 0.85;
}

.host-wizard-shell .host-map-shell::after {
  background-image:
    radial-gradient(circle at 25% 55%, rgba(255, 255, 255, 0.7) 0 0.5rem, transparent 0.6rem),
    radial-gradient(circle at 45% 78%, rgba(255, 255, 255, 0.65) 0 0.45rem, transparent 0.55rem),
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.65) 0 0.55rem, transparent 0.65rem);
}

.host-wizard-shell .host-map-shell-hero {
  min-height: 40rem;
}

.host-wizard-shell .host-map-shell-confirm {
  min-height: 44rem;
  margin-top: 1.5rem;
}

.host-wizard-shell .host-map-search-card {
  top: 2rem;
  left: 2rem;
  right: 2rem;
  gap: 1rem;
  padding: 1.35rem 1.55rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.host-wizard-shell .host-map-search-card i {
  font-size: 1.75rem;
}

.host-wizard-shell .host-map-search-card strong {
  display: block;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.host-wizard-shell .host-map-search-card p {
  margin: 0.35rem 0 0;
  color: var(--text-soft);
}

.host-wizard-shell .host-map-search-card-detail strong {
  max-width: 58rem;
}

.host-wizard-shell .host-map-preview {
  align-items: center;
  justify-content: center;
}

.host-wizard-shell .host-map-pin {
  width: 1.8rem;
  height: 1.8rem;
  background: #111;
  box-shadow: 0 0 0 0.7rem rgba(255, 255, 255, 0.75);
}

.host-wizard-shell .host-map-pin-listing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50% 50% 50% 0;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 18px 35px rgba(255, 56, 92, 0.3);
  transform: rotate(-45deg);
}

.host-wizard-shell .host-map-pin-listing i {
  font-size: 1.1rem;
  transform: rotate(45deg);
}

.host-wizard-shell .host-map-controls {
  position: absolute;
  left: 1.5rem;
  bottom: 1.6rem;
  z-index: 1;
  display: grid;
  overflow: hidden;
  border-radius: 1.3rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.host-wizard-shell .host-map-controls span {
  display: grid;
  place-items: center;
  width: 3.3rem;
  height: 3.3rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-main);
}

.host-wizard-shell .host-map-controls span:last-child {
  border-bottom: 0;
}

.host-wizard-shell .host-map-direction-chip {
  position: absolute;
  left: 50%;
  bottom: 2.25rem;
  z-index: 1;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 700;
  transform: translateX(-50%);
}

.host-wizard-shell .host-address-stack {
  overflow: hidden;
  margin-top: 1.5rem;
  border: 1px solid #c8c8c8;
  border-radius: 1.6rem;
  background: #fff;
}

.host-wizard-shell .host-address-row {
  display: grid;
  gap: 0.3rem;
  padding: 1.2rem 1.35rem;
  border-bottom: 1px solid #cfcfcf;
}

.host-wizard-shell .host-address-row:last-child {
  border-bottom: 0;
}

.host-wizard-shell .host-address-label {
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.host-wizard-shell .host-address-input,
.host-wizard-shell .host-address-select {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text-main);
  font-size: 1.05rem;
  box-shadow: none;
}

.host-wizard-shell .host-address-input::placeholder {
  color: #8b8b8b;
}

.host-wizard-shell .host-address-input:focus,
.host-wizard-shell .host-address-select:focus {
  outline: 0;
}

.host-wizard-shell .host-toggle-row-airbnb {
  margin-top: 1.75rem;
  padding: 1.2rem 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.host-wizard-shell .host-map-coordinate-grid {
  margin-top: 1.5rem;
}

.host-wizard-shell .host-photo-dropzone-airbnb {
  position: relative;
  gap: 1.2rem;
  min-height: 40rem;
  padding: 3rem 2rem;
  border: 2px dashed #cfcfcf;
  border-radius: 2rem;
  background: linear-gradient(180deg, #fff 0%, #fcfcfc 100%);
}

.host-wizard-shell .host-photo-illustration {
  width: 7rem;
  height: 7rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, #ffffff, #f5f5f5);
  color: var(--text-main);
  font-size: 2.5rem;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.08);
}

.host-wizard-shell .host-photo-dropzone-copy {
  display: grid;
  gap: 0.35rem;
  text-align: center;
}

.host-wizard-shell .host-photo-dropzone-copy strong {
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.host-wizard-shell .host-photo-dropzone-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.02rem;
}

.host-wizard-shell .host-photo-upload-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  min-height: 3.5rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  background: #f7f7f7;
  color: var(--text-main);
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
}

.host-wizard-shell .host-photo-upload-button:hover {
  background: #efefef;
}

.host-wizard-shell .host-photo-input {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.host-wizard-shell .host-photo-tip-grid,
.host-wizard-shell .host-photo-grid,
.host-wizard-shell .host-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.host-wizard-shell .host-photo-tip {
  padding: 1.2rem;
  border-radius: 1.2rem;
  background: #fff;
}

.host-wizard-shell .host-photo-card img {
  border-radius: 1.2rem;
}

.host-wizard-shell .host-empty-gallery {
  padding: 1.3rem;
  border-radius: 1.25rem;
  background: #fafafa;
}

.host-wizard-shell .host-review-summary {
  margin-top: 1.5rem;
  padding: 1.4rem;
  border-radius: 1.6rem;
  box-shadow: none;
}

.host-wizard-shell .host-wizard-footer {
  margin-top: 0.25rem;
  padding-top: 0;
}

.host-wizard-shell .host-wizard-secondary-button,
.host-wizard-shell .host-wizard-primary-button {
  min-height: 3.4rem;
  padding-inline: 1.35rem;
  border-radius: 999px;
}

.host-wizard-shell .host-wizard-secondary-button {
  border-color: var(--line-strong);
}

@media (max-width: 1100px) {
  .host-wizard-shell .host-wizard-snapshot-rail,
  .host-wizard-shell .host-counter-grid,
  .host-wizard-shell .host-choice-grid,
  .host-wizard-shell .host-photo-tip-grid,
  .host-wizard-shell .host-photo-grid,
  .host-wizard-shell .host-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .host-wizard-page-shell {
    width: calc(100% - 1.25rem);
  }

  .host-wizard-shell {
    padding-top: 1rem;
  }

  .host-wizard-shell .host-wizard-topbar,
  .host-wizard-shell .host-wizard-progress-label,
  .host-wizard-shell .host-wizard-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .host-wizard-shell .host-wizard-stage {
    gap: 1.5rem;
  }

  .host-wizard-shell .host-wizard-intro h1 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .host-wizard-shell .host-wizard-snapshot-rail,
  .host-wizard-shell .host-choice-grid,
  .host-wizard-shell .host-counter-grid,
  .host-wizard-shell .host-form-grid,
  .host-wizard-shell .host-rule-grid,
  .host-wizard-shell .host-photo-tip-grid,
  .host-wizard-shell .host-photo-grid,
  .host-wizard-shell .host-review-grid {
    grid-template-columns: 1fr;
  }

  .host-wizard-shell .host-map-shell-hero,
  .host-wizard-shell .host-map-shell-confirm,
  .host-wizard-shell .host-photo-dropzone-airbnb {
    min-height: 28rem;
  }

  .host-wizard-shell .host-map-search-card {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    padding: 1rem 1.1rem;
  }

  .host-wizard-shell .host-map-direction-chip {
    width: calc(100% - 2rem);
    text-align: center;
  }

  .host-wizard-shell .host-map-controls {
    left: 1rem;
    bottom: 1rem;
  }
}

/* Host workspace alignment for listings pages */

.member-shell.host-shell {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}

.host-room-shell,
.host-room-start-shell {
  width: min(1280px, calc(100% - 3rem));
  padding-top: 2rem;
}

.host-room-topbar {
  align-items: center;
  margin-bottom: 1.5rem;
}

.host-room-topbar-actions {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.host-workspace-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 2.95rem;
  padding: 0.78rem 1.15rem;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.host-workspace-button:hover {
  background: #f3f3f3;
  border-color: #cbcbcb;
}

.host-workspace-button-primary {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.host-workspace-button-primary:hover {
  border-color: #2d2d2d;
  background: #2d2d2d;
}

.host-workspace-button-secondary {
  background: #ffffff;
  color: #111111;
}

.host-room-create-button,
.host-room-action,
.host-room-start-button {
  min-height: 2.95rem;
}

.host-room-start-button {
  width: 100%;
}

.host-room-start-form {
  display: grid;
  gap: 1rem;
  margin: 0;
  width: 100%;
}

.host-room-hero,
.host-room-start-hero {
  border-color: #dfdfdf;
  border-radius: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.host-room-hero-copy {
  max-width: 42rem;
}

.host-room-hero h1,
.host-room-start-hero h1 {
  font-size: clamp(2.35rem, 3vw, 3.35rem);
  line-height: 0.98;
}

.host-room-hero p,
.host-room-start-hero p,
.host-room-card-note,
.host-room-start-list li {
  color: #5f5f5f;
}

.host-room-start-flags {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}

.host-room-start-flags span {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid #dddddd;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #3f3f3f;
  font-size: 0.86rem;
  font-weight: 700;
}

.host-room-summary-workspace {
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-content: start;
}

.host-room-summary-workspace .host-room-summary-card {
  padding: 1.2rem 1.15rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.86) 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.host-room-summary-workspace .host-room-summary-card span {
  color: #5f6b7a;
}

.host-room-summary-workspace .host-room-summary-card strong {
  color: #111111;
  font-size: clamp(1.95rem, 3vw, 2.45rem);
}

.host-room-summary-card-slug strong {
  font-size: 1.15rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.host-room-grid {
  gap: 1.5rem;
  margin-top: 2rem;
}

.host-room-card {
  border-color: #dcdcdc;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
}

.host-room-status {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.96);
  color: #111111;
}

.host-room-status.is-published {
  color: #111111;
}

.host-room-status.is-draft {
  color: #5f5f5f;
}

.host-room-progress-pill {
  border: 1px solid #dfdfdf;
  background: #f3f3f3;
  color: #4f4f4f;
}

.host-room-shell .host-room-progress-bar span {
  background: #111111;
}

.host-room-card-stats {
  color: #666666;
}

.host-room-card-actions {
  align-items: center;
  gap: 0.75rem;
}

.host-room-card-actions .host-workspace-button {
  min-height: 2.8rem;
  padding-inline: 1rem;
}

.host-room-start-grid {
  gap: 1.5rem;
}

.host-room-start-grid-arranged {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.82fr);
  align-items: start;
}

.host-room-start-main,
.host-room-start-sidebar {
  display: grid;
  gap: 1.5rem;
}

.host-room-start-sidebar {
  position: sticky;
  top: 1.5rem;
}

.host-room-start-card {
  border-color: #e1e1e1;
  border-radius: 1.6rem;
  background: #fbfbfb;
  box-shadow: none;
}

.host-room-start-card h2 {
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.host-room-start-card-highlight {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.host-room-start-cta {
  margin-top: 1.75rem;
}

.host-room-start-cta-card {
  display: grid;
  gap: 0.9rem;
  margin-top: 0;
  padding: 1.5rem;
  border: 1px solid #dedede;
  border-radius: 1.6rem;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

.host-room-start-cta-card h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.host-room-start-cta-card p {
  margin: 0;
  color: #5f5f5f;
  line-height: 1.6;
}

.host-room-empty {
  border-color: #e0e0e0;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

@media (max-width: 767px) {
  .host-room-shell,
  .host-room-start-shell {
    width: calc(100% - 1.25rem);
  }

  .host-room-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .host-room-topbar-actions {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .host-room-topbar-actions .host-workspace-button {
    width: 100%;
    flex: 1 1 100%;
  }

  .host-room-start-flags {
    gap: 0.55rem;
  }

  .host-room-start-flags span {
    width: 100%;
    justify-content: center;
  }

  .host-room-start-grid-arranged {
    grid-template-columns: 1fr;
  }

  .host-room-start-sidebar {
    position: static;
  }

  .host-room-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .host-room-card-actions .host-workspace-button,
  .host-room-start-form,
  .host-room-start-form .host-workspace-button {
    width: 100%;
  }
}

/* Host dashboard workspace alignment */

.host-dashboard-shell {
  width: min(1280px, calc(100% - 3rem));
  padding: 2rem 0 4.5rem;
}

.host-ops-shell {
  display: grid;
  grid-template-columns: minmax(16rem, 20rem) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: start;
}

.host-ops-sidebar {
  position: sticky;
  top: 1.5rem;
  display: grid;
  gap: 1rem;
}

.host-ops-sidebar-card {
  padding: 1.35rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 34%),
    linear-gradient(180deg, #fffdfa 0%, #fff7ed 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.host-ops-sidebar-card h2 {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
}

.host-ops-sidebar-card p {
  margin: 0.55rem 0 0;
  color: #64584a;
  line-height: 1.55;
}

.host-ops-sidebar-card.is-soft {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.host-ops-nav {
  display: grid;
  gap: 0.55rem;
}

.host-ops-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.1rem;
  color: #1f2937;
  font-weight: 700;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.host-ops-main,
.host-calendar-stack,
.host-upcoming-list,
.host-payout-list {
  display: grid;
  gap: 1.15rem;
}

.host-ops-section {
  margin-top: 2.15rem;
}

.host-ops-hero {
  margin-bottom: 0;
}

.host-ops-grid {
  display: grid;
  gap: 1rem;
}

.host-ops-reservation-grid,
.host-ops-earnings-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.host-ops-panel,
.host-earnings-card,
.host-calendar-card {
  padding: 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.8), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.host-ops-panel-head,
.host-calendar-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.host-ops-panel-head h3,
.host-calendar-card-head h3,
.host-earnings-card strong {
  margin: 0;
}

.host-ops-panel-head span,
.host-calendar-month-label {
  color: #64748b;
  font-weight: 800;
}

.host-request-card.is-compact h3 {
  font-size: 1rem;
}

.host-request-card.is-compact p {
  margin-bottom: 0;
}

.host-dashboard-hero {
  margin-bottom: 1.75rem;
  gap: 1.4rem;
  align-items: stretch;
}

.host-dashboard-actions {
  margin-top: 1.35rem;
}

.host-dashboard-next-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.6rem;
  border: 1px solid #dfdfdf;
  border-radius: 1.7rem;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.host-dashboard-next-card h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.host-dashboard-next-card p {
  margin: 0.45rem 0 0;
  color: #5f5f5f;
  line-height: 1.6;
}

.host-dashboard-next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.host-focus-grid-workspace {
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.host-focus-grid-workspace .host-focus-card {
  border: 1px solid #dfdfdf;
  border-radius: 1.5rem;
  background: #fbfbfb;
  box-shadow: none;
}

.host-focus-grid-workspace .host-focus-card h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.host-focus-card-link {
  margin-top: 0.9rem;
  align-self: flex-start;
}

.host-dashboard-rooms {
  margin-top: 2rem;
}

.host-dashboard-shell .section-heading {
  align-items: center;
}

.host-dashboard-shell .section-title-wrap p {
  color: #5f5f5f;
}

.host-reservation-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 0.35rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.host-reservation-tab {
  padding: 0.85rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #475569;
  font-weight: 700;
  background: transparent;
}

.host-reservation-tab.is-active {
  border-color: rgba(17, 24, 39, 0.08);
  color: #111827;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.host-experience-hero {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.host-experience-quick-strip {
  margin-top: 1.65rem;
}

.host-experience-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.85rem;
}

.host-experience-card {
  display: grid;
  gap: 1.25rem;
  padding: 1.55rem;
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.host-experience-card-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.host-experience-card-top h2 {
  margin: 0.65rem 0 0.35rem;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.host-experience-card-top p,
.host-experience-slot-manage-info span,
.host-experience-no-slots-hint {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

.host-experience-type {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  margin-left: 0.45rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.28);
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
}

.host-experience-price {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.24);
  font-size: 0.98rem;
  font-weight: 800;
  white-space: nowrap;
}

.host-experience-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  margin-top: 0.95rem;
  color: #334155;
  font-size: 0.94rem;
}

.host-experience-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.host-experience-slot-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  color: #475569;
}

.host-experience-slot-summary strong {
  color: #111827;
}

.host-experience-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.host-experience-empty-state {
  margin-top: 1.85rem;
}

.host-experience-editor-hero .host-room-summary-workspace {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.host-experience-editor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.82fr);
  gap: 1.5rem;
  margin-top: 1.85rem;
  align-items: start;
}

.host-experience-editor-main,
.host-experience-editor-side {
  display: grid;
  gap: 1.25rem;
}

.host-experience-editor-side {
  position: sticky;
  top: 1.5rem;
}

.experience-form {
  display: grid;
  gap: 1.25rem;
}

.form-errors,
.form-section,
.host-experience-slots-card {
  padding: 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.82), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.form-errors ul {
  margin: 0;
  padding-left: 1.2rem;
}

.form-section h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.form-group {
  display: grid;
  gap: 0.45rem;
}

.form-group + .form-group,
.form-row + .form-group,
.form-group + .form-row {
  margin-top: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-input {
  width: 100%;
  min-height: 3.55rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

textarea.form-input {
  min-height: 8rem;
  resize: vertical;
}

.form-hint,
.experience-form-label {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.55;
}

.host-experience-slot-manage-list {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.host-experience-slot-manage-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.84);
}

.host-experience-slot-manage-info strong {
  display: block;
  margin-bottom: 0.2rem;
}

.host-experience-slot-remove-button {
  border: 1px solid rgba(185, 28, 28, 0.16);
  border-radius: 999px;
  background: #fff5f5;
  color: #b91c1c;
  min-height: 2.55rem;
  padding: 0.55rem 0.95rem;
  font-weight: 700;
}

.host-experience-add-slot-form {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.host-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  color: #64748b;
  font-weight: 600;
}

.host-calendar-dot {
  font-size: 0.75rem;
}

.host-calendar-dot.is-available {
  color: #d4d4d8;
}

.host-calendar-dot.is-booked {
  color: #d1634f;
}

.host-calendar-dot.is-blocked {
  color: #64748b;
}

.host-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 1rem;
}

.host-calendar-weekday {
  text-align: center;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 700;
}

.host-calendar-day {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 0.9rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #111827;
  font-weight: 700;
}

.host-calendar-day.is-booked {
  background: #fee2e2;
  border-color: #fca5a5;
  color: #991b1b;
}

.host-calendar-day.is-blocked {
  background: #e5e7eb;
  border-color: #cbd5e1;
  color: #334155;
}

.host-calendar-day.is-blank {
  border: none;
  background: transparent;
}

.host-calendar-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.host-calendar-form .booking-field-full,
.host-calendar-form .host-workspace-button {
  grid-column: 1 / -1;
}

.host-upcoming-item,
.host-payout-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #ffffff;
}

.host-upcoming-item p,
.host-payout-item p,
.host-calendar-card-head p {
  margin: 0.35rem 0 0;
  color: #64748b;
}

.host-payout-amount {
  text-align: right;
}

.host-earnings-card {
  min-height: 100%;
}

.host-earnings-card strong {
  display: block;
  margin-top: 0.45rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: #111827;
}

.host-earnings-card p {
  margin: 0.7rem 0 0;
  color: #64748b;
}

.host-earnings-card.is-secondary {
  background: linear-gradient(180deg, #fffdf8 0%, #fff7ed 100%);
}

.host-earnings-sparkline {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.host-earnings-sparkline svg {
  width: 100%;
  height: 5rem;
}

.host-earnings-sparkline polyline {
  fill: none;
  stroke: #c26d35;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.75;
}

.host-earnings-months {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 0.5rem;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .host-dashboard-shell {
    width: calc(100% - 1.25rem);
  }

  .host-ops-shell,
  .host-ops-reservation-grid,
  .host-ops-earnings-grid,
  .host-calendar-form,
  .host-experience-editor-layout,
  .form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .host-ops-sidebar {
    position: static;
  }

  .host-dashboard-next-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .host-dashboard-next-actions {
    width: 100%;
  }

  .host-dashboard-actions,
  .host-dashboard-actions .host-workspace-button,
  .host-dashboard-next-card .host-workspace-button,
  .host-dashboard-next-actions .host-workspace-button,
  .host-focus-card-link,
  .host-ops-nav-link,
  .host-experience-card-actions .host-workspace-button {
    width: 100%;
  }

  .host-experience-card-top,
  .host-experience-slot-manage-item,
  .host-experience-slot-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .host-experience-editor-side {
    position: static;
  }
}

/* Classic stay search */

.search-wrap {
  position: relative;
  z-index: 30;
  display: block;
  padding-bottom: 1.6rem;
}

.search-panel-classic {
  position: relative;
  width: min(1680px, 100%);
}

.search-classic-errors {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(183, 28, 28, 0.22);
  border-radius: 1.1rem;
  background: rgba(255, 235, 238, 0.96);
  color: #8f1d1d;
}

.search-classic-errors p {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.search-classic-shell {
  position: relative;
  max-width: 100%;
}

.search-panel-classic.search-panel {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.search-classic-bar {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 0;
  width: min(1680px, 100%);
  padding: 0.12rem;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  background: #dedede;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.search-classic-segment {
  position: relative;
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  min-height: 5.55rem;
  padding: 0.85rem 1.55rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.search-classic-segment::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 2.9rem;
  background: rgba(0, 0, 0, 0.08);
  content: "";
  transform: translateY(-50%);
}

.search-classic-segment:last-of-type::after,
.search-classic-segment.is-active::after,
.search-classic-segment:focus-within::after {
  opacity: 0;
}

.search-classic-segment:hover {
  background: rgba(255, 255, 255, 0.35);
}

.search-classic-segment.is-active,
.search-classic-segment:focus-within {
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.search-classic-segment.is-invalid {
  background: rgba(255, 235, 238, 0.96);
  box-shadow: inset 0 0 0 1px rgba(183, 28, 28, 0.18);
}

.search-classic-heading {
  display: block;
  color: #222222;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
}

.search-classic-input,
.search-classic-summary {
  display: block;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #6a6a6a;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.2;
}

.search-classic-input {
  width: 100%;
  padding: 0;
}

.search-classic-input:focus {
  outline: 0;
}

.search-classic-input.is-invalid,
.search-classic-input.is-invalid::placeholder {
  color: #8f1d1d;
}

.search-classic-input::placeholder {
  color: #6a6a6a;
}

.search-classic-submit.search-button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: auto;
  min-width: 10.6rem;
  height: calc(100% - 0.8rem);
  min-height: 4.35rem;
  margin-right: 0.35rem;
  padding: 0 1.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2f73 0%, #d80066 100%);
  box-shadow: none;
}

.search-classic-submit .search-button-text {
  display: inline;
  font-size: 1rem;
}

.search-classic-dropdown {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  right: 0;
  max-width: calc(100vw - 2rem);
  margin-inline: auto;
}

.search-classic-panel {
  max-width: calc(100vw - 2rem);
  max-height: min(48rem, calc(100vh - 8.5rem));
  overflow: auto;
  border: 1px solid #e1e1e1;
  border-radius: 2.5rem;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.search-classic-panel-destination {
  width: min(calc(100vw - 2rem), 48rem);
  padding: 1.5rem;
}

.search-classic-panel-caption {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #666666;
  font-size: 1rem;
}

.search-classic-panel-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 1.4rem;
  background: #eef3fb;
  color: #3c79c6;
  font-size: 1.9rem;
}

.search-classic-destination-list {
  display: grid;
  gap: 0.4rem;
  max-height: min(32rem, calc(100vh - 16rem));
  overflow-y: auto;
  padding-right: 0.2rem;
}

.search-classic-destination-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1rem 1rem 1rem 1.15rem;
  border: 0;
  border-radius: 1.8rem;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.search-classic-destination-item:hover,
.search-classic-destination-item:focus {
  background: #f4f4f4;
  outline: 0;
}

.search-classic-destination-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 1.5rem;
  font-size: 2.15rem;
}

.search-classic-destination-icon.is-rose {
  background: #f7eeee;
  color: #b76354;
}

.search-classic-destination-icon.is-mint {
  background: #edf6f0;
  color: #1b8a3b;
}

.search-classic-destination-icon.is-green {
  background: #eef3ec;
  color: #13843c;
}

.search-classic-destination-icon.is-sand {
  background: #f4f1ec;
  color: #8f7c67;
}

.search-classic-destination-icon.is-stone {
  background: #f4f4f4;
  color: #787878;
}

.search-classic-destination-icon.is-sky {
  background: #eef7fa;
  color: #1899ba;
}

.search-classic-destination-icon.is-coral {
  background: #fff0ef;
  color: #ff6a59;
}

.search-classic-destination-copy {
  display: grid;
  gap: 0.25rem;
}

.search-classic-destination-copy strong {
  color: #222222;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.search-classic-destination-copy span {
  color: #6d6d6d;
  font-size: 1rem;
}

.search-classic-panel-dates {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: min(calc(100vw - 2rem), 76rem);
  max-width: calc(100vw - 2rem);
  max-height: min(44rem, calc(100dvh - 10rem));
  padding: 1.75rem 2rem 2rem;
  overflow-x: hidden;
}

.search-classic-date-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  width: min(38rem, 100%);
  margin: 0 auto 2rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: #e7e7e7;
}

.search-classic-toggle-chip,
.search-classic-flex-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #2a2a2a;
  font-size: 1.2rem;
  font-weight: 800;
  cursor: pointer;
}

.search-classic-toggle-chip.is-active,
.search-classic-flex-chip.is-active {
  border-color: #d7d7d7;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.search-classic-calendar-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 1.25rem;
}

.search-classic-calendar-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: 5.2rem;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  color: #222222;
  font-size: 1.5rem;
  cursor: pointer;
}

.search-classic-calendar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.25rem;
}

.search-classic-calendar-header {
  margin-bottom: 1.75rem;
  text-align: center;
  color: #222222;
  font-size: clamp(1.8rem, 2.3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.search-classic-calendar-weekdays,
.search-classic-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.search-classic-calendar-weekdays {
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.search-classic-calendar-weekdays span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #767676;
  font-size: 0.98rem;
  font-weight: 700;
}

.search-classic-calendar-days {
  gap: 0.35rem;
}

.search-classic-calendar-blank,
.search-classic-calendar-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 3.55rem;
  border-radius: 50%;
  font-size: 1.05rem;
}

.search-classic-calendar-day {
  border: 0;
  background: transparent;
  color: #222222;
  cursor: pointer;
}

.search-classic-calendar-day:hover:not(:disabled) {
  background: #f2f2f2;
}

.search-classic-calendar-day.is-disabled {
  color: #cbcbcb;
  cursor: default;
}

.search-classic-calendar-day.is-in-range {
  border-radius: 0;
  background: #f1f1f1;
}

.search-classic-calendar-day.is-start,
.search-classic-calendar-day.is-end {
  background: #111111;
  color: #ffffff;
}

.search-classic-flex-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.search-classic-flex-chip {
  min-height: 3.6rem;
  padding-inline: 1.45rem;
  border-color: #d7d7d7;
  background: #ffffff;
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
}

.search-classic-flex-chip.is-active {
  border-color: #111111;
  box-shadow: none;
}

.search-classic-panel-guests {
  width: min(calc(100vw - 2rem), 42rem);
  margin-left: auto;
  padding: 1.5rem 2rem;
}

.search-classic-guest-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ececec;
}

.search-classic-guest-row:last-child {
  border-bottom: 0;
}

.search-classic-guest-copy {
  display: grid;
  gap: 0.25rem;
}

.search-classic-guest-copy strong {
  color: #222222;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.search-classic-guest-copy span,
.search-classic-guest-link {
  color: #6b6b6b;
  font-size: 1rem;
}

.search-classic-guest-link {
  text-decoration: underline;
}

.search-classic-stepper {
  display: inline-flex;
  align-items: center;
  gap: 1.15rem;
}

.search-classic-stepper-count {
  min-width: 1.4rem;
  text-align: center;
  color: #222222;
  font-size: 1.2rem;
}

.search-classic-stepper-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  color: #333333;
  font-size: 1.2rem;
  cursor: pointer;
}

.search-classic-stepper-button:disabled {
  opacity: 0.45;
  cursor: default;
}

@media (max-width: 1199px) {
  .search-classic-bar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr) minmax(0, 0.9fr) auto;
  }

  .search-classic-segment {
    min-height: 5rem;
    padding-inline: 1.25rem;
  }

  .search-classic-submit.search-button {
    min-width: 9.5rem;
    min-height: 4rem;
    padding-inline: 1.25rem;
  }

  .search-classic-calendar-grid {
    gap: 1.25rem;
  }
}

@media (max-width: 1280px) {
  .search-classic-panel-dates {
    width: min(calc(100vw - 2rem), 68rem);
  }
}

@media (max-width: 1100px) {
  .search-classic-panel {
    max-height: min(42rem, calc(100vh - 8rem));
  }

  .search-classic-panel-dates {
    left: 0;
    transform: none;
    width: 100%;
  }

  .search-classic-calendar-stage {
    grid-template-columns: 1fr;
  }

  .search-classic-calendar-arrow {
    display: none;
  }

  .search-classic-calendar-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .search-classic-bar {
    grid-template-columns: 1fr;
    padding: 0.5rem;
    border-radius: 2rem;
  }

  .search-classic-segment {
    min-height: 4.65rem;
    padding: 0.9rem 1.15rem;
    border-radius: 1.6rem;
  }

  .search-classic-segment::after {
    display: none;
  }

  .search-classic-submit.search-button {
    width: 100%;
    min-width: 0;
    min-height: 3.9rem;
    margin: 0;
    border-radius: 1.5rem;
  }

  .search-classic-dropdown {
    top: calc(100% + 0.75rem);
  }

  .search-classic-panel-destination,
  .search-classic-panel-guests,
  .search-classic-panel-dates {
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
    padding: 1.25rem;
    border-radius: 2rem;
  }
}

@media (max-width: 767px) {
  .search-wrap {
    padding-bottom: 1.1rem;
  }

  .search-classic-bar {
    border-radius: 1.6rem;
  }

  .search-classic-segment {
    min-height: 4.2rem;
    padding: 0.8rem 0.95rem;
  }

  .search-classic-heading {
    font-size: 0.82rem;
  }

  .search-classic-input,
  .search-classic-summary {
    font-size: 0.94rem;
  }

  .search-classic-submit.search-button {
    min-height: 3.65rem;
    padding-inline: 1rem;
  }

  .search-classic-submit .search-button-text {
    font-size: 0.94rem;
  }

  .search-classic-panel {
    max-height: min(38rem, calc(100vh - 7rem));
  }

  .search-classic-panel-caption {
    gap: 0.75rem;
    font-size: 0.92rem;
  }

  .search-classic-panel-badge {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1.1rem;
    font-size: 1.45rem;
  }

  .search-classic-destination-item {
    gap: 1rem;
    padding: 0.8rem;
  }

  .search-classic-destination-icon {
    width: 4.15rem;
    height: 4.15rem;
    font-size: 1.65rem;
  }

  .search-classic-date-toggle {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .search-classic-toggle-chip,
  .search-classic-flex-chip {
    min-height: 3.3rem;
    font-size: 1rem;
  }

  .search-classic-calendar-header {
    margin-bottom: 1rem;
    font-size: 1.55rem;
  }

  .search-classic-calendar-weekdays {
    gap: 0.35rem;
  }

  .search-classic-calendar-blank,
  .search-classic-calendar-day {
    min-height: 2.65rem;
    font-size: 0.92rem;
  }

  .search-classic-guest-row {
    gap: 0.75rem;
    padding: 1rem 0;
  }

  .search-classic-guest-copy strong {
    font-size: 1.05rem;
  }

  .search-classic-stepper {
    gap: 0.8rem;
  }

  .search-classic-stepper-button {
    width: 3.25rem;
    height: 3.25rem;
  }
}

/* ============================================================
   CONVERSATIONS — INBOX
   ============================================================ */

.conversation-list {
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
}

.conversation-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  color: var(--text-main);
  transition: background 0.15s ease;
  position: relative;
}

.conversation-row:last-child {
  border-bottom: none;
}

.conversation-row:hover {
  background: var(--surface-muted);
}

.conversation-row.is-unread {
  background: #fff9f9;
}

.conversation-avatar {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--surface-muted);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-soft);
  text-transform: uppercase;
}

.conversation-avatar-lg {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  background: linear-gradient(135deg, #222, #444);
  color: #fff;
  border: none;
}

.conversation-summary {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.conversation-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.conversation-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-main);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.conversation-time {
  font-size: 0.73rem;
  color: var(--text-faint);
  white-space: nowrap;
  flex-shrink: 0;
}

.conversation-stay-label {
  font-size: 0.77rem;
  color: var(--text-soft);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.conversation-stay-label i {
  font-size: 0.75rem;
}

.conversation-preview {
  font-size: 0.82rem;
  color: var(--text-faint);
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.conversation-preview-you {
  font-weight: 600;
  color: var(--text-soft);
}

.conversation-unread-badge {
  min-width: 1.3rem;
  height: 1.3rem;
  border-radius: 9999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  flex-shrink: 0;
}

/* ============================================================
   CONVERSATIONS — THREAD (SHOW PAGE)
   ============================================================ */

.conversation-thread-card {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  overflow: hidden;
  min-height: 74vh;
  border: 1px solid rgba(17, 17, 17, 0.07);
  background: var(--conversation-card-background);
  box-shadow: var(--conversation-card-shadow);
}

.conversation-thread-header {
  padding: 1.45rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  display: grid;
  gap: 1rem;
  flex-shrink: 0;
  background: var(--conversation-header-background);
}

.conversation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.9fr);
  gap: 1rem;
  align-items: start;
}

.conversation-hero-main {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.conversation-avatar-xl {
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 1.35rem;
  font-size: 1.5rem;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
}

.conversation-hero-copy {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.conversation-hero-kicker,
.conversation-banner-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.9rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.conversation-hero-copy h1 {
  margin: 0;
  font-size: clamp(1.7rem, 2.3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.conversation-hero-copy p {
  margin: 0;
  max-width: 44rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.conversation-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.conversation-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.conversation-hero-side {
  display: grid;
  gap: 0.8rem;
}

.conversation-hero-stat {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 32px rgba(17, 17, 17, 0.05);
}

.conversation-hero-stat span,
.conversation-thread-toolbar-item span,
.conversation-fact-card span {
  color: var(--text-faint);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.conversation-hero-stat strong,
.conversation-thread-toolbar-item strong,
.conversation-fact-card strong {
  font-size: 0.98rem;
  font-weight: 800;
}

.conversation-hero-stat p,
.conversation-thread-toolbar-item p,
.conversation-fact-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.conversation-booking-banner {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.25rem;
  background: var(--conversation-booking-background);
  box-shadow: 0 18px 32px rgba(17, 17, 17, 0.04);
}

.conversation-booking-copy {
  display: grid;
  gap: 0.42rem;
}

.conversation-booking-copy strong {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.conversation-booking-copy p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.conversation-booking-facts,
.conversation-thread-toolbar {
  display: grid;
  gap: 0.8rem;
}

.conversation-booking-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.conversation-fact-card,
.conversation-thread-toolbar-item {
  display: grid;
  gap: 0.28rem;
  padding: 0.95rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.82);
}

.conversation-fact-card.is-action {
  align-content: start;
  background: var(--conversation-booking-action-background);
}

.conversation-booking-button {
  width: 100%;
  justify-content: center;
  margin-top: 0.4rem;
}

.conversation-thread-toolbar {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.conversation-thread-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.35rem 1.45rem 1.55rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--conversation-thread-background);
  min-height: 360px;
  max-height: 58vh;
}

.conversation-day-group {
  display: grid;
  gap: 0.9rem;
}

.conversation-day-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conversation-day-divider span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: var(--conversation-chip-background);
  border: 1px solid rgba(17, 17, 17, 0.08);
  color: var(--text-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.conversation-empty-thread {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 4rem 1.5rem;
  text-align: center;
  color: var(--text-faint);
}

.conversation-empty-thread i {
  font-size: 2.5rem;
  opacity: 0.38;
}

.conversation-empty-thread h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.conversation-empty-thread p {
  margin: 0;
  max-width: 28rem;
  font-size: 0.92rem;
  line-height: 1.65;
}

.message-bubble-wrap {
  display: flex;
  flex-direction: column;
  max-width: min(40rem, 78%);
}

.message-bubble-wrap.is-mine {
  align-self: flex-end;
  align-items: flex-end;
}

.message-bubble-wrap.is-theirs {
  align-self: flex-start;
  align-items: flex-start;
}

.message-bubble-card {
  display: grid;
  gap: 0.42rem;
}

.message-author {
  padding-inline: 0.15rem;
  color: var(--text-faint);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.message-bubble {
  padding: 0.88rem 1rem;
  border-radius: 1.2rem;
  font-size: 0.9rem;
  line-height: 1.55;
  word-break: break-word;
}

.message-body-copy p {
  margin: 0;
}

.message-body-copy p + p {
  margin-top: 0.75rem;
}

.is-mine .message-bubble {
  background: var(--action-dark-gradient);
  color: #fff;
  border-bottom-right-radius: 0.35rem;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.16);
}

.is-theirs .message-bubble {
  background: var(--conversation-incoming-bubble-background);
  color: var(--text-main);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom-left-radius: 0.35rem;
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.06);
}

.message-meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.05rem;
  padding: 0 0.15rem;
}

.message-time {
  font-size: 0.72rem;
  color: var(--text-faint);
}

.message-status {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--conversation-success-text);
  font-size: 0.72rem;
  font-weight: 700;
}

.conversation-compose-area {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  padding: 1.15rem 1.45rem 1.35rem;
  flex-shrink: 0;
  background: var(--conversation-compose-background);
}

.conversation-compose-head {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.95rem;
}

.conversation-compose-head h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.conversation-compose-head p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.compose-form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.compose-input-row {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  background: #fff;
  border: 1.5px solid rgba(17, 17, 17, 0.12);
  border-radius: 1rem;
  padding: 0.72rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.compose-input-row:focus-within {
  border-color: rgba(17, 24, 39, 0.32);
  box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.07);
}

.compose-textarea {
  flex: 1;
  border: none;
  background: transparent;
  resize: none;
  font-size: 0.92rem;
  line-height: 1.5;
  font-family: inherit;
  color: var(--text-main);
  min-height: 3.8rem;
  max-height: 8rem;
  overflow-y: auto;
  padding: 0.15rem 0 0;
  outline: none;
}

.compose-textarea::placeholder {
  color: var(--text-faint);
}

.compose-send-button {
  min-height: 3rem;
  background: var(--action-dark-gradient);
  color: #fff;
  border: none;
  border-radius: 0.85rem;
  padding: 0.65rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  flex-shrink: 0;
  font-family: inherit;
  letter-spacing: -0.01em;
  box-shadow: var(--action-dark-shadow);
}

.compose-send-button:hover {
  filter: brightness(1.05);
}

.compose-send-button:active {
  transform: scale(0.97);
}

.compose-hint {
  font-size: 0.76rem;
  color: var(--text-faint);
  margin: 0;
  line-height: 1.55;
}

.conversation-aside-card {
  display: grid;
  gap: 0.95rem;
}

.conversation-detail-list {
  display: grid;
  gap: 0;
}

.conversation-detail-row {
  display: grid;
  grid-template-columns: minmax(7.5rem, 8.5rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.conversation-detail-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.conversation-detail-label {
  color: var(--text-soft);
  line-height: 1.5;
}

.conversation-detail-value {
  justify-self: end;
  text-align: right;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.conversation-side-action {
  width: 100%;
  justify-content: center;
  min-height: 3rem;
}

.empty-state-icon {
  font-size: 2.25rem;
  opacity: 0.3;
  display: block;
  margin-bottom: 0.25rem;
}

/* ============================================================
   CONVERSATIONS — INBOX
   ============================================================ */

.conversation-list {
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
}

.conversation-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  color: var(--text-main);
  transition: background 0.15s ease;
  position: relative;
}

.conversation-row:last-child {
  border-bottom: none;
}

.conversation-row:hover {
  background: var(--surface-muted);
}

.conversation-row.is-unread {
  background: #fff9f9;
}

.conversation-avatar {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--surface-muted);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-soft);
  text-transform: uppercase;
}

.conversation-avatar-lg {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  background: linear-gradient(135deg, #222, #444);
  color: #fff;
  border: none;
}

.conversation-summary {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.conversation-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.conversation-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-main);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.conversation-time {
  font-size: 0.73rem;
  color: var(--text-faint);
  white-space: nowrap;
  flex-shrink: 0;
}

.conversation-stay-label {
  font-size: 0.77rem;
  color: var(--text-soft);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.conversation-stay-label i {
  font-size: 0.75rem;
}

.conversation-preview {
  font-size: 0.82rem;
  color: var(--text-faint);
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.conversation-preview-you {
  font-weight: 600;
  color: var(--text-soft);
}

.conversation-unread-badge {
  min-width: 1.3rem;
  height: 1.3rem;
  border-radius: 9999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  flex-shrink: 0;
}

/* ============================================================
   CONVERSATIONS — THREAD (SHOW PAGE)
   ============================================================ */

.conversation-thread-card {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  overflow: hidden;
  min-height: 74vh;
  border: 1px solid rgba(17, 17, 17, 0.07);
  background: var(--conversation-card-background);
  box-shadow: var(--conversation-card-shadow);
}

.conversation-thread-header {
  padding: 1.45rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  display: grid;
  gap: 1rem;
  flex-shrink: 0;
  background: var(--conversation-header-background);
}

.conversation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.9fr);
  gap: 1rem;
  align-items: start;
}

.conversation-hero-main {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.conversation-avatar-xl {
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 1.35rem;
  font-size: 1.5rem;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
}

.conversation-hero-copy {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.conversation-hero-kicker,
.conversation-banner-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.9rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.conversation-hero-copy h1 {
  margin: 0;
  font-size: clamp(1.7rem, 2.3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.conversation-hero-copy p {
  margin: 0;
  max-width: 44rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.conversation-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.conversation-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.conversation-hero-side {
  display: grid;
  gap: 0.8rem;
}

.conversation-hero-stat {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 32px rgba(17, 17, 17, 0.05);
}

.conversation-hero-stat span,
.conversation-thread-toolbar-item span,
.conversation-fact-card span {
  color: var(--text-faint);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.conversation-hero-stat strong,
.conversation-thread-toolbar-item strong,
.conversation-fact-card strong {
  font-size: 0.98rem;
  font-weight: 800;
}

.conversation-hero-stat p,
.conversation-thread-toolbar-item p,
.conversation-fact-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.conversation-booking-banner {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.25rem;
  background: var(--conversation-booking-background);
  box-shadow: 0 18px 32px rgba(17, 17, 17, 0.04);
}

.conversation-booking-copy {
  display: grid;
  gap: 0.42rem;
}

.conversation-booking-copy strong {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.conversation-booking-copy p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.conversation-booking-facts,
.conversation-thread-toolbar {
  display: grid;
  gap: 0.8rem;
}

.conversation-booking-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.conversation-fact-card,
.conversation-thread-toolbar-item {
  display: grid;
  gap: 0.28rem;
  padding: 0.95rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.82);
}

.conversation-fact-card.is-action {
  align-content: start;
  background: var(--conversation-booking-action-background);
}

.conversation-booking-button {
  width: 100%;
  justify-content: center;
  margin-top: 0.4rem;
}

.conversation-thread-toolbar {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.conversation-thread-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.35rem 1.45rem 1.55rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--conversation-thread-background);
  min-height: 360px;
  max-height: 58vh;
}

.conversation-day-group {
  display: grid;
  gap: 0.9rem;
}

.conversation-day-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conversation-day-divider span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: var(--conversation-chip-background);
  border: 1px solid rgba(17, 17, 17, 0.08);
  color: var(--text-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.conversation-empty-thread {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 4rem 1.5rem;
  text-align: center;
  color: var(--text-faint);
}

.conversation-empty-thread i {
  font-size: 2.5rem;
  opacity: 0.38;
}

.conversation-empty-thread h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.conversation-empty-thread p {
  margin: 0;
  max-width: 28rem;
  font-size: 0.92rem;
  line-height: 1.65;
}

.message-bubble-wrap {
  display: flex;
  flex-direction: column;
  max-width: min(40rem, 78%);
}

.message-bubble-wrap.is-mine {
  align-self: flex-end;
  align-items: flex-end;
}

.message-bubble-wrap.is-theirs {
  align-self: flex-start;
  align-items: flex-start;
}

.message-bubble-card {
  display: grid;
  gap: 0.42rem;
}

.message-author {
  padding-inline: 0.15rem;
  color: var(--text-faint);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.message-bubble {
  padding: 0.88rem 1rem;
  border-radius: 1.2rem;
  font-size: 0.9rem;
  line-height: 1.55;
  word-break: break-word;
}

.message-body-copy p {
  margin: 0;
}

.message-body-copy p + p {
  margin-top: 0.75rem;
}

.is-mine .message-bubble {
  background: var(--action-dark-gradient);
  color: #fff;
  border-bottom-right-radius: 0.35rem;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.16);
}

.is-theirs .message-bubble {
  background: var(--conversation-incoming-bubble-background);
  color: var(--text-main);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom-left-radius: 0.35rem;
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.06);
}

.message-meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.05rem;
  padding: 0 0.15rem;
}

.message-time {
  font-size: 0.72rem;
  color: var(--text-faint);
}

.message-status {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--conversation-success-text);
  font-size: 0.72rem;
  font-weight: 700;
}

.conversation-compose-area {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  padding: 1.15rem 1.45rem 1.35rem;
  flex-shrink: 0;
  background: var(--conversation-compose-background);
}

.conversation-compose-head {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.95rem;
}

.conversation-compose-head h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.conversation-compose-head p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.compose-form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.compose-input-row {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  background: #fff;
  border: 1.5px solid rgba(17, 17, 17, 0.12);
  border-radius: 1rem;
  padding: 0.72rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.compose-input-row:focus-within {
  border-color: rgba(17, 24, 39, 0.32);
  box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.07);
}

.compose-textarea {
  flex: 1;
  border: none;
  background: transparent;
  resize: none;
  font-size: 0.92rem;
  line-height: 1.5;
  font-family: inherit;
  color: var(--text-main);
  min-height: 3.8rem;
  max-height: 8rem;
  overflow-y: auto;
  padding: 0.15rem 0 0;
  outline: none;
}

.compose-textarea::placeholder {
  color: var(--text-faint);
}

.compose-send-button {
  min-height: 3rem;
  background: var(--action-dark-gradient);
  color: #fff;
  border: none;
  border-radius: 0.85rem;
  padding: 0.65rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  flex-shrink: 0;
  font-family: inherit;
  letter-spacing: -0.01em;
  box-shadow: var(--action-dark-shadow);
}

.compose-send-button:hover {
  filter: brightness(1.05);
}

.compose-send-button:active {
  transform: scale(0.97);
}

.compose-hint {
  font-size: 0.76rem;
  color: var(--text-faint);
  margin: 0;
  line-height: 1.55;
}

.conversation-aside-card {
  display: grid;
  gap: 0.95rem;
}

.conversation-detail-list {
  display: grid;
  gap: 0;
}

.conversation-detail-row {
  display: grid;
  grid-template-columns: minmax(7.5rem, 8.5rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.conversation-detail-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.conversation-detail-label {
  color: var(--text-soft);
  line-height: 1.5;
}

.conversation-detail-value {
  justify-self: end;
  text-align: right;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.conversation-side-action {
  width: 100%;
  justify-content: center;
  min-height: 3rem;
}

.empty-state-icon {
  font-size: 2.25rem;
  opacity: 0.3;
  display: block;
  margin-bottom: 0.25rem;
}

.host-brand-shell,
.host-brand-form-shell,
.host-brand-show-shell {
  display: grid;
  gap: 2rem;
  width: min(1280px, calc(100% - 3rem));
  padding: 2rem 0 4rem;
}

.host-brand-hero,
.host-brand-form-hero,
.host-brand-show-hero {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.82), transparent 34%),
    linear-gradient(135deg, rgba(255, 248, 242, 0.96), rgba(249, 245, 241, 0.98));
}

.host-brand-grid,
.host-brand-show-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.host-brand-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.host-brand-card,
.host-brand-detail-card,
.host-brand-choice-card {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.host-brand-card {
  display: grid;
  gap: 1.25rem;
  padding: 1.5rem;
}

.host-brand-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.host-brand-card-head h2,
.host-brand-form h3,
.host-brand-detail-card strong {
  margin: 0;
}

.host-brand-location-card h3,
.host-brand-membership-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.host-brand-card-head p,
.host-brand-choice-card p,
.host-brand-detail-card p,
.host-brand-inline-note,
.brand-contact-stack span,
.room-inline-brand {
  color: var(--muted-text-color);
}

.host-brand-meta-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.host-brand-meta-grid article,
.host-brand-detail-card {
  padding: 1rem 1.1rem;
}

.host-brand-meta-grid span,
.host-brand-detail-card p,
.host-brand-inline-note {
  display: block;
  font-size: 0.95rem;
}

.host-brand-meta-grid strong,
.host-brand-detail-card strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1rem;
}

.host-brand-card-foot {
  display: grid;
  gap: 1rem;
}

.host-brand-chip-row,
.brand-hero-chip-list,
.room-brand-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.host-brand-detail-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.host-brand-detail-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-color);
}

.host-brand-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  flex-shrink: 0;
}

.host-brand-add-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-color);
}

.host-brand-add-link:hover {
  text-decoration: underline;
}

.host-brand-destroy-pill {
  color: #b91c1c;
  background: none;
  border: 1px solid currentColor;
  cursor: pointer;
}

.host-brand-destroy-pill:hover {
  background: #fef2f2;
}

.host-brand-inactive-pill {
  color: #92400e;
}

.host-brand-form {
  display: grid;
  gap: 1.5rem;
}

.host-brand-form-flags {
  margin-top: 1.2rem;
}

.host-brand-form-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.35fr 1fr;
}

.host-brand-multi-select {
  min-height: 180px;
}

.host-brand-location-stack,
.host-brand-location-list,
.host-brand-manager-list,
.host-brand-membership-stack,
.host-brand-choice-stack {
  display: grid;
  gap: 1rem;
}

.host-brand-location-card,
.host-brand-membership-card,
.host-brand-choice-card {
  padding: 1.25rem;
}

.host-brand-membership-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 24px;
}

.host-brand-location-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.host-brand-permission-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.host-brand-permission-toggle {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.68);
  cursor: pointer;
}

.host-brand-permission-toggle input {
  margin-top: 0.15rem;
  accent-color: var(--brand-accent);
}

.host-brand-permission-toggle strong,
.host-brand-permission-toggle small {
  display: block;
}

.host-brand-permission-toggle small {
  margin-top: 0.25rem;
  color: var(--muted-text-color);
  line-height: 1.45;
}

.host-brand-membership-summary {
  display: grid;
  gap: 0.5rem;
}

.host-brand-destroy-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.25rem 0.6rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background 0.15s;
}

.wishlist-default-pill.is-soft.host-brand-destroy-toggle {
  color: #b91c1c;
}

.host-brand-destroy-toggle:hover {
  background: #fef2f2;
}

.host-brand-destroy-toggle input {
  accent-color: #b91c1c;
}

.host-brand-form-footer {
  margin-top: 0;
}

/* Brand logo upload row in host form */
.host-brand-logo-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.host-brand-logo-preview {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--border-color);
}

.host-brand-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 1.5rem;
  font-weight: 700;
}

.host-brand-logo-field {
  flex: 1;
}

/* Brand logo on public page */
.brand-hero-logo {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 0.75rem;
  border: 1px solid var(--border-color);
  display: block;
}

.brand-hero-logo-fallback {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #f3f4f6;
  color: #374151;
  font-size: 1.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  border: 1px solid var(--border-color);
}

/* Branch filter pills on public brand page */
.brand-location-filter {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.brand-location-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.host-brand-choice-card {
  border: 1px solid var(--border-color);
}

.host-brand-choice-card.is-selected {
  border-color: rgba(20, 20, 20, 0.4);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
}

.host-room-start-brand-field {
  max-width: none;
}

.host-room-quick-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.host-room-quick-card {
  padding: 1.5rem 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.09), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.host-room-quick-card h2 {
  margin: 0.3rem 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.host-room-quick-card p {
  margin: 0.55rem 0 0;
  color: #5f5f5f;
  line-height: 1.6;
}

.brand-stays-page .category-strip-inner {
  align-items: center;
}

.brand-hero-banner,
.brand-search-banner,
.room-brand-banner {
  margin-bottom: 1.5rem;
}

.brand-hero-shell,
.room-brand-banner-inner {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  align-items: start;
}

.brand-hero-copy h1,
.room-brand-banner h1,
.room-brand-banner h2 {
  margin-bottom: 0.75rem;
}

.brand-hero-side {
  padding: 1.4rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.brand-contact-stack {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.brand-contact-stack i {
  margin-right: 0.45rem;
}

.room-brand-banner-inner {
  padding: 1.75rem 2rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.82), transparent 35%),
    linear-gradient(135deg, rgba(255, 248, 242, 0.98), rgba(247, 245, 242, 0.98));
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.room-inline-brand {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

@media (max-width: 980px) {
  .host-brand-form-grid,
  .host-room-quick-strip,
  .brand-hero-shell,
  .room-brand-banner-inner {
    grid-template-columns: 1fr;
  }

  .host-brand-permission-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .host-room-hero h1,
  .host-room-start-hero h1 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .host-brand-show-hero .host-room-summary-workspace {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .host-brand-show-hero .host-room-summary-card-slug {
    grid-column: 1 / -1;
  }

  .host-brand-meta-grid {
    grid-template-columns: 1fr;
  }

  .host-brand-form .host-form-grid {
    grid-template-columns: 1fr;
  }

  .host-brand-form .host-field-span-two {
    grid-column: auto;
  }

  .host-brand-card-head,
  .host-brand-location-head,
  .host-brand-detail-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .host-brand-card-actions {
    width: 100%;
  }

  .host-brand-card-actions .wishlist-default-pill,
  .host-brand-card-actions form {
    flex: 1 1 100%;
  }

  .host-brand-card-actions .wishlist-default-pill,
  .host-brand-card-actions .host-brand-destroy-pill {
    justify-content: center;
    width: 100%;
  }

  .host-brand-logo-row {
    flex-direction: column;
  }

  .host-brand-shell,
  .host-brand-form-shell,
  .host-brand-show-shell {
    width: calc(100% - 1.25rem);
    padding: 1.25rem 0 3rem;
  }

  .host-brand-hero-actions,
  .host-brand-hero-actions .host-workspace-button {
    width: 100%;
  }
}

.reservation-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.reservation-status-pill.is-pending,
.reservation-status-pill.is-attention {
  background: rgba(190, 124, 18, 0.14);
  color: #8b5b00;
}

.reservation-status-pill.is-success {
  background: rgba(29, 124, 82, 0.14);
  color: #1d7c52;
}

.reservation-status-pill.is-blocked {
  background: rgba(71, 85, 105, 0.16);
  color: #334155;
}

.reservation-status-pill.is-muted {
  background: rgba(75, 85, 99, 0.12);
  color: #475569;
}

.member-trip-section,
.host-dashboard-requests {
  margin-top: 2rem;
}

.member-trip-group {
  margin-top: 2.15rem;
}

.member-trip-group.has-divider {
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.member-trip-group-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.1rem;
}

.member-trip-group-head h2 {
  margin: 0.35rem 0 0;
  font-size: 1.6rem;
}

.member-trip-group-count {
  color: #526071;
  font-weight: 700;
}

.member-trip-grid,
.host-request-grid {
  display: grid;
  gap: 1rem;
}

.member-trip-grid.is-stacked {
  gap: 1.25rem;
}

.member-trip-card,
.host-request-card,
.host-request-detail-card {
  border: 1px solid #e5e7eb;
  border-radius: 1.65rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8fafc 100%);
  padding: 1.45rem;
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.09);
}

.member-trip-card.is-airbnbish {
  display: grid;
  grid-template-columns: minmax(14rem, 16rem) minmax(0, 1fr);
  gap: 1.3rem;
  align-items: stretch;
}

.member-trip-card-media {
  min-height: 100%;
}

.member-trip-card-image {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
  border-radius: 1.2rem;
  display: block;
}

.member-trip-card-content {
  min-width: 0;
}

.member-trip-card-head,
.host-request-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.member-trip-card h3,
.host-request-card h3,
.host-request-detail-card h2 {
  margin: 0.75rem 0 0.35rem;
  font-size: 1.2rem;
}

.member-trip-card p,
.host-request-card p,
.host-request-detail-card p {
  margin: 0;
  color: #526071;
}

.member-trip-amount {
  text-align: right;
}

.member-trip-amount strong {
  display: block;
  font-size: 1.15rem;
}

.member-trip-amount span,
.host-request-deadline {
  color: #6b7280;
  font-size: 0.92rem;
}

.member-trip-meta,
.host-request-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.25rem;
  margin-top: 1rem;
  color: #334155;
  font-size: 0.95rem;
}

.member-trip-meta span,
.host-request-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.member-trip-note {
  margin-top: 1rem;
  color: #526071;
}

.member-trip-actions,
.host-request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.15rem;
}

.host-request-actions form {
  margin: 0;
}

.member-trip-actions .button_to {
  margin: 0;
}

.member-trip-empty-state {
  margin-top: 1rem;
}

.member-trip-empty-state.is-soft {
  background: linear-gradient(180deg, #f8fafc 0%, #fdfdfd 100%);
}

.member-trip-cancel-button,
.member-trip-refund-button,
.member-trip-message-button {
  background: transparent;
}

.member-trip-message-button {
  margin: 0;
}

.member-profile-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1.65rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 30%),
    linear-gradient(135deg, #fffdfa, #f8fafc);
}

.member-profile-photo-image,
.member-profile-photo-fallback {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
}

.member-profile-photo-image {
  display: block;
  object-fit: cover;
}

.member-profile-photo-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #d97706, #f59e0b);
  color: white;
  font-size: 2rem;
  font-weight: 800;
}

.member-profile-copy h2 {
  margin: 0;
  font-size: 1.65rem;
}

.member-profile-copy p {
  margin: 0.35rem 0 0;
  color: #526071;
}

.member-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.member-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.member-profile-panel {
  padding: 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 1.65rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.member-profile-progress {
  height: 0.8rem;
  margin-top: 1rem;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.member-profile-progress-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #16a34a, #4ade80);
}

.member-verification-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.member-verification-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

.member-verification-row i {
  color: #94a3b8;
  font-size: 1.1rem;
  margin-top: 0.1rem;
}

.member-verification-row.is-complete i {
  color: #16a34a;
}

.member-verification-row strong {
  display: block;
  color: #0f172a;
}

.member-verification-row p {
  margin: 0.2rem 0 0;
  color: #526071;
}

.member-profile-detail-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.member-profile-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e2e8f0;
}

.member-profile-detail-row span {
  color: #64748b;
}

.member-profile-detail-row strong {
  text-align: right;
}

.reservation-cancel-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.reservation-cancel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(6px);
}

.reservation-cancel-dialog {
  position: relative;
  width: min(92vw, 34rem);
  margin: 9vh auto 0;
  padding: 1.5rem;
  border-radius: 1.75rem;
  background: #fffaf4;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.24);
}

.reservation-cancel-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.reservation-cancel-header h3 {
  margin: 0.35rem 0 0;
  font-size: 1.6rem;
}

.reservation-cancel-refund {
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #fff1d6, #fff8ec);
}

.reservation-cancel-refund span,
.reservation-modification-delta p {
  color: #6b5f52;
}

.reservation-cancel-refund strong {
  display: block;
  margin-top: 0.35rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  color: #2b2117;
}

.reservation-cancel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

.room-contact-host-panel {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #eadfce;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #fffdf9, #fff7ed);
}

.room-contact-host-kicker,
.conversation-context-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a6847;
}

.room-contact-host-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.8rem 1rem;
  border: 1px solid #d8c5aa;
  border-radius: 999px;
  background: #fff;
  color: #2b2117;
  font-weight: 700;
}

.room-contact-host-panel p {
  margin: 0.75rem 0 0;
  color: #6b5f52;
  font-size: 0.95rem;
}

.room-inquiry-dialog {
  width: min(92vw, 38rem);
}

.room-inquiry-textarea {
  margin-top: 1rem;
}

.conversation-booking-banner.is-inquiry {
  background: linear-gradient(135deg, #fff8ec, #fffdf8);
}

.conversation-context-tag {
  margin-left: 0.5rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #fff3d8;
  letter-spacing: 0.04em;
}

.reservation-modify-layout {
  align-items: flex-start;
}

.reservation-modification-form,
.reservation-modification-submit {
  margin-top: 1rem;
}

.reservation-modification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.reservation-modification-summary {
  position: sticky;
  top: 1.5rem;
}

.reservation-modification-delta {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #f4f1ea;
}

.reservation-modification-delta.is-warning {
  background: #fff3df;
}

.reservation-modification-delta.is-confirmed {
  background: #ebf6ef;
}

.reservation-modification-delta strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #201a14;
}

@media (max-width: 720px) {
  .member-trip-card.is-airbnbish {
    grid-template-columns: 1fr;
  }

  .member-trip-card-head,
  .host-request-card-head {
    flex-direction: column;
  }

  .member-trip-amount {
    text-align: left;
  }

  .member-trip-card-image {
    min-height: 11rem;
  }

  .reservation-modification-grid {
    grid-template-columns: 1fr;
  }

  .reservation-cancel-actions {
    justify-content: stretch;
  }

  .member-profile-hero,
  .member-profile-grid {
    grid-template-columns: 1fr;
  }

  .member-profile-detail-row {
    flex-direction: column;
  }
}

.topic-hero-grid,
.resource-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: stretch;
}

.topic-media-card {
  display: grid;
  gap: 0;
  border-radius: 1.75rem;
  overflow: hidden;
  background: #fffaf2;
  border: 1px solid rgba(102, 74, 40, 0.14);
  box-shadow: 0 24px 48px rgba(73, 48, 21, 0.12);
  min-height: 100%;
}

.topic-media-image,
.topic-spotlight-image,
.host-visual-image,
.co-host-profile-media {
  min-height: 16rem;
  background-size: cover;
  background-position: center;
}

.topic-media-body {
  display: grid;
  gap: 0.9rem;
  padding: 1.35rem 1.4rem 1.5rem;
}

.topic-media-body p,
.topic-media-points,
.refer-story-list p,
.co-host-profile-meta {
  margin: 0;
}

.topic-media-points {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.1rem;
  color: #574739;
}

.topic-fact-grid,
.host-insight-grid,
.topic-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.topic-fact-card,
.topic-spotlight-card,
.resource-playbook-card,
.resource-article-card,
.topic-resource-card,
.refer-resource-card,
.co-host-profile-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(109, 79, 42, 0.12);
  background: #fffdf8;
  box-shadow: 0 18px 36px rgba(88, 60, 29, 0.08);
}

.topic-fact-card,
.resource-article-card,
.refer-resource-card {
  padding: 1.35rem;
}

.topic-fact-card h3,
.topic-article-card h3,
.resource-playbook-card h2,
.resource-article-card h3,
.topic-resource-card h3,
.topic-spotlight-card h3,
.refer-resource-card h3,
.co-host-profile-card h3 {
  color: #211712;
  margin-bottom: 0.55rem;
}

.topic-fact-card p,
.topic-article-card p,
.resource-playbook-card p,
.resource-article-card p,
.topic-resource-card p,
.topic-spotlight-card p,
.refer-resource-card p,
.co-host-profile-card p {
  color: #5e4c3e;
}

.topic-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1.25rem;
  align-items: start;
}

.topic-steps-card {
  padding: 1.6rem;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, #f6efe4 0%, #fffdf8 100%);
  border: 1px solid rgba(109, 79, 42, 0.12);
}

.topic-step-list {
  margin-top: 1rem;
}

.topic-resource-list,
.resource-article-list,
.refer-story-list {
  display: grid;
  gap: 1rem;
}

.topic-resource-card {
  display: block;
  padding: 1.25rem 1.3rem;
}

.topic-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.topic-article-card {
  min-height: 100%;
}

.topic-spotlight-card {
  display: grid;
  overflow: hidden;
  min-height: 100%;
}

.topic-spotlight-body {
  padding: 1.15rem 1.2rem 1.3rem;
}

.resource-playbook-grid {
  display: grid;
  gap: 1.1rem;
}

.resource-playbook-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  padding: 1.25rem;
}

.resource-playbook-head {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding-right: 0.25rem;
}

.resource-article-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-article-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: #f3eadc;
  color: #755531;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.host-visual-card {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 1.4rem;
  border: 1px solid rgba(113, 81, 45, 0.12);
}

.host-visual-image {
  min-height: 12rem;
}

.host-insight-grid {
  margin-top: 1rem;
}

.host-insight-card {
  background: #fcf8f1;
}

.refer-story-strip {
  align-items: stretch;
}

.refer-story-list {
  max-width: 38rem;
}

.refer-story-list p {
  padding: 0.9rem 0 0.9rem 1rem;
  border-left: 2px solid rgba(133, 93, 48, 0.24);
  color: #5c4b3f;
}

.co-host-profile-card {
  padding: 0;
  overflow: hidden;
}

.co-host-profile-card h3,
.co-host-profile-card p {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.co-host-profile-card h3 {
  margin-top: 1rem;
}

.co-host-profile-card p:last-child {
  padding-bottom: 1.25rem;
}

@media (max-width: 1024px) {
  .topic-hero-grid,
  .resource-hero-grid,
  .topic-split-grid,
  .resource-playbook-card {
    grid-template-columns: 1fr;
  }

  .topic-fact-grid,
  .host-insight-grid,
  .topic-spotlight-grid,
  .topic-article-grid,
  .resource-article-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .topic-fact-grid,
  .host-insight-grid,
  .topic-spotlight-grid,
  .topic-article-grid,
  .resource-article-list {
    grid-template-columns: 1fr;
  }

  .topic-media-image,
  .topic-spotlight-image,
  .host-visual-image,
  .co-host-profile-media {
    min-height: 12rem;
  }

  .topic-media-body,
  .topic-steps-card,
  .resource-playbook-card,
  .topic-resource-card,
  .topic-fact-card,
  .resource-article-card,
  .refer-resource-card {
    padding: 1.1rem;
  }
}
/*
 * Central theme tokens for the public app.
 * Update values here to change colors, gradients, and abstract surfaces
 * without hunting through application.css.
 */

:root {
  /* Core palette */
  --page-bg: #f3f3f3;
  --surface: #ffffff;
  --surface-muted: #efefef;
  --surface-subtle: #f7f7f7;
  --text-main: #141414;
  --text-soft: #5d5d5d;
  --text-faint: #7d7d7d;
  --line: #e3e3e3;
  --line-strong: #d2d2d2;
  --accent: #171717;
  --accent-deep: #4a4a4a;

  /* Shared shadows */
  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-card: 0 12px 30px rgba(0, 0, 0, 0.06);
  --shadow-menu: 0 18px 45px rgba(0, 0, 0, 0.14);

  /* Feedback colors */
  --feedback-success-bg: #ededed;
  --feedback-success-text: #242424;
  --feedback-alert-bg: #1a1a1a;
  --feedback-alert-text: #ffffff;

  /* Global app theme */
  --app-shell-background:
    radial-gradient(circle at top left, rgba(17, 17, 17, 0.05), transparent 26%),
    linear-gradient(180deg, #fafafa 0%, #f1f1f1 100%);
  --site-header-background: rgba(250, 250, 250, 0.96);
  --site-header-border: rgba(17, 17, 17, 0.08);
  --brand-mark-gradient: linear-gradient(180deg, #353535 0%, #111111 100%);
  --brand-word-color: #111111;
  --product-badge-background: #1b1b1b;

  /* Shared themed surfaces */
  --settings-card-background: linear-gradient(180deg, #ffffff 0%, #fdfcfb 100%);
  --card-soft-gradient: linear-gradient(180deg, #ffffff 0%, #fdfcf9 100%);
  --aside-soft-gradient: linear-gradient(180deg, #ffffff 0%, #fdfcf8 100%);
  --icon-badge-gradient: linear-gradient(135deg, #111827 0%, #334155 100%);
  --icon-badge-muted-gradient: linear-gradient(135deg, #64748b 0%, #94a3b8 100%);
  --action-dark-gradient: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  --action-dark-shadow: 0 14px 26px rgba(17, 24, 39, 0.16);

  /* Settings center */
  --settings-hero-background:
    radial-gradient(circle at top right, rgba(255, 56, 92, 0.16), transparent 26%),
    linear-gradient(135deg, #fff6ef 0%, #fffdfb 46%, #f4f8ff 100%);
  --settings-hero-orb: rgba(255, 56, 92, 0.07);

  /* Notification center */
  --notification-hero-background:
    radial-gradient(circle at top right, rgba(17, 24, 39, 0.1), transparent 24%),
    linear-gradient(135deg, #f8f1ea 0%, #ffffff 44%, #eef4ff 100%);
  --notification-card-background: linear-gradient(180deg, #ffffff 0%, #fdfcf9 100%);
  --notification-actor-background: linear-gradient(180deg, #fff8f2 0%, #fff 100%);

  /* Conversation thread */
  --conversation-card-background: linear-gradient(180deg, #ffffff 0%, #fdfcf9 100%);
  --conversation-card-shadow: 0 22px 42px rgba(17, 17, 17, 0.06);
  --conversation-header-background:
    radial-gradient(circle at top right, rgba(17, 24, 39, 0.09), transparent 26%),
    linear-gradient(135deg, #f7f0e7 0%, #ffffff 42%, #eef4ff 100%);
  --conversation-booking-background: rgba(255, 255, 255, 0.88);
  --conversation-booking-action-background: linear-gradient(180deg, #fff7f2 0%, #ffffff 100%);
  --conversation-thread-background:
    radial-gradient(circle at top, rgba(17, 24, 39, 0.05), transparent 22%),
    linear-gradient(180deg, #faf8f4 0%, #f5f7fb 100%);
  --conversation-chip-background: rgba(255, 255, 255, 0.88);
  --conversation-incoming-bubble-background: rgba(255, 255, 255, 0.98);
  --conversation-compose-background: rgba(255, 255, 255, 0.98);
  --conversation-success-text: #127b48;
}

/* Monochrome project theme */

body,
.room-page,
.stays-page,
.content-area,
.marketing-page,
.member-shell,
.auth-shell {
  background: var(--app-shell-background);
}

.site-header,
.category-strip,
.room-subnav {
  background: var(--site-header-background);
  border-color: var(--site-header-border);
}

.brand-mark,
.search-button,
.auth-primary-button,
.search-classic-submit.search-button,
.host-workspace-button-primary,
.host-wizard-shell .host-wizard-progress-step.is-complete span,
.host-wizard-shell .host-wizard-progress-step.is-current span,
.room-host-avatar,
.room-map-pin-listing,
.host-wizard-shell .host-map-pin-listing {
  background: var(--brand-mark-gradient);
  color: #ffffff;
}

.brand-word,
.product-nav-item:hover,
.product-nav-item.active {
  color: var(--brand-word-color);
}

.product-badge {
  background: var(--product-badge-background);
  color: #ffffff;
}

.flash-banner.is-notice {
  background: var(--feedback-success-bg);
  color: var(--feedback-success-text);
}

.flash-banner.is-alert {
  background: var(--feedback-alert-bg);
  color: var(--feedback-alert-text);
}

.account-menu-feature,
.hero-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f1f1f1 100%);
}

.notice-inline,
.room-meta-badge,
.room-notice-banner,
.host-room-progress-pill,
.host-room-summary-workspace .host-room-summary-card,
.host-room-progress-pill,
.host-workspace-button:hover,
.host-room-start-flags span {
  background: #efefef;
  color: #202020;
  border-color: #d6d6d6;
}

.notice-inline strong,
.room-meta-badge,
.room-notice-banner strong,
.step-number,
.host-wizard-shell .host-wizard-progress-label strong,
.host-wizard-shell .host-room-progress-pill,
.host-room-status.is-published,
.host-room-status.is-draft {
  color: #111111;
}

.room-notice-banner i,
.room-highlight-card i,
.room-amenity-card i,
.room-report-link i,
.host-illustration,
.search-classic-panel-badge,
.search-classic-destination-icon,
.search-classic-destination-icon.is-rose,
.search-classic-destination-icon.is-mint,
.search-classic-destination-icon.is-green,
.search-classic-destination-icon.is-sand,
.search-classic-destination-icon.is-stone,
.search-classic-destination-icon.is-sky,
.search-classic-destination-icon.is-coral {
  background: #efefef;
  color: #262626;
}

.search-classic-bar {
  background: #e3e3e3;
}

.search-classic-date-toggle,
.search-classic-calendar-arrow,
.search-classic-stepper-button,
.search-classic-flex-chip,
.search-classic-toggle-chip.is-active,
.search-classic-flex-chip.is-active {
  background: #f3f3f3;
}

.search-classic-toggle-chip.is-active,
.search-classic-flex-chip.is-active,
.search-classic-flex-chip.is-active,
.search-classic-calendar-day.is-start,
.search-classic-calendar-day.is-end {
  border-color: #111111;
}

.search-classic-calendar-day.is-start,
.search-classic-calendar-day.is-end,
.host-workspace-button-primary,
.search-classic-submit.search-button {
  color: #ffffff;
}

.search-classic-panel,
.search-result-banner-inner,
.highlight-strip,
.faq-card,
.resource-card,
.marketing-card,
.metric-card,
.step-card,
.empty-state-card,
.member-card,
.member-user-card,
.member-support-card,
.auth-card,
.room-highlight-card,
.room-sleep-card,
.room-amenity-card,
.room-score-card,
.room-review-card,
.room-map-card,
.room-host-card,
.room-policy-card,
.room-booking-card,
.host-room-card,
.host-room-start-card,
.host-room-start-hero,
.host-room-hero,
.host-wizard-shell .host-choice-card,
.host-wizard-shell .host-field-card,
.host-wizard-shell .host-toggle-card,
.host-wizard-shell .host-policy-card,
.host-wizard-shell .host-review-card,
.host-wizard-shell .host-photo-tip,
.host-wizard-shell .host-wizard-snapshot-card,
.host-dashboard-card {
  background: #ffffff;
  border-color: #dfdfdf;
}

.room-map-shell,
.host-wizard-shell .host-map-shell {
  border-color: #d4d4d4;
  background:
    radial-gradient(circle at 22% 28%, rgba(205, 205, 205, 0.9), transparent 18%),
    radial-gradient(circle at 72% 72%, rgba(230, 230, 230, 0.9), transparent 20%),
    linear-gradient(135deg, #ececec 0%, #f7f7f7 46%, #e2e2e2 100%);
}

.host-wizard-shell .host-map-shell::before,
.room-map-shell::before {
  background-image:
    linear-gradient(110deg, transparent 0, transparent 48%, rgba(165, 165, 165, 0.45) 49%, transparent 50%, transparent 100%),
    linear-gradient(16deg, transparent 0, transparent 67%, rgba(135, 135, 135, 0.24) 68%, transparent 70%, transparent 100%);
}

.host-wizard-shell .host-map-search-card,
.host-wizard-shell .host-map-controls span,
.host-wizard-shell .host-map-search-card-detail,
.room-map-card {
  background: rgba(255, 255, 255, 0.96);
}

.host-wizard-shell .host-map-direction-chip {
  background: #111111;
  color: #ffffff;
}

.auth-poster:nth-child(1) { background: linear-gradient(135deg, #b8b8b8, #8d8d8d); }
.auth-poster:nth-child(2) { background: linear-gradient(135deg, #8f8f8f, #5d5d5d); }
.auth-poster:nth-child(3) { background: linear-gradient(135deg, #d0d0d0, #7b7b7b); }
.auth-poster:nth-child(4) { background: linear-gradient(135deg, #4e4e4e, #171717); }
.auth-poster:nth-child(5) { background: linear-gradient(135deg, #6b6b6b, #2f2f2f); }
.auth-poster:nth-child(6) { background: linear-gradient(135deg, #ababab, #6b6b6b); }
.auth-poster:nth-child(7) { background: linear-gradient(135deg, #5d5d5d, #2a2a2a); }

.account-menu-highlight,
.host-wizard-shell .host-choice-card.is-selected,
.host-wizard-shell .host-choice-card:has(input:checked),
.host-wizard-shell .choice-card-checkbox.is-selected,
.host-wizard-shell .choice-card-checkbox:has(input:checked),
.host-wizard-shell .host-toggle-card.is-selected,
.host-wizard-shell .host-toggle-card:has(input:checked),
.host-wizard-shell .host-policy-card.is-selected,
.host-wizard-shell .host-policy-card:has(input:checked) {
  border-color: #111111;
  box-shadow: inset 0 0 0 1px #111111;
}

.host-wizard-shell .host-photo-illustration {
  background: linear-gradient(180deg, #f7f7f7, #e7e7e7);
  color: #222222;
}

.host-wizard-shell .host-photo-upload-button {
  background: #ededed;
  color: #171717;
}

.host-wizard-shell .host-photo-upload-button:hover {
  background: #e2e2e2;
}
