.add-property-dialog{--apd-bg:#fffdf8;--apd-ink:#1a2e28;--apd-ink-muted:#5c6b66;--apd-ink-subtle:#7a8a84;--apd-green:#1e4338;--apd-green-deep:#16332b;--apd-green-muted:#dce8e3;--apd-border:#1e43381f;--apd-border-strong:#1e433833;--apd-radius:1.25rem;--apd-radius-lg:1.75rem}.add-property-dialog__content{border-radius:var(--apd-radius-lg);border:1px solid var(--apd-border);background:var(--apd-bg);gap:0;padding:0;overflow:hidden;box-shadow:0 24px 64px #1a2e2824}.add-property-dialog__content--scrollable{flex-direction:column;max-height:min(90vh,48rem);display:flex}.add-property-dialog__content--max-height-80vh{max-height:80vh}.add-property-dialog__scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow:hidden auto}.add-property-dialog__content--scrollable .add-property-dialog__footer{flex-shrink:0}.add-property-dialog__body{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}@media (min-width:640px){.add-property-dialog__body{padding:1.75rem 1.75rem 1.5rem}}.add-property-dialog__intro{align-items:flex-start;gap:1rem;display:flex}.add-property-dialog__icon-wrap{background:var(--apd-green-muted);width:2.75rem;height:2.75rem;color:var(--apd-green);border-radius:.85rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.add-property-dialog__eyebrow{border:1px solid var(--apd-border-strong);background:var(--apd-green-muted);color:var(--apd-green);letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.2rem .65rem;font-size:.6875rem;font-weight:600;display:inline-flex}.add-property-dialog__heading{font-family:var(--font-display),"Cormorant Garamond",ui-serif,Georgia,serif;letter-spacing:-.02em;color:var(--apd-ink);margin-top:.5rem;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:600;line-height:1.2}.add-property-dialog__lead{color:var(--apd-ink-muted);max-width:36rem;margin-top:.5rem;font-size:.9375rem;line-height:1.55}.add-property-dialog__fields{flex-direction:column;gap:1.25rem;display:flex}.add-property-dialog__field{flex-direction:column;gap:.4rem;display:flex}.add-property-dialog__label{color:var(--apd-ink);font-size:.875rem;font-weight:600}.add-property-dialog__label-muted{color:var(--apd-ink-subtle);font-weight:500}.add-property-dialog__hint{color:var(--apd-ink-subtle);font-size:.8125rem;line-height:1.45}.add-property-dialog__field-error{color:var(--destructive,#b91c1c);font-size:.8125rem;line-height:1.45}.add-property-dialog__input,.add-property-dialog__select{border-color:var(--apd-border-strong);height:2.5rem;color:var(--apd-ink);background:#fff;border-radius:.75rem;padding-left:.875rem;padding-right:.875rem;font-size:.9375rem}.add-property-dialog__textarea{border-color:var(--apd-border-strong);height:auto;min-height:8.75rem;color:var(--apd-ink);resize:vertical;background:#fff;border-radius:.75rem;padding:.75rem .875rem;font-size:.9375rem;line-height:1.5}.add-property-dialog__input::placeholder{color:var(--apd-ink-subtle)}.add-property-dialog__input:focus-visible,.add-property-dialog__select:focus-visible,.add-property-dialog__textarea:focus-visible{border-color:var(--apd-green);box-shadow:0 0 0 3px color-mix(in srgb,var(--apd-green-muted)65%,transparent)}.add-property-dialog__field-pair{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.4rem 1.25rem;display:grid}.add-property-dialog__field-pair .add-property-dialog__label{align-self:end}.add-property-dialog__field-pair .add-property-dialog__select,.add-property-dialog__field-pair .add-property-dialog__input{align-self:center}.add-property-dialog__checkbox-row{color:var(--apd-ink);align-items:flex-start;gap:.65rem;font-size:.9375rem;line-height:1.45;display:flex}.add-property-dialog__checkbox{border-color:var(--apd-border-strong);margin-top:.15rem}.add-property-dialog__footer{border-top:1px solid var(--apd-border);flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem}.add-property-dialog__footer--paired{justify-content:space-between;align-items:center;display:flex}.add-property-dialog__footer-control{align-self:center}.add-property-dialog__link{min-height:2.75rem;color:var(--apd-green);justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:color .15s;display:inline-flex}.add-property-dialog__link:hover{color:var(--apd-green-deep)}.add-property-dialog__link:disabled{opacity:.5;pointer-events:none}.add-property-dialog__btn-primary{background:var(--apd-green);color:#f7f4ee;border:1px solid var(--apd-green);border-radius:5px;height:2.75rem;padding:0 1.25rem;font-size:.9375rem;font-weight:600}.add-property-dialog__btn-primary:hover:not(:disabled){background:var(--apd-green-deep);border-color:var(--apd-green-deep)}.add-property-dialog__btn-destructive{color:#fffdf8;background:#9f2e2e;border:1px solid #9f2e2e;border-radius:5px;height:2.75rem;padding:0 1.25rem;font-size:.9375rem;font-weight:600}.add-property-dialog__btn-destructive:hover:not(:disabled){background:#7f2424;border-color:#7f2424}.add-property-dialog__icon-wrap--destructive{background:color-mix(in srgb,#9f2e2e 12%,var(--apd-green-muted));color:#9f2e2e}.add-property-dialog__confirm-grid{gap:1.5rem;display:grid}@media (min-width:1024px){.add-property-dialog__confirm-grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start}}.add-property-dialog__summary-label{color:var(--apd-ink-subtle);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:600}.add-property-dialog__summary-value{color:var(--apd-ink);margin-top:.35rem;font-size:1.05rem;line-height:1.45}.add-property-dialog__map{border-radius:var(--apd-radius);border:1px solid var(--apd-border);background:var(--apd-green-muted);overflow:hidden}.add-property-dialog__map-inner{width:100%;height:16rem;position:relative;overflow:hidden}@media (min-width:1024px){.add-property-dialog__map-inner{height:18rem}}.add-property-dialog__legal{max-width:28rem;color:var(--apd-ink-subtle);font-size:.75rem;line-height:1.5}.add-property-dialog__radio-group{flex-direction:column;gap:.75rem;display:flex}.add-property-dialog__radio-group--row{flex-flow:wrap;gap:.75rem 1.5rem}.add-property-dialog__radio-option{color:var(--apd-ink);cursor:pointer;align-items:center;gap:.65rem;font-size:.9375rem;line-height:1.45;display:flex}.add-property-dialog__radio-cards{flex-direction:column;gap:.5rem;display:flex}.add-property-dialog__radio-card{cursor:pointer;border:1px solid var(--apd-border,#e2e8f0);background:#fff;border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;transition:border-color .15s,background-color .15s,box-shadow .15s;display:flex}.add-property-dialog__radio-card:hover{border-color:#94a3b8}.add-property-dialog__radio-card--selected{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb26}.add-property-dialog__amount-wrap{position:relative}.add-property-dialog__amount-prefix{color:var(--apd-ink-subtle);pointer-events:none;font-size:.875rem;font-weight:600;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.add-property-dialog__input--amount{padding-left:3.25rem}.add-property-dialog__amount-range-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.add-property-dialog__footer-actions{flex-direction:column-reverse;align-items:center;gap:.65rem;display:flex}@media (min-width:640px){.add-property-dialog__footer-actions{flex-direction:row;align-items:center;gap:.75rem}}.add-property-dialog__input--otp{text-align:center;letter-spacing:.25em;height:3rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.5rem}.add-property-dialog__success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:.5rem 0 .25rem;display:flex}.add-property-dialog__success-icon{background:color-mix(in srgb,var(--apd-green)12%,#fff);width:3.5rem;height:3.5rem;color:var(--apd-green);border-radius:9999px;justify-content:center;align-items:center;display:flex}.add-property-dialog__success-title{font-family:var(--font-display),"Cormorant Garamond",ui-serif,Georgia,serif;color:var(--apd-ink);font-size:1.5rem;font-weight:600;line-height:1.25}.add-property-dialog__success-lead{max-width:22rem;color:var(--apd-ink-muted);font-size:.9375rem;line-height:1.55}.add-property-dialog__inline-link{color:var(--apd-green);text-underline-offset:2px;font-weight:600;text-decoration:underline}.add-property-dialog__inline-link:hover{color:var(--apd-green-deep)}.add-property-dialog__inline-link:disabled{opacity:.5;pointer-events:none}.add-property-dialog .add-property-dialog__amenity-checkbox-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 2rem;display:grid}.add-property-dialog .listing-wizard-amenity-group,.add-property-dialog .listing-wizard-amenity-options{flex-direction:column;gap:.5rem;display:flex}@media (max-width:639px){.add-property-dialog .add-property-dialog__amenity-checkbox-grid{grid-template-columns:minmax(0,1fr)}}
