.prop-spinner{width:32px;height:32px;border:3px solid var(--color-line);border-top-color:var(--color-accent);border-radius:50%;animation:propSpin .8s linear infinite;margin:0 auto}@keyframes propSpin{to{transform:rotate(360deg)}}.prop-gallery{max-width:1200px;margin:0 auto;padding:16px var(--gutter);position:relative}.prop-gallery__grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;border-radius:var(--radius-lg);overflow:hidden;height:420px}.prop-gallery__main{grid-row:1/3;background:var(--color-bg-muted);position:relative;cursor:pointer}.prop-gallery__thumb{background:var(--color-bg-muted);cursor:pointer;overflow:hidden;position:relative}.prop-gallery__img{width:100%;height:100%;object-fit:cover;display:block}.prop-gallery__show-all{position:absolute;bottom:16px;right:16px;background:#fff;color:var(--color-text);border:1px solid var(--color-line);padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.prop-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#d1d5db}@media(max-width:768px){.prop-gallery__grid{grid-template-columns:1fr;grid-template-rows:300px;height:300px}.prop-gallery__thumb{display:none}}.prop-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;width:96px;height:96px;border-radius:50%;background:#fff;box-shadow:0 6px 24px #0003;overflow:hidden;border:4px solid #fff}.prop-logo img{width:100%;height:100%;object-fit:cover}.prop-logo__fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2f3742,#4a5568);color:#fff;font-size:22px;font-weight:800;letter-spacing:-.5px}.prop-layout{max-width:1200px;margin:0 auto;padding:0 var(--gutter) 80px;display:grid;grid-template-columns:1fr 380px;gap:48px}@media(max-width:900px){.prop-layout{grid-template-columns:1fr;gap:24px}}.prop-info{padding-top:8px}.prop-title{font-family:var(--font-display);font-size:32px;font-weight:900;letter-spacing:-.02em;line-height:1.15;margin-bottom:8px}.prop-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:14px;color:var(--color-text-muted);padding-bottom:24px;border-bottom:1px solid var(--color-line)}.prop-section{padding:24px 0;border-bottom:1px solid var(--color-line)}.prop-section:last-child{border-bottom:none}.prop-section__title{font-size:20px;font-weight:700;margin-bottom:12px;letter-spacing:-.01em}.prop-host{display:flex;gap:16px;align-items:center}.prop-host__avatar{width:56px;height:56px;border-radius:50%;background:var(--color-bg-muted);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:var(--color-text-muted);flex-shrink:0;overflow:hidden}.prop-host__avatar img{width:100%;height:100%;object-fit:cover}.prop-host__name{font-size:16px;font-weight:700}.prop-host__detail{font-size:13px;color:var(--color-text-muted)}.prop-desc{font-size:15px;line-height:1.7;color:#374151}.prop-desc p{margin-bottom:12px}.prop-desc--collapsed{max-height:120px;overflow:hidden;position:relative}.prop-desc--collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,var(--color-bg))}.prop-readmore{background:none;border:none;color:var(--color-accent);font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;padding:8px 0}.prop-amenities{display:grid;grid-template-columns:1fr 1fr;gap:10px}.prop-amenity{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151;padding:8px 0}.prop-amenity__icon{width:28px;height:28px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--color-text-muted);flex-shrink:0}.prop-rules{display:grid;grid-template-columns:1fr 1fr;gap:8px}.prop-rule{display:flex;align-items:center;gap:8px;font-size:14px;padding:6px 0}.prop-rule--yes .prop-rule__icon{color:#16a34a}.prop-rule--no .prop-rule__icon{color:#dc2626}.prop-rule__icon{font-size:16px;width:20px;text-align:center}.prop-rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.prop-rating__score{font-size:32px;font-weight:800;letter-spacing:-.02em}.prop-rating__stars{color:#f59e0b;font-size:16px}.prop-rating__count{font-size:14px;color:var(--color-text-muted)}.prop-reviews{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:600px){.prop-reviews{grid-template-columns:1fr}}.prop-review{background:var(--color-bg-alt);border:1px solid var(--color-line);border-radius:12px;padding:16px}.prop-review__header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.prop-review__avatar{width:36px;height:36px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#6b7280}.prop-review__name{font-size:14px;font-weight:600}.prop-review__date{font-size:12px;color:var(--color-text-muted)}.prop-review__text{font-size:14px;color:#374151;line-height:1.6}.prop-map{width:100%;height:240px;background:#e5e7eb;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:14px}.prop-card{position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto;background:var(--color-bg-alt);border:1px solid var(--color-line);border-radius:var(--radius-lg);padding:24px;box-shadow:0 4px 24px #0000000f}.prop-card__price{display:flex;align-items:baseline;gap:6px;margin-bottom:20px}.prop-card__amount{font-size:28px;font-weight:800;letter-spacing:-.02em}.prop-card__period{font-size:14px;color:var(--color-text-muted)}.prop-card__dates{border:1px solid var(--color-line);border-radius:10px;overflow:hidden;margin-bottom:12px}.dp-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--color-line)}.dp-header__title{font-size:14px;font-weight:700}.dp-header__btn{background:none;border:none;font-size:16px;cursor:pointer;padding:4px 8px;color:var(--color-text-muted);border-radius:6px}.dp-header__btn:hover{background:#f3f4f6;color:var(--color-text)}.dp-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.dp-dow{font-size:10px;font-weight:700;color:var(--color-text-muted);padding:8px 0 4px;text-transform:uppercase;letter-spacing:.04em}.dp-day{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;transition:background .1s;user-select:none}.dp-day:hover:not(.dp-day--off):not(.dp-day--past){background:#f3f4f6;border-radius:6px}.dp-day--off,.dp-day--past{color:#d1d5db;cursor:default}.dp-day--past span{visibility:hidden}.dp-day--today-half{position:relative}.dp-day--today-half:before{content:"";position:absolute;inset:0;background:#f3f4f6;clip-path:polygon(0 0,100% 0,100% 100%);border-radius:4px;pointer-events:none}.dp-day--today-half span{position:relative;z-index:1;font-weight:800}.dp-day--booked{background:#fee2e2;cursor:not-allowed;border-radius:4px}.dp-day--booked span{visibility:hidden}.dp-day--booked:hover{background:#fee2e2}.dp-day--booked-start{position:relative;cursor:not-allowed}.dp-day--booked-start:before{content:"";position:absolute;inset:0;background:#fee2e2;clip-path:polygon(0 0,100% 0,100% 100%);border-radius:4px;pointer-events:none}.dp-day--booked-start span{visibility:hidden}.dp-day--turnaround{background:#fee2e2;cursor:not-allowed;border-radius:4px}.dp-day--turnaround span{visibility:hidden}.dp-day--turnaround:hover{background:#fee2e2}.dp-day--red-to-purple{position:relative;cursor:not-allowed}.dp-day--red-to-purple:before{content:"";position:absolute;inset:0;background:#fee2e2;clip-path:polygon(0 0,0 100%,100% 100%);border-radius:4px;pointer-events:none}.dp-day--red-to-purple:after{content:"";position:absolute;inset:0;background:#fee2e2;clip-path:polygon(0 0,100% 0,100% 100%);border-radius:4px;pointer-events:none}.dp-day--red-to-purple span{visibility:hidden}.dp-day--purple-to-red{position:relative;cursor:not-allowed}.dp-day--purple-to-red:before{content:"";position:absolute;inset:0;background:#fee2e2;clip-path:polygon(0 0,0 100%,100% 100%);border-radius:4px;pointer-events:none}.dp-day--purple-to-red:after{content:"";position:absolute;inset:0;background:#fee2e2;clip-path:polygon(0 0,100% 0,100% 100%);border-radius:4px;pointer-events:none}.dp-day--purple-to-red span{position:relative;z-index:1}.dp-day--turn-start{position:relative;cursor:pointer}.dp-day--turn-start:before{content:"";position:absolute;inset:0;background:#fee2e2;clip-path:polygon(0 0,100% 0,100% 100%);border-radius:4px;pointer-events:none}.dp-day--turn-start span{position:relative;z-index:1}.dp-day--turn-end{position:relative;cursor:pointer}.dp-day--turn-end:before{content:"";position:absolute;inset:0;background:#fee2e2;clip-path:polygon(0 0,0 100%,100% 100%);border-radius:4px;pointer-events:none}.dp-day--turn-end span{position:relative;z-index:1}.dp-day--book-end{position:relative;cursor:pointer}.dp-day--book-end:before{content:"";position:absolute;inset:0;background:#fee2e2;clip-path:polygon(0 0,0 100%,100% 100%);border-radius:4px;pointer-events:none}.dp-day--book-end span{position:relative;z-index:1}.dp-day--today{font-weight:800}.dp-day--in{background:var(--color-accent);color:#fff;font-weight:600;border-radius:4px}.dp-day--ci{position:relative}.dp-day--ci:after{content:"";position:absolute;inset:0;background:var(--color-accent);clip-path:polygon(0 0,100% 0,100% 100%);border-radius:4px;pointer-events:none}.dp-day--ci span{position:relative;z-index:2;color:#fff}.dp-day--co{position:relative}.dp-day--co:after{content:"";position:absolute;inset:0;background:var(--color-accent);clip-path:polygon(0 0,0 100%,100% 100%);border-radius:4px;pointer-events:none}.dp-day--co span{position:relative;z-index:2;color:#fff}.dp-day--ci.dp-day--co:after{clip-path:none;border-radius:6px}.dp-summary{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-top:1px solid var(--color-line);font-size:12px;color:var(--color-text-muted)}.dp-summary__nights{font-weight:700;color:var(--color-text)}.dp-summary__reset{background:none;border:none;color:var(--color-accent);font-size:11px;font-weight:600;cursor:pointer;font-family:inherit}.prop-card__guests{border:1px solid var(--color-line);border-radius:10px;padding:10px 12px;margin-bottom:16px}.prop-card__guests-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:2px}.prop-card__guests-select{width:100%;border:none;font-size:14px;font-weight:600;color:var(--color-text);background:none;font-family:inherit;cursor:pointer;outline:none}.prop-card__btn{width:100%;padding:14px;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;background:linear-gradient(135deg,var(--color-accent),#e03060);color:#fff;transition:opacity .15s;margin-bottom:12px}.prop-card__btn:hover{opacity:.9}.prop-card__note{text-align:center;font-size:13px;color:var(--color-text-muted)}.prop-card__breakdown{border-top:1px solid var(--color-line);padding-top:16px;margin-top:12px}.prop-card__line{display:flex;justify-content:space-between;font-size:14px;padding:4px 0;color:#374151}.prop-powered{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:var(--color-text-muted);margin-top:16px;padding-top:16px;border-top:1px solid var(--color-line)}.bk-step-dot{width:24px;height:24px;border-radius:50%;border:2px solid var(--color-line);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--color-text-muted);flex-shrink:0;transition:all .2s}.bk-step-dot.active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.bk-step-dot.done{background:#16a34a;border-color:#16a34a;color:#fff}.bk-step-line{flex:1;height:2px;background:var(--color-line)}.bk-addon{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--color-line);border-radius:10px;cursor:pointer;transition:border-color .15s}.bk-addon:hover{border-color:var(--color-accent)}.bk-addon.selected{border-color:var(--color-accent);background:#d7264d0a}.bk-addon__icon{font-size:20px;flex-shrink:0}.bk-addon__info{flex:1;min-width:0}.bk-addon__name{font-size:13px;font-weight:600}.bk-addon__desc{font-size:11px;color:var(--color-text-muted)}.bk-addon__price{font-size:13px;font-weight:700;white-space:nowrap}.prop-lightbox{position:fixed;inset:0;z-index:100;background:#000000eb;display:none}.prop-lightbox.open{display:flex;align-items:center;justify-content:center;flex-direction:column}.prop-lightbox__close{position:absolute;top:16px;left:16px;background:#ffffff1a;border:none;color:#fff;font-size:22px;cursor:pointer;padding:6px 12px;z-index:2;border-radius:8px}.prop-lightbox__close:hover{background:#fff3}.prop-lightbox__img{max-width:85%;max-height:75vh;object-fit:contain;border-radius:8px}.prop-lightbox__nav{display:flex;gap:16px;margin-top:16px}.prop-lightbox__btn{background:#ffffff26;border:none;color:#fff;width:48px;height:48px;border-radius:50%;font-size:20px;cursor:pointer;transition:background .15s}.prop-lightbox__btn:hover{background:#ffffff40}.prop-lightbox__counter{color:#fff9;font-size:13px;margin-top:8px}.prop-footer{background:#1f2937;color:#fff9;padding:40px 24px;text-align:center;font-size:13px}.prop-footer a{color:#fffc}.prop-footer__brand{font-family:var(--font-display);font-size:16px;font-weight:900;color:#fff;margin-bottom:8px}
