:root{--ink:#16382E;--pine:#1F5A44;--leaf:#2F7A5B;--mist:#EAF5EF;--paper:#FBFCF9;--card:#FFFFFF;--line:#E9EDE6;--gold:#B0801F;--gold-soft:#F8EFD8;--muted:#5E6C62;--danger:#B23A2E;--danger-soft:#F7E3DF;--info-soft:#E3ECF2;--info:#33617e;--shadow-sm:0 1px 2px rgba(19,50,42,.05),0 1px 1px rgba(19,50,42,.04);--shadow-md:0 10px 30px -12px rgba(19,50,42,.22);--shadow-lg:0 24px 60px -24px rgba(19,50,42,.30);--r-card:18px;--r-pill:999px;--r-sm:10px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-inter),system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55;-webkit-font-smoothing:antialiased}.display,h1,h2,h3,h4{font-family:var(--font-display),sans-serif;letter-spacing:-.02em;line-height:1.08}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1180px}.wrap,.wrap-narrow{margin:0 auto;padding:0 24px}.wrap-narrow{max-width:820px}.tabular{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.eyebrow{font-size:.74rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.muted{color:var(--muted)}.btn{display:inline-flex;align-items:center;gap:.5rem;justify-content:center;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;border:1px solid transparent;border-radius:var(--r-pill);padding:.78rem 1.4rem;transition:transform .15s ease,background .2s,box-shadow .2s,color .2s}.btn-primary{background:var(--pine);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--leaf);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{background:#fff;border-color:var(--ink);transform:translateY(-1px)}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:#946716;transform:translateY(-1px)}.btn-danger{background:#fff;color:var(--danger);border-color:var(--danger-soft)}.btn-danger:hover{background:var(--danger-soft)}.btn-sm{padding:.5rem 1rem;font-size:.86rem}.btn-lg{padding:.95rem 1.7rem;font-size:1rem}.btn:disabled{opacity:.72;cursor:default}.spinner{width:1em;height:1em;border:2px solid;border-right:2px solid transparent;border-radius:50%;display:inline-block;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.spinner{animation-duration:1.5s}}.btn-block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}header.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(251,252,249,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-in{display:flex;justify-content:space-between;height:70px}.brand,.nav-in{align-items:center}.brand{display:inline-flex;gap:.6rem;font-family:var(--font-display),sans-serif;font-weight:700;font-size:1.18rem;line-height:1.25;color:var(--ink);white-space:nowrap;overflow:visible}.brand .mark{width:30px;height:30px;flex:0 0 auto}.navlinks{position:relative;display:flex;align-items:center;gap:1.6rem}.navlinks a{display:inline-flex;align-items:center;gap:.45rem;font-size:.94rem;font-weight:500;color:var(--muted);padding:.15rem 0;transition:color .15s ease}.navlinks a svg{width:17px;height:17px;flex:0 0 auto;opacity:.85}.navlinks a:hover{color:var(--ink)}.navlinks a.current{color:var(--pine);font-weight:600}.navlinks a.current svg{opacity:1}.nav-dot{position:absolute;left:0;bottom:-8px;width:6px;height:6px;border-radius:50%;background:var(--gold);pointer-events:none;transition:transform .32s cubic-bezier(.4,0,.2,1)}@media(prefers-reduced-motion:reduce){.nav-dot{transition:none}}.nav-cta{gap:.7rem}.avatar-btn,.nav-cta{display:flex;align-items:center}.avatar-btn{gap:.55rem;border:1px solid var(--line);background:#fff;border-radius:var(--r-pill);padding:.3rem .8rem .3rem .35rem;cursor:pointer;font-weight:600;font-size:.9rem;color:var(--ink)}.avatar{width:34px;height:34px;border-radius:50%;background:var(--mist);display:flex;color:var(--leaf);flex:0 0 auto}.avatar,.menu-btn{align-items:center;justify-content:center}.menu-btn{display:none;background:none;border:1px solid var(--line);border-radius:var(--r-sm);width:42px;height:42px;cursor:pointer;color:var(--ink)}.mobile-menu-ov{position:fixed;inset:0;z-index:60;background:rgba(19,50,42,.28)}.mobile-menu{position:fixed;top:70px;left:0;right:0;z-index:61;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow-md);display:flex;flex-direction:column;padding:8px 0 14px;max-height:calc(100vh - 70px);overflow-y:auto;animation:revealDown .2s ease}.mobile-menu a{display:flex;align-items:center;gap:.65rem;padding:.9rem 22px;font-size:1rem;font-weight:500;color:var(--ink)}.mobile-menu>a svg{width:20px;height:20px;flex:0 0 auto;opacity:.8}.mobile-menu>a.current{color:var(--pine)}.mobile-menu-auth{display:flex;flex-direction:column;gap:8px;padding:14px 22px 2px;margin-top:6px;border-top:1px solid var(--line)}.mobile-menu-auth .btn{width:100%;justify-content:center}@media(prefers-reduced-motion:reduce){.mobile-menu{animation:none}}.vbadge{font-size:.72rem;font-weight:600;padding:.26rem .55rem;border-radius:var(--r-pill);display:inline-flex;align-items:center;gap:.35rem;background:var(--gold-soft);color:var(--gold);border:1px solid rgba(169,118,29,.25)}.vbadge svg{width:12px;height:12px}.vbadge.plain{background:var(--mist);color:var(--muted);border-color:var(--line)}.keyholder-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(120deg,var(--gold-soft),#fbf4e2);color:var(--gold);border:1px solid rgba(169,118,29,.35);border-radius:var(--r-pill);padding:.4rem .85rem;font-weight:700;font-size:.82rem;box-shadow:inset 0 0 0 1px #fff}.keyholder-badge svg{width:16px;height:16px}.status{font-size:.74rem;font-weight:600;padding:.28rem .6rem;border-radius:var(--r-pill);display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap}.status.pending{background:var(--gold-soft);color:var(--gold)}.status.ok{background:var(--mist);color:var(--leaf)}.status.rejected,.status.suspended{background:var(--danger-soft);color:var(--danger)}.status.info{background:var(--info-soft);color:var(--info)}.status.draft{background:#eee;color:#666}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-sm)}.card-pad{padding:24px}.pagehead{padding-top:40px;padding-bottom:8px}.crumbs{font-size:.84rem;color:var(--muted);display:flex;gap:.5rem;align-items:center;margin-bottom:14px}.crumbs a:hover{color:var(--ink)}.pagehead h1{font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:700}.pagehead p{margin-top:.7rem;color:var(--muted);font-size:1.05rem;max-width:60ch}.form-section{margin-bottom:28px}.form-section>h3{font-size:1.12rem;font-weight:600;margin-bottom:4px}.form-section>.hint{font-size:.88rem;color:var(--muted);margin-bottom:16px}.field-group{display:grid;grid-gap:6px;gap:6px;margin-bottom:16px}.field-group label{font-size:.84rem;font-weight:600;color:var(--ink)}.field-group .sub{font-size:.78rem;color:var(--muted);font-weight:400}.input,.select,.textarea{font-family:inherit;font-size:.96rem;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);padding:.7rem .85rem;width:100%;outline:none;transition:border .15s,box-shadow .15s}.input:focus,.select:focus,.textarea:focus{border-color:var(--leaf);box-shadow:0 0 0 3px var(--mist)}.textarea{resize:vertical;min-height:96px}.grid-2{grid-template-columns:1fr 1fr;grid-gap:16px}.grid-2,.grid-3{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:16px}.checkrow{display:flex;gap:.7rem;align-items:flex-start;font-size:.92rem;padding:.4rem 0}.checkrow input{margin-top:.25rem;width:18px;height:18px;accent-color:var(--pine);flex:0 0 auto}.consent{background:var(--mist);border:1px solid var(--line);border-radius:var(--r-sm);padding:16px;font-size:.9rem;line-height:1.55}.chk-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px 20px;gap:4px 20px}.upload{border:1.5px dashed var(--line);border-radius:var(--r-sm);padding:20px;text-align:center;color:var(--muted);font-size:.9rem;cursor:pointer;transition:.15s;background:#fff}.upload:hover{border-color:var(--leaf);background:var(--paper)}.upload svg{width:26px;height:26px;color:var(--leaf);margin-bottom:6px}.upload.done{border-style:solid;border-color:var(--leaf);color:var(--leaf);background:var(--mist)}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:26px;flex-wrap:wrap}.tab{font-family:inherit;font-size:.94rem;font-weight:600;color:var(--muted);background:none;padding:.8rem 1rem;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.tab.active,.tab:hover{color:var(--ink)}.tab.active{border-bottom-color:var(--gold)}.tab .count{font-size:.74rem;background:var(--mist);color:var(--leaf);border-radius:99px;padding:.05rem .45rem;margin-left:.4rem}.tabpane{display:none}.tabpane.active{display:block;animation:fade .3s ease}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.stepper{display:flex;gap:8px;margin-bottom:30px;flex-wrap:wrap}.stepper .s{flex:1 1;min-width:120px;border-top:3px solid var(--line);padding-top:10px;color:var(--muted);font-size:.86rem;font-weight:600}.stepper .s .n{font-family:var(--font-display);font-size:.78rem}.stepper .s.active{border-top-color:var(--gold);color:var(--ink)}.stepper .s.done{border-top-color:var(--leaf);color:var(--leaf)}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:680px){.table-scroll .table{min-width:560px}}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table th{text-align:left;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:600;padding:10px 14px}.table td,.table th{border-bottom:1px solid var(--line)}.table td{padding:14px;vertical-align:middle}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:var(--paper)}.row-user{display:flex;align-items:center;gap:.7rem}.row-user .nm{font-weight:600}.row-user .sub{font-size:.78rem;color:var(--muted)}.actions{display:flex;gap:6px;flex-wrap:wrap}.thumb-grad{background:linear-gradient(135deg,#2E6B53,#13322A)}.split{display:grid;grid-template-columns:1fr 340px;grid-gap:32px;gap:32px;align-items:start}.aside-sticky{position:-webkit-sticky;position:sticky;top:90px}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:10px;gap:10px;height:380px;border-radius:var(--r-card);overflow:hidden}.gallery>div{position:relative;display:flex;align-items:center;justify-content:center}.gallery>div:first-child{grid-row:1/3}.gallery .glyph{opacity:.45}.gallery .more{position:absolute;right:12px;bottom:12px;background:rgba(255,255,255,.92);font-size:.8rem;font-weight:600;padding:.35rem .7rem;border-radius:var(--r-pill)}.spec-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px 28px;gap:14px 28px;margin-top:6px}.spec-list .it{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:8px;font-size:.92rem}.spec-list .it span:first-child{color:var(--muted)}.spec-list .it span:last-child{font-weight:600}.amenities{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.amenities span{font-size:.85rem;background:var(--mist);color:var(--ink);padding:.4rem .8rem;border-radius:var(--r-pill)}.locked{text-align:center;padding:54px 24px;border:1.5px dashed var(--line);border-radius:var(--r-card);background:#fff}.locked .lockicon{width:54px;height:54px;border-radius:50%;background:var(--gold-soft);color:var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.locked h3{font-size:1.3rem;margin-bottom:.5rem}.locked p{color:var(--muted);max-width:46ch;margin:0 auto 20px}.banner{display:flex;gap:14px;align-items:center;padding:16px 20px;border-radius:var(--r-card);font-size:.94rem}.banner.gold{background:var(--gold-soft);border:1px solid rgba(169,118,29,.3)}.banner.green{background:var(--mist);border:1px solid var(--line)}.banner .ico{flex:0 0 auto}.banner .grow{flex:1 1}.toast{position:fixed;left:50%;bottom:30px;transform:translateX(-50%) translateY(20px);background:var(--ink);color:#fff;padding:.85rem 1.3rem;border-radius:var(--r-pill);font-size:.92rem;font-weight:500;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:.3s;z-index:100;display:flex;gap:.6rem;align-items:center}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}footer{background:#fff;border-top:1px solid var(--line);padding:40px 0 30px;margin-top:64px}footer .foot-base{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.82rem;color:var(--muted)}footer .disclaimer{font-size:.8rem;color:var(--muted);line-height:1.6;max-width:80ch;margin-bottom:22px}.chat{display:grid;grid-template-columns:336px 1fr;grid-gap:0;gap:0;height:calc(100vh - 70px);background:var(--card);border-top:1px solid var(--line)}.chat-list{border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0;background:#fff}.chat-list .lhead{padding:18px 18px 12px;border-bottom:1px solid var(--line)}.chat-list .lhead h2{font-size:1.3rem;font-weight:700}.chat-search{position:relative;margin-top:12px}.chat-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--muted)}.chat-search input{width:100%;font-family:inherit;font-size:.9rem;border:1px solid var(--line);border-radius:var(--r-pill);padding:.55rem .8rem .55rem 2.2rem;outline:none;background:var(--paper)}.chat-search input:focus{border-color:var(--leaf);box-shadow:0 0 0 3px var(--mist)}.conv-list{overflow-y:auto;flex:1 1;min-height:0}.conv{display:flex;gap:12px;padding:14px 18px;border-bottom:1px solid var(--line);cursor:pointer;align-items:flex-start;transition:background .12s;text-align:left;width:100%;background:none;border-left:3px solid transparent;font-family:inherit}.conv:hover{background:var(--paper)}.conv.active{background:var(--mist);border-left-color:var(--gold)}.conv .avatar{width:44px;height:44px;font-weight:700;font-size:.95rem}.conv .cv-body{flex:1 1;min-width:0;display:flex;flex-direction:column}.conv .cv-top{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.conv .cv-name{font-weight:600;font-size:.94rem;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv .cv-time{font-size:.74rem;color:var(--muted);flex:0 0 auto}.conv .cv-prop{font-size:.76rem;color:var(--gold);font-weight:600;margin:1px 0 2px}.conv .cv-last,.conv .cv-prop{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv .cv-last{font-size:.83rem;color:var(--muted)}.conv .cv-unread{flex:0 0 auto;min-width:20px;height:20px;padding:0 6px;border-radius:99px;background:var(--leaf);color:#fff;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}.chat-main{display:flex;flex-direction:column;min-height:0;min-width:0;background:var(--paper)}.chat-head{display:flex;align-items:center;gap:12px;padding:14px 22px;border-bottom:1px solid var(--line);background:#fff}.chat-head .avatar{width:42px;height:42px;font-weight:700}.chat-head .ch-name{font-weight:600}.chat-head .ch-sub{font-size:.8rem;color:var(--muted)}.chat-head .ch-prop{margin-left:auto}.chat-body{flex:1 1;overflow-y:auto;min-height:0;padding:24px 22px;display:flex;flex-direction:column;gap:10px}.daysep{align-self:center;font-size:.74rem;color:var(--muted);background:var(--mist);padding:.2rem .7rem;border-radius:var(--r-pill);margin:8px 0}.msg{max-width:62%;padding:.6rem .85rem;border-radius:16px;font-size:.92rem;line-height:1.45;position:relative;word-wrap:break-word}.msg .t{display:block;opacity:.6}.msg.in{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:5px}.msg.out{align-self:flex-end;background:var(--pine);color:#fff;border-bottom-right-radius:5px}.msg.out .t{text-align:right}.chat-composer{display:flex;gap:10px;align-items:flex-end;padding:14px 22px;border-top:1px solid var(--line);background:#fff}.chat-composer textarea{flex:1 1;font-family:inherit;font-size:.94rem;border:1px solid var(--line);border-radius:18px;padding:.65rem .9rem;resize:none;max-height:120px;outline:none}.chat-composer textarea:focus{border-color:var(--leaf);box-shadow:0 0 0 3px var(--mist)}.chat-send{flex:0 0 auto;width:44px;height:44px;border-radius:50%;border:none;background:var(--pine);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.chat-send:hover{background:var(--leaf)}.chat-empty{margin:auto;text-align:center;color:var(--muted);padding:40px}.chat-back{display:none;flex:0 0 auto;background:none;border:1px solid var(--line);border-radius:var(--r-sm);width:38px;height:38px;align-items:center;justify-content:center;cursor:pointer;color:var(--ink);text-decoration:none}@media(max-width:860px){.chat{grid-template-columns:1fr}.chat-list{display:flex}.chat-main,.chat.show-thread .chat-list{display:none}.chat-back,.chat.show-thread .chat-main{display:flex}.msg{max-width:80%}}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s,transform .6s}.reveal.in{opacity:1;transform:none}:focus-visible{outline:2.5px solid var(--gold);outline-offset:2px;border-radius:4px}@media(max-width:980px){.split{grid-template-columns:1fr}.aside-sticky{position:static}.grid-3{grid-template-columns:1fr 1fr}}@media(max-width:680px){.nav-cta,.navlinks{display:none}.menu-btn{display:flex}.chk-grid,.grid-2,.grid-3,.spec-list{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr;height:300px}.gallery>div:first-child{grid-column:1/3;grid-row:1}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}.reveal{transition:none;opacity:1;transform:none}}.rent-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.listing{background:var(--card);border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.listing:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.listing .thumb{height:172px;position:relative;display:flex;align-items:flex-start;justify-content:space-between;padding:12px}.listing .typepill{background:rgba(255,255,255,.92);font-size:.74rem;font-weight:600;padding:.25rem .6rem;border-radius:var(--r-pill);color:var(--ink)}.listing .info{padding:15px 17px 17px;display:flex;flex-direction:column;flex:1 1}.listing .badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.listing h3{font-size:1.06rem;font-weight:600;color:var(--ink)}.listing .vcheck{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--gold-soft);border:1.5px solid var(--gold);color:var(--gold);box-shadow:var(--shadow-sm)}.listing .vcheck svg{width:16px;height:16px}.listing .loc{font-size:.84rem;color:var(--muted);margin-top:3px}.listing .specs{gap:14px;margin-top:10px;font-size:.82rem;color:var(--muted)}.listing .foot{padding-top:14px;display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid var(--line);margin-top:14px}.listing .price b{font-size:1.15rem}.listing .price small{color:var(--muted);font-size:.78rem}.listing .lease{font-size:.8rem;color:var(--muted);background:var(--mist);padding:.25rem .6rem;border-radius:var(--r-pill)}@media(max-width:980px){.rent-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.rent-grid{grid-template-columns:1fr}}.auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-aside{background:var(--ink);color:#fff;padding:48px;display:flex;flex-direction:column;justify-content:space-between}.auth-aside .brand{color:#fff}.auth-quote{font-family:var(--font-display);font-size:1.8rem;line-height:1.2;font-weight:600;max-width:18ch}.auth-quote span{color:var(--gold-soft)}.auth-main{display:flex;align-items:center;justify-content:center;padding:40px 24px}.auth-card{width:100%;max-width:400px}.auth-card h1{font-size:1.8rem;font-weight:700}.divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.82rem;margin:18px 0}.divider:after,.divider:before{content:"";flex:1 1;height:1px;background:var(--line)}.soc{display:flex;gap:10px}.soc .btn{flex:1 1}@media(max-width:820px){.auth{grid-template-columns:1fr}.auth-aside{display:none}}.hero{padding:64px 0 40px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.hero h1{font-size:clamp(2.5rem,5.2vw,4.05rem);font-weight:700;color:var(--ink)}.hero h1 em{font-style:normal;color:var(--leaf);position:relative}.hero .lede{margin-top:1.2rem;font-size:1.13rem;color:var(--muted);max-width:34ch}.hero .trustline{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem .9rem;font-size:.86rem;color:var(--muted)}.hero .trustline span{display:inline-flex;align-items:center;gap:.4rem}.dot{width:5px;height:5px;border-radius:50%;background:var(--gold)}.searchcard{margin-top:2rem;background:var(--card);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-md);padding:14px}.searchrow{display:grid;grid-template-columns:1.1fr 1fr 1fr auto;grid-gap:6px;gap:6px}.field{display:flex;flex-direction:column;gap:3px;padding:8px 10px;border-radius:var(--r-sm);position:relative;min-width:0}.field+.field{border-left:1px solid var(--line)}.field label{font-size:.66rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);white-space:nowrap}.field input,.field select{font-family:inherit;font-size:.92rem;font-weight:500;color:var(--ink);border:none;background:transparent;outline:none;width:100%;cursor:pointer;text-overflow:ellipsis}.field-go{display:flex;align-items:stretch}.field-go .btn{height:100%;padding-inline:1.5rem}.hero-visual{position:relative;height:440px}.float{position:absolute;background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lg)}.card-main{width:300px;right:6%;top:14px;padding:0;overflow:hidden;z-index:3}.card-main .thumb{height:158px;position:relative;display:flex;align-items:flex-end;padding:12px}.card-main .pill{background:rgba(255,255,255,.94);color:var(--ink);font-size:.74rem;font-weight:600;padding:.28rem .6rem;border-radius:var(--r-pill);display:inline-flex;gap:.35rem;align-items:center}.card-main .body{padding:14px 16px 16px}.card-main .ttl{font-family:var(--font-display);font-weight:600;font-size:1.02rem}.card-main .loc{font-size:.82rem;color:var(--muted);margin-top:2px}.card-main .price{margin-top:10px;font-weight:700;font-size:1.18rem;color:var(--ink)}.card-main .price small{font-weight:500;font-size:.78rem;color:var(--muted)}.seal{position:absolute;top:12px;right:12px;background:var(--gold-soft);color:var(--gold);border:1px solid rgba(169,118,29,.3);font-size:.72rem;font-weight:600;padding:.3rem .55rem;border-radius:var(--r-pill);display:inline-flex;gap:.35rem;align-items:center;z-index:4}.card-mini{width:230px;left:0;bottom:18px;z-index:2;padding:13px 15px}.card-mini .row{display:flex;align-items:center;gap:.6rem}.card-mini .avatar{width:38px;height:38px;border-radius:50%;background:var(--mist);display:flex;align-items:center;justify-content:center;color:var(--leaf);flex:0 0 auto}.card-mini .nm{font-weight:600;font-size:.9rem}.card-mini .sub{font-size:.76rem;color:var(--muted)}.card-mini .meter{margin-top:11px}.meter-bar{height:7px;border-radius:99px;background:var(--mist);overflow:hidden}.meter-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--leaf),var(--gold));border-radius:99px}.meter-label{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted);margin-top:6px}.blob{position:absolute;border-radius:50%;filter:blur(46px);opacity:.55;z-index:0}.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.strip-in{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;padding-top:34px;padding-bottom:34px}.stat .k{font-family:var(--font-display);font-weight:700;font-size:1.85rem;color:var(--ink)}.stat .l{font-size:.86rem;color:var(--muted);margin-top:2px}.stat .k em{font-style:normal;color:var(--gold)}.section{padding:78px 0}.sec-head{max-width:60ch}.sec-head h2{font-size:clamp(1.8rem,3.4vw,2.5rem);font-weight:600;margin-top:.6rem;color:var(--ink)}.sec-head p{margin-top:.9rem;color:var(--muted);font-size:1.05rem}.filterbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:26px 0 30px}.chip{font-family:inherit;font-size:.86rem;font-weight:500;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:var(--r-pill);padding:.5rem 1rem;cursor:pointer;transition:.18s}.chip:hover{border-color:var(--leaf)}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.spacer{flex:1 1 auto}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.empty{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--muted)}.empty b{display:block;font-family:var(--font-display);font-size:1.2rem;color:var(--ink);margin-bottom:.4rem}.how{background:var(--ink);color:#fff}.how .eyebrow{color:var(--gold-soft)}.how h2{color:#fff}.how .sec-head p{color:rgba(255,255,255,.72)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:38px}.step{border:1px solid rgba(255,255,255,.14);border-radius:var(--r-card);padding:26px;background:rgba(255,255,255,.03)}.step .num{font-family:var(--font-display);font-weight:700;font-size:1.05rem;color:var(--ink);background:var(--gold-soft);width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.step h3{font-size:1.18rem;margin-top:18px;color:#fff}.step p{margin-top:.55rem;font-size:.94rem;color:rgba(255,255,255,.72)}.owner{background:linear-gradient(120deg,#fff,var(--mist));border:1px solid var(--line);border-radius:24px;padding:48px;display:grid;grid-template-columns:1.3fr .7fr;grid-gap:40px;gap:40px;align-items:center;box-shadow:var(--shadow-md)}.owner h2{font-size:clamp(1.7rem,3vw,2.3rem);font-weight:600}.owner p{margin-top:.8rem;color:var(--muted);max-width:46ch}.owner ul{margin-top:1.2rem;display:grid;grid-gap:.6rem;gap:.6rem;list-style:none}.owner li{display:flex;gap:.6rem;font-size:.95rem;align-items:flex-start}.owner li svg{flex:0 0 auto;margin-top:2px;color:var(--leaf)}.owner-cta{display:flex;flex-direction:column;gap:12px}.owner-cta .note{font-size:.8rem;color:var(--muted);text-align:center}.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:32px;gap:32px}.foot-grid h4{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:600;margin-bottom:14px}.foot-grid a{display:block;font-size:.92rem;color:var(--ink);padding:.28rem 0}.foot-grid a:hover{color:var(--leaf)}.foot-brand p{font-size:.92rem;color:var(--muted);margin-top:12px;max-width:38ch}.disclaimer{margin-top:36px;padding-top:22px;border-top:1px solid var(--line);font-size:.8rem;color:var(--muted);line-height:1.6;max-width:78ch}@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:8px}.hero-visual{display:none}.strip-in{gap:24px}.grid,.strip-in{grid-template-columns:repeat(2,1fr)}.owner,.steps{grid-template-columns:1fr}.owner{padding:34px}.foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.searchrow{grid-template-columns:1fr}.field+.field{border-left:none;border-top:1px solid var(--line)}.grid{grid-template-columns:1fr}.filterbar .spacer{display:none}.foot-grid{grid-template-columns:1fr}.section{padding:56px 0}}.choice-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.choice-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:22px 12px;background:#fff;border:1.5px solid var(--line);border-radius:var(--r-card);cursor:pointer;font-family:inherit;transition:.15s;text-align:center}.choice-card:hover{border-color:var(--leaf);transform:translateY(-2px)}.choice-card.selected{border-color:var(--pine);background:var(--mist);box-shadow:inset 0 0 0 1px var(--pine)}.choice-card .ic{font-size:1.8rem;line-height:1}.choice-card .lb{font-size:.9rem;font-weight:600;color:var(--ink)}.choice-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}@media(max-width:680px){.choice-grid{grid-template-columns:1fr 1fr}}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.photo-thumb{position:relative;border-radius:var(--r-sm);overflow:hidden;border:1px solid var(--line);background:var(--mist)}.photo-thumb img{width:100%;height:130px;object-fit:cover;display:block}.photo-thumb .cover-badge{position:absolute;top:8px;left:8px;background:var(--pine);color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:var(--r-pill)}.photo-thumb .photo-actions{position:absolute;inset:auto 0 0 0;display:flex;gap:6px;justify-content:center;padding:8px;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent)}.gallery-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(160px,1fr);grid-gap:10px;gap:10px;overflow-x:auto;padding-bottom:4px}.gallery-thumb{height:84px;border-radius:var(--r-sm);background-size:cover;background-position:50%;background-color:var(--mist)}@media(max-width:680px){.photo-grid{grid-template-columns:1fr 1fr}}.gallery-hero{position:relative;width:100%;height:340px;border:none;padding:0;cursor:zoom-in;border-radius:var(--r-card);overflow:hidden;background-size:cover;background-position:50%;background-color:var(--mist);display:block;transition:filter .15s}.gallery-hero:hover{filter:brightness(.96)}.gallery-count{position:absolute;right:14px;bottom:14px;display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.92);color:var(--ink);font-size:.82rem;font-weight:600;padding:.4rem .7rem;border-radius:var(--r-pill)}.gallery-strip button.gallery-thumb{border:none;padding:0;cursor:pointer;transition:filter .15s,transform .15s}.gallery-strip button.gallery-thumb:hover{filter:brightness(.94);transform:translateY(-2px)}.lightbox{position:fixed;inset:0;z-index:200;background:rgba(10,15,13,.92);justify-content:center;padding:24px;animation:fade .2s ease}.lb-figure,.lightbox{display:flex;align-items:center}.lb-figure{margin:0;max-width:92vw;max-height:88vh;flex-direction:column;gap:12px}.lb-figure img{max-width:92vw;max-height:82vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5)}.lb-counter{color:rgba(255,255,255,.85);font-size:.9rem;font-weight:500}.lb-close{position:absolute;top:18px;right:22px;width:44px;height:44px;border-radius:50%;border:none;background:rgba(255,255,255,.14);color:#fff;font-size:1.2rem;cursor:pointer;transition:background .15s}.lb-close:hover{background:rgba(255,255,255,.28)}.lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:none;background:rgba(255,255,255,.14);color:#fff;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.lb-nav:hover{background:rgba(255,255,255,.28)}.lb-prev{left:18px}.lb-next{right:18px}@media(max-width:680px){.gallery-hero{height:220px}.gallery-thumb{height:64px}.lb-nav{width:44px;height:44px;font-size:1.6rem}}.page-transition{animation:pageIn .38s cubic-bezier(.22,.61,.36,1)}@keyframes pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.page-transition{animation:none}}.chat-listing{display:flex;align-items:center;gap:12px;padding:12px 22px;background:var(--gold-soft);border-bottom:1px solid rgba(169,118,29,.25);color:var(--ink);transition:background .15s}.chat-listing:hover{background:#f6ecd4}.chat-listing>svg{color:var(--gold);flex:0 0 auto}.chat-listing .cl-body{display:flex;flex-direction:column;min-width:0;flex:1 1}.chat-listing .cl-label{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.chat-listing .cl-title{font-weight:600;font-size:.95rem}.chat-listing .cl-meta,.chat-listing .cl-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-listing .cl-meta{font-size:.8rem;color:var(--muted)}.chat-listing .cl-view{flex:0 0 auto;font-size:.84rem;font-weight:600;color:var(--gold)}.msg .t{display:flex;align-items:center;gap:4px;font-size:.68rem;margin-top:4px;opacity:.75}.msg.out .t{justify-content:flex-end}.msg .t .tick{flex:0 0 auto}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:99px;color:#fff;font-size:.7rem;font-weight:700;margin-left:.4rem;vertical-align:middle}.conv .cv-unread,.nav-badge{background:#2f6fed}.conv.unread{background:#eef4ff}.conv.unread .cv-name{font-weight:700}.conv.unread .cv-last{color:var(--ink);font-weight:500}.listing .specs{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.listing .specs span{display:inline-flex;align-items:center;gap:.4rem;font-size:.86rem;font-weight:600;color:var(--ink);background:var(--mist);padding:.35rem .65rem;border-radius:var(--r-pill)}.listing .specs span svg{width:15px;height:15px;color:var(--leaf)}.contact-reveal{margin-top:14px;border-top:1px solid var(--line);padding-top:14px}.contact-reveal summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.92rem;color:var(--ink);background:var(--mist);border-radius:var(--r-pill);padding:.7rem 1rem;transition:background .15s}.contact-reveal summary::-webkit-details-marker{display:none}.contact-reveal summary:hover{background:#dbe7de}.contact-reveal[open] summary{margin-bottom:12px}.contact-info{display:grid;grid-gap:8px;gap:8px}.contact-info .contact-row{display:flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);padding:.6rem .8rem;word-break:break-all}.contact-info a.contact-row:hover{border-color:var(--leaf);color:var(--leaf)}.contact-info .contact-row svg{color:var(--leaf);flex:0 0 auto}.contact-reveal[open] .contact-info{animation:revealDown .3s cubic-bezier(.22,.61,.36,1)}@keyframes revealDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.contact-reveal summary svg{transition:transform .25s ease}.contact-reveal[open] summary svg{transform:scale(1.05)}@media(prefers-reduced-motion:reduce){.contact-reveal[open] .contact-info{animation:none}}.filter-form{margin-bottom:8px}.filter-search{display:flex;align-items:center;gap:10px;position:relative}.filter-search>svg{position:absolute;left:14px;color:var(--muted);pointer-events:none}.filter-search .input{padding-left:2.6rem}.filter-search .btn{flex:0 0 auto}.filter-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:10px;gap:10px;margin-top:14px}.filter-grid .ff{display:flex;flex-direction:column;gap:4px;min-width:0}.filter-grid .ff>span{font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.filter-grid .ff .select{padding:.55rem .6rem;font-size:.9rem}.filter-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line);flex-wrap:wrap}@media(max-width:900px){.filter-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.filter-grid{grid-template-columns:1fr 1fr}.filter-search{flex-wrap:wrap}.filter-search .btn{width:100%}}.rentals-topbar{gap:12px;flex-wrap:wrap;margin-bottom:4px}.rentals-topbar,.topbar-search{display:flex;align-items:center}.topbar-search{position:relative;flex:1 1 320px}.topbar-search>svg{position:absolute;left:14px;color:var(--muted);pointer-events:none}.topbar-search .input{padding-left:2.6rem}.topbar-right{display:flex;align-items:center;gap:10px}.filters-btn{position:relative}.filters-btn .count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:99px;background:var(--pine);color:#fff;font-size:.72rem;font-weight:700;margin-left:.2rem}.filter-modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(19,50,42,.45);display:flex;align-items:center;justify-content:center;padding:20px;animation:fade .2s ease}.filter-modal{background:#fff;width:100%;max-width:640px;max-height:88vh;border-radius:var(--r-card);display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-lg)}.fm-head{position:relative;display:flex;align-items:center;justify-content:center;padding:16px 20px;border-bottom:1px solid var(--line)}.fm-head h2{font-size:1.05rem;font-weight:700}.fm-x{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:none;background:none;font-size:1rem;cursor:pointer;color:var(--ink)}.fm-x:hover{background:var(--mist)}.fm-body{overflow-y:auto;padding:4px 24px}.fm-section{padding:22px 0;border-bottom:1px solid var(--line)}.fm-section:last-child{border-bottom:none}.fm-section h3{font-size:1.05rem;font-weight:700;margin-bottom:14px}.fm-section h3 .fm-sub{font-weight:400;margin-left:.4rem}.fm-section h3 .fm-sub,.fm-sub{font-size:.82rem;color:var(--muted)}.fm-pills{display:flex;flex-wrap:wrap;gap:9px}.fm-price{display:flex;align-items:flex-end;gap:12px}.fm-price-field{display:flex;flex-direction:column;gap:5px;flex:1 1}.fm-price-field span{font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.fm-dash{padding-bottom:.7rem;color:var(--muted)}.fm-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}.fm-toggle input{width:20px;height:20px;accent-color:var(--pine);flex:0 0 auto}.fm-foot{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid var(--line)}.fm-clear{background:none;border:none;font-weight:600;font-size:.95rem;text-decoration:underline;cursor:pointer;color:var(--ink)}@media(max-width:560px){.rentals-topbar{flex-direction:column;align-items:stretch}.rentals-topbar .topbar-search,.rentals-topbar .topbar-search-wrap{flex:0 1 auto}.topbar-right{flex-wrap:wrap;gap:8px}.topbar-right .city-combo{flex:1 1 100%}.topbar-right .city-input{width:100%}.topbar-right .pretty-select{flex:1 1}.topbar-right .filters-btn{flex:0 0 auto}}.pretty-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit;font-size:.9rem;font-weight:600;color:var(--ink);background-color:#fff;border:1px solid var(--line);border-radius:var(--r-pill);padding:.62rem 2.3rem .62rem 1.05rem;cursor:pointer;transition:border-color .15s,box-shadow .15s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235C6A60' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;background-size:14px}.pretty-select:hover{border-color:var(--ink)}.pretty-select:focus-visible{outline:none;border-color:var(--leaf);box-shadow:0 0 0 3px var(--mist)}.city-combo{position:relative;display:flex;align-items:center}.city-combo .city-ico{position:absolute;left:12px;color:var(--muted);pointer-events:none}.city-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;font-size:.9rem;font-weight:600;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:var(--r-pill);padding:.62rem 2rem .62rem 2.1rem;width:180px;outline:none;transition:border-color .15s,box-shadow .15s}.city-input::placeholder{color:var(--muted);font-weight:500}.city-input:hover{border-color:var(--ink)}.city-input:focus{border-color:var(--leaf);box-shadow:0 0 0 3px var(--mist)}.city-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:none;cursor:pointer;color:var(--muted);font-size:.8rem;line-height:1;padding:2px}.city-clear:hover{color:var(--ink)}.city-suggest{position:absolute;top:calc(100% + 6px);left:0;min-width:100%;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);box-shadow:var(--shadow-md);z-index:60;max-height:260px;overflow:auto;padding:6px}.city-suggest button{display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;padding:.55rem .7rem;border:none;background:none;cursor:pointer;border-radius:7px;font-size:.9rem;font-weight:500;color:var(--ink);white-space:nowrap}.city-suggest button svg{color:var(--leaf);flex:0 0 auto}.city-suggest button:hover{background:var(--mist)}.topbar-search-wrap{position:relative;flex:1 1 320px}.topbar-search-wrap .topbar-search{width:100%;flex:none}.q-suggest{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);box-shadow:var(--shadow-md);z-index:60;overflow:hidden;padding:6px}.q-item{display:flex;align-items:center;gap:.6rem;width:100%;text-align:left;padding:.6rem .7rem;border:none;background:none;cursor:pointer;border-radius:7px;color:var(--ink);font-size:.9rem}.q-item:hover{background:var(--mist)}.q-item>svg{color:var(--leaf);flex:0 0 auto}.q-item .q-text{display:flex;flex-direction:column;min-width:0}.q-item .q-text strong{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.q-item .q-text small{color:var(--muted);font-size:.78rem}.q-run{font-weight:600;border-top:1px solid var(--line);border-radius:0;margin-top:4px;padding-top:.7rem}.rentals-toolbar{display:flex;flex-direction:column;gap:14px}.view-toggle{align-self:flex-start;gap:3px;background:var(--mist);padding:3px}.view-toggle,.view-toggle .vt{display:inline-flex;border-radius:var(--r-pill)}.view-toggle .vt{align-items:center;gap:.4rem;padding:.45rem .95rem;font-size:.86rem;font-weight:600;color:var(--muted)}.view-toggle .vt.active{background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}.view-toggle .vt:hover{color:var(--ink)}.map-split{grid-template-columns:1.05fr .95fr;grid-gap:22px;gap:22px;margin-top:20px}.map-list,.map-split{display:grid;align-items:start}.map-list{grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;max-height:calc(100vh - 190px);overflow-y:auto;padding:2px 6px 2px 2px;align-content:start}.map-list-item .listing{transition:transform .15s,box-shadow .15s,border-color .15s}.map-list-item.active .listing{border-color:var(--pine);box-shadow:var(--shadow-md);transform:translateY(-2px)}.map-canvas-wrap{position:-webkit-sticky;position:sticky;top:86px;height:calc(100vh - 130px);border-radius:var(--r-card);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.map-canvas{width:100%;height:100%}.map-note{position:absolute;left:10px;bottom:10px;background:rgba(255,255,255,.94);font-size:.72rem;padding:.35rem .6rem;border-radius:var(--r-pill);z-index:500}.map-note,.price-pin{color:var(--ink);box-shadow:var(--shadow-sm)}.price-pin{display:inline-block;transform:translate(-50%,-50%);background:#fff;border:1px solid var(--line);font-weight:700;font-size:.8rem;padding:.28rem .55rem;border-radius:var(--r-pill);white-space:nowrap;cursor:pointer;transition:transform .12s,background .12s,color .12s}.price-pin.active,.price-pin:hover{background:var(--pine);color:#fff;border-color:var(--pine);transform:translate(-50%,-50%) scale(1.08)}.map-popup{color:var(--ink);font-size:.85rem;line-height:1.45;display:block}.map-popup strong{color:var(--leaf)}@media(max-width:900px){.map-split{grid-template-columns:1fr}.map-list{grid-template-columns:1fr 1fr;max-height:none;overflow:visible}.map-canvas-wrap{position:relative;top:0;height:360px;order:-1}}@media(max-width:560px){.map-list{grid-template-columns:1fr}}.rentals-map-main{height:calc(100vh - 70px);max-width:none;width:100%;padding:14px 24px 0;display:flex;flex-direction:column;overflow:hidden}.rentals-map-main .rentals-toolbar{flex:0 0 auto;gap:12px}.map-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.map-header-row>strong{font-size:1.05rem}.rentals-map-main .map-split{flex:1 1 auto;min-height:0;margin-top:14px;margin-bottom:0;gap:20px}.rentals-map-main .map-list{height:100%;max-height:none}.rentals-map-main .map-canvas-wrap{position:static;height:100%;border-radius:24px}.rentals-map-main .map-list-item .listing{border-radius:20px}@media(max-width:900px){.rentals-map-main{height:auto;overflow:visible}.rentals-map-main .map-split{display:flex;flex-direction:column}.rentals-map-main .map-list{height:auto;overflow:visible}.rentals-map-main .map-canvas-wrap{height:360px}}.map-canvas-wrap{isolation:isolate}.leaflet-container{z-index:1}.map-canvas-wrap{display:flex;flex-direction:column}.map-approx-note{flex:0 0 auto;display:flex;align-items:center;gap:.45rem;padding:.6rem .9rem;font-size:.8rem;color:var(--ink);background:#fff;border-bottom:1px solid var(--line)}.map-canvas-wrap .map-canvas{flex:1 1 auto;min-height:0}.map-note{display:none}.listing-card{position:relative;height:100%;display:flex;flex-direction:column}.listing-card>.listing{flex:1 1}.save-form{position:absolute;top:10px;right:10px;z-index:3;margin:0}.save-btn{width:34px;height:34px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);color:var(--ink);box-shadow:var(--shadow-sm);transition:transform .15s ease,background .15s ease,color .15s ease}.save-btn svg{width:18px;height:18px}.save-btn:hover{transform:scale(1.08);background:#fff}.save-btn.saved{color:#d1345b}.save-modal{position:relative;background:var(--card);border-radius:var(--r-card);box-shadow:var(--shadow-lg);width:100%;max-width:460px;max-height:88vh;overflow-y:auto;padding:22px 22px 20px;animation:report-in .18s ease}.save-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.save-modal-head h3{font-size:1.2rem;font-weight:700;color:var(--ink)}.save-modal-x{background:none;border:none;font-size:1.05rem;color:var(--muted);cursor:pointer;width:30px;height:30px;border-radius:50%;line-height:1}.save-modal-x:hover{background:var(--mist);color:var(--ink)}.coll-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.coll-sq{background:none;border:none;padding:0;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:6px;font-family:inherit}.coll-sq:disabled{opacity:.55;cursor:default}.coll-thumb{position:relative;aspect-ratio:1;border-radius:14px;border:1.5px solid var(--line);background:var(--mist);background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:border-color .15s,transform .15s,box-shadow .15s}.coll-sq:not(:disabled):hover .coll-thumb{border-color:var(--pine);transform:translateY(-1px)}.coll-sq.active .coll-thumb{border-color:var(--pine);box-shadow:0 0 0 2px var(--pine)}.coll-check{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:var(--pine);color:#fff;font-size:.78rem;display:flex;align-items:center;justify-content:center}.coll-plus{border-style:dashed;color:var(--pine)}.coll-name{font-size:.86rem;font-weight:600;color:var(--ink);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.coll-count{font-size:.75rem;color:var(--muted)}.coll-form{gap:6px}.coll-form .input{font-size:.85rem;padding:.5rem .6rem}.save-remove{margin-top:16px;width:100%;background:none;border:1px solid var(--danger-soft);color:var(--danger);padding:.6rem;border-radius:var(--r-pill);font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.save-remove:hover{background:var(--danger-soft)}.save-modal-back{background:none;border:none;color:var(--ink);cursor:pointer;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:2px}.save-modal-back:hover{background:var(--mist)}.create-coll{padding:6px 0 2px}.create-coll .field-group span{font-size:.78rem;font-weight:600;color:var(--muted);letter-spacing:.02em}.create-coll-foot{justify-content:space-between;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.create-coll-foot,.save-toast{display:flex;align-items:center;gap:12px}.save-toast{position:fixed;bottom:20px;left:20px;z-index:400;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-lg);padding:12px 16px;min-width:260px;max-width:360px;animation:report-in .22s ease}.save-toast .st-check{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--pine);color:#fff;display:flex;align-items:center;justify-content:center}.save-toast .st-text{font-size:.92rem;color:var(--ink)}.save-toast .st-change{margin-left:auto;background:none;border:none;font-weight:600;color:var(--ink);text-decoration:underline;cursor:pointer;font-family:inherit;flex:0 0 auto}.save-toast .st-change:hover{color:var(--leaf)}@media(max-width:560px){.save-toast{left:12px;right:12px;bottom:12px;max-width:none}}@media(max-width:480px){.coll-grid{grid-template-columns:repeat(2,1fr)}}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px;margin-top:20px}.wishlist-cover{aspect-ratio:1;border-radius:var(--r-card);border:1px solid var(--line);background:var(--mist);background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:transform .2s ease,box-shadow .2s ease}.wishlist-card{position:relative}.wishlist-card:hover .wishlist-cover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.wishlist-del{position:absolute;top:10px;left:10px;width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.9);color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s,color .15s,border-color .15s;z-index:2}.wishlist-card:hover .wishlist-del,.wishlist-del:focus-visible{opacity:.92}.wishlist-del:hover{opacity:1;background:#fff;border-color:var(--danger);color:var(--danger)}.wishlist-meta{display:block;margin-top:10px}.wishlist-meta strong{display:block;color:var(--ink);font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wishlist-meta .muted{font-size:.85rem}@media(max-width:900px){.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.save-btn.saved:hover{color:#b82a4c}.saved-item{position:relative;height:100%}.saved-item.unavailable .listing{opacity:.62;filter:grayscale(.25)}.saved-ribbon{position:absolute;top:10px;left:10px;z-index:4;background:var(--ink);color:#fff;padding:.24rem .55rem;border-radius:var(--r-pill)}.q-recent-head,.saved-ribbon{font-size:.72rem;font-weight:700}.q-recent-head{display:flex;align-items:center;justify-content:space-between;padding:.35rem .7rem .2rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.q-clear{border:none;background:none;cursor:pointer;color:var(--leaf);font-size:.74rem;font-weight:600;text-transform:none;letter-spacing:0}.q-clear:hover{text-decoration:underline}.q-recent-item{color:var(--muted)}.q-recent-item .q-text strong{font-weight:500;color:var(--ink)}.q-remove{margin-left:auto;border:none;background:none;cursor:pointer;color:var(--muted);font-size:.8rem;padding:.15rem .35rem;border-radius:6px;flex:0 0 auto}.q-remove:hover{background:var(--line);color:var(--ink)}.sk{position:relative;overflow:hidden;background:#e9ede6;border-radius:8px}.sk:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:sk-shimmer 1.3s infinite}@keyframes sk-shimmer{to{transform:translateX(100%)}}@media(prefers-reduced-motion:reduce){.sk:after{animation:none}}.sk-line{height:12px;border-radius:6px}.sk-navlink{display:inline-block;width:96px;height:14px;border-radius:7px}.sk-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;box-shadow:var(--shadow-sm)}.sk-thumb{height:172px;border-radius:0}.sk-body{padding:15px 17px 19px;display:flex;flex-direction:column;gap:11px}.sk-foot{display:flex;justify-content:space-between;margin-top:8px}.sk-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-sm);padding:20px 22px}.sk-chat{display:grid;grid-template-columns:320px 1fr;grid-gap:16px;gap:16px;margin-top:8px}.sk-chat-list,.sk-chat-thread{min-height:340px}@media(max-width:760px){.sk-chat{grid-template-columns:1fr}}.report-wrap{margin-top:14px;text-align:center}.report-link{display:inline-flex;align-items:center;gap:.4rem;border:none;background:none;cursor:pointer;color:var(--muted);font-size:.84rem;font-weight:600;padding:.3rem .5rem;border-radius:8px;transition:color .15s,background .15s}.report-link:hover{color:var(--danger,#c0392b);background:#fdecea}.report-link svg{width:15px;height:15px}.report-link-sm{font-size:.8rem}.chat-head-actions{margin-left:auto}.report-overlay{position:fixed;inset:0;background:rgba(16,32,26,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}.report-modal{position:relative;background:var(--card);border-radius:var(--r-card);box-shadow:var(--shadow-md);width:100%;max-width:440px;padding:26px 26px 22px;animation:report-in .18s ease}@keyframes report-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}.report-modal h3{font-size:1.2rem;font-weight:700;color:var(--ink)}.report-x{position:absolute;top:14px;right:14px;border:none;background:none;font-size:1rem;color:var(--muted);cursor:pointer;line-height:1;padding:4px}.report-x:hover{color:var(--ink)}.report-sub{font-size:.86rem;margin:6px 0 16px}.report-reasons{border:none;padding:0;margin:0 0 14px;display:flex;flex-direction:column;gap:2px}.report-reason{display:flex;align-items:center;gap:.6rem;padding:.55rem .6rem;border-radius:9px;cursor:pointer;font-size:.9rem;color:var(--ink)}.report-reason:hover{background:var(--mist)}.report-reason input{accent-color:var(--leaf);width:16px;height:16px}.report-field{display:block;font-size:.82rem;font-weight:600;color:var(--muted)}.report-field textarea{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:10px;padding:.6rem .7rem;font:inherit;resize:vertical;background:var(--paper)}.report-field textarea:focus{border-color:var(--leaf);box-shadow:0 0 0 3px var(--mist);outline:none}.report-err{color:var(--danger,#c0392b);font-size:.84rem;font-weight:600;margin-top:12px}.report-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.report-done{text-align:center;padding:8px 4px}.report-done h3{margin-top:10px}.report-done p{margin:8px 0 18px}.report-check{width:52px;height:52px;border-radius:50%;background:var(--mist);color:var(--leaf);display:flex;align-items:center;justify-content:center;margin:0 auto}.report-check svg{width:26px;height:26px}.admin-subtabs{position:-webkit-sticky;position:sticky;top:70px;z-index:20;background:var(--paper);margin-bottom:20px;padding-top:6px}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_aca883{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_aca883{--font-display:"Bricolage Grotesque","Bricolage Grotesque Fallback"}