.lh-property-root{--navy:#1B2A4A;--navy-mid:#2d4a7a;--navy-lt:#e8eef7;--orange:#E8732A;--orange-lt:#fef0e6;--orange-dk:#b85718;--bg:#f0f2f5;--surface:#ffffff;--surface2:#f7f8fa;--border:#e2e6ed;--border2:#cdd4df;--text:#1a2332;--text2:#4a5568;--text3:#8896a8;--green:#27500a;--green-lt:#eaf3de;--blue-lt:#e6f1fb;--blue:#0c447c;--r-sm:8px;--r-md:10px;--r-lg:14px;--r-xl:20px;--shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.04);font-family:DM Sans,Inter,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.lh-property-root *,.lh-property-root :after,.lh-property-root :before{box-sizing:border-box}.lh-property-root a{text-decoration:none;color:inherit}.lh-property-root button{font-family:inherit;cursor:pointer}.lh-property-root input,.lh-property-root select,.lh-property-root textarea{font-family:inherit;outline:none}.lh-property-root .lh-card{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}.lh-property-root .btn-primary{width:100%;background:var(--orange);color:#fff;border:none;border-radius:var(--r-sm);padding:12px 16px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:8px;transition:background .15s,transform .1s;min-height:48px}.lh-property-root .btn-primary:hover{background:var(--orange-dk)}.lh-property-root .btn-primary:active{transform:scale(.98)}.lh-property-root .btn-secondary{width:100%;background:#fff;color:var(--navy);border:1.5px solid var(--navy);border-radius:var(--r-sm);padding:11px 16px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .15s;min-height:48px}.lh-property-root .btn-secondary:hover{background:var(--navy-lt)}.lh-property-root .badge{font-size:11px;font-weight:500;padding:4px 12px;border-radius:20px;display:inline-flex;align-items:center;gap:4px}.lh-property-root .badge-green{background:var(--green-lt);color:var(--green)}.lh-property-root .badge-blue{background:var(--blue-lt);color:var(--blue)}.lh-property-root .badge-orange{background:var(--orange-lt);color:var(--orange-dk)}.lh-property-root .lh-breadcrumb{background:#fff;padding:10px 32px;display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text3);border-bottom:1px solid var(--border);flex-wrap:wrap}.lh-property-root .lh-breadcrumb a{color:var(--text3);transition:color .15s}.lh-property-root .lh-breadcrumb a:hover{color:var(--orange)}.lh-property-root .lh-breadcrumb .sep{opacity:.4}.lh-property-root .lh-breadcrumb .current{color:var(--text2);font-weight:500}.lh-property-root .property-page{max-width:1440px;margin:0 auto;padding:20px 32px 60px;display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start}.lh-property-root .property-main{display:flex;flex-direction:column;gap:16px;min-width:0}.lh-property-root .property-sidebar{display:flex;flex-direction:column;gap:14px;position:sticky;top:72px}.lh-property-root .divider{height:1px;background:var(--border);margin:0 20px}.lh-property-root .sec-block{padding:18px 22px}.lh-property-root .sec-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:12px;display:flex;align-items:center;gap:7px}.lh-property-root .sec-title i{font-size:16px;color:var(--navy)}.lh-property-root .sec-tag{font-size:9px;font-weight:600;background:var(--blue-lt);color:var(--blue);padding:2px 7px;border-radius:20px;margin-left:4px;letter-spacing:.3px;text-transform:uppercase}.lh-property-root .toast{position:fixed;bottom:80px;right:20px;color:#fff;padding:12px 18px;border-radius:var(--r-sm);font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px;transform:translateY(80px);opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1);z-index:999;pointer-events:none;max-width:calc(100vw - 40px)}.lh-property-root .toast.show{transform:translateY(0);opacity:1}.lh-property-root .toast.success{background:#1a6b3c}.lh-property-root .toast.info{background:var(--navy)}.lh-property-root .toast.error{background:#b91c1c}.lh-property-root .fade-in{animation:lh-fadeIn .4s ease}@keyframes lh-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.lh-property-root .lh-mobile-cta{display:none}@media (max-width:1024px){.lh-property-root .property-page{grid-template-columns:1fr 320px;padding:16px 20px 60px;gap:16px}.lh-property-root .lh-breadcrumb{padding:10px 20px}}@media (max-width:768px){.lh-property-root .property-page{grid-template-columns:1fr;padding:0 0 88px;gap:0}.lh-property-root .property-main{gap:0}.lh-property-root .property-main>.lh-card{border-radius:0;border-left:none;border-right:none;border-top:none;margin-bottom:8px}.lh-property-root .property-main>.lh-card:first-child{margin-bottom:0}.lh-property-root .property-sidebar{position:static;gap:0;padding:0 0 8px}.lh-property-root .property-sidebar>.lh-card{border-radius:0;border-left:none;border-right:none;border-top:none;margin-bottom:8px}.lh-property-root .lh-breadcrumb{padding:8px 14px;font-size:11px}.lh-property-root .sec-block{padding:14px 16px}.lh-property-root .lh-mobile-cta{display:flex;align-items:center;justify-content:space-between;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:10px 16px;z-index:200;box-shadow:0 -4px 20px rgba(0,0,0,.1);gap:12px}.lh-property-root .lh-mobile-cta-price{font-size:20px;font-weight:700;color:var(--text);line-height:1.1}.lh-property-root .lh-mobile-cta-label{font-size:11px;color:var(--text3);margin-top:2px}.lh-property-root .lh-mobile-cta-btn{background:var(--orange);color:#fff;border:none;border-radius:var(--r-sm);padding:12px 22px;font-size:14px;font-weight:700;white-space:nowrap;min-height:48px;transition:background .15s}.lh-property-root .lh-mobile-cta-btn:active{background:var(--orange-dk)}.lh-property-root .toast{bottom:76px;right:16px}}@media (max-width:480px){.lh-property-root .lh-mobile-cta-price{font-size:17px}.lh-property-root .lh-mobile-cta-btn{padding:11px 16px;font-size:13px}}