*{box-sizing:border-box}body{margin:0;font-family:"Plus Jakarta Sans",system-ui,sans-serif;color:#1e293b;background:#fff}.prop{max-width:1180px;margin:0 auto;padding:16px;color-scheme:light}.prop-header{display:flex;align-items:center;justify-content:space-between;padding:8px 0 20px;border-bottom:1px solid #e2e8f0;margin-bottom:24px}.prop-logo img{height:32px}.prop-place-link{font-size:13px;color:#64748b;text-decoration:none}.prop-place-link:hover{color:#fc4002}.prop-gallery{display:grid;grid-template-columns:3fr 1fr;gap:8px;margin-bottom:32px;border-radius:12px;overflow:hidden}@media(max-width: 700px){.prop-gallery{grid-template-columns:1fr}}.prop-gallery__main img{width:100%;height:480px;object-fit:cover;display:block}@media(max-width: 700px){.prop-gallery__main img{height:280px}}.prop-gallery__thumbs{display:grid;grid-template-columns:repeat(2, 1fr);gap:8px;align-content:start}@media(max-width: 700px){.prop-gallery__thumbs{grid-template-columns:repeat(4, 1fr)}}.prop-thumb{width:100%;aspect-ratio:4/3;object-fit:cover;cursor:pointer;opacity:.85;transition:opacity .2s}.prop-thumb:hover,.prop-thumb.active{opacity:1;outline:2px solid #fc4002;outline-offset:-2px}.prop-layout{display:grid;grid-template-columns:1fr 380px;gap:40px}@media(max-width: 900px){.prop-layout{grid-template-columns:1fr}}.prop-title-block{margin-bottom:24px}.prop-title{font-size:28px;font-weight:800;margin:0 0 8px;color:#1e293b}.prop-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:#64748b}.prop-meta span{display:inline-flex;align-items:center;gap:6px}.prop-section{margin-bottom:32px}.prop-section h2{font-size:18px;font-weight:700;margin:0 0 12px}.prop-section p{margin:0;line-height:1.6;color:#64748b}.prop-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.prop-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:#1e293b}@media(max-width: 500px){.prop-features{grid-template-columns:1fr}}.prop-checkin-info{display:flex;gap:24px;padding:16px;background:#f8fafc;border-radius:10px;font-size:14px}.prop-checkin-info div strong{display:block;color:#64748b;font-weight:500;font-size:12px;margin-bottom:2px}.prop-calendar{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#fff}.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;text-transform:capitalize;font-size:14px}.cal-nav{background:rgba(0,0,0,0);border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;cursor:pointer;font-size:16px}.cal-nav:hover{background:#f1f5f9}.cal-grid{display:grid;grid-template-columns:repeat(7, 1fr);gap:4px}.cal-dow{font-size:11px;color:#64748b;font-weight:600;text-align:center;padding:4px 0}.cal-empty{aspect-ratio:1}.cal-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:13px;font-weight:500;border:1px solid rgba(0,0,0,0)}.cal-day.cal-free{background:#ecfdf5;color:#047857;cursor:pointer}.cal-day.cal-free:hover{border-color:#10b981}.cal-day.cal-booked{background:#fef2f2;color:#b91c1c;text-decoration:line-through}.cal-day.cal-blocked{background:#fef3c7;color:#92400e}.cal-day.cal-past{background:#f1f5f9;color:#cbd5e1}.cal-day.cal-range-in{background:#fc4002 !important;color:#fff !important;font-weight:700;border-radius:12px 0 0 12px}.cal-day.cal-range-out{background:#fc4002 !important;color:#fff !important;font-weight:700;border-radius:0 12px 12px 0}.cal-day.cal-range-mid{background:rgba(252,64,2,.15) !important;color:#c2410c;border-radius:0}.cal-day.cal-range-in.cal-range-out{border-radius:12px}.prop-range-display{display:flex;align-items:center;gap:8px;padding:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px}.prop-range-display .prop-range-cell{flex:1;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:2px;min-width:0}.prop-range-display .prop-range-cell.has-value{border-color:#fc4002}.prop-range-display .prop-range-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.prop-range-display .prop-range-value{font-size:13px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prop-range-display .prop-range-arrow{color:#9ca3af;font-weight:700;font-size:16px}.prop-calendar-help{font-size:12px;color:#64748b;margin-top:8px}.prop-booking{position:sticky;top:16px;align-self:start}.prop-booking__card{border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 4px 16px rgba(0,0,0,.05);background:#fff}.prop-booking__price{display:flex;align-items:baseline;gap:6px;margin-bottom:16px}.prop-booking__amount{font-size:24px;font-weight:800;color:#1e293b}.prop-booking__per{font-size:14px;color:#64748b}.prop-field-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.prop-field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.prop-field span{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.prop-field input,.prop-field select{padding:9px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;color:#1e293b;font-family:inherit}.prop-field input:focus,.prop-field select:focus{outline:none;border-color:#fc4002}.prop-btn-primary,.prop-btn-secondary{width:100%;padding:12px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;border:none;transition:all .15s;font-family:inherit;margin-top:8px}.prop-btn-primary{background:#fc4002;color:#fff}.prop-btn-primary:hover:not(:disabled){background:#de3802}.prop-btn-primary:disabled{background:#cbd5e1;cursor:not-allowed}.prop-btn-secondary{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0}.prop-btn-secondary:hover{background:#f1f5f9}.prop-pricing{margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0;font-size:14px}.prop-pricing__row{display:flex;justify-content:space-between;margin-bottom:6px;color:#64748b}.prop-pricing__total{display:flex;justify-content:space-between;font-weight:800;font-size:16px;padding-top:8px;margin-top:6px;border-top:1px solid #e2e8f0;color:#1e293b}.prop-customer{display:flex;flex-direction:column;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0}.prop-customer input,.prop-customer textarea{padding:9px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;color:#1e293b;font-family:inherit;resize:vertical}.prop-customer input:focus,.prop-customer textarea:focus{outline:none;border-color:#fc4002}.prop-card{margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0}.prop-card .prop-card-logos{display:flex;gap:6px;margin-bottom:10px}.prop-card .prop-card-logos img{height:20px}.prop-card input{width:100%;padding:9px 10px;margin-bottom:8px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;color:#1e293b;font-family:inherit}.prop-card input:focus{outline:none;border-color:#fc4002}.prop-card .prop-card-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.prop-alert{margin-top:12px;padding:10px 12px;border-radius:8px;font-size:13px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.25);color:#b91c1c}.prop-alert--success{background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.25);color:#047857}.prop-secure-note{display:flex;align-items:center;gap:6px;font-size:11px;color:#64748b;margin-top:12px;justify-content:center}.prop-confirm{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%)}.prop-confirm__card{max-width:480px;width:100%;background:#fff;border-radius:20px;padding:40px 32px;text-align:center;box-shadow:0 8px 40px rgba(0,0,0,.08)}.prop-confirm__card h1{font-size:24px;margin:16px 0 8px}.prop-confirm__card .prop-confirm__code{color:#64748b;font-size:13px}.prop-confirm__details{margin:24px 0;text-align:left}.prop-confirm__row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;border-bottom:1px solid #e2e8f0}.prop-confirm__row span{color:#64748b}.prop-confirm__row:last-of-type{border-bottom:none}.prop-confirm__total{font-size:16px;padding-top:12px;border-top:2px solid #1e293b !important;margin-top:4px}.prop-confirm__note{font-size:13px;color:#64748b;margin:16px 0 24px;line-height:1.5}/*# sourceMappingURL=public_property.css.map */
