/* /listings-app/public/assets/agent-nadlab/agent-guest-entry.css */
/* NADLAB Agent Guest Entry Foundation v1 */

.nadlab-agent-guest {
  --phase-discover: #43bf77;
  --phase-discover-rgb: 67, 191, 119;
  --phase-understand: #3b82f6;
  --phase-choose: #f2b84b;
  --phase-act: #d95d5d;
}

.nadlab-agent-guest *,
.nadlab-agent-guest *::before,
.nadlab-agent-guest *::after { box-sizing: border-box; }


























.nadlab-agent-guest__conversation { margin-top: 20px; }
.nadlab-agent-guest__composer {
  position: relative;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(var(--phase-discover-rgb), .30);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(var(--phase-discover-rgb), .07), rgba(24, 29, 32, .92) 46%);
  box-shadow: inset 0 2px 0 rgba(var(--phase-discover-rgb), .58), 0 22px 58px rgba(0,0,0,.20);
  backdrop-filter: blur(14px);
}
.nadlab-agent-guest__composer-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 9px;
}

/* NADLAB AGENT SEARCH MODE REQUIRED START V1 */
.nadlab-agent-guest__start-lock-tooltip {
  position: absolute;
  z-index: 24;
  inset-inline-start: 0;
  top: calc(100% + 8px);
  width: max-content;
  max-width: min(360px, calc(100vw - 56px));
  padding: 8px 11px;
  border: 1px solid rgba(var(--active-phase-rgb), .38);
  border-radius: 10px;
  background: rgba(19, 24, 27, .98);
  box-shadow: 0 12px 30px rgba(0,0,0,.30);
  color: #eef3f1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: start;
  pointer-events: none;
}
.nadlab-agent-guest__start-lock-tooltip[hidden] { display: none; }

