@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";:root{color-scheme:light;--site-bg: #f6f7fb;--stage-bg: #f4f6fb;--panel: #ffffff;--panel-soft: rgba(255, 255, 255, .92);--ink: #0d183f;--ink-soft: #4a587d;--line: rgba(12, 27, 73, .12);--navy: #122f73;--navy-deep: #091b4f;--gold: #d8a43a;--success: #2f9d57;--danger: #e23d3d;--shadow: 0 20px 48px rgba(10, 25, 67, .08)}*{box-sizing:border-box}body.site-body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(18,47,115,.08),transparent 22%),linear-gradient(180deg,#ffffff 0%,var(--site-bg) 24%,#eef1f8 100%);color:var(--ink);font-family:Roboto,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh}.hero-topbar,.search-hero,.catalog-stage{width:min(1780px,calc(100vw - 48px));margin:0 auto}.hero-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;padding:18px 0;width:100%}.brand-lockup{display:inline-flex;align-items:center;gap:14px;min-width:96px;padding-left:10px;text-decoration:none}.brand-lockup--minimal{justify-self:start}.brand-logo-img{display:block;height:72px;width:auto;object-fit:contain;margin-left:35px}.brand-mark{position:relative;display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:#fff;border:2px solid rgba(216,164,58,.65);box-shadow:0 10px 30px #122f7314}.brand-roof{position:absolute;inset:12px 14px 28px;border-top:3px solid var(--gold);border-left:3px solid var(--gold);border-right:3px solid var(--gold);transform:skewY(-22deg);border-radius:4px 4px 0 0}.brand-core{position:relative;z-index:1;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;color:var(--navy)}.brand-copy{display:grid;gap:2px}.brand-copy strong{font-family:Roboto,sans-serif;font-size:1.08rem;color:var(--navy-deep)}.brand-copy span{font-size:.78rem;color:var(--ink-soft)}.location-pill,.utility-profile{border:1px solid var(--line);background:var(--panel);box-shadow:0 10px 24px #0a19430d}.location-pill{display:inline-flex;align-items:center;gap:12px;justify-content:center;min-height:56px;padding:0 22px;border-radius:999px;color:var(--navy)}.location-pill__icon{color:var(--navy);font-size:.95rem}.location-pill__chevron{font-size:.9rem;color:var(--ink-soft)}.hero-title-group{display:grid;gap:8px;justify-items:center;text-align:center}.hero-title-kicker{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;border:1px solid rgba(18,47,115,.12);background:#ffffffd1;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0d183fb8}.hero-title{margin:0;font-family:Roboto,sans-serif;max-width:none;white-space:nowrap;font-size:10px;line-height:1.1;letter-spacing:-.03em;color:var(--navy-deep);font-weight:200}.hero-utility{display:inline-flex;align-items:center;justify-content:flex-end;justify-self:end;gap:12px}.hero-utility__text{font-weight:600;color:#0d183fcc}.utility-globe{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;color:var(--navy)}.utility-profile{display:inline-flex;align-items:center;gap:14px;padding:8px 14px;min-height:54px;border-radius:999px}.utility-avatar{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--ink);color:#fff;font-size:.72rem}.search-hero{padding:12px 0 24px}.hero-search{width:min(860px,calc(100vw - 96px));margin:0 auto;display:grid;grid-template-columns:78px 1fr 78px;align-items:center;min-height:96px;padding:0 18px;background:var(--panel-soft);border:1px solid rgba(12,47,115,.12);border-radius:999px;box-shadow:var(--shadow)}.hero-search__icon,.hero-search__voice{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--navy);color:#fff;font-size:1.3rem}.hero-search__voice{justify-self:end;border:0;cursor:pointer}.hero-search__input{border:0;background:transparent;width:100%;font-size:clamp(1.18rem,1.8vw,1.9rem);color:#122f73eb;outline:none}.hero-search__input::placeholder{color:#122f7357}.catalog-stage{background:var(--stage-bg);border-radius:36px 36px 0 0;min-height:calc(100vh - 210px);padding:28px 34px 48px}.catalog-stage--page{min-height:calc(100vh - 180px);border-radius:36px;margin-bottom:34px}.catalog-rail{display:grid;grid-template-columns:86px 1fr 86px;align-items:center;gap:16px;margin-bottom:34px}.rail-arrow{width:86px;height:110px;border-radius:0;border:0;background:#fff;color:var(--navy);font-size:2rem;box-shadow:inset 0 0 0 1px #122f732e}.category-row{display:grid;grid-template-columns:repeat(9,minmax(88px,1fr));gap:18px;align-items:center}.category-pill{display:grid;gap:10px;justify-items:center;color:#122f73f0;padding:10px 4px 14px;position:relative;font-weight:700}.category-pill__icon{font-size:2rem}.category-pill.is-active:after{content:"";position:absolute;left:20%;right:20%;bottom:0;height:6px;border-radius:999px;background:var(--navy)}.listing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.listing-grid--compact{gap:30px}.site-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0a19430a;border:1px solid rgba(12,27,73,.06);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease}.site-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0a194314}.site-card__media{position:relative;aspect-ratio:1.35;overflow:hidden}.site-card__media img{width:100%;height:100%;object-fit:cover;display:block}.site-card__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:18px 18px 16px;background:linear-gradient(180deg,#07102b24,#07102b0f 40%,#07102bc7)}.site-card__owner{display:flex;align-items:center;gap:10px;color:#fff;font-size:1.15rem;font-weight:800}.site-card__avatar{width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.55);object-fit:cover}.site-card__badge,.site-card__action{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fffffffa;color:var(--navy)}.site-card__badge{min-height:38px;padding:0 18px;font-weight:700;align-self:flex-start}.site-card__topline{display:flex;justify-content:space-between;align-items:flex-start}.site-card__actions{display:grid;gap:14px}.site-card__action{width:38px;height:38px;font-size:1.1rem;border:0;cursor:pointer}.site-card__footer{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;color:#fff}.site-card__price{font-family:Roboto,sans-serif;font-size:1.9rem;font-weight:700}.site-card__meta{margin-top:4px;font-size:1rem;font-weight:600;opacity:.95}.site-card__carousel{display:flex;gap:7px;align-items:center}.site-card__dot{width:8px;height:8px;border-radius:50%;background:#ffffff70}.site-card__dot.is-active{background:#fff}.site-card__views{font-size:1.12rem;font-weight:700}.site-card__body{padding:22px 26px 24px}.site-card__headline{display:flex;justify-content:space-between;gap:18px;align-items:center}.site-card__title{margin:0;font-size:1.08rem;font-weight:800;color:#000}.site-card__rate{font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:700;color:#111726}.site-card__subline{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-bottom:16px;border-bottom:1px solid rgba(17,23,38,.16);color:var(--navy);font-weight:700}.site-card__desc-row{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-top:16px}.site-card__desc{max-width:52%;color:#0d183fdb;font-size:.92rem;line-height:1.4}.site-card__utility{display:flex;align-items:center;gap:14px}.site-card__utility-tag{font-size:.68rem;text-transform:uppercase;color:#0d183fad}.site-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 20px;border-radius:999px;background:var(--navy);color:#fff;font-weight:700}.search-panel,.dashboard-panel,.dashboard-block,.property-stage,.auth-card{background:#fffffffa;border-radius:34px;box-shadow:var(--shadow)}.search-panel,.dashboard-block,.property-stage,.auth-card{padding:28px 30px 32px}.search-panel{margin-bottom:28px}.search-panel__headline h2,.dashboard-block__header h2,.auth-copy h2{margin:0;font-family:Roboto,sans-serif;font-size:2rem;color:var(--navy-deep)}.search-panel__headline p,.dashboard-block__header p,.auth-copy p{margin:8px 0 0;color:var(--ink-soft)}.search-filter-grid,.listing-form-grid{display:grid;gap:16px}.search-filter-grid{margin-top:22px;grid-template-columns:repeat(4,minmax(0,1fr))}.listing-form-grid{margin-top:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.filter-input,.filter-submit,.ghost-button{min-height:56px;border-radius:22px}.filter-input{width:100%;border:1px solid rgba(12,27,73,.14);background:#f7f8fc;color:var(--navy-deep);padding:0 18px;outline:none}.filter-input--textarea{min-height:136px;padding:16px 18px;resize:vertical}.filter-submit,.ghost-button{border:0;cursor:pointer;font-weight:700}.filter-submit{background:var(--navy);color:#fff}.ghost-button,.ghost-link{display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid rgba(12,27,73,.15);background:#fff;color:var(--navy)}.property-stage{min-height:520px}.property-detail-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:32px;align-items:start}.property-detail-title{margin:18px 0 10px;font-family:Roboto,sans-serif;font-size:clamp(2rem,3vw,2.8rem);line-height:1.04}.property-detail-copy{margin:0;color:var(--ink-soft);font-size:1rem;line-height:1.7}.property-amenity-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.auth-stage{display:grid;place-items:center;min-height:68vh}.auth-card{width:min(760px,100%)}.auth-form{margin-top:22px;display:grid;gap:12px}.auth-form label{font-weight:700;color:var(--navy-deep)}.auth-form.hidden{display:none}.auth-status{margin-top:18px;border-radius:20px;background:#f4f6fb;color:var(--ink-soft);padding:14px 16px}.auth-status[data-tone=success]{background:#2f9d571f;color:#1f7140}.auth-status[data-tone=error]{background:#e23d3d1f;color:#8e2020}.dashboard-grid{display:grid;grid-template-columns:.95fr 1.45fr;gap:24px}.dashboard-grid+.dashboard-block,.dashboard-block+.dashboard-grid,.dashboard-grid+.dashboard-grid,.dashboard-grid+.dashboard-grid--triple,.dashboard-grid--triple+.dashboard-grid,.dashboard-block+.dashboard-block{margin-top:24px}.dashboard-grid--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-panel{padding:24px 24px 28px}.dashboard-panel--wide{min-width:0}.dashboard-panel__header,.dashboard-block__header{display:flex;justify-content:space-between;gap:18px;align-items:center}.dashboard-panel h2{margin:10px 0 0;font-family:Roboto,sans-serif;font-size:2rem}.dashboard-stack{display:grid;gap:14px;margin-top:18px}.dashboard-stat-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 0 22px}.dashboard-form{display:grid;gap:12px;margin-top:18px}.mini-grid{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}.section-label{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#122f7314;color:var(--navy);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.checkbox-line{display:inline-flex;align-items:center;gap:12px;color:var(--navy-deep);font-weight:600}.inline-card{border:1px solid rgba(12,27,73,.1);border-radius:24px;background:#fff;padding:18px 18px 20px}.inline-card h3{margin:0 0 6px;font-size:1rem;color:var(--navy-deep)}.inline-card p{margin:0;color:var(--ink-soft);font-size:.92rem;line-height:1.55}.inline-card__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.status-pill{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:999px;background:#122f7314;color:var(--navy);font-size:.83rem;font-weight:700}.hidden{display:none!important}.empty-state{display:grid;gap:12px;place-items:start;min-height:240px;padding:28px;border:1px dashed rgba(255,255,255,.16);border-radius:28px;background:#ffffff08;color:#ffffffe6}.empty-state--light{min-height:auto;border-color:#0c1b4929;background:#f7f8fc;color:var(--navy-deep)}.empty-state h3{margin:0;font-family:Roboto,sans-serif;font-size:1.35rem}.empty-state p{margin:0;color:inherit;opacity:.76;line-height:1.65}.form-note{margin:10px 0 0;color:#0d183fa8;font-size:.92rem}.site-toast-stack{position:fixed;right:18px;bottom:18px;z-index:50;display:grid;gap:10px}.site-toast{min-width:260px;max-width:360px;padding:14px 16px;border-radius:18px;background:#091b4ff5;color:#fff;box-shadow:0 24px 50px #0a194347}.site-toast--error{background:#8e2020f5}.site-toast--success{background:#1f7140f5}@media(max-width:1200px){.hero-topbar{grid-template-columns:auto auto;gap:16px}.hero-title-group{grid-column:1 / -1;width:100%;margin-top:4px}.search-filter-grid,.listing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.listing-grid,.dashboard-grid--triple{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.property-detail-grid{grid-template-columns:1fr}}@media(max-width:768px){.hero-topbar,.search-hero,.catalog-stage{width:min(100vw - 24px,100%)}.hero-topbar{gap:12px;padding:10px 0 14px}.catalog-stage,.catalog-stage--page{padding:22px 18px 34px;border-radius:28px}.catalog-rail{grid-template-columns:1fr}.rail-arrow{display:none}}@media(max-width:640px){.listing-grid,.search-filter-grid,.listing-form-grid,.dashboard-grid--triple,.mini-grid,.dashboard-stat-grid{grid-template-columns:1fr}.site-card__desc-row{flex-direction:column;align-items:stretch}.site-card__desc{max-width:none}}.dropdown-item:hover{background:#f1f5f9!important}.tab-link:hover{background:#122f730d}.tab-link.active{background:var(--navy)!important;color:#fff!important}.dashboard-wrapper{display:flex;min-height:100vh;background:#f6f8fc;color:var(--ink)}.dashboard-sidebar{width:290px;background:#fff;border-right:1px solid rgba(12,27,73,.08);display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;z-index:100;padding:30px 24px;box-shadow:4px 0 24px #0a194305}.sidebar-branding{margin-bottom:40px}.sidebar-logo{display:flex;align-items:center;gap:14px;text-decoration:none}.sidebar-logo img{height:48px;width:auto;object-fit:contain}.logo-text{display:flex;flex-direction:column}.logo-text strong{font-family:Roboto,sans-serif;font-size:1.15rem;font-weight:700;color:var(--navy-deep)}.logo-text span{font-size:.76rem;color:var(--ink-soft);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.sidebar-nav{display:flex;flex-direction:column;gap:8px;flex-grow:1}.sidebar-link{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:16px;color:var(--ink-soft);font-weight:600;font-size:.95rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.sidebar-link:hover{color:var(--navy);background:#122f730a;transform:translate(4px)}.sidebar-link.active{color:#2563eb;background:#2563eb14}.link-icon{display:flex;align-items:center;justify-content:center;transition:transform .25s}.sidebar-link:hover .link-icon{transform:scale(1.1)}.sidebar-footer{display:flex;flex-direction:column;gap:16px;border-top:1px solid rgba(12,27,73,.08);padding-top:20px;margin-top:auto}.back-home-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border-radius:12px;font-size:.88rem;font-weight:700;color:var(--navy);background:#122f730d;transition:background .2s}.back-home-btn:hover{background:#122f731a}.sidebar-user-card{display:flex;align-items:center;gap:12px;background:#f8fafc;padding:12px;border-radius:18px;border:1px solid rgba(12,27,73,.05)}.user-avatar{width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-details{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.user-name-display{font-weight:700;font-size:.88rem;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role-display{font-size:.72rem;color:var(--ink-soft);font-weight:600}.sidebar-logout-btn{border:0;background:transparent;color:var(--ink-soft);cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s}.sidebar-logout-btn:hover{color:var(--danger);background:#e23d3d14}.dashboard-main{flex-grow:1;margin-left:290px;padding:40px 48px;max-width:1490px;width:calc(100% - 290px)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:34px}.dashboard-title{font-family:Roboto,sans-serif;font-size:1.85rem;font-weight:700;color:var(--navy-deep);margin:0 0 6px}.dashboard-subtitle{margin:0;font-size:.95rem;color:var(--ink-soft);font-weight:500}.header-search-box{display:flex;align-items:center;background:#fff;border:1px solid rgba(12,27,73,.08);border-radius:999px;padding:0 20px;width:380px;min-height:52px;box-shadow:0 4px 14px #0a194305}.search-icon{color:var(--ink-soft);margin-right:12px;display:flex;align-items:center}.header-search-box input{border:0;background:transparent;outline:none;font-size:.9rem;font-weight:500;width:100%;color:var(--ink)}.header-search-box input::placeholder{color:#94a3b8}.dashboard-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:34px}.metric-card{background:#fff;border:1px solid rgba(12,27,73,.06);border-radius:24px;padding:24px;box-shadow:0 10px 30px #0a194305;display:flex;flex-direction:column;gap:12px;transition:transform .2s,box-shadow .2s}.metric-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #0a19430d}.metric-card__header{display:flex;justify-content:space-between;align-items:center}.metric-label{font-size:.88rem;font-weight:700;color:var(--ink-soft)}.metric-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.metric-icon.bg-blue{background:#2563eb14;color:#2563eb}.metric-card__value{font-family:Roboto,sans-serif;font-size:1.9rem;font-weight:700;color:var(--navy-deep)}.metric-card__value.text-md{font-size:1.18rem;font-weight:700;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.metric-card__trend{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;color:var(--ink-soft)}.metric-card__trend.color-green{color:var(--success)}.metric-card__trend.color-red{color:#2563eb}.trend-arrow{font-size:.9rem}.dashboard-charts-section{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:34px}.chart-panel{background:#fff;border:1px solid rgba(12,27,73,.06);border-radius:24px;padding:24px;box-shadow:0 10px 30px #0a194305;display:flex;flex-direction:column;gap:16px}.chart-panel__header{display:flex;justify-content:space-between;align-items:center}.chart-title{font-weight:700;font-size:.98rem;color:var(--navy-deep)}.chart-legend{display:flex;gap:12px}.legend-item{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--ink-soft)}.legend-dot{width:8px;height:8px;border-radius:50%}.legend-dot.bg-blue{background:#2563eb}.chart-body{height:160px;position:relative}.chart-bars rect{transition:fill .2s,y .2s,height .2s;cursor:pointer}.chart-bars rect:hover{fill:#2563eb!important}.chart-tooltip{opacity:0;pointer-events:none;transition:opacity .2s}.chart-body:hover .chart-tooltip{opacity:1}.dashboard-content-panel{background:#fff;border:1px solid rgba(12,27,73,.06);border-radius:28px;padding:30px;box-shadow:0 10px 30px #0a194305}.dashboard-content-panel .catalog-stage{width:100%!important;padding:0!important;margin:0!important;background:transparent!important}.dashboard-content-panel .dashboard-tabs{display:none!important}.dashboard-content-panel .tab-section{display:block!important}.dashboard-content-panel .dashboard-panel{border:0!important;padding:0!important;box-shadow:none!important;background:transparent!important}.listing-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 24px}.listing-form-grid__full{grid-column:1 / -1}.dashboard-block{background:#fff;border-radius:24px;padding:32px;border:1px solid rgba(12,27,73,.06)}.filter-input{border:1.5px solid #cbd5e1!important;background:#f8fafc!important;border-radius:14px!important;min-height:52px!important;padding:12px 18px!important;color:var(--ink)!important;font-size:.95rem!important;font-weight:500!important;outline:none!important;width:100%!important;box-shadow:none!important;transition:all .2s ease-in-out!important}.filter-input:focus{border-color:#2563eb!important;background:#fff!important;box-shadow:0 0 0 4px #2563eb1f!important}.filter-input--textarea{min-height:120px!important;font-family:inherit!important;resize:vertical!important}.checkbox-line{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:.92rem;color:var(--ink);cursor:pointer;margin-top:8px}.checkbox-line input[type=checkbox]{width:20px;height:20px;border-radius:6px;border:1.5px solid #cbd5e1;cursor:pointer;accent-color:#2563eb}.filter-submit{border-radius:14px!important;min-height:52px!important;font-weight:700!important;font-size:1.02rem!important;cursor:pointer!important;background:#2563eb!important;color:#fff!important;border:0!important;margin-top:10px!important;box-shadow:0 4px 14px #2563eb40!important;transition:all .25s ease!important}.filter-submit:hover{background:#1d4ed8!important;box-shadow:0 6px 20px #2563eb59!important;transform:translateY(-1px)!important}.filter-submit:active{transform:translateY(1px)!important}.dashboard-property-row{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid rgba(12,27,73,.08);border-radius:20px;padding:16px;transition:all .25s ease;box-shadow:0 4px 12px #0a194303}.dashboard-property-row:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0a19430a;border-color:#2563eb26}.dashboard-property-row__thumb{width:120px;height:90px;border-radius:14px;overflow:hidden;background:#f1f5f9;flex-shrink:0}.dashboard-property-row__thumb img{width:100%;height:100%;object-fit:cover}.dashboard-property-row__info{flex-grow:1;display:flex;flex-direction:column;gap:4px;overflow:hidden}.dashboard-property-row__title{font-weight:700;font-size:.98rem;color:var(--navy-deep);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.dashboard-property-row__title:hover{color:#2563eb}.dashboard-property-row__meta{display:flex;align-items:center;gap:12px;font-size:.82rem;font-weight:600;color:var(--ink-soft)}.dashboard-property-row__stats{display:flex;align-items:center;gap:14px;margin-top:2px}.dashboard-stat-badge{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:700;color:var(--ink-soft);background:#f1f5f9;padding:2px 8px;border-radius:6px}.dashboard-property-row__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.action-btn{min-height:42px;padding:0 16px;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;transition:all .2s ease}.action-btn--archive{background:#fee2e2;color:#ef4444;border:1px solid rgba(239,68,68,.1)}.action-btn--archive:hover{background:#fecaca;transform:translateY(-1px)}.action-btn--promote{background:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb33}.action-btn--promote:hover{background:#1d4ed8;box-shadow:0 6px 16px #2563eb4d;transform:translateY(-1px)}.status-pill{font-size:.74rem;font-weight:800;padding:4px 10px;border-radius:8px;text-transform:uppercase;letter-spacing:.05em;display:inline-block}.status-pill--live{background:#22c55e1a;color:#16a34a}.status-pill--pending{background:#eab3081a;color:#ca8a04}.status-pill--promoted{background:#2563eb1a;color:#2563eb;border:1px solid rgba(37,99,235,.15)}.floating-chat-container{position:fixed;right:28px;bottom:28px;z-index:9999;font-family:Roboto,sans-serif}.chat-trigger-bubble{width:60px;height:60px;border-radius:50%;background:var(--navy);color:#fff;border:0;cursor:pointer;box-shadow:0 8px 30px #122f7359;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .25s cubic-bezier(.175,.885,.32,1.275),background .2s}.chat-trigger-bubble:hover{transform:scale(1.08) translateY(-2px);background:var(--navy-deep)}.chat-bubble-icon{display:flex;align-items:center;justify-content:center}.chat-unread-badge{position:absolute;top:-4px;right:-4px;background:#2563eb;color:#fff;font-size:.72rem;font-weight:800;min-width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff;padding:0 4px}.chat-widget-panel{position:absolute;bottom:74px;right:0;width:360px;height:480px;max-height:calc(100vh - 120px);background:#fff;border-radius:20px;border:1px solid rgba(12,27,73,.08);box-shadow:0 16px 44px #0a194326;display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;animation:chatOpenAnim .28s cubic-bezier(.34,1.56,.64,1)}@keyframes chatOpenAnim{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.chat-panel-header{background:var(--navy);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}.chat-header-info{display:flex;align-items:center;gap:12px}.chat-header-avatar{width:32px;height:32px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff}.chat-header-title{font-size:.95rem;font-weight:700;display:block}.chat-header-status{font-size:.72rem;opacity:.8;display:block}.chat-close-btn{border:0;background:transparent;color:#fffc;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.chat-close-btn:hover{color:#fff;background:#ffffff1a}.chat-panel-body{flex-grow:1;display:flex;flex-direction:column;overflow:hidden;background:#f8fafc}.threads-list{display:flex;flex-direction:column;overflow-y:auto;height:100%;padding:8px 0}.chat-loading-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%;color:var(--ink-soft);font-size:.88rem;font-weight:600}.spinner{width:24px;height:24px;border:2.5px solid rgba(18,47,115,.15);border-top-color:var(--navy);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.thread-item{display:flex;align-items:center;gap:12px;padding:14px 20px;cursor:pointer;border-bottom:1px solid rgba(12,27,73,.04);transition:background .2s}.thread-item:hover{background:#f1f5f9}.thread-item.unread{background:#2563eb08}.thread-avatar{width:42px;height:42px;border-radius:50%;background:#e2e8f0;color:var(--navy);font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.thread-details{display:flex;flex-direction:column;gap:3px;flex-grow:1;overflow:hidden}.thread-partner{font-weight:700;font-size:.88rem;color:var(--ink);display:flex;justify-content:space-between;align-items:baseline}.thread-time{font-size:.7rem;font-weight:600;color:#94a3b8}.thread-item.unread .thread-time{color:#2563eb}.thread-preview{font-size:.8rem;color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.thread-item.unread .thread-preview{color:var(--navy-deep);font-weight:700}.thread-property{font-size:.72rem;color:#0284c7;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.active-thread-subheader{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#fff;border-bottom:1px solid rgba(12,27,73,.06)}.thread-back-btn{border:1px solid rgba(12,27,73,.15);background:transparent;color:var(--ink);padding:6px 12px;border-radius:10px;font-size:.78rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:4px;transition:background .2s}.thread-back-btn:hover{background:#f1f5f9}.active-partner-info{display:flex;flex-direction:column;overflow:hidden}.partner-name{font-weight:700;font-size:.88rem;color:var(--ink)}.partner-property-title{font-size:.72rem;color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-stream{flex-grow:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.message-bubble{max-width:75%;padding:10px 14px;border-radius:16px;font-size:.85rem;line-height:1.45;word-break:break-word}.message-bubble.incoming{background:#fff;color:var(--ink);align-self:flex-start;border-bottom-left-radius:4px;border:1px solid rgba(12,27,73,.05)}.message-bubble.outgoing{background:var(--navy);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.message-time{display:block;font-size:.65rem;opacity:.6;margin-top:4px;text-align:right}.message-bubble.incoming .message-time{color:var(--ink-soft)}.message-bubble.outgoing .message-time{color:#ffffffb3}.chat-panel-footer{background:#fff;border-top:1px solid rgba(12,27,73,.08);padding:10px 14px}.chat-reply-form{display:flex;align-items:center;gap:8px}.chat-reply-form input{flex-grow:1;border:1px solid rgba(12,27,73,.15);border-radius:999px;padding:0 16px;min-height:38px;outline:none;font-size:.85rem;background:#f8fafc;color:var(--ink);transition:all .2s}.chat-reply-form input:focus{border-color:var(--navy);background:#fff}.chat-send-btn{width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .1s}.chat-send-btn:hover{background:var(--navy-deep)}.chat-send-btn:active{transform:scale(.92)}@media(max-width:1024px){.dashboard-sidebar{width:80px;padding:24px 12px;align-items:center}.sidebar-branding img{height:38px}.logo-text,.link-label,.sidebar-user-card .user-details,.back-home-btn{display:none!important}.sidebar-link{padding:12px;justify-content:center;border-radius:12px}.sidebar-user-card{padding:6px;background:transparent;border:0;flex-direction:column;gap:8px}.sidebar-logout-btn{margin-top:4px}.dashboard-main{margin-left:80px;width:calc(100% - 80px);padding:30px 24px}}@media(max-width:768px){.dashboard-metrics-grid{grid-template-columns:repeat(2,1fr);gap:16px}.dashboard-charts-section{grid-template-columns:1fr;gap:16px}.dashboard-header{flex-direction:column;align-items:flex-start;gap:16px}.header-search-box{width:100%}}@media(max-width:480px){.dashboard-metrics-grid{grid-template-columns:1fr;gap:12px}.dashboard-main{padding:20px 16px}.floating-chat-container{right:16px;bottom:80px!important}.chat-widget-panel{width:calc(100vw - 32px)}.sidebar-link .link-label{display:none!important}}.split-form-container{display:flex;flex-direction:column;width:100%}.form-top-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;width:100%}.form-nav-group{display:flex;flex-direction:column;gap:4px}.back-link-btn{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:.88rem;color:var(--ink-soft);text-decoration:none;transition:color .2s}.back-link-btn:hover{color:var(--navy)}.form-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#94a3b8;font-weight:600}.form-breadcrumbs .active{color:#2563eb}.form-action-buttons{display:flex;align-items:center;gap:12px}.ghost-btn-secondary{border:1px solid rgba(12,27,73,.15);background:#fff;color:var(--navy-deep);padding:10px 20px;border-radius:12px;font-weight:700;font-size:.88rem;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;min-height:40px}.ghost-btn-secondary:hover{background:#f8fafc;border-color:#0c1b4940}.split-form-grid{display:grid;grid-template-columns:1.55fr .95fr;gap:30px;align-items:start;width:100%}.form-column-main,.form-column-side{display:flex;flex-direction:column}.form-section-card{background:#fff;border:1px solid rgba(12,27,73,.06);border-radius:24px;padding:30px;display:flex;flex-direction:column;gap:20px;margin-bottom:30px;box-shadow:0 4px 14px #0a194303}.form-section-title{font-family:Roboto,sans-serif;font-size:1.15rem;font-weight:700;color:var(--navy-deep);margin:0 0 6px}.form-row{display:flex;gap:20px;width:100%}.form-row.col-2>.form-group{width:calc(50% - 10px)}.form-row.col-3>.form-group{width:calc(33.33% - 13.33px)}.form-row.col-4>.form-group{width:calc(25% - 15px)}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{width:100%}.listing-form-label{font-weight:700;font-size:.86rem;color:var(--ink);margin-bottom:2px}.owner-prefilled-details{display:flex;flex-direction:column;gap:12px;background:#f8fafc;border:1px solid rgba(12,27,73,.05);padding:18px;border-radius:16px;margin-top:10px}.owner-detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;font-weight:600}.owner-detail-label{color:var(--ink-soft)}.owner-detail-value{color:var(--ink);font-weight:700}.location-map-visual{height:180px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-top:12px}.map-inner{display:flex;flex-direction:column;align-items:center;gap:8px;color:#0284c7}.map-pin-icon{filter:drop-shadow(0 4px 8px rgba(2,132,199,.25));animation:bouncePin 2s infinite ease-in-out}@keyframes bouncePin{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.map-text{font-weight:800;font-size:.8rem;letter-spacing:.02em}@media(max-width:1024px){.split-form-grid{grid-template-columns:1fr;gap:0}}@media(max-width:640px){.form-row{flex-direction:column;gap:16px}.form-row.col-2>.form-group,.form-row.col-3>.form-group,.form-row.col-4>.form-group{width:100%!important}}.modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:24px;padding:32px;position:relative;animation:slideUp .25s cubic-bezier(.34,1.56,.64,1);border:1px solid #cbd5e1;box-shadow:0 20px 50px #0000001a}.modal-close-btn{position:absolute;top:20px;right:20px;border:0;background:#f1f5f9;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;color:#64748b;transition:all .2s ease;z-index:10}.modal-close-btn:hover{background:#e2e8f0;color:#0f172a;transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.dashboard-grid{grid-template-columns:1fr!important;gap:20px!important}.mini-grid{grid-template-columns:1fr!important;gap:16px!important}.property-detail-grid{grid-template-columns:1fr!important;gap:32px!important}.dashboard-wrapper{flex-direction:column}.dashboard-sidebar{position:fixed!important;inset:auto 0 0!important;width:100%!important;height:64px!important;flex-direction:row!important;justify-content:space-between!important;padding:0 16px!important;border-right:0!important;border-top:1px solid rgba(12,27,73,.08)!important;z-index:1000!important;box-shadow:0 -4px 16px #0a19430d!important}.sidebar-branding,.sidebar-footer{display:none!important}.sidebar-nav{flex-direction:row!important;width:100%!important;height:100%!important;justify-content:space-around!important;align-items:center!important;margin:0!important;gap:0!important}.sidebar-link{flex-direction:column!important;gap:2px!important;padding:0!important;width:20%!important;height:100%!important;justify-content:center!important;align-items:center!important;border-radius:0!important;background:transparent!important}.sidebar-link.active{color:var(--accent)!important;background:transparent!important}.sidebar-link .link-icon{margin:0!important}.sidebar-link .link-label{display:block!important;font-size:.62rem!important;font-weight:700!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:90%!important;text-align:center!important}.floating-chat-container{bottom:80px!important;right:16px!important}.dashboard-main{margin-left:0!important;margin-bottom:64px!important;width:100%!important;padding:20px 16px!important}.chat-widget-panel{position:fixed!important;inset:16px 16px 80px!important;width:auto!important;height:auto!important;max-height:none!important}}@media(max-width:600px){#profile-edit-form div[style*="display: grid"]{grid-template-columns:1fr!important}}@media(max-width:768px){.hero-topbar{display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;gap:14px 10px!important;padding:5px 0!important;align-items:center!important}.brand-lockup{grid-column:1 / 2!important;grid-row:1 / 2!important;justify-content:flex-start!important;padding-left:4px!important}.hero-utility{grid-column:2 / 3!important;grid-row:1 / 2!important;width:auto!important;justify-content:flex-end!important;gap:12px!important}.hero-title-group{grid-column:1 / 3!important;grid-row:2 / 3!important;justify-items:center!important;margin:2px 0 0!important}.hero-title{max-width:100%!important;font-size:10px!important;font-weight:200!important;line-height:1.3!important;color:#122f73!important;text-align:center!important}.hero-title-kicker{font-size:.72rem!important;padding:6px 12px!important}.utility-profile{min-height:48px!important}}.legal-shell{width:min(1080px,calc(100vw - 40px));margin:0 auto 72px}.legal-hero-card,.legal-document,.legal-list-card{background:#fffffff5;border:1px solid rgba(12,47,115,.1);box-shadow:0 20px 60px #0c2f730f}.legal-hero-card{border-radius:28px;padding:36px;margin-bottom:24px}.legal-hero-card h1,.legal-document__header h1{margin:0 0 12px;color:#0d183f;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.legal-hero-card p,.legal-document__header p,.legal-list-card p,.legal-document__meta a,.site-footer p{color:#516079}.legal-eyebrow{display:inline-flex;align-items:center;border-radius:999px;padding:8px 14px;background:#0d183f14;color:#0d183f;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.legal-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.legal-list-card{border-radius:22px;padding:26px}.legal-list-card h2{margin:0 0 10px;color:#0d183f;font-size:1.15rem}.legal-list-card a,.legal-document__meta a,.site-footer a{color:#122f73;font-weight:700;text-decoration:none}.legal-document{border-radius:32px;padding:40px}.legal-document__meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.legal-document__header{padding-bottom:24px;margin-bottom:28px;border-bottom:1px solid rgba(12,47,115,.12)}.legal-document__header small{color:#6b7a93;font-weight:600}.legal-document__body{color:#20304d;line-height:1.8;font-size:1rem}.legal-document__body h1,.legal-document__body h2,.legal-document__body h3{color:#0d183f;line-height:1.2;margin-top:32px}.legal-document__body p,.legal-document__body li{color:#20304d}.legal-document__body ul,.legal-document__body ol{padding-left:22px}.site-footer{padding:0 20px 36px}.site-footer__inner{width:min(1180px,calc(100vw - 40px));margin:0 auto;padding:24px 28px;border-radius:28px;background:linear-gradient(135deg,#0d183ffa,#122f73f5);color:#f8fbff;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.site-footer__brand{max-width:480px}.site-footer__brand strong,.site-footer__links span{display:block;font-size:1rem;margin-bottom:10px;letter-spacing:.02em}.site-footer__link-list{display:flex;flex-wrap:wrap;gap:12px 16px}.site-footer a{color:#dbeafe}@media(max-width:768px){.legal-shell{width:min(100vw - 24px,100%);margin-bottom:48px}.legal-hero-card,.legal-document{padding:24px;border-radius:24px}.site-footer{padding:0 12px 24px}.site-footer__inner{width:100%;padding:22px}}body.site-body{display:flex;flex-direction:column}.site-shell{flex:1 0 auto}.site-footer{margin-top:56px;padding:8px 20px 32px}.site-footer__inner{border:1px solid rgba(13,24,63,.08);box-shadow:0 20px 50px #0d183f14}.site-footer__eyebrow{display:inline-flex;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:#ffffff1f;color:#bfdbfe;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-footer__brand p{margin:0;max-width:560px;line-height:1.7}.site-footer__links{flex:1;min-width:280px}.site-footer__link-list{display:flex;flex-wrap:wrap;gap:10px}.site-footer__link-list a{display:inline-flex;align-items:center;min-height:42px;padding:10px 14px;border-radius:999px;background:#ffffff14;border:1px solid rgba(219,234,254,.14);color:#eff6ff;transition:transform .2s ease,background .2s ease,border-color .2s ease}.site-footer__link-list a:hover{transform:translateY(-1px);background:#ffffff24;border-color:#dbeafe47}@media(max-width:768px){.site-footer{margin-top:40px;padding:0 12px 24px}.site-footer__link-list a{width:100%;justify-content:center;text-align:center;border-radius:16px}}.site-footer{margin-top:36px;padding:0 20px 18px}.site-footer__inner{width:min(1180px,calc(100vw - 40px));padding:14px 18px;border-radius:18px;background:linear-gradient(135deg,#0d183ff5,#122f73f0)}.site-footer__row{display:flex;align-items:center;justify-content:space-between;gap:16px 24px;flex-wrap:wrap}.site-footer__brand{max-width:320px}.site-footer__brand strong{display:block;margin:0 0 2px;font-size:.92rem;letter-spacing:.01em}.site-footer__brand p{margin:0;font-size:.8rem;line-height:1.45;color:#dbeafec7}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px 10px;flex:1;min-width:0}.site-footer__links a{color:#dbeafe;font-size:.8rem;font-weight:600;line-height:1.35;padding:0;min-height:0;background:transparent;border:0;border-radius:0;white-space:nowrap;opacity:.92}.site-footer__links a:hover{transform:none;background:transparent;border-color:transparent;opacity:1;text-decoration:underline;text-underline-offset:3px}@media(max-width:768px){.site-footer{margin-top:28px;padding:0 12px 16px}.site-footer__inner{width:100%;padding:12px 14px;border-radius:16px}.site-footer__row{align-items:flex-start;gap:10px}.site-footer__brand{max-width:none}.site-footer__brand p,.site-footer__links a{font-size:.77rem}.site-footer__links{justify-content:flex-start;gap:4px 10px}.site-footer__links a{width:auto;text-align:left}}@media(max-width:768px){.brand-logo-img{height:62px}}.hero-topbar--refined{grid-template-columns:auto minmax(420px,680px) auto;gap:24px 28px;align-items:center;padding:18px 0 10px}.brand-lockup--stacked{display:grid;justify-items:start;gap:6px;min-width:108px;padding-left:0}.brand-lockup--stacked .brand-logo-img{height:74px}.brand-label{font-size:.92rem;font-weight:500;color:var(--navy-deep);letter-spacing:-.02em}.hero-search--topbar{width:100%;margin:0;min-height:66px;grid-template-columns:56px 1fr 44px;padding:0 12px;background:#fffffffa;box-shadow:0 14px 34px #0a194314}.hero-search--topbar .hero-search__icon{width:40px;height:40px;background:var(--navy-deep);font-size:1rem;border:0;cursor:pointer}.hero-search--topbar .hero-search__voice{width:38px;height:38px;background:transparent;color:var(--navy-deep);font-size:1rem}.hero-search--topbar .hero-search__input{font-size:.98rem;font-weight:500}.hero-utility--header{gap:16px}.hero-greeting{font-size:.98rem;font-weight:600;color:var(--navy-deep);white-space:nowrap}.utility-profile--header{padding:6px 12px;min-height:48px;gap:10px}.hero-title-group--subline{grid-column:2 / 3;justify-self:center;width:auto;margin-top:2px}.hero-title-group--subline .hero-title{max-width:none;white-space:nowrap;font-size:clamp(1rem,1.25vw,1.35rem);line-height:1.12;letter-spacing:-.02em;font-weight:600;text-align:center}@media(max-width:1200px){.hero-topbar--refined{grid-template-columns:auto auto;gap:18px 20px}.hero-topbar--refined .hero-search--topbar,.hero-topbar--refined .hero-title-group--subline{grid-column:1 / -1}.hero-topbar--refined .hero-search--topbar{width:100%}}@media(max-width:768px){.hero-topbar--refined{grid-template-columns:1fr auto;gap:14px 12px;padding:8px 0 10px}.brand-lockup--stacked{min-width:84px;gap:4px}.brand-lockup--stacked .brand-logo-img{height:58px}.brand-label{font-size:.8rem}.hero-topbar--refined .hero-search--topbar{grid-column:1 / -1;min-height:54px;grid-template-columns:54px 1fr 42px;padding:0 10px}.hero-search--topbar .hero-search__input{font-size:.92rem}.hero-utility--header{gap:10px}.hero-greeting{display:none}.hero-title-group--subline{grid-column:1 / -1;width:100%;margin-top:0}.hero-title-group--subline .hero-title{white-space:normal;font-size:.95rem!important;font-weight:600!important;line-height:1.25!important}}.hero-topbar--refined{grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:16px 20px;padding:18px 18px 10px;box-sizing:border-box}.hero-topbar--refined .brand-lockup--stacked{grid-column:1;grid-row:1;justify-self:start;min-width:84px;padding-left:2px}.hero-topbar--refined .brand-lockup--stacked .brand-logo-img{height:72px}.hero-topbar--refined .hero-search--topbar{grid-column:1 / -1;grid-row:1;justify-self:center;width:min(600px,calc(100% - 450px))!important;min-height:40px;margin:0}.hero-topbar--refined .hero-utility--header{grid-column:3;grid-row:1;justify-self:end;align-self:center;gap:12px;padding-right:2px;z-index:2}.hero-topbar--refined .hero-greeting{font-size:.82rem;font-weight:600}.hero-topbar--refined .hero-title-group--subline{grid-column:1 / -1;grid-row:2;justify-self:center;width:100%;margin-top:8px;text-align:center}.hero-topbar--refined .hero-title-group--subline .hero-title{white-space:normal;font-size:clamp(1rem,1.15vw,1.25rem);font-weight:500;line-height:1.18;text-align:center}@media(max-width:1200px){.hero-topbar--refined{grid-template-columns:auto 1fr auto;gap:14px 16px}.hero-topbar--refined .hero-search--topbar{width:min(820px,calc(100% - 220px))}}@media(max-width:768px){.hero-topbar--refined{grid-template-columns:1fr auto;grid-template-rows:auto auto auto;gap:12px 10px;padding:8px 12px 10px}.hero-topbar--refined .brand-lockup--stacked{grid-column:1;grid-row:1;padding-left:0}.hero-topbar--refined .hero-utility--header{grid-column:2;grid-row:1;padding-right:0}.hero-topbar--refined .hero-search--topbar{grid-column:1 / -1;grid-row:2;width:100%;min-height:54px}.hero-topbar--refined .hero-title-group--subline{grid-column:1 / -1;grid-row:3;margin-top:0}.hero-topbar--refined .hero-title-group--subline .hero-title{font-size:.95rem!important;line-height:1.25!important}}.hero-topbar--refined .hero-search--topbar{width:min(860px,calc(100% - 500px));min-height:56px;grid-template-columns:56px 1fr 44px;padding:0 12px}.hero-topbar--refined .hero-search--topbar .hero-search__icon{width:40px;height:40px}.hero-topbar--refined .hero-search--topbar .hero-search__voice{width:38px;height:38px}.hero-topbar--refined .hero-search--topbar .hero-search__input{font-size:.98rem}@media(max-width:1200px){.hero-topbar--refined .hero-search--topbar{width:min(820px,calc(100% - 220px))}}@media(max-width:768px){.hero-topbar--refined .hero-search--topbar{width:100%;min-height:54px}}@media(max-width:768px){.site-footer{margin-top:24px;padding:0 12px 16px}.site-footer__inner{width:100%;max-width:100%;padding:14px 14px 16px;border-radius:16px;overflow:hidden}.site-footer__row{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px}.site-footer__brand,.site-footer__links{width:100%;max-width:100%;min-width:0}.site-footer__brand strong{font-size:.88rem}.site-footer__brand p,.site-footer__links a{font-size:.76rem;line-height:1.45}.site-footer__links{display:grid;grid-template-columns:1fr;justify-content:stretch;gap:6px}.site-footer__links a{display:block;width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-align:left;padding:0}}@media(max-width:768px){.hero-topbar--refined{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto auto;gap:10px 10px;padding:8px 12px 14px;align-items:start}.hero-topbar--refined .brand-lockup--stacked{grid-column:1;grid-row:1;min-width:0;padding-left:0}.hero-topbar--refined .brand-lockup--stacked .brand-logo-img{height:56px;margin-left:0}.hero-topbar--refined .hero-utility--header{grid-column:2;grid-row:1;justify-self:end;align-self:start;gap:0;padding-right:0;z-index:3}.hero-topbar--refined .hero-search--topbar{grid-column:1 / -1!important;grid-row:2!important;justify-self:stretch;align-self:stretch;width:100%!important;max-width:100%!important;min-width:0;min-height:52px;margin:0;padding:0 10px;grid-template-columns:50px minmax(0,1fr) 36px;box-sizing:border-box}.hero-topbar--refined .hero-search--topbar .hero-search__icon{width:38px;height:38px}.hero-topbar--refined .hero-search--topbar .hero-search__voice{width:32px;height:32px}.hero-topbar--refined .hero-search--topbar .hero-search__input{min-width:0;font-size:.9rem}.hero-topbar--refined .hero-title-group--subline{grid-column:1 / -1!important;grid-row:3!important;width:100%;margin-top:0;padding-top:0;justify-self:stretch}.hero-topbar--refined .hero-title-group--subline .hero-title{margin:0;white-space:normal;font-size:.88rem!important;line-height:1.35!important;text-align:center}}:root{--site-font-family: "Roboto", sans-serif}html,body,button,input,select,textarea{font-family:var(--site-font-family)}button,.filter-submit,.ghost-button,.ghost-btn-secondary,.action-btn,.site-card__action,.utility-profile--header,.sidebar-logout-btn,.back-home-btn,.dashboard-sidebar-toggle,.dashboard-sidebar-close,.hero-search__icon,.hero-search__voice,.property-gallery__all-btn{box-shadow:none!important}.hero-topbar,.hero-topbar--refined,.hero-utility--header,.profile-dropdown-container,.profile-dropdown-menu,#profile-dropdown-menu{overflow:visible!important}.profile-dropdown-container{position:relative;z-index:40}.profile-dropdown-menu,#profile-dropdown-menu{z-index:9999!important}.brand-lockup,.brand-lockup--stacked{min-width:0!important;padding-left:10px!important}.brand-logo-img,.brand-lockup--stacked .brand-logo-img{width:140px!important;height:56px!important;object-fit:contain!important;margin-left:0!important;border-radius:0!important;border:none!important}.hero-topbar--refined{grid-template-columns:auto minmax(360px,1fr) auto!important;grid-template-rows:auto auto!important;gap:12px 18px!important;padding:14px 18px 12px!important;align-items:center!important}.hero-topbar--refined .brand-lockup--stacked{grid-column:1!important;grid-row:1!important;justify-self:start!important;align-self:start!important}.hero-topbar--refined .hero-search--topbar{grid-column:2!important;grid-row:1!important;justify-self:center!important;align-self:center!important;width:min(720px,100%)!important;max-width:100%!important;min-width:0!important;min-height:48px!important;padding:0 10px!important;grid-template-columns:46px minmax(0,1fr) 34px!important}.hero-topbar--refined .hero-search--topbar .hero-search__icon{width:36px!important;height:36px!important}.hero-topbar--refined .hero-search--topbar .hero-search__voice{width:28px!important;height:28px!important}.hero-topbar--refined .hero-search--topbar .hero-search__input{min-width:0;font-size:.94rem!important}.hero-topbar--refined .hero-utility--header{grid-column:3!important;grid-row:1!important;justify-self:end!important;align-self:start!important;gap:12px!important;padding-right:10px!important;z-index:20!important}.hero-greeting{font-size:.82rem!important;font-weight:700!important;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-topbar--refined .hero-title-group--subline{grid-column:2!important;grid-row:2!important;width:min(720px,100%)!important;justify-self:center!important;text-align:center!important;margin-top:0!important}.hero-topbar--refined .hero-title-group--subline .hero-title{margin:0!important;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;font-size:.98rem!important;font-weight:700!important;line-height:1.2!important;text-align:center!important}.search-panel--compact{padding:18px 20px!important;border-radius:24px!important;background:linear-gradient(180deg,#fffffffa,#f6f8fcfa)!important;border:1px solid rgba(12,27,73,.08)!important}.search-panel__headline--compact{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:16px}.search-panel__headline--compact h2{margin:0;font-size:1.08rem}.search-panel__headline--compact p{margin:0;max-width:520px;font-size:.88rem;color:var(--ink-soft)}.search-filter-grid--compact{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important}.search-filter-grid--compact .filter-submit{min-width:148px;margin-top:0!important}.auth-card--pro{width:min(880px,100%);padding:32px!important;border-radius:28px!important;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border:1px solid rgba(12,27,73,.08)}.auth-copy--pro{max-width:620px;margin-bottom:18px}.auth-copy--pro h2{margin:10px 0;font-size:1.85rem;line-height:1.1;color:var(--navy-deep)}.auth-copy--pro p{margin:0;color:var(--ink-soft);line-height:1.6}.auth-step-shell{display:grid;gap:18px}.auth-form--step{border:1px solid rgba(12,27,73,.08);background:#fff;padding:22px;border-radius:22px}.auth-step-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:34px;padding:0 14px;border-radius:999px;background:#122f7314;color:var(--navy);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-otp-copy{margin:-2px 0 0;color:var(--ink-soft);font-size:.92rem}.otp-box-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.otp-box{width:100%;min-height:58px;border-radius:18px;border:1px solid rgba(12,27,73,.14);background:#f8fafc;text-align:center;font-size:1.35rem;font-weight:700;color:var(--navy-deep);outline:none}.otp-box:focus{border-color:#2563eb;background:#fff}.auth-form__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.listing-media-stack{display:grid;gap:10px}.listing-media-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px}.sidebar-branding__top,.header-welcome-wrap{display:flex;align-items:center;justify-content:space-between;gap:14px}.dashboard-sidebar-toggle,.dashboard-sidebar-close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;border:1px solid rgba(12,27,73,.12);background:#fff;color:var(--navy-deep);cursor:pointer}.dashboard-sidebar-close{display:none}.dashboard-sidebar-toggle:hover,.dashboard-sidebar-close:hover{background:#f8fafc}body.page-myposts .site-footer,body.page-addproperty .site-footer,body.page-favorites .site-footer,body.page-profile .site-footer,body.page-inbox .site-footer{padding-left:318px}body.dashboard-sidebar-collapsed .dashboard-sidebar{width:92px;padding-inline:14px}body.dashboard-sidebar-collapsed .logo-text,body.dashboard-sidebar-collapsed .link-label,body.dashboard-sidebar-collapsed .sidebar-footer .user-details,body.dashboard-sidebar-collapsed .back-home-btn{display:none!important}body.dashboard-sidebar-collapsed .sidebar-link{justify-content:center;padding-inline:0}body.dashboard-sidebar-collapsed .sidebar-user-card{justify-content:center}body.dashboard-sidebar-collapsed .dashboard-main{margin-left:92px;width:calc(100% - 92px)}body.dashboard-sidebar-collapsed.page-myposts .site-footer,body.dashboard-sidebar-collapsed.page-addproperty .site-footer,body.dashboard-sidebar-collapsed.page-favorites .site-footer,body.dashboard-sidebar-collapsed.page-profile .site-footer,body.dashboard-sidebar-collapsed.page-inbox .site-footer{padding-left:120px}body.dashboard-sidebar-hidden .dashboard-sidebar{transform:translate(-108%)}body.dashboard-sidebar-hidden .dashboard-main{margin-left:0;width:100%}body.dashboard-sidebar-hidden.page-myposts .site-footer,body.dashboard-sidebar-hidden.page-addproperty .site-footer,body.dashboard-sidebar-hidden.page-favorites .site-footer,body.dashboard-sidebar-hidden.page-profile .site-footer,body.dashboard-sidebar-hidden.page-inbox .site-footer{padding-left:28px}.inline-card{border-radius:24px;padding:20px;min-height:180px;display:flex;flex-direction:column;gap:10px}.inline-card h3{font-size:1.02rem;line-height:1.3}.inline-card p{flex:1;font-size:.95rem;line-height:1.65;overflow-wrap:anywhere}.dashboard-property-row{gap:18px}.dashboard-property-row__meta,.dashboard-property-row__stats{flex-wrap:wrap}.dashboard-property-row__actions{flex-wrap:wrap;justify-content:flex-end}.property-detail-header,.property-detail-subhead,.property-detail-actions,.property-host-row,.property-host-copy{min-width:0}.property-gallery{overflow:hidden}.property-gallery__item img{display:block;width:100%;height:100%}@media(max-width:1200px){.hero-topbar--refined{grid-template-columns:auto minmax(260px,1fr) auto!important}.hero-topbar--refined .hero-search--topbar,.hero-topbar--refined .hero-title-group--subline{width:min(620px,100%)!important}.dashboard-grid,#tab-sec-my-posts .dashboard-grid,#tab-sec-my-posts .dashboard-block #dashboard-promoted{grid-template-columns:1fr!important}.dashboard-main{padding:32px 28px}}@media(max-width:768px){body.page-myposts .site-footer,body.page-addproperty .site-footer,body.page-favorites .site-footer,body.page-profile .site-footer,body.page-inbox .site-footer,body.dashboard-sidebar-collapsed.page-myposts .site-footer,body.dashboard-sidebar-collapsed.page-addproperty .site-footer,body.dashboard-sidebar-collapsed.page-favorites .site-footer,body.dashboard-sidebar-collapsed.page-profile .site-footer,body.dashboard-sidebar-collapsed.page-inbox .site-footer,body.dashboard-sidebar-hidden.page-myposts .site-footer,body.dashboard-sidebar-hidden.page-addproperty .site-footer,body.dashboard-sidebar-hidden.page-favorites .site-footer,body.dashboard-sidebar-hidden.page-profile .site-footer,body.dashboard-sidebar-hidden.page-inbox .site-footer{padding-left:12px}.dashboard-sidebar{transform:translate(-108%);transition:transform .24s ease;width:min(300px,calc(100vw - 36px));padding:22px 18px;box-shadow:none;z-index:120}body.dashboard-sidebar-open .dashboard-sidebar{transform:translate(0)}.dashboard-main{margin-left:0!important;width:100%!important;padding:22px 14px 26px!important}.dashboard-header{flex-direction:column;align-items:stretch;gap:16px}.dashboard-sidebar-close{display:inline-flex}.header-welcome-wrap{align-items:flex-start}.dashboard-title{font-size:1.3rem}.dashboard-subtitle{font-size:.9rem;line-height:1.5}.dashboard-grid,#tab-sec-my-posts .dashboard-grid,#tab-sec-my-posts .dashboard-block #dashboard-promoted,.mini-grid{grid-template-columns:1fr!important}.dashboard-property-row{flex-direction:column;align-items:stretch}.dashboard-property-row__thumb{width:100%;height:200px}.dashboard-property-row__title{white-space:normal}.dashboard-property-row__actions{width:100%;justify-content:stretch}.dashboard-property-row__actions .action-btn{flex:1 1 100%;width:100%}.inline-card{min-height:auto}.property-detail-grid{grid-template-columns:1fr!important;gap:24px!important}.property-detail-subhead,.property-host-row{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.property-detail-actions{width:100%;flex-wrap:wrap;gap:12px!important}.property-gallery{display:flex!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.property-gallery__item{flex:0 0 82%;min-width:82%;height:220px;scroll-snap-align:start;border-radius:20px;overflow:hidden}.property-gallery__item--main{flex-basis:88%;min-width:88%}.property-gallery__all-btn{bottom:10px!important;right:10px!important}.hero-topbar--refined{grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto auto!important;gap:10px!important;padding:10px 12px 12px!important;align-items:start!important}.hero-topbar--refined .brand-lockup--stacked{grid-column:1!important;grid-row:1!important;padding-left:0!important}.hero-topbar--refined .brand-lockup--stacked .brand-logo-img{width:56px!important;height:56px!important}.hero-topbar--refined .hero-utility--header{grid-column:2!important;grid-row:1!important;padding-right:0!important}.hero-topbar--refined .hero-greeting{display:none!important}.hero-topbar--refined .hero-search--topbar{grid-column:1 / -1!important;grid-row:2!important;width:100%!important;min-height:46px!important;grid-template-columns:42px minmax(0,1fr) 28px!important;padding:0 8px!important}.hero-topbar--refined .hero-search--topbar .hero-search__icon{width:32px!important;height:32px!important}.hero-topbar--refined .hero-search--topbar .hero-search__voice{width:24px!important;height:24px!important}.hero-topbar--refined .hero-search--topbar .hero-search__input{font-size:.88rem!important}.hero-topbar--refined .hero-title-group--subline{grid-column:1 / -1!important;grid-row:3!important;width:100%!important;padding-inline:4px}.hero-topbar--refined .hero-title-group--subline .hero-title{white-space:normal!important;font-size:.84rem!important;line-height:1.35!important}.search-panel--compact{padding:16px!important}.search-panel__headline--compact{flex-direction:column;align-items:flex-start}.search-filter-grid--compact{grid-template-columns:1fr!important}.search-filter-grid--compact .filter-submit{width:100%;min-width:0}.auth-card--pro{padding:22px 16px!important}.auth-copy--pro h2{font-size:1.45rem}.otp-box-row{gap:8px}.otp-box{min-height:50px;font-size:1.1rem}.auth-form__actions{flex-direction:column;align-items:stretch}.site-footer{padding-right:12px!important}.site-footer__inner{width:100%!important;max-width:100%!important}.site-footer__links a{white-space:normal!important;overflow-wrap:anywhere!important}}body.page-myposts,body.page-addproperty,body.page-favorites,body.page-profile,body.page-inbox{overflow-x:hidden}body.page-myposts .site-footer,body.page-addproperty .site-footer,body.page-favorites .site-footer,body.page-profile .site-footer,body.page-inbox .site-footer{width:100%!important;margin-left:0!important;padding:0 24px 24px!important;box-sizing:border-box!important}body.dashboard-sidebar-collapsed.page-myposts .site-footer,body.dashboard-sidebar-collapsed.page-addproperty .site-footer,body.dashboard-sidebar-collapsed.page-favorites .site-footer,body.dashboard-sidebar-collapsed.page-profile .site-footer,body.dashboard-sidebar-collapsed.page-inbox .site-footer{width:calc(100% - 92px)!important;margin-left:92px!important;padding:0 20px 24px!important}body.dashboard-sidebar-hidden.page-myposts .site-footer,body.dashboard-sidebar-hidden.page-addproperty .site-footer,body.dashboard-sidebar-hidden.page-favorites .site-footer,body.dashboard-sidebar-hidden.page-profile .site-footer,body.dashboard-sidebar-hidden.page-inbox .site-footer{width:100%!important;margin-left:0!important;padding:0 24px 24px!important}.site-footer__inner{max-width:100%!important;overflow:hidden}.site-footer__row{flex-wrap:wrap;gap:16px}.site-footer__brand{flex:0 1 320px;min-width:0}.site-footer__links{flex:1 1 520px;min-width:0}.site-footer__links a{min-width:0;white-space:normal!important;overflow-wrap:anywhere}.dashboard-grid--posts{grid-template-columns:minmax(0,1.45fr) minmax(340px,.95fr)!important;align-items:start}#dashboard-plans{gap:16px!important}.plan-card{display:flex;flex-direction:column;gap:12px;min-height:220px;padding:20px;border-radius:24px;border:1px solid rgba(12,27,73,.08);background:linear-gradient(180deg,#fff,#f8fbff)}.plan-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.plan-card__type{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#2563eb14;color:#2563eb;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.plan-card__price{font-size:1.02rem;font-weight:800;color:var(--navy-deep)}.plan-card h3{margin:0;font-size:1.18rem;line-height:1.3;color:var(--navy-deep)}.plan-card p{margin:0;color:var(--ink-soft);line-height:1.7;font-size:.95rem}.plan-card__footer{margin-top:auto;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.plan-card__button{margin-top:0!important;min-height:46px!important;padding-inline:18px!important}.split-form-container{gap:18px}.split-form-grid{grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr)!important;gap:18px!important}.form-section-card{padding:20px!important;border-radius:24px!important;border:1px solid rgba(12,27,73,.08)!important;background:linear-gradient(180deg,#fff,#fcfdff)!important;box-shadow:none!important}.form-section-title{margin:0 0 14px;font-size:1.05rem!important}.form-row{gap:12px!important;margin-bottom:12px!important}.listing-form-label{margin-bottom:6px!important;font-size:.82rem!important;font-weight:700!important;color:#243251!important}.filter-input{min-height:48px!important;border-radius:16px!important;background:#fff!important;border:1px solid rgba(12,27,73,.12)!important;box-shadow:none!important}.filter-input--textarea{min-height:108px!important}.owner-prefilled-details,.location-map-visual{background:#fff!important;border:1px solid rgba(12,27,73,.08)!important;box-shadow:none!important}.listing-upload-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:18px;border:1px dashed rgba(37,99,235,.28);background:linear-gradient(180deg,#f8fbff,#fff)}.listing-file-input{width:min(240px,100%);min-height:44px;border-radius:14px;border:1px solid rgba(12,27,73,.12);background:#fff;padding:10px 12px;color:var(--ink-soft)}.listing-upload-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.listing-upload-copy strong{font-size:.92rem;color:var(--navy-deep)}.listing-upload-copy span,.listing-media-summary{font-size:.82rem;line-height:1.5;color:var(--ink-soft)}.listing-media-summary{margin-top:8px}@media(max-width:1024px){.dashboard-grid--posts,.split-form-grid{grid-template-columns:1fr!important}body.page-myposts .site-footer,body.page-addproperty .site-footer,body.page-favorites .site-footer,body.page-profile .site-footer,body.page-inbox .site-footer{width:calc(100% - 290px)!important}}@media(max-width:768px){body.page-myposts .site-footer,body.page-addproperty .site-footer,body.page-favorites .site-footer,body.page-profile .site-footer,body.page-inbox .site-footer,body.dashboard-sidebar-collapsed.page-myposts .site-footer,body.dashboard-sidebar-collapsed.page-addproperty .site-footer,body.dashboard-sidebar-collapsed.page-favorites .site-footer,body.dashboard-sidebar-collapsed.page-profile .site-footer,body.dashboard-sidebar-collapsed.page-inbox .site-footer,body.dashboard-sidebar-hidden.page-myposts .site-footer,body.dashboard-sidebar-hidden.page-addproperty .site-footer,body.dashboard-sidebar-hidden.page-favorites .site-footer,body.dashboard-sidebar-hidden.page-profile .site-footer,body.dashboard-sidebar-hidden.page-inbox .site-footer{width:100%!important;margin-left:0!important;padding:0 12px 18px!important}.listing-upload-card{flex-direction:column;align-items:stretch}.listing-file-input{width:100%}}.site-footer{margin-top:44px!important;padding:0!important;background:#767f86!important;color:#fff!important}.site-footer__inner{width:min(1280px,calc(100vw - 64px))!important;max-width:100%!important;margin:0 auto!important;padding:44px 0 30px!important;border-radius:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.site-footer__top{display:grid!important;grid-template-columns:minmax(240px,1.45fr) repeat(4,minmax(130px,.8fr))!important;gap:28px!important;align-items:start!important}.site-footer__brand{min-width:0!important;max-width:none!important;padding-right:22px!important}.site-footer__badge{display:inline-flex!important;align-items:center!important;margin-bottom:18px!important;padding:8px 14px!important;border-radius:999px!important;background:#ffffff1f!important;color:#fff!important;font-size:.86rem!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.site-footer__brand h2{margin:0 0 14px!important;color:#fff!important;font-size:clamp(1.35rem,1.8vw,2rem)!important;line-height:1.2!important;font-weight:800!important}.site-footer__brand p{margin:0!important;max-width:30rem!important;color:#ffffffd6!important;font-size:1rem!important;line-height:1.7!important}.site-footer__column{min-width:0!important;padding-left:28px!important;border-left:1px solid rgba(255,255,255,.22)!important}.site-footer__heading{margin:0 0 16px!important;color:#fff!important;font-size:.8rem!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important}.site-footer__nav,.site-footer__quick-links{margin:0!important;padding:0!important;list-style:none!important}.site-footer__nav{display:grid!important;gap:14px!important}.site-footer__nav li,.site-footer__quick-links li{min-width:0!important}.site-footer__nav a,.site-footer__quick-links a{display:block!important;width:100%!important;color:#ffffffe6!important;font-size:.96rem!important;font-weight:500!important;line-height:1.45!important;text-decoration:none!important;transition:color .18s ease!important}.site-footer__nav a:hover,.site-footer__quick-links a:hover{color:#fff!important}.site-footer__bottom{margin-top:34px!important;padding-top:24px!important;border-top:1px solid rgba(255,255,255,.22)!important}.site-footer__bottom-bar{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:16px!important}.site-footer__bottom-title{display:block!important;margin-bottom:8px!important;color:#fff!important;font-size:1.55rem!important;font-weight:800!important;line-height:1.1!important}.site-footer__bottom-bar p,.site-footer__bottom-note{margin:0!important;color:#ffffffc2!important;font-size:.92rem!important;line-height:1.5!important}.site-footer__quick-links{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px 28px!important;margin-top:18px!important}@media(max-width:1260px){.site-footer__inner{width:min(1180px,calc(100vw - 48px))!important}.site-footer__top{grid-template-columns:minmax(220px,1.3fr) repeat(2,minmax(150px,1fr))!important}.site-footer__brand{grid-column:1 / -1!important;padding-right:0!important}.site-footer__quick-links{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:900px){.site-footer__inner{width:min(100vw - 32px,100%)!important;padding:34px 0 24px!important}.site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}.site-footer__column{padding-left:18px!important}.site-footer__bottom-bar{flex-direction:column!important;align-items:flex-start!important}.site-footer__quick-links{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 20px!important}}@media(max-width:640px){.site-footer{margin-top:28px!important}.site-footer__inner{width:calc(100vw - 24px)!important;padding:28px 0 22px!important}.site-footer__top{grid-template-columns:1fr!important;gap:20px!important}.site-footer__brand h2{font-size:1.15rem!important}.site-footer__brand p,.site-footer__nav a,.site-footer__quick-links a,.site-footer__bottom-bar p,.site-footer__bottom-note{font-size:.88rem!important}.site-footer__column{padding-left:0!important;border-left:0!important}.site-footer__bottom{margin-top:26px!important;padding-top:20px!important}.site-footer__bottom-title{font-size:1.2rem!important}.site-footer__quick-links{grid-template-columns:1fr!important}}body.page-myposts .site-footer,body.page-addproperty .site-footer,body.page-favorites .site-footer,body.page-profile .site-footer,body.page-inbox .site-footer,body.dashboard-sidebar-collapsed.page-myposts .site-footer,body.dashboard-sidebar-collapsed.page-addproperty .site-footer,body.dashboard-sidebar-collapsed.page-favorites .site-footer,body.dashboard-sidebar-collapsed.page-profile .site-footer,body.dashboard-sidebar-collapsed.page-inbox .site-footer,body.dashboard-sidebar-hidden.page-myposts .site-footer,body.dashboard-sidebar-hidden.page-addproperty .site-footer,body.dashboard-sidebar-hidden.page-favorites .site-footer,body.dashboard-sidebar-hidden.page-profile .site-footer,body.dashboard-sidebar-hidden.page-inbox .site-footer{padding-left:0!important}.inline-card{border-radius:18px;padding:16px;min-height:auto;gap:8px;background:#f8fafc;border:1px solid rgba(12,27,73,.08)}.inline-card h3{font-size:.94rem;line-height:1.3}.inline-card p{font-size:.84rem;line-height:1.55}.inline-card__actions{gap:8px}.dashboard-property-row{gap:14px;padding:12px;border-radius:18px;box-shadow:none}.dashboard-property-row:hover{transform:none;box-shadow:none;border-color:#2563eb1f}.dashboard-property-row__thumb{width:104px;height:78px;border-radius:12px}.dashboard-property-row__info{gap:3px}.dashboard-property-row__title{font-size:.9rem}.dashboard-property-row__meta{gap:8px;font-size:.76rem}.dashboard-property-row__stats{gap:8px;margin-top:4px}.dashboard-stat-badge{font-size:.72rem;padding:3px 7px;border-radius:999px}.dashboard-property-row__actions{gap:8px}.action-btn{min-height:36px;padding:0 12px;border-radius:10px;font-size:.8rem;box-shadow:none!important}.action-btn--archive:hover,.action-btn--promote:hover{transform:none;box-shadow:none!important}.action-btn--promote{background:#eef4ff;color:#1d57c8;border:1px solid rgba(37,99,235,.14)}.action-btn--promote:hover{background:#e6efff}.status-pill{font-size:.68rem;padding:3px 8px;border-radius:999px;letter-spacing:.04em}.plan-card{min-height:auto;padding:16px;gap:10px;border-radius:18px;background:#fff}.plan-card__top{gap:10px}.plan-card__type{min-height:26px;padding:0 9px;font-size:.66rem}.plan-card__price{font-size:.92rem}.plan-card h3{font-size:1rem;line-height:1.28}.plan-card p{font-size:.84rem;line-height:1.55}.plan-card__button{min-height:38px!important;padding-inline:14px!important}@media(max-width:768px){.dashboard-property-row{gap:12px}.dashboard-property-row__thumb{width:100%;height:172px}.dashboard-property-row__actions{flex-direction:column;align-items:stretch}}.site-footer.site-footer--compact{margin-top:20px!important;padding:0 0 16px!important;background:transparent!important;color:#10284f!important}body.page-myposts .site-footer.site-footer--compact,body.page-addproperty .site-footer.site-footer--compact,body.page-favorites .site-footer.site-footer--compact,body.page-profile .site-footer.site-footer--compact,body.page-inbox .site-footer.site-footer--compact,body.dashboard-sidebar-collapsed.page-myposts .site-footer.site-footer--compact,body.dashboard-sidebar-collapsed.page-addproperty .site-footer.site-footer--compact,body.dashboard-sidebar-collapsed.page-favorites .site-footer.site-footer--compact,body.dashboard-sidebar-collapsed.page-profile .site-footer.site-footer--compact,body.dashboard-sidebar-collapsed.page-inbox .site-footer.site-footer--compact,body.dashboard-sidebar-hidden.page-myposts .site-footer.site-footer--compact,body.dashboard-sidebar-hidden.page-addproperty .site-footer.site-footer--compact,body.dashboard-sidebar-hidden.page-favorites .site-footer.site-footer--compact,body.dashboard-sidebar-hidden.page-profile .site-footer.site-footer--compact,body.dashboard-sidebar-hidden.page-inbox .site-footer.site-footer--compact{padding-left:0!important}.site-footer.site-footer--compact .site-footer__inner{width:min(1320px,calc(100vw - 28px))!important;max-width:100%!important;margin:0 auto!important;padding:18px 18px 14px!important;border-top:1px solid rgba(12,27,73,.1)!important;border-radius:0!important;background:transparent!important;border-left:0!important;border-right:0!important;border-bottom:0!important;box-shadow:none!important;display:grid!important;gap:14px!important}.site-footer.site-footer--compact .site-footer__top{display:grid!important;grid-template-columns:minmax(260px,1.1fr) minmax(0,1.9fr)!important;align-items:start!important;gap:18px 32px!important}.site-footer.site-footer--compact .site-footer__brand{display:grid!important;gap:10px!important;min-width:0!important;max-width:360px!important}.site-footer.site-footer--compact .site-footer__badge{display:inline-flex!important;align-items:center!important;width:fit-content!important;min-height:28px!important;margin:0!important;padding:0 11px!important;border-radius:999px!important;background:#e8edf5!important;color:#10284f!important;font-size:.68rem!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.site-footer.site-footer--compact .site-footer__brand-copy{display:grid!important;gap:5px!important}.site-footer.site-footer--compact .site-footer__brand-copy strong{font-size:1rem!important;color:#0d183f!important;line-height:1.35!important}.site-footer.site-footer--compact .site-footer__brand-copy span,.site-footer.site-footer--compact .site-footer__bottom-copy{color:#617387!important;font-size:.8rem!important;line-height:1.55!important}.site-footer.site-footer--compact .site-footer__groups{display:grid!important;grid-template-columns:repeat(4,minmax(120px,1fr))!important;gap:14px 18px!important}.site-footer.site-footer--compact .site-footer__group{display:grid!important;align-content:start!important;gap:8px!important}.site-footer.site-footer--compact .site-footer__group-title{color:#0d183f!important;font-size:.73rem!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.site-footer.site-footer--compact .site-footer__group-links,.site-footer.site-footer--compact .site-footer__bottom-mini{display:flex!important;align-items:center!important;gap:8px 14px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important;list-style:none!important}.site-footer.site-footer--compact .site-footer__group-links{align-items:flex-start!important;flex-direction:column!important;gap:7px!important}.site-footer.site-footer--compact .site-footer__group-links a,.site-footer.site-footer--compact .site-footer__bottom-mini a{display:inline-flex!important;width:auto!important;color:#4b5f79!important;font-size:.79rem!important;font-weight:700!important;line-height:1.35!important;text-decoration:none!important}.site-footer.site-footer--compact .site-footer__group-links a:hover,.site-footer.site-footer--compact .site-footer__bottom-mini a:hover{color:#1d57c8!important}.site-footer.site-footer--compact .site-footer__bottom{margin-top:0!important;padding-top:12px!important;border-top:1px solid rgba(12,27,73,.09)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px 18px!important;flex-wrap:wrap!important}.site-footer.site-footer--compact .site-footer__bottom-mini{justify-content:flex-end!important}@media(max-width:980px){.site-footer.site-footer--compact .site-footer__top{grid-template-columns:1fr!important}.site-footer.site-footer--compact .site-footer__groups{grid-template-columns:repeat(2,minmax(140px,1fr))!important}}@media(max-width:720px){.site-footer.site-footer--compact .site-footer__inner{width:min(100vw - 18px,100%)!important;padding:16px 0 12px!important}.site-footer.site-footer--compact .site-footer__groups{grid-template-columns:1fr!important;gap:12px!important}.site-footer.site-footer--compact .site-footer__bottom,.site-footer.site-footer--compact .site-footer__bottom-mini{justify-content:flex-start!important;align-items:flex-start!important}}body.page-auth .site-shell{position:relative;overflow:hidden}body.page-auth .site-footer{display:none}.auth-modal-stage{position:relative;min-height:calc(100vh - 96px);display:grid;place-items:center;padding:48px 20px 72px}.auth-modal-backdrop{position:absolute;inset:0;overflow:hidden;border-radius:36px;background:radial-gradient(circle at top left,rgba(44,90,255,.2),transparent 34%),radial-gradient(circle at bottom right,rgba(246,186,77,.14),transparent 30%),linear-gradient(145deg,#eef2ff,#f8fafc 42%,#eef4ff)}.auth-modal-backdrop__glow{position:absolute;border-radius:999px;filter:blur(0);opacity:.9}.auth-modal-backdrop__glow--one{width:240px;height:240px;top:70px;left:8%;background:radial-gradient(circle,#2563eb47,#2563eb00)}.auth-modal-backdrop__glow--two{width:280px;height:280px;right:7%;bottom:42px;background:radial-gradient(circle,#0f172a29,#0f172a00)}.auth-modal-backdrop__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px);background-size:30px 30px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.44),transparent 90%);mask-image:linear-gradient(180deg,rgba(0,0,0,.44),transparent 90%)}.auth-modal{position:relative;z-index:1;width:min(1040px,100%);padding:28px;border-radius:34px;border:1px solid rgba(15,23,42,.08);background:#ffffffd1;box-shadow:0 34px 90px #0f172a24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:authModalLift .45s ease}.auth-modal__meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:24px}.auth-modal__eyebrow{font-size:.8rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--navy-deep)}.auth-modal__badge{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 16px;border-radius:999px;background:#0f172a0f;color:var(--ink-soft);font-size:.82rem;font-weight:700}.auth-modal__content{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(340px,1fr);gap:26px}.auth-modal__intro{padding:16px 10px 16px 6px}.auth-modal__intro h1{margin:0;font-size:clamp(2rem,3.4vw,3.4rem);line-height:.95;letter-spacing:-.05em;color:#0f172a}.auth-modal__intro>p{margin:18px 0 0;max-width:34ch;color:#0f172abd;font-size:1rem;line-height:1.7}.auth-modal__points{display:grid;gap:16px;margin-top:28px}.auth-modal__points div{display:grid;gap:5px;padding:0 0 0 18px;border-left:2px solid rgba(37,99,235,.14)}.auth-modal__points strong{color:#0f172a;font-size:.95rem}.auth-modal__points span{color:#0f172aad;font-size:.92rem;line-height:1.6}.auth-modal__panel{padding:22px;border-radius:28px;background:linear-gradient(180deg,#fffffff5,#f8fafcfa);border:1px solid rgba(15,23,42,.08)}.auth-step-shell--dialog{gap:16px}.auth-form--dialog{border:0;padding:0;background:transparent}.auth-form__header{display:grid;gap:10px;margin-bottom:18px}.auth-form__header h2{margin:0;font-size:1.55rem;line-height:1.05;color:#0f172a}.auth-form__header p{margin:0;color:#0f172ab3;line-height:1.65}.auth-form--dialog label{margin-bottom:10px;color:#0f172a;font-size:.86rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.auth-phone-field{display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;min-height:62px;border-radius:20px;border:1px solid rgba(15,23,42,.1);background:#fff;overflow:hidden}.auth-phone-field span{display:inline-flex;align-items:center;justify-content:center;min-height:100%;background:#0f172a0a;color:var(--navy-deep);font-weight:800}.auth-phone-input.filter-input{min-height:62px;border:0;background:transparent;border-radius:0}.auth-submit.filter-submit{min-height:58px;margin-top:18px;border-radius:18px;background:linear-gradient(135deg,#102453,#2563eb);box-shadow:0 18px 34px #2563eb33}.auth-submit.filter-submit:hover{transform:translateY(-1px);box-shadow:0 22px 38px #2563eb3d}.otp-box-row--dialog{gap:12px}.otp-box-row--dialog .otp-box{min-height:66px;border-radius:20px;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:inset 0 1px #ffffffe6;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.otp-box-row--dialog .otp-box:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f;transform:translateY(-1px)}.auth-form__actions--dialog{margin-top:18px;justify-content:space-between}.auth-form__actions--dialog .ghost-button,.auth-form__actions--dialog .filter-submit{flex:1}.auth-status--dialog{margin-top:18px;min-height:54px;display:flex;align-items:center;border-radius:18px;background:#0f172a0a;border:1px solid rgba(15,23,42,.06);color:#0f172abd}@keyframes authModalLift{0%{opacity:0;transform:translateY(20px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:980px){.auth-modal__content{grid-template-columns:1fr}.auth-modal__intro{padding:8px 0 0}}@media(max-width:640px){.auth-modal-stage{padding:20px 14px 42px;min-height:calc(100vh - 74px)}.auth-modal{padding:18px;border-radius:26px}.auth-modal__meta{flex-direction:column;align-items:flex-start}.auth-modal__panel{padding:18px;border-radius:22px}.auth-phone-field{grid-template-columns:72px minmax(0,1fr)}.otp-box-row--dialog{gap:8px}.otp-box-row--dialog .otp-box{min-height:56px;border-radius:16px;font-size:1.15rem}.auth-form__actions--dialog{flex-direction:column}}.listing-map-trigger{width:100%;border:1px solid rgba(12,27,73,.1);background:linear-gradient(135deg,#f8fbff,#fff 70%);border-radius:20px;padding:18px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;text-align:left;cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.listing-map-trigger:hover{border-color:#2563eb47;transform:translateY(-1px);box-shadow:0 12px 30px #122f7314}.listing-map-trigger__icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:#dc2626;background:#dc262614}.listing-map-trigger__copy{display:grid;gap:5px;min-width:0}.listing-map-trigger__copy strong{color:var(--navy-deep);font-size:.96rem}.listing-map-trigger__copy span{color:var(--ink-soft);font-size:.84rem;line-height:1.55}.listing-map-trigger__coords{grid-column:1 / -1;padding-top:10px;border-top:1px solid rgba(12,27,73,.08);color:var(--navy);font-size:.78rem;font-weight:800;letter-spacing:.02em}.listing-location-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:-4px}.listing-location-chip{min-height:42px;border-radius:999px;border:1px solid rgba(37,99,235,.16);background:#2563eb14;color:#1d4ed8;font-size:.82rem;font-weight:800;padding:0 16px;cursor:pointer}.listing-location-chip--ghost{background:#fff;color:var(--navy-deep);border-color:#0c1b491f}.listing-map-modal[hidden]{display:none!important}.listing-map-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:24px}.listing-map-modal__backdrop{position:absolute;inset:0;background:#09122b8f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.listing-map-modal__sheet{position:relative;width:min(100%,980px);border-radius:28px;background:#fff;box-shadow:0 36px 90px #09122b3d;overflow:hidden;display:grid;gap:0}.listing-map-modal__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:24px 26px 18px}.listing-map-modal__header h3{margin:6px 0 4px;font-size:1.32rem;color:var(--navy-deep)}.listing-map-modal__header p{margin:0;color:var(--ink-soft);font-size:.9rem;line-height:1.55}.listing-map-modal__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.72rem!important;font-weight:800;color:#2563eb!important}.listing-map-modal__close{width:42px;height:42px;border-radius:999px;border:1px solid rgba(12,27,73,.1);background:#f8fafc;color:var(--navy-deep);font-size:1.4rem;cursor:pointer;flex-shrink:0}.listing-map-modal__canvas{padding:0 26px}.listing-map-frame{width:100%;height:min(60vh,560px);border:0;border-radius:22px;background:#eef4ff}.listing-map-modal__footer{padding:18px 26px 24px;display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}.listing-map-modal__meta{display:grid;gap:4px}.listing-map-modal__label{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:800;color:var(--ink-soft)}.listing-map-modal__meta strong{color:var(--navy-deep);font-size:.92rem}.listing-map-modal__actions{display:flex;gap:10px;flex-wrap:wrap}.listing-map-confirm{min-height:42px!important;padding:0 18px!important;border-radius:999px!important}@media(max-width:640px){.listing-map-trigger{grid-template-columns:1fr}.listing-location-actions,.listing-map-modal__actions{flex-direction:column}.listing-location-chip,.listing-map-confirm{width:100%;justify-content:center}.listing-map-modal{padding:14px}.listing-map-modal__sheet{border-radius:22px}.listing-map-modal__header,.listing-map-modal__canvas,.listing-map-modal__footer{padding-left:16px;padding-right:16px}.listing-map-frame{height:54vh;border-radius:18px}}.listing-workbench{display:grid;gap:20px}.listing-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);gap:18px;padding:24px 26px;border:1px solid rgba(12,27,73,.08);border-radius:28px;background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 32%),linear-gradient(180deg,#fff,#f8fbff)}.listing-hero__eyebrow,.listing-panel__eyebrow,.listing-map-card__label,.required-name-modal__eyebrow{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#122f7314;color:var(--navy);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.listing-hero__copy h1,.listing-panel__header h2,.listing-map-card__intro h3,.required-name-modal__dialog h2{margin:12px 0 10px;font-family:Roboto,sans-serif;color:var(--navy-deep);letter-spacing:-.03em}.listing-hero__copy h1{font-size:clamp(1.85rem,2.5vw,2.6rem);line-height:1.05}.listing-hero__copy p,.listing-panel__header p,.listing-map-card__intro p,.required-name-modal__dialog p{margin:0;color:var(--ink-soft);line-height:1.65}.listing-hero__highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.listing-hero__highlights span,.listing-breadcrumbs span,.listing-breadcrumbs strong{font-size:.82rem;font-weight:700}.listing-hero__highlights span{padding:10px 14px;border-radius:999px;border:1px solid rgba(18,47,115,.1);background:#ffffffe0;color:var(--navy-deep)}.listing-hero__aside{display:grid;gap:12px}.listing-hero__stat,.listing-owner-card,.listing-map-card{border:1px solid rgba(12,27,73,.08);border-radius:22px;background:#fff}.listing-hero__stat{padding:18px}.listing-hero__stat strong,.listing-owner-card__row strong{display:block;color:var(--navy-deep);font-size:.95rem}.listing-hero__stat span,.listing-owner-card__row span,.listing-map-note,.listing-field__hint{color:var(--ink-soft);font-size:.84rem;line-height:1.6}.listing-studio{display:grid;gap:18px}.listing-studio__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:0 2px}.listing-back-link{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-weight:800;font-size:.9rem}.listing-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;color:var(--ink-soft)}.listing-studio__actions{display:flex;gap:10px;flex-wrap:wrap}.listing-primary-btn,.listing-secondary-btn{min-height:48px!important;padding:0 20px!important;border-radius:16px!important}.listing-primary-btn[disabled],.filter-submit[disabled],.ghost-button[disabled]{opacity:.72;cursor:wait}.listing-studio__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:18px;align-items:start}.listing-studio__main,.listing-studio__side{display:grid;gap:18px}.listing-panel{padding:22px;border:1px solid rgba(12,27,73,.08);border-radius:28px;background:linear-gradient(180deg,#fff,#fcfdff)}.listing-panel--sticky{position:sticky;top:18px}.listing-panel__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.listing-panel__header h2{font-size:1.28rem}.listing-grid{display:grid;gap:14px}.listing-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.listing-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.listing-field{display:grid;gap:8px}.listing-field--full{margin-bottom:14px}.listing-form-label{margin:0;color:#20304d;font-size:.84rem;font-weight:800}.listing-owner-card{padding:16px 18px;display:grid;gap:14px}.listing-owner-card__row{display:flex;justify-content:space-between;gap:12px;align-items:center}.listing-map-card{padding:18px;display:grid;gap:16px;background:linear-gradient(180deg,#fff,#f8fbff)}.listing-map-card__intro{display:grid;gap:8px}.listing-map-card__intro h3{font-size:1.05rem;margin:0}.listing-switch{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border:1px solid rgba(12,27,73,.08);border-radius:18px;background:#fff}.listing-switch input{margin-top:4px}.listing-switch strong{display:block;color:var(--navy-deep)}.listing-switch small{display:block;margin-top:4px;color:var(--ink-soft);line-height:1.55}.required-name-modal{position:fixed;inset:0;z-index:1400;display:grid;place-items:center;padding:18px}.required-name-modal__backdrop{position:absolute;inset:0;background:#09122b94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.required-name-modal__dialog{position:relative;width:min(100%,520px);padding:28px;border-radius:28px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(12,27,73,.08);box-shadow:0 30px 80px #09122b47}.required-name-modal__form{display:grid;gap:12px;margin-top:18px}.required-name-modal__form label{color:var(--navy-deep);font-weight:800}.required-name-modal__actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:4px}@media(max-width:1100px){.listing-hero,.listing-studio__grid{grid-template-columns:1fr}.listing-panel--sticky{position:static}}@media(max-width:720px){.listing-grid--2,.listing-grid--3,.listing-grid--4{grid-template-columns:1fr}.listing-hero,.listing-panel,.required-name-modal__dialog{padding:20px;border-radius:22px}.listing-studio__header,.listing-panel__header,.listing-owner-card__row,.required-name-modal__actions{flex-direction:column;align-items:stretch}.listing-studio__actions,.listing-primary-btn,.listing-secondary-btn{width:100%}}.listing-workbench{max-width:1200px;margin:0 auto;padding:24px}[hidden]{display:none!important}.listing-panel{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 10px 25px -5px #00000005,0 8px 10px -6px #00000005!important;border-radius:24px!important;padding:32px!important;margin-bottom:24px!important;transition:box-shadow .2s ease}.listing-panel:hover{box-shadow:0 20px 25px -5px #0000000a,0 10px 10px -5px #00000005!important}.listing-panel__eyebrow{background:#eff6ff!important;color:#2563eb!important;font-size:.75rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important;padding:4px 12px!important;border-radius:9999px!important;display:inline-block!important;margin-bottom:8px!important}.listing-panel__header h2{font-size:1.5rem!important;color:#0f172a!important;font-weight:700!important;margin:0 0 6px!important;letter-spacing:-.02em!important}.listing-panel__header p{color:#64748b!important;font-size:.9rem!important;margin:0!important}.listing-studio .listing-grid{display:flex!important;flex-wrap:wrap!important;gap:16px!important;margin-bottom:16px!important}.listing-studio .listing-grid>.listing-field{flex:1 1 200px!important;min-width:160px!important}.listing-studio .listing-field--full{width:100%!important;flex:1 1 100%!important}.listing-studio .filter-input{border:1.5px solid #cbd5e1!important;background:#fff!important;border-radius:12px!important;min-height:48px!important;padding:10px 16px!important;color:#0f172a!important;font-size:.92rem!important;font-weight:500!important;box-shadow:0 1px 2px #00000005!important;transition:all .15s ease-in-out!important}.listing-studio .filter-input:hover{border-color:#94a3b8!important}.listing-studio .filter-input:focus{border-color:#2563eb!important;box-shadow:0 0 0 4px #2563eb1a!important;background:#fff!important}.listing-form-label{font-size:.85rem!important;font-weight:600!important;color:#334155!important;margin-bottom:4px!important}.listing-field__hint{color:#64748b!important;font-size:.78rem!important;margin:2px 0 0!important}.listing-studio select.filter-input{appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E")!important;background-position:right 12px center!important;background-repeat:no-repeat!important;background-size:1.25rem!important;padding-right:40px!important}.preset-pill{background:#f1f5f9;color:#475569;border:1.5px solid #cbd5e1;border-radius:9999px;padding:6px 14px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.preset-pill:hover{background:#e2e8f0;border-color:#94a3b8;color:#0f172a}.preset-pill.active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb26}.listing-owner-card{background:#f8fafc!important;border:1px dashed #cbd5e1!important;border-radius:16px!important;padding:20px!important;margin-top:16px!important}.listing-owner-card__row{font-size:.9rem!important;color:#475569!important;padding:8px 0!important;border-bottom:1px solid #e2e8f0!important}.listing-owner-card__row:last-child{border-bottom:none!important;padding-bottom:0!important}.listing-owner-card__row span{font-weight:500!important}.listing-owner-card__row strong{color:#0f172a!important;font-weight:600!important}
