:root{--blue:#174f86;--dark:#08283d;--soft:#eef5fb;--border:#d7e3ed;--text:#102033;--muted:#607286;--accent:#0f8f72}
.map-tools button:disabled{cursor:not-allowed;opacity:.48}.host-property-map:not(.position-editing) .maplibregl-canvas{cursor:grab}.host-property-map.position-editing .maplibregl-canvas{cursor:crosshair}
*{box-sizing:border-box}body{margin:0;background:#f5f8fb;color:var(--text);font:16px Arial,sans-serif}a{color:var(--blue);text-decoration:none}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 5vw;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 4px 16px #0b2f5010;position:sticky;top:0;z-index:10}
.brand{display:flex;align-items:center;gap:12px;color:var(--blue)}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#174f86,#0f8f72);color:#fff;font-size:28px;font-weight:800}.brand strong{display:block;font-size:28px}.brand small{display:block;color:var(--muted);font-weight:700}
nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.button,.pill{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:var(--blue);color:#fff!important;font-weight:800;padding:12px 16px;cursor:pointer}.button.secondary{background:#e8f1f8;color:var(--blue)!important}.button.small{padding:10px 13px}.pill{background:#e8f1f8;color:var(--blue)!important}
.lang-switch{margin:0}.lang-switch select{height:42px;border:1px solid #c9d7e4;border-radius:8px;background:#fff;color:var(--blue);font-weight:800;padding:0 12px}
main{min-height:calc(100vh - 150px)}.hero{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,.85fr);gap:40px;align-items:center;padding:60px 5vw;background:linear-gradient(135deg,#08283d,#174f86);color:#fff}.hero h1{font-size:clamp(34px,5vw,62px);line-height:1.02;margin:0 0 18px}.hero p{font-size:19px;color:#d8e8f4;line-height:1.5}.hero-card{background:#fff;color:var(--text);border-radius:16px;padding:24px;box-shadow:0 22px 60px #0004}
.search{display:grid;grid-template-columns:1fr 150px 150px 120px;gap:10px}.field label{display:block;margin:0 0 6px;color:#52677d;font-size:13px;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid #c9d7e4;border-radius:8px;padding:12px;font:inherit;background:#fff}.field textarea{min-height:140px;resize:vertical}
.form-section-title{margin:20px 0 4px;color:var(--dark);font-size:20px}.checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.check-card{display:flex!important;align-items:center;justify-content:flex-start;gap:9px;margin:0!important;padding:11px 12px;border:1px solid var(--border);border-radius:9px;background:#f8fbfe;color:var(--dark)!important;font-size:14px!important}.check-card input[type=checkbox]{width:16px!important;min-width:16px;height:16px;margin:0;flex:0 0 auto;accent-color:var(--blue)}.check-card span{font-weight:800;flex:0 1 auto}
.property-wizard{max-width:920px;margin:0 auto}.wizard-progress{margin:20px 0 28px;padding-bottom:18px;border-bottom:1px solid var(--border)}.wizard-progress-copy{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px;color:var(--muted);font-size:14px}.wizard-progress-copy strong{color:var(--dark);font-size:16px}.wizard-progress-track{height:6px;overflow:hidden;border-radius:3px;background:#e3ebf2}.wizard-progress-track span{display:block;width:0;height:100%;background:var(--accent);transition:width .2s ease}.wizard-step{display:grid;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wizard-step[hidden]{display:none}.wizard-step>.full{grid-column:1/-1}.wizard-step .form-section-title{margin-top:0;font-size:25px}.wizard-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px;padding-top:18px;border-top:1px solid var(--border)}.wizard-actions #wizard-next,.wizard-actions #wizard-submit{margin-left:auto}
.property-type-picker{margin:0;padding:0;border:0}.property-type-picker legend{margin-bottom:10px;font-weight:900}.property-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.property-type-card{position:relative;margin:0!important;cursor:pointer}.property-type-card input{position:absolute;opacity:0;pointer-events:none}.property-type-card-body{display:flex;min-height:104px;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:16px;border:1px solid #d4d9dd;border-radius:8px;background:#fff;color:#171b1f;transition:border-color .15s,box-shadow .15s,background .15s}.property-type-card-body .property-type-icon{width:30px;height:30px}.property-type-card-body strong{font-size:15px}.property-type-card:hover .property-type-card-body{border-color:#8996a0}.property-type-card input:checked+.property-type-card-body{border-color:var(--blue);background:#f2f8ff;box-shadow:0 0 0 2px var(--blue)}.property-type-card input:focus-visible+.property-type-card-body{outline:3px solid #93c5fd;outline-offset:2px}
.section{width:min(1180px,90vw);margin:34px auto}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2{margin:0;color:var(--dark);font-size:30px}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.property-card{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 8px 24px #0c2f4f12}.property-card img{width:100%;height:210px;object-fit:cover;background:#dfeaf3}.property-body{padding:16px}.property-title{display:flex;justify-content:space-between;gap:10px}.property-title h3{margin:0;font-size:19px}.price{font-weight:900;color:var(--blue);white-space:nowrap}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.tag{border-radius:999px;background:var(--soft);color:#315d87;padding:6px 9px;font-size:13px;font-weight:700}
.layout{display:grid;grid-template-columns:2fr 1fr;gap:24px}.panel{background:#fff;border:1px solid var(--border);border-radius:14px;padding:24px;box-shadow:0 8px 24px #0c2f4f0f}.detail-photo{width:100%;max-height:470px;object-fit:cover;border-radius:16px;background:#dfeaf3}.booking-box{position:sticky;top:104px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.full{grid-column:1/-1}.notice{padding:12px 14px;border-radius:9px;margin-bottom:16px}.ok,.success{background:#dcf8eb;color:#12643a}.error{background:#fee2e2;color:#991b1b}
.detail-panel{margin-top:20px}.amenity-list,.rule-list{display:flex;flex-wrap:wrap;gap:10px}.amenity-pill,.rule-list span{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;background:#f6f9fc;color:var(--dark);font-weight:800;padding:9px 12px}.ok-rule{background:#e7f8ef!important;color:#146c43!important;border-color:#bfe7cf!important}.no-rule{background:#fff5f5!important;color:#9b1c1c!important;border-color:#f0c7c7!important}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-grid div{border:1px solid var(--border);border-radius:10px;background:#f8fbfe;padding:12px}.detail-grid span{display:block;color:var(--muted);font-size:13px;font-weight:800}.detail-grid strong{display:block;margin-top:4px;color:var(--dark)}
.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid var(--border);text-align:left}.table th{background:#eef5fb;color:#31516e;font-size:13px;text-transform:uppercase}
.price-summary{margin-top:14px;padding:12px;background:var(--soft);border-radius:8px;color:var(--dark);font-size:14px;font-weight:700;line-height:1.4}.booking-request{padding:14px 0;border-bottom:1px solid var(--border)}.booking-request:first-of-type{padding-top:0}.booking-request:last-child{border-bottom:0}.booking-actions{display:flex;gap:8px}.status-accepted{background:#dcf8eb;color:#12643a}.status-refused,.status-cancelled{background:#fee2e2;color:#991b1b}
.site-footer{display:flex;justify-content:space-between;gap:20px;padding:26px 5vw;background:#08283d;color:#d8e8f4;margin-top:45px}.site-footer strong{color:#fff}
.map-section{margin:45px 0 0}.map-heading{width:min(1180px,90vw);margin:0 auto 18px}.map-heading h2{margin:0;font-size:30px;color:var(--dark)}#property-map{width:100%;height:min(620px,70vh);min-height:420px;background:#dce9f1;border-block:1px solid var(--border)}.map-price-marker{display:block;padding:7px 10px;border:2px solid #fff;border-radius:999px;background:var(--blue);box-shadow:0 3px 12px #08283d55;color:#fff!important;font-size:13px;font-weight:900;white-space:nowrap}.map-price-marker:hover{background:var(--accent);transform:translateY(-2px)}.maplibregl-ctrl-attrib{font-size:11px}
.host-property-map{position:relative;width:100%;height:420px;min-height:360px;border:1px solid var(--border);border-radius:12px;background:#dce9f1;overflow:hidden}.map-status{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;color:#31516e;font-weight:800;text-align:center;background:#dce9f1;z-index:1}.map-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}.map-tools .muted{font-size:14px}.fallback-map{cursor:crosshair;background:#dce9f1}.fallback-tile-layer{position:absolute;inset:0;overflow:hidden;background:#dce9f1}.fallback-tile-layer img{position:absolute;width:256px;height:256px;max-width:none;user-select:none}.fallback-map-cross{position:absolute;left:50%;top:50%;width:90px;height:90px;transform:translate(-50%,-50%);border:2px dashed #174f8660;border-radius:999px;pointer-events:none}.fallback-map-cross:before,.fallback-map-cross:after{content:"";position:absolute;background:#174f8660}.fallback-map-cross:before{left:50%;top:-28px;width:2px;height:146px}.fallback-map-cross:after{top:50%;left:-28px;width:146px;height:2px}.fallback-map-message{position:absolute;right:16px;top:16px;width:min(410px,calc(100% - 32px));display:grid;gap:5px;padding:12px 14px;border:1px solid #c8d8e8;border-radius:12px;background:#ffffffea;box-shadow:0 12px 30px #08283d22;color:#31516e;font-weight:700;text-align:left}.fallback-map-message strong{font-size:17px;color:var(--dark)}.fallback-map-panel{position:absolute;left:16px;bottom:16px;display:grid;gap:8px;width:min(360px,calc(100% - 32px));padding:14px;border:1px solid #c8d8e8;border-radius:12px;background:#ffffffea;box-shadow:0 12px 30px #08283d22;color:#183953}.fallback-map-info{font-family:Consolas,monospace;font-weight:800;color:var(--blue)}.fallback-map-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.fallback-map-actions button{border:0;border-radius:7px;background:#e8f1f8;color:var(--blue);font-weight:800;padding:9px 7px;cursor:pointer}.fallback-map-actions button:hover{background:#d6e8f5}.fallback-map-link{font-weight:800}.fallback-map-marker{position:absolute;left:50%;top:50%;width:28px;height:28px;border:4px solid #fff;border-radius:999px;background:#d12626;box-shadow:0 7px 20px #08283d55;transform:translate(-50%,-50%);cursor:pointer;pointer-events:none}.fallback-map-marker:after{content:"";position:absolute;left:50%;top:20px;width:10px;height:10px;background:#d12626;transform:translateX(-50%) rotate(45deg);border-radius:0 0 3px 0}
@media(max-width:900px){.hero,.layout{grid-template-columns:1fr}.search,.grid,.form-grid,.wizard-step{grid-template-columns:1fr}.site-header{align-items:flex-start;flex-direction:column}.booking-box{position:static}.site-footer{flex-direction:column}.table{display:block;overflow-x:auto}.hero{padding-top:38px}.brand small{display:none}.wizard-progress-copy{align-items:flex-start;flex-direction:column;gap:4px}.property-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.property-type-grid{grid-template-columns:1fr}}
.host-account{display:grid;grid-template-columns:250px minmax(0,1fr);gap:24px;max-width:1380px;margin:28px auto 60px;padding:0 22px}.host-sidebar{align-self:start;position:sticky;top:90px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#fff}.host-identity{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid var(--border)}.host-identity>span,.host-identity>img{display:grid;width:48px;height:48px;place-items:center;flex:0 0 48px;border-radius:50%;background:#e8f2f9;color:var(--blue);object-fit:cover;font-size:20px;font-weight:900}.host-identity div{display:grid;gap:4px;min-width:0}.host-identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.host-identity small{color:var(--muted)}.host-nav-group{padding:12px 0;border-bottom:1px solid var(--border)}.host-nav-group:last-child{border:0}.host-nav-group>b{display:block;padding:4px 18px 9px;color:#94a1ad;font-size:10px}.host-nav-group a{display:flex;align-items:center;gap:11px;min-height:40px;padding:0 17px;color:#51606c;font-size:13px;font-weight:700}.host-nav-group a:hover,.host-nav-group a.active{background:#edf6fc;color:var(--blue)}.host-nav-group a.active{box-shadow:inset 3px 0 var(--blue)}.host-nav-group i{display:grid;width:20px;height:20px;place-items:center;font-style:normal;font-size:17px}.host-nav-group em{margin-left:auto;padding:2px 6px;border-radius:8px;background:var(--blue);color:#fff;font-size:10px;font-style:normal}.host-main{min-width:0}.host-page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.host-page-head small{color:var(--blue);font-size:11px;font-weight:900}.host-page-head h1{margin:5px 0 0;font-size:27px}.host-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:20px}.host-stats>div{padding:19px;border:1px solid var(--border);border-radius:7px;background:#fff}.host-stats span,.host-stats small{display:block;color:var(--muted);font-size:12px}.host-stats strong{display:block;margin:10px 0 7px;font-size:26px}.host-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.8fr);gap:20px}.host-card{overflow:hidden;margin-bottom:20px;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 3px 14px #08283d08}.host-card>header{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:14px 19px;border-bottom:1px solid var(--border)}.host-card>header h2{margin:0;font-size:17px}.host-card>header p{margin:5px 0 0;color:var(--muted);font-size:12px}.host-card>header a{color:var(--blue);font-size:12px;font-weight:800}.host-empty{padding:28px;color:var(--muted);text-align:center}.table-scroll{overflow-x:auto}.host-table{width:100%;border-collapse:collapse}.host-table th,.host-table td{padding:13px 15px;border-bottom:1px solid var(--border);text-align:left;font-size:12px}.host-table th{background:#f7f9fb;color:#73808d;font-size:10px;text-transform:uppercase}.host-table tr:last-child td{border-bottom:0}.host-table small{color:var(--muted)}.host-booking-actions{display:flex;gap:5px}.host-booking-actions button{padding:6px 8px;border:0;border-radius:4px;background:#168260;color:#fff;cursor:pointer;font-size:11px;font-weight:800}.host-booking-actions button+button{background:#d94b55}.host-property-line{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border)}.host-property-line span{font-size:13px;font-weight:800}.host-property-line small{display:block;margin-top:4px;color:var(--muted);font-weight:400}.host-property-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;padding:18px}.host-property-card{display:grid;grid-template-columns:145px minmax(0,1fr);overflow:hidden;border:1px solid var(--border);border-radius:7px}.host-property-card>img,.host-photo-placeholder{width:145px;height:100%;min-height:170px;object-fit:cover}.host-photo-placeholder{display:grid;place-items:center;background:#dfeaf2;color:#708292;font-size:12px;font-weight:900}.host-property-card>div:last-child{padding:14px}.host-property-card h3{margin:10px 0 5px;font-size:16px}.host-property-card p{margin:0 0 13px;color:var(--muted);font-size:12px}.host-property-card strong,.host-property-card a{display:block}.host-property-card a{margin-top:12px;color:var(--blue);font-size:12px;font-weight:900}.host-inbox{display:grid;grid-template-rows:auto minmax(260px,1fr) auto}.host-message-list{max-height:540px;overflow-y:auto}.host-message-list article{display:flex;gap:12px;padding:15px 18px;border-bottom:1px solid var(--border)}.host-message-list article>span{display:grid;width:38px;height:38px;place-items:center;flex:0 0 38px;border-radius:50%;background:#e8f2f9;color:var(--blue);font-weight:900}.host-message-list p{margin:5px 0;color:#465561;line-height:1.45}.host-message-list small{color:var(--muted)}.host-message-form{display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:10px;padding:15px;border-top:1px solid var(--border)}.host-message-form select,.host-message-form textarea{min-height:44px;padding:10px;border:1px solid var(--border);border-radius:5px;font:13px Arial}.host-message-form textarea{resize:vertical}.host-form-card{max-width:900px}.host-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px}.host-form label{display:grid;gap:7px;color:#52616e;font-size:12px;font-weight:800}.host-form label.full{grid-column:1/-1}.host-form input,.host-form select,.host-form textarea{width:100%;min-height:43px;padding:10px 11px;border:1px solid #cbd5dd;border-radius:5px;background:#fff;font:14px Arial}.host-form textarea{min-height:110px;resize:vertical}.host-form>.button{justify-self:start}.host-photo-editor{display:flex;align-items:center;gap:28px;padding:28px}.host-photo-editor>img,.host-photo-editor>span{display:grid;width:160px;height:160px;place-items:center;flex:0 0 160px;border-radius:50%;background:#e8f2f9;color:var(--blue);object-fit:cover;font-size:52px;font-weight:900}.host-photo-editor form{display:grid;gap:16px}.host-verification{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:24px}.host-verification>div{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#fff1d6;color:#98620f;font-weight:900}.host-verification>div.done{background:#dbf4e9;color:#147555}.host-verification section{padding-bottom:19px;border-bottom:1px solid var(--border)}.host-verification h3,.host-verification p{margin:0 0 7px}.host-verification a{color:var(--blue);font-weight:800}.host-tabs{display:flex;gap:14px}.host-tabs a{padding:7px 10px;border-bottom:2px solid transparent}.host-tabs a.active{border-bottom-color:var(--blue)}@media(max-width:1050px){.host-stats{grid-template-columns:repeat(2,1fr)}.host-dashboard-grid{grid-template-columns:1fr}.host-property-grid{grid-template-columns:1fr}}@media(max-width:760px){.host-account{grid-template-columns:1fr;padding:0 14px}.host-sidebar{position:static}.host-nav-group{display:grid;grid-template-columns:repeat(2,1fr)}.host-nav-group>b{grid-column:1/-1}.host-page-head{align-items:flex-start;flex-direction:column;gap:12px}.host-stats{grid-template-columns:1fr 1fr}.host-form,.host-message-form{grid-template-columns:1fr}.host-form label.full{grid-column:auto}.host-photo-editor{align-items:flex-start;flex-direction:column}}@media(max-width:500px){.host-stats{grid-template-columns:1fr}.host-property-card{grid-template-columns:1fr}.host-property-card>img,.host-photo-placeholder{width:100%;height:190px}.host-nav-group{grid-template-columns:1fr}}
.host-start{display:grid;grid-template-columns:minmax(360px,1fr) minmax(320px,.9fr);gap:54px;align-items:center;min-height:calc(100vh - 180px);padding:40px 4vw}.host-start-copy{text-align:left}.host-start-copy .eyebrow{display:inline-block;margin-bottom:18px;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.12em}.host-start-copy h1{max-width:620px;margin:0 0 18px;color:var(--text);font-size:clamp(38px,4.5vw,66px);line-height:1.03}.host-start-copy p{max-width:560px;margin:0 0 28px;color:#5c6874;font-size:18px;line-height:1.45}.host-address-form{display:grid;gap:16px;max-width:650px}.host-address-form label{font-weight:900;color:var(--dark)}.host-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:18px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 16px 42px #08283d12}.host-location-grid .field{margin:0}.host-location-grid input,.host-location-grid select{height:46px}.host-location-form>label[for=starter-address],.host-location-form>.host-address-box{display:none}.host-address-box{display:flex;align-items:center;gap:12px;width:min(460px,100%);height:58px;padding:0 18px;border:1px solid #9aa8b5;border-radius:999px;background:#fff}.host-address-box span{font-size:26px;color:#2d3b47}.host-address-box input{width:100%;border:0;outline:0;font-size:16px;background:transparent}.host-start-visual{position:relative;min-height:520px;border-radius:48px;background:linear-gradient(180deg,#dceeff,#f7fbff 70%,#c8d2d8);overflow:hidden;box-shadow:0 24px 60px #08283d18}.host-building{position:absolute;bottom:92px;width:28%;border-radius:20px 20px 4px 4px;box-shadow:inset 0 0 0 1px #ffffff88}.host-building:before{content:"";position:absolute;inset:42px 18px 28px;background:repeating-linear-gradient(90deg,#ffffff 0 18px,transparent 18px 34px),repeating-linear-gradient(180deg,#ffffff 0 18px,transparent 18px 50px);opacity:.85}.host-building.b1{left:10%;height:310px;background:#d8c2a5}.host-building.b2{left:36%;height:370px;background:#b7d2cd}.host-building.b3{right:10%;height:300px;background:#f0e3c1}.host-street{position:absolute;left:0;right:0;bottom:0;height:96px;background:#b9c1c8}.address-autocomplete{position:relative}.address-results{position:absolute;z-index:30;top:calc(100% + 5px);left:0;right:0;max-height:300px;overflow:auto;border:1px solid #b8cad9;border-radius:8px;background:#fff;box-shadow:0 14px 34px #08283d28}.address-result{display:grid;gap:3px;width:100%;border:0;border-bottom:1px solid var(--border);background:#fff;padding:11px 13px;color:var(--dark);text-align:left;cursor:pointer}.address-result:last-child{border-bottom:0}.address-result:hover,.address-result:focus{background:var(--soft);outline:0}.address-result strong{font-size:14px}.address-result span{color:var(--muted);font-size:12px}@media(max-width:900px){.host-start{grid-template-columns:1fr;min-height:auto;padding:30px 0}.host-location-grid{grid-template-columns:1fr}.host-start-visual{min-height:320px}.host-start-copy h1{font-size:38px}}
.property-photo-upload{padding:18px;border:1px dashed #9fb3c4;border-radius:9px;background:#f7fafc}.property-photo-upload>label{display:block;margin-bottom:9px;font-size:15px;font-weight:900}.property-photo-upload input{width:100%;padding:10px;border:1px solid var(--border);border-radius:6px;background:#fff}.property-photo-upload p,.property-photo-empty{margin:9px 0 0;color:var(--muted);font-size:12px}.property-photo-status{min-height:18px;margin-top:9px;font-size:12px;font-weight:800}.property-photo-status.loading{color:#526c82}.property-photo-status.success{color:#147555}.property-photo-status.error{color:#b52c38}.property-photo-preview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:12px}.property-photo-preview:empty{display:none}.property-photo-preview img{display:block;width:100%;aspect-ratio:4/3;border-radius:5px;object-fit:cover;opacity:.7}.property-photo-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.property-photo-gallery article{overflow:hidden;border:1px solid var(--border);border-radius:7px;background:#fff}.property-photo-frame{position:relative}.property-photo-frame img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.property-photo-frame span{position:absolute;top:8px;left:8px;padding:5px 8px;border-radius:4px;background:#14283ccc;color:#fff;font-size:10px;font-weight:900}.property-photo-actions{display:flex;align-items:center;gap:5px;padding:8px}.property-photo-actions button{min-height:30px;padding:0 7px;border:1px solid #b9c7d2;border-radius:4px;background:#fff;color:#385064;font:700 11px Arial;cursor:pointer}.property-photo-actions button:first-child{color:var(--blue)}.property-photo-actions button.danger{margin-left:auto;border-color:#f0b7bc;color:#b52c38}.property-photo-empty{padding:18px;border:1px solid var(--border);border-radius:7px;text-align:center}@media(max-width:800px){.property-photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.property-photo-preview{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:500px){.property-photo-gallery{grid-template-columns:1fr}.property-photo-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}
.traveler-hero{position:relative;display:flex;min-height:560px;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:54px 5vw;background-color:#173449;background-position:center;background-size:cover;color:#fff}.traveler-hero-copy{max-width:760px}.traveler-hero h1{margin:0 0 12px;color:#fff;font-size:48px}.traveler-hero p{margin:0 0 25px;color:#fff;font-size:19px}.traveler-hero .hero-card{width:100%;max-width:1120px;margin:0;padding:14px;border:0;border-radius:8px;background:#fff;box-shadow:0 18px 50px #071d2b45}.traveler-hero .search{grid-template-columns:2fr 1fr 1fr .8fr}.traveler-search-button{width:100%;margin-top:11px}.property-card{position:relative}.property-card-heart{position:absolute;z-index:2;top:12px;right:12px;display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#ffffffed;color:#263746;font-size:25px;box-shadow:0 3px 12px #0002}.property-card-heart.active{color:#e24b58}.traveler-destinations{padding-top:10px}.destination-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.destination-grid a{position:relative;min-height:230px;overflow:hidden;border-radius:8px;color:#fff}.destination-grid a:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#081a27d9)}.destination-grid img{position:absolute;width:100%;height:100%;object-fit:cover}.destination-grid strong,.destination-grid span{position:absolute;z-index:1;left:18px}.destination-grid strong{bottom:36px;font-size:20px}.destination-grid span{bottom:17px;font-size:12px}.traveler-property{max-width:1280px;margin:28px auto 70px;padding:0 24px}.traveler-property-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.traveler-property-title>div>span{color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase}.traveler-property-title h1{margin:6px 0 7px;font-size:30px}.traveler-property-title p{margin:0;color:var(--muted)}.traveler-property-title form{margin:0}.traveler-favorite{display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #b9c6d0;border-radius:6px;background:#fff;color:#263746;cursor:pointer;font-weight:800}.traveler-favorite:first-letter{font-size:22px}.traveler-favorite.active{border-color:#ef9aa2;color:#d53e4d}.traveler-gallery{position:relative;display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:210px 210px;gap:6px;overflow:hidden;border-radius:8px;background:#dce5ea}.traveler-gallery button{overflow:hidden;padding:0;border:0;background:#dce5ea;cursor:pointer}.traveler-gallery .gallery-main{grid-row:1/3}.traveler-gallery img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s}.traveler-gallery button:hover img{transform:scale(1.02)}.gallery-more{position:absolute;right:18px;bottom:18px!important;width:auto!important;height:auto!important;padding:9px 13px!important;border:1px solid #27333c!important;border-radius:5px;background:#fff!important;color:#17232c;font-weight:900}.traveler-property-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:70px;margin-top:34px}.traveler-property-content{min-width:0}.traveler-host-summary{display:flex;align-items:center;justify-content:space-between;padding-bottom:27px;border-bottom:1px solid var(--border)}.traveler-host-summary h2{margin:0 0 7px;font-size:21px}.traveler-host-summary p{margin:0;color:var(--muted)}.traveler-host-summary img,.traveler-host-summary>span{display:grid;width:58px;height:58px;place-items:center;flex:0 0 58px;border-radius:50%;background:#e4eef4;color:var(--blue);object-fit:cover;font-size:23px;font-weight:900}.traveler-block{padding:29px 0;border-bottom:1px solid var(--border)}.traveler-block h2{margin:0 0 20px;font-size:21px}.traveler-description{color:#43515c;line-height:1.75}.traveler-amenities,.traveler-rules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 25px}.traveler-amenities div,.traveler-rules div{display:flex;align-items:center;gap:10px;min-height:32px}.traveler-amenities i,.traveler-rules i{display:grid;width:24px;height:24px;place-items:center;flex:0 0 24px;border-radius:50%;background:#e5f5ef;color:#147555;font-style:normal;font-weight:900}.traveler-rules .forbidden i{background:#fde9e9;color:#b53d48}.traveler-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid var(--border)}.traveler-details div{display:flex;justify-content:space-between;padding:14px;border-bottom:1px solid var(--border)}.traveler-details div:nth-child(odd){border-right:1px solid var(--border)}.traveler-details span{color:var(--muted)}#traveler-property-map{height:380px;overflow:hidden;border-radius:8px;background:#dce9f1}.traveler-reviews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}.traveler-reviews article header{display:flex;align-items:center;gap:10px}.traveler-reviews article header>span{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:#e4eef4;color:var(--blue);font-weight:900}.traveler-reviews article header div{display:grid;gap:3px}.traveler-reviews small{color:var(--muted)}.traveler-reviews p{line-height:1.55}.traveler-about-host>div{display:flex;align-items:center;gap:14px}.traveler-about-host img,.traveler-about-host>div>span{display:grid;width:64px;height:64px;place-items:center;border-radius:50%;background:#e4eef4;color:var(--blue);object-fit:cover;font-size:24px;font-weight:900}.traveler-about-host h3,.traveler-about-host section p{margin:0}.traveler-about-host section{display:grid;gap:5px}.traveler-booking-card{position:sticky;top:90px;align-self:start;padding:22px;border:1px solid #cbd5dc;border-radius:8px;background:#fff;box-shadow:0 12px 35px #09283d16}.traveler-booking-card h2{margin:0 0 18px}.traveler-booking-card h2 strong{font-size:23px}.traveler-booking-card h2 span{color:var(--muted);font-size:13px;font-weight:400}.traveler-booking-card form,.traveler-booking-card label{display:grid;gap:7px}.traveler-booking-card form{gap:13px}.traveler-booking-card label{color:#53616d;font-size:11px;font-weight:900;text-transform:uppercase}.traveler-date-grid{display:grid;grid-template-columns:1fr 1fr}.traveler-booking-card input,.traveler-booking-card select,.traveler-booking-card textarea{width:100%;min-height:43px;padding:10px;border:1px solid #bfcbd4;border-radius:5px;background:#fff;font:13px Arial}.traveler-date-grid label:first-child input{border-radius:5px 0 0 5px}.traveler-date-grid label:last-child input{border-left:0;border-radius:0 5px 5px 0}.traveler-booking-card textarea{min-height:75px;resize:vertical}.traveler-booking-card .button{width:100%}.traveler-booking-card form>small{text-align:center;color:var(--muted)}.traveler-price-summary{display:grid;gap:9px;padding:12px 0;color:#52616d;font-size:12px}.traveler-price-summary div,.traveler-price-summary>strong{display:flex;justify-content:space-between}.traveler-price-summary>strong{padding-top:10px;border-top:1px solid var(--border);color:#17232c;font-size:14px}.gallery-dialog{width:min(1050px,94vw);max-height:90vh;padding:50px 20px 20px;border:0;border-radius:8px;background:#111}.gallery-dialog::backdrop{background:#000c}.gallery-dialog>button{position:absolute;top:10px;right:15px;border:0;background:transparent;color:#fff;font-size:30px;cursor:pointer}.gallery-dialog>div{display:grid;gap:12px}.gallery-dialog img{display:block;max-width:100%;max-height:80vh;margin:auto}.favorite-actions{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.favorite-actions form{margin:0}.favorite-actions button{border:0;background:transparent;color:#c23c49;cursor:pointer;font-weight:800}.reviewable-trips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px}.reviewable-trips form{display:grid;gap:10px;padding:16px;border:1px solid var(--border);border-radius:6px}.reviewable-trips h3{margin:0}.reviewable-trips label{display:grid;gap:5px;font-size:12px;font-weight:800}.reviewable-trips select,.reviewable-trips textarea{padding:9px;border:1px solid #c8d2da;border-radius:4px}.written-reviews article{padding:17px 20px;border-top:1px solid var(--border)}.written-reviews article p{line-height:1.55}.written-reviews article small{color:var(--muted)}@media(max-width:950px){.traveler-property-layout{grid-template-columns:1fr;gap:25px}.traveler-booking-card{position:static}.destination-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.traveler-hero{min-height:620px;padding:35px 18px}.traveler-hero h1{font-size:36px}.traveler-hero .search{grid-template-columns:1fr}.traveler-gallery{grid-template-columns:2fr 1fr;grid-template-rows:160px 160px}.traveler-gallery button:nth-of-type(n+4){display:none}.traveler-property-title{align-items:flex-start;flex-direction:column}.traveler-property-layout{margin-top:24px}.traveler-amenities,.traveler-rules,.traveler-reviews,.reviewable-trips{grid-template-columns:1fr}.traveler-details{grid-template-columns:1fr}.traveler-details div:nth-child(odd){border-right:0}.traveler-property{padding:0 14px}}@media(max-width:480px){.destination-grid{grid-template-columns:1fr}.traveler-gallery{display:block;height:260px}.traveler-gallery button{display:none!important}.traveler-gallery .gallery-main{display:block!important;width:100%;height:100%}.traveler-favorite span{display:none}}
.host-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}@media(max-width:760px){.host-page-actions{width:100%;justify-content:flex-start}}
.traveler-listing-card{border-radius:6px;box-shadow:0 3px 12px #102f4718}.traveler-listing-photo{display:block;overflow:hidden}.traveler-listing-card .traveler-listing-photo img{display:block;height:215px;transition:transform .2s}.traveler-listing-card:hover .traveler-listing-photo img{transform:scale(1.02)}.traveler-listing-body{padding:15px 16px 0}.traveler-listing-body h3{overflow:hidden;margin:0 0 8px;font-size:17px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.traveler-listing-location{display:flex;align-items:center;gap:4px;margin:0;color:#526575;font-size:12px}.traveler-listing-location svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.traveler-listing-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 15px}.traveler-listing-summary>span{display:flex;align-items:center;gap:4px}.traveler-listing-rating svg{width:17px;height:17px;fill:#12b76a;stroke:#12b76a}.traveler-listing-rating small,.traveler-listing-summary strong small{color:#607181;font-size:12px;font-weight:400}.traveler-listing-summary strong{color:#132f48;white-space:nowrap}.traveler-listing-facts{display:flex;gap:9px;padding:10px 0;border-top:1px solid #e1e7ec}.traveler-listing-facts span{display:inline-flex;min-width:54px;height:31px;box-sizing:border-box;align-items:center;justify-content:center;gap:6px;padding:0 9px;border:1px solid #d3dce4;border-radius:4px;color:#34506a;font-size:12px}.traveler-listing-facts svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.stay-type-picker{padding:0;border:0}.stay-type-picker>legend{margin-bottom:10px;color:#52616e;font-size:12px;font-weight:800}.stay-type-picker>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stay-type-picker label{position:relative;cursor:pointer}.stay-type-picker input{position:absolute;opacity:0}.stay-type-picker span{display:grid;gap:5px;min-height:72px;box-sizing:border-box;padding:15px;border:1px solid #cbd5dd;border-radius:6px;background:#fff}.stay-type-picker small{color:#738291;font-weight:400;line-height:1.4}.stay-type-picker input:checked+span{border:2px solid var(--blue);background:#edf6fc;color:var(--blue)}@media(max-width:600px){.stay-type-picker>div{grid-template-columns:1fr}}