.nadlab-agent-guest__input {
  min-width: 0;
  min-height: 54px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 14px;
  outline: none;
  background: rgba(5, 9, 12, .68);
  color: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.35;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.nadlab-agent-guest__input::placeholder { color: #89959d; }
.nadlab-agent-guest.is-search-mode-start-locked .nadlab-agent-guest__input {
  cursor: help;
}
.nadlab-agent-guest__input:hover { border-color: rgba(255,255,255,.25); }
.nadlab-agent-guest__input:focus {
  border-color: var(--phase-discover);
  background: rgba(5, 9, 12, .82);
  box-shadow: 0 0 0 3px rgba(var(--phase-discover-rgb), .14);
}
.nadlab-agent-guest__send {
  min-width: 54px;
  min-height: 54px;
  padding: 0 16px;
  display: grid;
  place-items: center;
  border: 1px solid var(--phase-discover);
  border-radius: 14px;
  background: var(--phase-discover);
  color: #07110b;
  cursor: pointer;
  font: inherit;
  font-size: 22px;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.nadlab-agent-guest[dir="rtl"] .nadlab-agent-guest__send > span { transform: scaleX(-1); }
/* NADLAB AGENT SEND BUTTON STATUS COLOR V1 */
.nadlab-agent-guest__send:not(:disabled):hover {
  transform: translateY(-1px);
  background: var(--active-phase);
  border-color: var(--active-phase);
  box-shadow: 0 10px 24px rgba(var(--active-phase-rgb), .24);
}

.nadlab-agent-guest__send:disabled {
  cursor: default;
  transform: none;
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.13);
  color: #6f7a80;
  box-shadow: none;
  opacity: .62;
}

.nadlab-agent-guest__send:disabled:hover {
  transform: none;
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.13);
  box-shadow: none;
}
.nadlab-agent-guest__send:focus-visible,
.nadlab-agent-guest__suggestions-toggle:focus-visible,
.nadlab-agent-guest__suggestion:focus-visible {
  outline: 3px solid rgba(var(--phase-discover-rgb), .52);
  outline-offset: 3px;
}
.nadlab-agent-guest__voice-slot[hidden] { display: none; }

.nadlab-agent-guest__suggestions {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 11px;}
.nadlab-agent-guest__suggestions-toggle {
  min-height: 38px;
  max-width: 100%;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(var(--phase-discover-rgb), .28);
  border-radius: 10px;
  background: rgba(var(--phase-discover-rgb), .055);
  color: #b8dfc7;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 760;
}
.nadlab-agent-guest__suggestions-toggle:hover,
.nadlab-agent-guest__suggestions-toggle[aria-expanded="true"] {
  border-color: rgba(var(--phase-discover-rgb), .52);
  background: rgba(var(--phase-discover-rgb), .10);
  color: #d5f0df;
}
.nadlab-agent-guest__suggestions-chevron {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  transition: transform .16s ease;
}
.nadlab-agent-guest__suggestions-toggle[aria-expanded="true"] .nadlab-agent-guest__suggestions-chevron {
  transform: rotate(180deg);
}
.nadlab-agent-guest__suggestions-menu {
  position: absolute;
  z-index: 20;
  inset-inline-start: 0;
  top: auto;
  bottom: calc(100% + 7px);
  width: min(360px, calc(100vw - 56px));
  max-height: min(320px, calc(100vh - 32px));
  padding: 6px;
  display: grid;
  gap: 4px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  background: rgba(19, 24, 27, .98);
  box-shadow: 0 18px 44px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
}
.nadlab-agent-guest__suggestions-menu[hidden] { display: none; }
.nadlab-agent-guest__suggestion {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #eef3f1;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 690;
  line-height: 1.3;
  text-align: start;
}
.nadlab-agent-guest__suggestion:hover { background: rgba(var(--phase-discover-rgb), .10); color: #fff; }

/* NADLAB AGENT SEARCH SUGGESTION GROUPS UI V1 */
.nadlab-agent-guest__suggestion-group-title {
  padding: 7px 11px 4px;
  color: var(--active-phase-soft);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: .015em;
  text-align: start;
  cursor: default;
  user-select: none;
}

.nadlab-agent-guest__suggestion-group-title.is-broader {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(var(--active-phase-rgb), .18);
}

/* NADLAB AGENT GROUPED SUGGESTION OPTION INDENT V1 */
.nadlab-agent-guest__suggestion-group-title ~ .nadlab-agent-guest__suggestion {
  padding-inline-start: 21px;
  padding-inline-end: 11px;
}

.nadlab-agent-guest__suggestion.is-disabled,
.nadlab-agent-guest__suggestion:disabled {
  color: #6f7a81;
  cursor: not-allowed;
  opacity: .58;
}
.nadlab-agent-guest__suggestion.is-disabled:hover,
.nadlab-agent-guest__suggestion:disabled:hover { background: transparent; color: #6f7a81; }

.nadlab-agent-guest__status {
  min-height: 0;
  margin: 0;
  color: var(--agent-muted);
  font-size: 12px;
}
.nadlab-agent-guest__status:empty { display: none; }
.nadlab-agent-guest__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* NADLAB AGENT GUEST SEEKER DISCOVER v1 */
.nadlab-agent-guest {
  --active-phase: var(--phase-discover);
  --active-phase-rgb: 67, 191, 119;
  --active-phase-soft: #8bdcad;
}
.nadlab-agent-guest[data-nadlab-agent-phase="2"] {
  --active-phase: var(--phase-understand);
  --active-phase-rgb: 59, 130, 246;
  --active-phase-soft: #8ab9ff;
}
.nadlab-agent-guest[data-nadlab-agent-phase="3"] {
  --active-phase: var(--phase-choose);
  --active-phase-rgb: 242, 184, 75;
  --active-phase-soft: #f7d18b;
}
.nadlab-agent-guest[data-nadlab-agent-phase="4"] {
  --active-phase: var(--phase-act);
  --active-phase-rgb: 217, 93, 93;
  --active-phase-soft: #f0a0a0;
}




.nadlab-agent-guest__composer {
  border-color: rgba(var(--active-phase-rgb), .30);
  background: linear-gradient(145deg, rgba(var(--active-phase-rgb), .07), rgba(24,29,32,.92) 46%);
  box-shadow: inset 0 2px 0 rgba(var(--active-phase-rgb), .58), 0 22px 58px rgba(0,0,0,.20);
}
.nadlab-agent-guest__input:focus {
  border-color: var(--active-phase);
  box-shadow: 0 0 0 3px rgba(var(--active-phase-rgb), .14);
}
.nadlab-agent-guest__send { border-color: var(--active-phase); background: var(--active-phase); }
.nadlab-agent-guest[data-nadlab-agent-phase="2"] .nadlab-agent-guest__send,
.nadlab-agent-guest[data-nadlab-agent-phase="4"] .nadlab-agent-guest__send { color: #fff; }
.nadlab-agent-guest__suggestions-toggle {
  border-color: rgba(var(--active-phase-rgb), .28);
  background: rgba(var(--active-phase-rgb), .055);
  color: var(--active-phase-soft);
}
.nadlab-agent-guest__suggestions-toggle:hover,
.nadlab-agent-guest__suggestions-toggle[aria-expanded="true"] {
  border-color: rgba(var(--active-phase-rgb), .52);
  background: rgba(var(--active-phase-rgb), .10);
  color: var(--active-phase-soft);
}
.nadlab-agent-guest__suggestion:hover { background: rgba(var(--active-phase-rgb), .10); }
.nadlab-agent-guest__send:focus-visible,
.nadlab-agent-guest__suggestions-toggle:focus-visible,
.nadlab-agent-guest__suggestion:focus-visible { outline-color: rgba(var(--active-phase-rgb), .52); }
.nadlab-agent-guest__dialogue { margin: 0 0 18px; display: grid; gap: 17px; }
.nadlab-agent-guest__dialogue[hidden] { display: none; }
.nadlab-agent-guest__message { display: flex; width: 100%; }
.nadlab-agent-guest__message[hidden] { display: none; }
.nadlab-agent-guest__message.is-user { justify-content: flex-end; }
.nadlab-agent-guest[dir="rtl"] .nadlab-agent-guest__message.is-user { justify-content: flex-end; }
.nadlab-agent-guest__message.is-agent { justify-content: flex-start; }
.nadlab-agent-guest[dir="rtl"] .nadlab-agent-guest__message.is-agent { justify-content: flex-start; }
.nadlab-agent-guest__message-bubble {
  width: fit-content;
  max-width: min(88%, 680px);
  margin: 0;
  padding: 10px 13px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.48;
}

/* NADLAB AGENT INLINE SEARCH SURFACE V1 */
.nadlab-agent-guest__message-bubble--rich {
  display: grid;
  gap: 10px;
  width: min(88%, 680px);
  color: var(--agent-text);
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(var(--active-phase-rgb), .24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.nadlab-agent-guest__inline-title {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.nadlab-agent-guest__inline-summary-list {
  display: grid;
  gap: 7px;
}

.nadlab-agent-guest__inline-summary-row {
  display: grid;
  grid-template-columns: auto minmax(0, auto) minmax(0, 1fr);
  align-items: baseline;
  gap: 7px;
  font-size: 13px;
  line-height: 1.45;
}

.nadlab-agent-guest__inline-dot {
  color: rgb(var(--active-phase-rgb));
}

.nadlab-agent-guest__inline-label {
  color: var(--agent-muted);
}

.nadlab-agent-guest__inline-value {
  min-width: 0;
  color: #fff;
  font-weight: 700;
}

.nadlab-agent-guest__inline-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nadlab-agent-guest__inline-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(var(--active-phase-rgb), .28);
  border-radius: 999px;
  background: rgba(var(--active-phase-rgb), .08);
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
}

.nadlab-agent-guest__inline-property-links {
  display: grid;
  gap: 7px;
}

.nadlab-agent-guest__inline-property-links a,
.nadlab-agent-guest__inline-all-results {
  color: rgb(var(--active-phase-rgb));
}

.nadlab-agent-guest__inline-property-links a {
  display: block;
  min-height: 42px;
  padding: 11px 13px;
  border: 1px solid rgba(var(--active-phase-rgb), .46);
  border-radius: 11px;
  background: rgba(var(--active-phase-rgb), .08);
  color: rgb(var(--active-phase-rgb));
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(var(--active-phase-rgb), .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.nadlab-agent-guest__inline-property-links a:hover {
  border-color: rgba(var(--active-phase-rgb), .72);
  background: rgba(var(--active-phase-rgb), .15);
  transform: translateY(-1px);
  text-decoration: none;
}

.nadlab-agent-guest__inline-all-results:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
  text-decoration: none;
}

.nadlab-agent-guest__inline-count {
  color: var(--agent-muted);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.nadlab-agent-guest__inline-all-results {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(var(--active-phase-rgb), .56);
  border-radius: 12px;
  background: rgba(var(--active-phase-rgb), .10);
  color: rgb(var(--active-phase-rgb));
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(var(--active-phase-rgb), .78);
  box-shadow: 0 10px 24px rgba(var(--active-phase-rgb), .12);
  transition: transform .16s ease, filter .16s ease, background .16s ease;
}

.nadlab-agent-guest__inline-no-match {
  margin: 0;
  color: var(--agent-muted);
  font-size: 13px;
  line-height: 1.5;
}

.nadlab-agent-guest__inline-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 20px;
}

/*
 * NADLAB AGENT SEARCH RTL ALIGNMENT V1
 * Hebrew search surfaces follow inline-start = right.
 * LTR languages are intentionally untouched.
 */
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-controls {
  direction: rtl;
  justify-content: flex-start;
  text-align: right;
}

.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-summary-row,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-summary-list,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-title,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-nearest-match,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-result,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-no-match,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-count,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-options,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-options-toggle,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-option,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-pills,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-property-links,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-search-wider-results,
.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__inline-search-wider-links {
  direction: rtl;
  text-align: right;
}

.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__input {
  direction: rtl;
  text-align: right;
}

.nadlab-agent-guest__inline-controls[hidden] {
  display: none;
}

.nadlab-agent-guest__inline-action {
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid rgb(var(--active-phase-rgb));
  border-radius: 13px;
  background: rgb(var(--active-phase-rgb));
  color: #fff;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(var(--active-phase-rgb), .24);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.nadlab-agent-guest__inline-action:hover {
  transform: translateY(-1px);
  filter: brightness(1.07);
  box-shadow: 0 15px 32px rgba(var(--active-phase-rgb), .30);
}

.nadlab-agent-guest__inline-action:focus-visible {
  outline: 3px solid rgba(var(--active-phase-rgb), .50);
  outline-offset: 3px;
}

/* NADLAB AGENT LATEST FLOW SECONDARY UI V1 */
.nadlab-agent-guest__inline-action--secondary {
  background: rgba(var(--active-phase-rgb), .055);
  color: #fff;
  border-color: rgba(var(--active-phase-rgb), .42);
  box-shadow: none;
}

.nadlab-agent-guest__inline-action--secondary:hover {
  background: rgba(var(--active-phase-rgb), .11);
  box-shadow: 0 10px 24px rgba(var(--active-phase-rgb), .12);
}

.nadlab-agent-guest__inline-options {
  flex: 1 1 100%;
  width: 100%;
}

.nadlab-agent-guest__inline-options-toggle {
  min-height: 44px;
  width: 100%;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(var(--active-phase-rgb), .38);
  border-radius: 12px;
  background: rgba(var(--active-phase-rgb), .055);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
  list-style: none;
  box-shadow: none;
}

.nadlab-agent-guest__inline-options-toggle::-webkit-details-marker {
  display: none;
}

.nadlab-agent-guest__inline-options-toggle::before {
  content: "▸";
  color: rgb(var(--active-phase-rgb));
  font-size: 12px;
  line-height: 1;
  transition: transform .16s ease;
}

.nadlab-agent-guest__inline-options[open] > .nadlab-agent-guest__inline-options-toggle::before {
  transform: rotate(90deg);
}

.nadlab-agent-guest__inline-options-panel {
  width: 100%;
  margin-top: 8px;
  padding: 8px;
  display: grid;
  gap: 7px;
  border: 1px solid rgba(var(--active-phase-rgb), .24);
  border-radius: 13px;
  background: rgba(7, 10, 12, .54);
}

.nadlab-agent-guest__inline-option {
  width: 100%;
  min-height: 54px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  border: 1px solid rgba(var(--active-phase-rgb), .25);
  border-radius: 11px;
  background: rgba(255,255,255,.025);
  color: #fff;
  cursor: pointer;
  text-align: start;
  font: inherit;
  font-size: 13px;
  font-weight: 760;
}

.nadlab-agent-guest__inline-option:hover {
  border-color: rgba(var(--active-phase-rgb), .48);
  background: rgba(var(--active-phase-rgb), .075);
}

.nadlab-agent-guest__inline-option-description {
  color: var(--agent-muted);
  font-size: .78rem;
  font-weight: 400;
  line-height: 1.35;
}

.nadlab-agent-guest__inline-summary-ready-action {
  color: rgb(var(--active-phase-rgb));
  font-weight: 900;
}

.nadlab-agent-guest__inline-nearest-match {
  gap: 13px;
}

.nadlab-agent-guest__inline-nearest-match .nadlab-agent-guest__inline-action {
  align-self: flex-start;
  margin-top: 2px;
}

/* NADLAB AGENT PHASE 03 04 CORAL UI V1 */

/*
 * Phase 03 / Choose:
 * keep the existing amber state, but make interactive actions denser
 * so white labels have stronger contrast than on the base #f2b84b.
 */
.nadlab-agent-guest[data-nadlab-agent-phase="3"] .nadlab-agent-guest__inline-action {
  background: #d99024;
  border-color: #d99024;
  color: #fff;
  box-shadow: 0 12px 28px rgba(217, 144, 36, .24);
}

.nadlab-agent-guest[data-nadlab-agent-phase="3"] .nadlab-agent-guest__inline-action:hover {
  background: #e39a2b;
  border-color: #e39a2b;
  box-shadow: 0 15px 32px rgba(217, 144, 36, .30);
}

/* NADLAB AGENT NEW SEARCH OUTLINE STATUS STYLE V1
 * Semantic rule: applies only to data action "new_search".
 * It follows the current Agent phase through --active-phase variables.
 */
.nadlab-agent-guest[data-nadlab-agent-phase]
  .nadlab-agent-guest__inline-action[data-nadlab-agent-inline-action="new_search"] {
  border: 2px solid var(--active-phase);
  background: transparent;
  color: var(--active-phase);
  box-shadow: none;
}

.nadlab-agent-guest[data-nadlab-agent-phase]
  .nadlab-agent-guest__inline-action[data-nadlab-agent-inline-action="new_search"]:hover {
  border-color: var(--active-phase);
  background: rgba(var(--active-phase-rgb), .10);
  color: var(--active-phase);
  box-shadow: 0 10px 24px rgba(var(--active-phase-rgb), .12);
  transform: translateY(-1px);
}

/* Keep the zero-result heading constructive and visibly tied to phase 03. */
.nadlab-agent-guest[data-nadlab-agent-phase="3"]
  [data-nadlab-agent-no-match-card]
  .nadlab-agent-guest__inline-title {
  color: var(--phase-choose);
}

/* Closest-match primary action is important, but should not span the full card. */
.nadlab-agent-guest[data-nadlab-agent-phase="3"]
  .nadlab-agent-guest__inline-nearest-match
  [data-nadlab-agent-nearest-primary-action] {
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  justify-self: start;
  min-height: 42px;
  padding: 9px 17px;
  border-radius: 11px;
  background: #c97f1f;
  border-color: #c97f1f;
  box-shadow: 0 10px 24px rgba(201, 127, 31, .22);
}

/*
 * Phase 04 / Act:
 * warm Deep Coral rather than alarm-red. Real results receive a slightly
 * stronger coral for links and CTAs, with a restrained coral glow.
 */
.nadlab-agent-guest[data-nadlab-agent-phase="4"] .nadlab-agent-guest__inline-action {
  background: #e56363;
  border-color: #e56363;
  color: #fff;
  box-shadow: 0 12px 28px rgba(217, 93, 93, .24);
}

.nadlab-agent-guest[data-nadlab-agent-phase="4"] .nadlab-agent-guest__inline-action:hover {
  background: #ea7070;
  border-color: #ea7070;
  box-shadow: 0 15px 32px rgba(217, 93, 93, .28);
}

.nadlab-agent-guest[data-nadlab-agent-phase="4"] .nadlab-agent-guest__inline-property-links a,
.nadlab-agent-guest[data-nadlab-agent-phase="4"] .nadlab-agent-guest__inline-all-results {
  color: #e56363;
  border-color: rgba(229, 99, 99, .58);
  text-decoration-color: rgba(229, 99, 99, .82);
}

.nadlab-agent-guest[data-nadlab-agent-phase="4"] .nadlab-agent-guest__inline-property-links a {
  background: rgba(229, 99, 99, .075);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 10px 24px rgba(217, 93, 93, .16);
}

.nadlab-agent-guest[data-nadlab-agent-phase="4"] .nadlab-agent-guest__inline-property-links a:hover,
.nadlab-agent-guest[data-nadlab-agent-phase="4"] .nadlab-agent-guest__inline-all-results:hover {
  color: #ed7676;
  border-color: rgba(229, 99, 99, .78);
  background: rgba(229, 99, 99, .13);
}

/* On small screens regular actions may stay full-width, but the nearest-match
 * decision remains compact when space allows. */
@media (max-width: 720px) {
  .nadlab-agent-guest[data-nadlab-agent-phase="3"]
    .nadlab-agent-guest__inline-nearest-match
    [data-nadlab-agent-nearest-primary-action] {
    width: fit-content;
    max-width: 100%;
  }
}

.nadlab-agent-guest__inline-html {
  overflow-wrap: anywhere;
}
.nadlab-agent-guest__message.is-user .nadlab-agent-guest__message-bubble {
border: 1px solid rgba(255,255,255,.12);
background: rgba(255,255,255,.055);
color: #dce4e8;
}

/* NADLAB AGENT FIND / MARKET INFO TABS V1 */
.nadlab-agent-guest__message.is-user
.nadlab-agent-guest__message-bubble--search-mode {
  display: inline-flex;
  align-items: center;
  max-width: min(92%, 680px);
  padding: 4px;
  overflow: visible;
  border-color: rgba(var(--active-phase-rgb), .30);
  background: rgba(var(--active-phase-rgb), .055);
}

.nadlab-agent-guest__search-mode-tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
}

.nadlab-agent-guest__search-mode-tab {
  min-height: 37px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  outline: 0;
  background: transparent;
  color: #dce4e8;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.3;
  white-space: nowrap;
}

.nadlab-agent-guest__search-mode-tab:hover:not(:disabled),
.nadlab-agent-guest__search-mode-tab:focus-visible:not(:disabled) {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.055);
}

.nadlab-agent-guest__search-mode-tab:focus-visible {
  outline: 2px solid rgba(96,205,157,.45);
  outline-offset: 1px;
}

.nadlab-agent-guest__search-mode-tab.is-selected {
  border-color: rgba(var(--active-phase-rgb), .56);
  background: rgba(var(--active-phase-rgb), .12);
  color: var(--active-phase);
}

.nadlab-agent-guest__search-mode-tab.is-selected:disabled {
  opacity: 1;
}

/*
 * Discover keeps Find property + Market info available as the
 * initial flow selector. Once the user is inside 02 / 03 / 04,
 * show only the active flow as a status indicator.
 */
.nadlab-agent-guest:not([data-nadlab-agent-phase="1"])
  .nadlab-agent-guest__search-mode-tab:not(.is-selected) {
  display: none;
}

.nadlab-agent-guest__search-mode-tab:disabled {
  cursor: default;
  opacity: .82;
}

.nadlab-agent-guest__message.is-agent .nadlab-agent-guest__message-bubble {
  border: 1px solid rgba(var(--active-phase-rgb), .28);
  background: rgba(var(--active-phase-rgb), .075);
  color: #eef4f1;
}

/*
 * Guest Agent owns the assistance entry point while it is visible.
 * Hide only the AI Navigator floating microscope launcher; do not alter
 * the Navigator panel, state, endpoints, or authenticated behavior.
 */
html.nadlab-agent-guest-in-view .nadlab-ai-nav__bubble {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 1040px) {
  
  
  
  
}
@media (max-width: 760px) {
  
  
  
  
  
  
  
  
  
  .nadlab-agent-guest__composer { padding: 14px; border-radius: 17px; }
  .nadlab-agent-guest__input { min-height: 50px; padding: 10px 13px; font-size: 14px; }
  .nadlab-agent-guest__send { min-width: 50px; min-height: 50px; }
}
@media (max-width: 430px) {
  
  
  
  .nadlab-agent-guest__suggestions { width: 100%; }
  .nadlab-agent-guest__suggestions-toggle { width: 100%; justify-content: space-between; }
  .nadlab-agent-guest__suggestions-menu { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .nadlab-agent-guest *,
  .nadlab-agent-guest *::before,
  .nadlab-agent-guest *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* NADLAB AGENT INLINE SEARCH UX REFINEMENT V1 */
.nadlab-agent-guest__message-bubble--recommendation strong {
  color: rgb(var(--active-phase-rgb));
  font-weight: 900;
}

.nadlab-agent-guest__inline-result {
  gap: 15px;
}

.nadlab-agent-guest__inline-summary-list {
  gap: 8px;
}

.nadlab-agent-guest__inline-property-links {
  gap: 10px;
}

/* NADLAB AGENT NEAREST SEARCH WIDER INLINE V1 */
.nadlab-agent-guest__inline-search-wider-results {
  flex: 1 1 100%;
  width: 100%;
  display: grid;
  gap: 8px;
  padding: 10px 11px;
  border: 1px solid rgba(var(--active-phase-rgb), .28);
  border-radius: 12px;
  background: rgba(var(--active-phase-rgb), .055);
}

.nadlab-agent-guest__inline-search-wider-results[hidden] {
  display: none;
}

.nadlab-agent-guest__inline-search-wider-title {
  color: #eef4f1;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.3;
}

.nadlab-agent-guest__inline-search-wider-links {
  display: grid;
  gap: 8px;
}

.nadlab-agent-guest__inline-search-wider-links a {
  color: var(--phase-act);
  font-size: 13px;
  font-weight: 690;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nadlab-agent-guest__inline-search-wider-status {
  color: #dce4e8;
  font-size: 13px;
  line-height: 1.4;
}

.nadlab-agent-guest__inline-search-wider-status.is-error {
  color: #ed7676;
}

@media (max-width: 720px) {
  .nadlab-agent-guest__dialogue {
    gap: 14px;
  }

  .nadlab-agent-guest__inline-action,
  .nadlab-agent-guest__inline-all-results {
    width: 100%;
  }

  /* NADLAB AGENT NEAREST MATCH COMPACT CTA OPTION TITLES V1 */
  .nadlab-agent-guest[data-nadlab-agent-phase="3"]
    .nadlab-agent-guest__inline-nearest-match
    [data-nadlab-agent-nearest-primary-action] {
    width: fit-content;
    max-width: 100%;
    justify-self: start;
  }
}

.nadlab-agent-guest[data-nadlab-agent-phase="3"]
  .nadlab-agent-guest__inline-option > span:first-child {
  color: var(--phase-choose);
}

/* NADLAB AGENT NEAREST MATCH WIDTH ALIGNMENT V1 */
.nadlab-agent-guest[data-nadlab-agent-phase="3"]
  .nadlab-agent-guest__inline-controls {
  width: min(88%, 680px);
  max-width: 100%;
  justify-self: start;
}

.nadlab-agent-guest[data-nadlab-agent-phase="3"]
  .nadlab-agent-guest__inline-options {
  width: 100%;
  max-width: 100%;
}

/* NADLAB AGENT PRIORITY CHIP SIMPLIFICATION V1 */
/* NADLAB AGENT PRIORITY PLACEMENT COLOR V1 */
.nadlab-agent-guest__priority-context {
  display: grid;
  width: fit-content;
  max-width: min(88%, 680px);
  margin: 0;
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nadlab-agent-guest__priority-context[hidden] {
  display: none;
}

/*
 * Phase 02: keep the priority and current Agent question in one dialogue
 * row so the chip sits immediately above the question.
 */
.nadlab-agent-guest__message.is-agent.has-priority-chip {
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.nadlab-agent-guest[dir="rtl"]
  .nadlab-agent-guest__message.is-agent.has-priority-chip {
  align-items: flex-end;
}

/*
 * The chip follows the current phase/status color:
 * blue in Understand, amber in Choose.
 */
.nadlab-agent-guest__priority-value {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 5px 9px;
  border: 1px solid rgba(var(--active-phase-rgb), .34);
  border-radius: 999px;
  background: rgba(var(--active-phase-rgb), .075);
  color: var(--active-phase);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: .005em;
  overflow-wrap: anywhere;
}

/*
 * In Choose, JS inserts the chip immediately before the newest
 * Property search summary.
 */
.nadlab-agent-guest__priority-context.is-summary {
  margin: 0 0 -4px;
}

/*
 * Final result: label white, priority pale coral.
 */
.nadlab-agent-guest__inline-ranked-by {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 7px;
  margin: 0 0 11px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(var(--active-phase-rgb), .22);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.nadlab-agent-guest__inline-ranked-by strong {
  color: var(--active-phase-soft);
  font-size: 13px;
  font-weight: 850;
}

@media (max-width: 720px) {
  .nadlab-agent-guest__priority-context {
    max-width: 100%;
  }
}

/* NADLAB AGENT INLINE SEARCH UX REFINEMENT V1-R2 */
.nadlab-agent-guest__inline-property-links a:hover,
.nadlab-agent-guest__inline-all-results:hover {
  color: rgb(var(--active-phase-rgb));
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}



/* NADLAB AGENT OWNER OVERVIEW UX CHOOSE V1
 * Scoped to the guest Owner/Agent overview and 02 Understand.
 */
.nadlab-agent-guest__owner-overview {
  display: grid;
  gap: 18px;
}

.nadlab-agent-guest__owner-overview > .nadlab-agent-guest__inline-title {
  margin: 0;
}

.nadlab-agent-guest__owner-overview-section {
  display: grid;
  gap: 4px;
}

.nadlab-agent-guest__owner-overview-section > .nadlab-agent-guest__inline-title {
  margin: 0;
  color: var(--active-phase);
}

.nadlab-agent-guest__owner-overview-section > p {
  margin: 0;
}

.nadlab-agent-guest__owner-overview-callout {
  margin: 2px 0 0;
  padding: 9px 11px;
  border-inline-start: 3px solid rgba(var(--active-phase-rgb), .72);
  border-radius: 9px;
  background: rgba(var(--active-phase-rgb), .075);
  color: var(--active-phase-soft);
  line-height: 1.45;
}

@media (max-width: 720px) {
  .nadlab-agent-guest__owner-overview {
    gap: 16px;
  }

  .nadlab-agent-guest__owner-overview-callout {
    padding: 9px 10px;
  }
}

/* NADLAB AGENT STATUS COLOR CONSISTENCY V1
 * Owner/Agent overview accents always follow the CURRENT Agent phase.
 * Back to topics remains outline-only in every phase.
 */
.nadlab-agent-guest
  [data-nadlab-agent-inline-action="owner_overview_back_to_topics"] {
  background: transparent !important;
  color: var(--active-phase) !important;
  border-color: rgba(var(--active-phase-rgb), .72) !important;
  box-shadow: none !important;
}

.nadlab-agent-guest
  [data-nadlab-agent-inline-action="owner_overview_back_to_topics"]:hover {
  background: rgba(var(--active-phase-rgb), .075) !important;
  color: var(--active-phase) !important;
  border-color: var(--active-phase) !important;
  box-shadow: none !important;
}


/* NADLAB AGENT OWNER AI NAVIGATOR 03 04 UX V1
 * 03 catalog and 04 Public Help follow the CURRENT Agent phase color.
 */
.nadlab-agent-guest__owner-ai-catalog {
  width: 100%;
  display: grid;
  gap: 16px;
}

.nadlab-agent-guest__owner-ai-lab {
  min-width: 0;
  display: grid;
  gap: 9px;
}

.nadlab-agent-guest__owner-ai-lab + .nadlab-agent-guest__owner-ai-lab {
  padding-top: 14px;
  border-top: 1px solid rgba(var(--active-phase-rgb), .18);
}

.nadlab-agent-guest__owner-ai-lab-title {
  color: var(--active-phase-soft);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
}

.nadlab-agent-guest__owner-ai-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.nadlab-agent-guest__owner-ai-tool {
  width: 100%;
  min-width: 0;
  justify-content: flex-start;
  text-align: start;
}

.nadlab-agent-guest__owner-ai-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 2px;
}

.nadlab-agent-guest__owner-public-help {
  gap: 11px;
}

.nadlab-agent-guest__owner-public-help-title {
  color: var(--active-phase-soft);
}

.nadlab-agent-guest__owner-public-help-body,
.nadlab-agent-guest__owner-public-help-loading,
.nadlab-agent-guest__owner-public-help-error,
.nadlab-agent-guest__owner-public-help-prompt {
  margin: 0;
}

.nadlab-agent-guest__owner-public-help-list {
  margin: 0;
  padding-inline-start: 20px;
  display: grid;
  gap: 6px;
  color: #fff;
}

.nadlab-agent-guest__owner-public-help-list li::marker {
  color: var(--active-phase);
}

.nadlab-agent-guest__owner-public-help-prompt {
  margin-top: 2px;
  padding: 9px 11px;
  border-inline-start: 3px solid rgba(var(--active-phase-rgb), .72);
  border-radius: 9px;
  background: rgba(var(--active-phase-rgb), .075);
  color: var(--active-phase-soft);
  line-height: 1.45;
}

.nadlab-agent-guest__owner-public-help-loading,
.nadlab-agent-guest__owner-public-help-error {
  color: var(--agent-muted);
  line-height: 1.45;
}

/* In guest 04, only Create account stays filled.
 * Sign in and Choose another topic are outline-only.
 */
.nadlab-agent-guest.is-owner-public-help
  [data-nadlab-agent-inline-action="owner_login"],
.nadlab-agent-guest.is-owner-public-help
  [data-nadlab-agent-inline-action="owner_overview_choose_next"] {
  background: transparent !important;
  color: var(--active-phase) !important;
  border-color: rgba(var(--active-phase-rgb), .72) !important;
  box-shadow: none !important;
}

.nadlab-agent-guest.is-owner-public-help
  [data-nadlab-agent-inline-action="owner_login"]:hover,
.nadlab-agent-guest.is-owner-public-help
  [data-nadlab-agent-inline-action="owner_overview_choose_next"]:hover {
  background: rgba(var(--active-phase-rgb), .075) !important;
  color: var(--active-phase) !important;
  border-color: var(--active-phase) !important;
  box-shadow: none !important;
}

@media (max-width: 720px) {
  .nadlab-agent-guest__owner-ai-grid {
    grid-template-columns: 1fr;
  }
}

/* NADLAB AGENT OWNER INLINE LOGIN THEME V1
 * Scoped only to the login fragment rendered inside guest Agent 04 Act.
 * The standalone/global login page is intentionally untouched.
 */
.nadlab-agent-guest[data-nadlab-agent-phase="4"]
  .nadlab-agent-guest__owner-inline-login {
  width: min(100%, 720px);
  max-width: 720px;
  padding: 16px;
  gap: 14px;
  background: rgba(var(--active-phase-rgb), .075);
  border-color: rgba(var(--active-phase-rgb), .34);
}

.nadlab-agent-guest__owner-inline-login .form-card,
.nadlab-agent-guest__owner-inline-login .container,
.nadlab-agent-guest__owner-inline-login main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--agent-text) !important;
}

.nadlab-agent-guest__owner-inline-login form.auth-form,
.nadlab-agent-guest__owner-inline-login form.filters {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nadlab-agent-guest__owner-inline-login input[type="email"],
.nadlab-agent-guest__owner-inline-login input[type="password"],
.nadlab-agent-guest__owner-inline-login input[type="text"] {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid rgba(var(--active-phase-rgb), .42) !important;
  border-radius: 13px !important;
  outline: 0;
  background: rgba(6, 11, 14, .76) !important;
  color: #fff !important;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 0 0 1px rgba(0,0,0,.10);
}

.nadlab-agent-guest__owner-inline-login input::placeholder {
  color: rgba(220, 228, 232, .60) !important;
  opacity: 1;
}

.nadlab-agent-guest__owner-inline-login input[type="email"]:focus,
.nadlab-agent-guest__owner-inline-login input[type="password"]:focus,
.nadlab-agent-guest__owner-inline-login input[type="text"]:focus {
  border-color: rgba(var(--active-phase-rgb), .82) !important;
  box-shadow: 0 0 0 3px rgba(var(--active-phase-rgb), .14) !important;
}

.nadlab-agent-guest__owner-inline-login .password-wrap {
  position: relative;
  width: 100%;
}

.nadlab-agent-guest__owner-inline-login .password-wrap input {
  padding-inline-end: 48px;
}

.nadlab-agent-guest__owner-inline-login .toggle-password {
  position: absolute;
  top: 50%;
  inset-inline-end: 8px;
  transform: translateY(-50%);
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0 !important;
  border-radius: 10px;
  background: transparent !important;
  color: rgba(238, 244, 241, .70) !important;
  box-shadow: none !important;
  cursor: pointer;
}

.nadlab-agent-guest__owner-inline-login .toggle-password:hover {
  background: rgba(var(--active-phase-rgb), .10) !important;
  color: #fff !important;
}

.nadlab-agent-guest__owner-inline-login label,
.nadlab-agent-guest__owner-inline-login p,
.nadlab-agent-guest__owner-inline-login span {
  color: #dce4e8;
}

.nadlab-agent-guest__owner-inline-login input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: rgb(var(--active-phase-rgb));
}

.nadlab-agent-guest__owner-inline-login button[type="submit"] {
  width: 100%;
  min-height: 48px;
  margin: 2px 0 0;
  padding: 11px 18px;
  border: 1px solid rgb(var(--active-phase-rgb)) !important;
  border-radius: 13px !important;
  background: rgb(var(--active-phase-rgb)) !important;
  color: #fff !important;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(var(--active-phase-rgb), .24) !important;
  transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.nadlab-agent-guest__owner-inline-login button[type="submit"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.07);
  box-shadow: 0 15px 32px rgba(var(--active-phase-rgb), .30) !important;
}

.nadlab-agent-guest__owner-inline-login button[type="submit"]:disabled {
  opacity: .62;
  cursor: wait;
  transform: none;
}

.nadlab-agent-guest__owner-inline-login a {
  color: rgb(var(--active-phase-rgb)) !important;
  text-decoration-color: rgba(var(--active-phase-rgb), .72);
  text-underline-offset: 3px;
}

.nadlab-agent-guest__owner-inline-login a:hover {
  color: #fff !important;
}

.nadlab-agent-guest__owner-inline-login .text-error {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(var(--active-phase-rgb), .36);
  border-radius: 11px;
  background: rgba(var(--active-phase-rgb), .09);
  color: #fff !important;
}

.nadlab-agent-guest__owner-inline-login .text-success {
  margin: 0;
  color: #dce4e8 !important;
}

@media (max-width: 720px) {
  .nadlab-agent-guest[data-nadlab-agent-phase="4"]
    .nadlab-agent-guest__owner-inline-login {
    width: 100%;
    max-width: 100%;
    padding: 13px;
  }

  .nadlab-agent-guest__owner-inline-login input[type="email"],
  .nadlab-agent-guest__owner-inline-login input[type="password"],
  .nadlab-agent-guest__owner-inline-login input[type="text"] {
    min-height: 48px;
  }
}

/* NADLAB AGENT INLINE ACTION-ONLY STATE V1 */
[data-nadlab-agent-guest].is-inline-action-only [data-nadlab-agent-guest-composer] {
  display: none !important;
}

[data-nadlab-agent-guest].is-inline-action-only [data-nadlab-agent-guest-suggestions-toggle],
[data-nadlab-agent-guest].is-inline-action-only [data-nadlab-agent-guest-suggestions-menu] {
  display: none !important;
}

.nadlab-agent-guest.is-guest-discover-card-entry .nadlab-agent-guest__composer {
  display: none;
}

.nadlab-agent-guest.is-guest-discover-card-entry .nadlab-agent-guest__dialogue {
  display: none;
}

.nadlab-agent-guest.is-guest-discover-card-entry .nadlab-agent-guest__inline-controls {
  width: 100%;
  margin-top: 52px;
}

/* NADLAB AGENT GUEST DISCOVER TARGET UI V1 */
.nadlab-agent-guest.is-guest-discover-card-entry .nadlab-agent-guest__greeting {
  color: var(--agent-green);
}

.nadlab-agent-guest.is-guest-discover-card-entry .nadlab-agent-guest__discover-entry {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.nadlab-agent-guest.is-guest-discover-card-entry .nadlab-agent-guest__discover-entry-groups {
  width: 100%;
  max-width: 100%;
}

.nadlab-agent-guest.is-guest-discover-card-entry .nadlab-agent-guest__discover-entry-group-label {
  font-size: 15px;
  font-weight: 400;
}














































@media (max-width: 860px) {
  

  
}

@media (max-width: 620px) {
  

  

  

  

  
}



/* NADLAB AGENT INLINE PHONE VERIFICATION PHASE 03 V1
 * Guest seeker verification only. The standalone Navigator modal is untouched.
 */
.nadlab-agent-guest[data-nadlab-agent-phase="3"]
  .nadlab-agent-guest__show-properties-otp {
  width: min(100%, 720px);
  max-width: 720px;
  padding: 16px;
  gap: 14px;
  border-color: rgba(var(--active-phase-rgb), .34);
  background: rgba(var(--active-phase-rgb), .075);
}

.nadlab-agent-guest__show-properties-otp-copy {
  color: rgba(238, 244, 241, .78);
  font-size: 14px;
  line-height: 1.55;
}

.nadlab-agent-guest__show-properties-otp-form {
  width: 100%;
  display: grid;
  gap: 12px;
  margin: 0;
}

.nadlab-agent-guest__show-properties-otp-field {
  display: grid;
  gap: 7px;
  color: var(--agent-text);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.nadlab-agent-guest__show-properties-otp-field input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid rgba(var(--active-phase-rgb), .42);
  border-radius: 10px;
  outline: 0;
  background: rgba(255, 255, 255, .045);
  color: var(--agent-text);
  font: inherit;
  font-weight: 600;
}

.nadlab-agent-guest__show-properties-otp-field input:focus {
  border-color: var(--active-phase);
  box-shadow: 0 0 0 3px rgba(var(--active-phase-rgb), .16);
}

.nadlab-agent-guest__show-properties-otp-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: rgba(238, 244, 241, .76);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.5;
  cursor: pointer;
}

.nadlab-agent-guest__show-properties-otp-consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--active-phase);
}

.nadlab-agent-guest__show-properties-otp-status {
  min-height: 18px;
  color: var(--active-phase-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.nadlab-agent-guest__show-properties-otp-status[hidden] {
  display: none !important;
}

.nadlab-agent-guest__show-properties-otp-status.is-error {
  color: #ff9b9b;
}

.nadlab-agent-guest__show-properties-otp-status.is-loading {
  color: var(--active-phase);
}

.nadlab-agent-guest__show-properties-otp-submit {
  min-height: 42px;
  padding: 9px 16px;
  border: 2px solid var(--active-phase);
  border-radius: 10px;
  background: var(--active-phase);
  color: #101214;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.nadlab-agent-guest__show-properties-otp-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 9px 22px rgba(var(--active-phase-rgb), .22);
}

.nadlab-agent-guest__show-properties-otp-submit:focus-visible {
  outline: 3px solid rgba(var(--active-phase-rgb), .42);
  outline-offset: 2px;
}

.nadlab-agent-guest__show-properties-otp-submit:disabled {
  cursor: wait;
  opacity: .62;
}

html[dir="rtl"] .nadlab-agent-guest__show-properties-otp-consent,
html[lang="he"] .nadlab-agent-guest__show-properties-otp-consent {
  text-align: right;
}

@media (max-width: 720px) {
  .nadlab-agent-guest[data-nadlab-agent-phase="3"]
    .nadlab-agent-guest__show-properties-otp {
    width: 100%;
    max-width: none;
    padding: 14px;
  }
}
