.admin-properties-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1.25rem}.admin-properties-field-wide{grid-column:1/-1}.admin-properties-form-grid label{display:block;font-size:.85rem;font-weight:500;color:var(--text-muted);margin-bottom:.35rem}.admin-properties-form-grid input[type=number],.admin-properties-form-grid input[type=text],.admin-properties-form-grid select,.admin-properties-form-grid textarea{width:100%;padding:.55rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);font-family:inherit;font-size:.9rem;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.admin-properties-form-grid input:focus,.admin-properties-form-grid select:focus,.admin-properties-form-grid textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}.admin-properties-form-grid textarea{resize:vertical;min-height:5rem}.prop-features-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.admin-properties-form-grid .hint{margin-top:.5rem;margin-bottom:.25rem}.admin-properties-form-grid .hint:last-child{margin-bottom:0}#property-features-list+.faq-category-add{margin-top:.75rem}.prop-feature-tag{padding:.3rem .65rem;border:1px solid var(--border);border-radius:6px;background:0 0;color:var(--text-muted);font-family:inherit;font-size:.85rem;cursor:pointer;transition:all .15s}.prop-feature-tag:hover{border-color:var(--accent);color:var(--text)}.prop-feature-tag--active{background:var(--accent);border-color:var(--accent);color:var(--bg);font-weight:600}#property-features-list .faq-category-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .5rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;font-size:.85rem}#property-features-list .faq-category-pill .faq-category-pill-remove{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;padding:0;border:none;border-radius:4px;background:0 0;color:var(--text-muted);font-size:1.1rem;line-height:1;cursor:pointer;transition:background .15s,color .15s}#property-features-list .faq-category-pill .faq-category-pill-remove:hover{background:rgba(200,0,0,.12);color:#c00}#property-features-list{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin-bottom:.75rem;margin-top:.5rem}.admin-collapsible-details .hint:first-of-type{margin-top:0;margin-bottom:.5rem}#property-features-list+.faq-category-add{margin-top:.5rem}.admin-properties-field-wide .admin-properties-spinner input[type=number]{flex:1;width:0;min-width:6rem}.admin-properties-select{cursor:pointer;appearance:auto}.admin-properties-spinner{display:flex;align-items:center}.admin-properties-spinner input[type=number]{width:3rem;text-align:center;padding:.5rem .25rem;border-radius:0;border-left:none;border-right:none;-moz-appearance:textfield}.admin-properties-spinner input[type=number]::-webkit-inner-spin-button,.admin-properties-spinner input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.admin-properties-spinner-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.5rem;min-width:2.25rem;padding:0;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:1.1rem;cursor:pointer;transition:background .15s,border-color .15s;line-height:1}.admin-properties-spinner-btn:first-child{border-radius:6px 0 0 6px}.admin-properties-spinner-btn:last-child{border-radius:0 6px 6px 0}.admin-properties-spinner-btn:hover{background:var(--accent-dim);border-color:var(--accent)}.admin-properties-featured{margin:.75rem 0}.admin-form>div:not(.admin-properties-form-grid){margin-top:1rem}.admin-form>div:not(.admin-properties-form-grid) label{display:block;font-size:.85rem;font-weight:500;color:var(--text-muted);margin-bottom:.35rem}.admin-form>div:not(.admin-properties-form-grid) input[type=file],.admin-form>div:not(.admin-properties-form-grid) textarea{width:100%;padding:.55rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);font-family:inherit;font-size:.9rem;box-sizing:border-box}.admin-form>div:not(.admin-properties-form-grid) textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}.admin-properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;list-style:none;margin:0;padding:0}.admin-property-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface);transition:border-color .2s,box-shadow .2s}.admin-property-card:hover{border-color:rgba(255,255,255,.12);box-shadow:0 4px 20px rgba(0,0,0,.15)}.admin-property-card__img{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--bg-secondary)}.admin-property-card__img img{width:100%;height:100%;object-fit:cover;display:block}.admin-property-card__badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.35rem}.admin-property-card__badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .5rem;border-radius:4px;color:#fff}.admin-property-card__badge--featured{background:var(--accent);color:var(--bg)}.admin-property-card__badge--for-sale{background:rgba(0,170,0,.85)}.admin-property-card__badge--for-rent{background:rgba(0,120,200,.85)}.admin-property-card__badge--sold{background:rgba(180,60,60,.85)}.admin-property-card__body{padding:.85rem 1rem .5rem}.admin-property-card__featured-bar{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.25rem}.admin-property-card__title{margin:0 0 .2rem;font-size:.95rem;font-weight:600;color:var(--text);line-height:1.3}.admin-property-card__location{font-size:.8rem;color:var(--text-muted);margin:0 0 .15rem}.admin-property-card__price{font-size:1rem;font-weight:700;color:var(--accent);margin:.2rem 0}.admin-property-card__details{display:flex;gap:.75rem;margin-top:.35rem;padding-top:.5rem;border-top:1px solid var(--border);font-size:.8rem;color:var(--text-muted)}.admin-property-card__detail{display:inline-flex;align-items:center;gap:.25rem}.admin-property-card__detail svg{flex-shrink:0}.admin-property-card__actions{display:flex;gap:.5rem;padding:.65rem 1rem .85rem}.admin-property-card__actions .admin-btn,.admin-property-card__delete{flex:1;font-size:.85rem;min-height:2.5rem;text-align:center}.admin-property-card__delete{cursor:pointer;background:var(--error-bg,#fdd);color:var(--error,#c00);border:1px solid var(--error,#c00);border-radius:6px;font-family:inherit;font-weight:500;transition:background .15s,color .15s}.admin-property-card__delete:hover{background:var(--error,#c00);color:#fff}#admin-property-edit-modal .admin-properties-form-grid{margin-bottom:1rem}#admin-property-edit-modal .modal-actions{margin-top:1rem}.properties-section{padding:var(--section-padding-top) var(--section-padding-inline) var(--section-padding-bottom);background:#000;text-align:center}.properties-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:min(1200px,95vw);margin:2rem auto 0;text-align:left}.property-card{display:flex;flex-direction:column;width:min(380px,100%);min-width:320px;max-width:100%;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface);transition:border-color .25s,box-shadow .25s;text-decoration:none;color:inherit;touch-action:manipulation;-webkit-touch-callout:none}.property-card__image{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--bg-secondary)}.property-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}@media (hover:none){.property-card__image,.property-card__image img{pointer-events:none}}.property-card__image{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--bg-secondary);pointer-events:none}.property-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;pointer-events:none}.property-card:hover{border-color:rgba(255,255,255,.15);box-shadow:0 4px 24px rgba(0,0,0,.3)}.property-card__image{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--bg-secondary)}.property-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.property-card:hover .property-card__image img{transform:scale(1.03)}.property-card__badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.35rem}.property-card__badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;border-radius:4px;color:#fff}.property-card__badge--featured{background:var(--accent);color:var(--bg)}.property-card__badge--for-sale{background:rgba(0,170,0,.85)}.property-card__badge--for-rent{background:rgba(0,120,200,.85)}.property-card__body{padding:1rem 1.25rem 1.25rem}.property-card__body--centered{text-align:center}.property-card__title{margin:0 0 .25rem;font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.35}.property-card__location{font-size:.85rem;color:var(--text-muted);margin:0 0 .5rem}.property-card__price{font-size:1.15rem;font-weight:700;color:var(--accent);margin:0 0 .65rem}.property-card__details{display:flex;flex-wrap:wrap;gap:.6rem 1rem;padding-top:.65rem;border-top:1px solid var(--border);font-size:.82rem;color:var(--text-muted);justify-content:center}.property-card__details span{display:inline-flex;align-items:center;gap:.35rem}.property-card__details svg{flex-shrink:0}.properties-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.properties-filter-input,.properties-filters select{padding:.5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);font-family:inherit;font-size:.9rem}.properties-filter-input{flex:0 0 160px}.properties-filter-input:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}.properties-filter-input[type=number]{-moz-appearance:textfield}.properties-filter-input[type=number]::-webkit-inner-spin-button,.properties-filter-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.prop-simple-tags{display:flex;flex-direction:column;gap:.35rem}.prop-simple-tags__list{display:flex;flex-wrap:wrap;gap:.35rem}.prop-simple-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;background:var(--accent-dim);border:1px solid var(--accent);border-radius:6px;font-size:.85rem;color:var(--accent)}.prop-simple-tag__del{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;padding:0;border:none;border-radius:50%;background:0 0;color:var(--accent);font-size:1rem;line-height:1;cursor:pointer;transition:background .15s}.prop-simple-tag__del:hover{background:rgba(0,0,0,.15)}.prop-simple-tags__input{padding:.45rem .65rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);font-family:inherit;font-size:.85rem;max-width:240px}.prop-simple-tags__input:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}.properties-filter-features{display:flex;flex-wrap:wrap;gap:.35rem;width:100%;margin-top:.25rem}.properties-filter-feature-tag{padding:.25rem .55rem;border:1px solid var(--border);border-radius:6px;background:0 0;color:var(--text-muted);font-family:inherit;font-size:.8rem;cursor:pointer;transition:all .15s}.properties-filter-feature-tag:hover{border-color:var(--accent);color:var(--text)}.properties-filter-feature-tag.active{background:var(--accent);border-color:var(--accent);color:var(--bg);font-weight:600}.properties-empty{text-align:center;color:var(--text-muted);padding:2rem}.properties-section .releases__submit-hint{margin-top:1.5rem;margin-bottom:0}@media (max-width:640px){.properties-grid{gap:1rem}.property-card{width:100%;min-width:0}.admin-properties-grid{grid-template-columns:1fr}.admin-properties-form-grid{grid-template-columns:1fr}}#property-detail-container{max-width:100%;margin:0 auto}.property-detail__hero{position:relative;width:100%;height:clamp(320px,45vw,520px);overflow:hidden;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center}.property-detail__hero img{width:100%;height:100%;object-fit:cover;display:block}.property-detail__hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.7) 100%);pointer-events:none}.property-detail__hero-badges{position:absolute;top:1rem;left:1rem;display:flex;gap:.5rem;z-index:1}.property-detail__badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .85rem;border-radius:4px;color:#fff;backdrop-filter:blur(4px)}.property-detail__badge--featured{background:var(--accent);color:var(--bg)}.property-detail__badge--for-sale{background:rgba(0,170,0,.85)}.property-detail__badge--for-rent{background:rgba(0,120,200,.85)}.property-detail__back{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;color:var(--accent);text-decoration:none;margin-bottom:1.5rem;transition:opacity .2s}.property-detail__back:hover{opacity:.8}.property-detail__content{max-width:min(860px,94vw);margin:0 auto;padding:2rem 0 4rem}.property-detail__header{margin-bottom:1.5rem}.property-detail__title{font-size:clamp(1.6rem, 4vw, 2.2rem);font-weight:700;margin:0 0 .65rem;color:var(--text);line-height:1.15;letter-spacing:-.02em}.property-detail__header-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:1rem}.property-detail__location{font-size:1rem;color:var(--text-muted);margin:0}.property-detail__price{font-size:1.4rem;font-weight:700;color:var(--accent);margin:0}.property-detail__key-details{display:flex;flex-wrap:wrap;gap:0;margin-bottom:2.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.property-detail__key-item{flex:1;display:flex;align-items:center;gap:.65rem;padding:1rem 1.25rem;border-right:1px solid var(--border);min-width:140px}.property-detail__key-item:last-child{border-right:none}.property-detail__key-icon{display:flex;align-items:center;flex-shrink:0;color:var(--accent);opacity:.7}.property-detail__key-icon svg{display:block}.property-detail__key-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.property-detail__key-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:500}.property-detail__key-text strong{font-size:1rem;color:var(--text);font-weight:600}.property-detail__section{margin-bottom:2.5rem}.property-detail__section h2{font-size:1.15rem;font-weight:600;color:var(--text);margin:0 0 1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.property-detail__section p{font-size:.95rem;line-height:1.75;color:var(--text-muted);margin:0}.property-detail__features{list-style:none;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.6rem;justify-content:center}.property-detail__features li{position:relative;padding:.55rem .85rem .55rem 2.2rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:.9rem;color:var(--text);text-align:center}.property-detail__features li::before{content:'';position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:18px;height:18px;flex-shrink:0;background:var(--accent);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat}.property-detail__hero-thumbs{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.4rem;padding:.35rem .5rem;background:rgba(0,0,0,.5);border-radius:8px;max-width:90%;overflow-x:auto;z-index:1}.property-detail__thumb{flex-shrink:0;width:100px;height:75px;padding:0;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;background:rgba(255,255,255,.1);transition:border-color .2s,opacity .2s;opacity:.7}.property-detail__thumb:hover{opacity:1}.property-detail__thumb--active{border-color:var(--accent);opacity:1}.property-detail__thumb img{width:100%;height:100%;object-fit:cover;display:block}.admin-property-gallery{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.admin-property-gallery-item{position:relative;width:80px;height:60px;border-radius:6px;overflow:hidden;border:1px solid var(--border)}.admin-property-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.admin-property-gallery-item__del{position:absolute;top:2px;right:2px;width:20px;height:20px;min-width:20px;min-height:20px;padding:0;border:none;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.admin-property-gallery-item:hover .admin-property-gallery-item__del{opacity:1}.admin-property-gallery-item__del:hover{background:rgba(200,0,0,.8)}.admin-property-gallery-item--dragging{opacity:.4}.admin-property-gallery-item--drag-over{outline:2px dashed var(--accent);outline-offset:-2px}.admin-property-gallery-add{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.property-detail__section table{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08)}.property-detail__section table td{padding:.85rem 1.25rem;font-size:.95rem;vertical-align:middle;background:var(--surface)}.property-detail__section table td:first-child{color:var(--text-muted);font-weight:500;width:38%;white-space:nowrap;padding-left:1.5rem;letter-spacing:.02em}.property-detail__section table td:last-child{text-align:right;font-weight:600;color:var(--text);padding-right:1.5rem;font-size:1rem}.property-detail__section table tr:nth-child(2n) td{background:rgba(255,255,255,.02)}.property-detail__section table tr:not(:last-child) td{border-bottom:1px solid var(--border)}.property-detail__section table tr:last-child td:first-child{border-radius:0 0 0 16px}.property-detail__section table tr:last-child td:last-child{border-radius:0 0 16px 0}.property-detail__status-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .8rem;border-radius:9999px}.property-detail__status-tag--for-sale{background:rgba(0,190,0,.12);color:#0c0;box-shadow:inset 0 0 0 1px rgba(0,190,0,.15)}.property-detail__status-tag--for-rent{background:rgba(0,120,220,.12);color:#08c;box-shadow:inset 0 0 0 1px rgba(0,120,220,.15)}@media (max-width:768px){.property-detail__key-item{border-right:none;min-width:50%;flex:none}.property-detail__features{grid-template-columns:1fr}}@media (max-width:640px){.property-detail__key-details{flex-direction:column;gap:0}.property-detail__key-item{border-bottom:1px solid var(--border);border-right:none;padding:.85rem 1rem;min-width:100%;flex:none}.property-detail__key-item:last-child{border-bottom:none}}