.page-container.svelte-fen6qa{margin-top:80px;background:#000;min-height:100vh;color:#fff}.content-container.svelte-fen6qa{max-width:1200px;margin:0 auto;padding:0 30px}.listing-hero.svelte-fen6qa{margin:20px 0}.image-carousel.svelte-fen6qa{position:relative;width:100%;height:600px;border-radius:12px;overflow:hidden}.image-carousel.svelte-fen6qa img:where(.svelte-fen6qa){width:100%;height:100%;object-fit:cover}.image-controls.svelte-fen6qa{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:1rem;z-index:2}.image-nav.svelte-fen6qa{background:#0009;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;font-size:1.2rem}.image-nav.svelte-fen6qa:hover{background:#000c}.image-counter.svelte-fen6qa{background:#0009;color:#fff;padding:8px 16px;border-radius:4px;font-size:.9rem}.listing-content.svelte-fen6qa{display:grid;grid-template-columns:2fr 1fr;gap:30px;margin:30px 0}.broker-card.svelte-fen6qa{background:#222;padding:30px;border-radius:12px;margin-bottom:30px}.broker-card.svelte-fen6qa h1:where(.svelte-fen6qa){color:#fff;font-size:2rem;margin:0 0 1rem}.broker-card.svelte-fen6qa h3:where(.svelte-fen6qa){color:#2196f3;font-size:1.5rem;margin:0 0 1rem}.location.svelte-fen6qa{color:#aaa;font-size:1.1rem;margin-bottom:1rem}.description.svelte-fen6qa{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.listing-types.svelte-fen6qa{display:flex;flex-wrap:wrap;gap:.5rem}.type-tag.svelte-fen6qa{background-color:#2196f333;color:#2196f3;padding:5px 12px;border-radius:4px;font-size:.9rem}.broker-info.svelte-fen6qa{color:#ccc}.broker-name.svelte-fen6qa{color:#fff;font-size:1.2rem;margin-bottom:.5rem}.broker-company.svelte-fen6qa{color:#aaa;margin-bottom:1rem}.broker-link.svelte-fen6qa{display:inline-block;color:#2196f3;text-decoration:none;font-weight:500;transition:color .2s}.broker-link.svelte-fen6qa:hover{color:#1976d2}@media (max-width: 768px){.listing-content.svelte-fen6qa{grid-template-columns:1fr}.image-carousel.svelte-fen6qa{height:400px}.page-container.svelte-fen6qa{margin-top:200px}}.carousel-image.svelte-fen6qa{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.carousel-image.active.svelte-fen6qa{opacity:1;z-index:1}.highlights-grid.svelte-fen6qa{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:1.5rem 0}.highlight-item.svelte-fen6qa{background:#ffffff0d;padding:1.25rem;border-radius:8px;display:flex;align-items:center;gap:1rem}.highlight-item.svelte-fen6qa .icon:where(.svelte-fen6qa){font-size:1.5rem}.highlight-content.svelte-fen6qa{display:flex;flex-direction:column}.highlight-value.svelte-fen6qa{font-size:1.1rem;color:#fff}.property-details.svelte-fen6qa{margin-top:2rem}.details-grid.svelte-fen6qa{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:1.5rem}.detail-section.svelte-fen6qa h3:where(.svelte-fen6qa){color:#2196f3;margin-bottom:1rem;font-size:1.2rem}.feature-list.svelte-fen6qa{list-style:none;padding:0;margin:0}.feature-list.svelte-fen6qa li:where(.svelte-fen6qa){color:#ccc;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.feature-list.svelte-fen6qa li:where(.svelte-fen6qa):before{content:"•";color:#2196f3;position:absolute;left:0}.map-section.svelte-fen6qa{width:90vw;margin-left:calc(50% - 45vw);margin-right:calc(50% - 45vw);margin-bottom:4rem;position:relative}.map-container.svelte-fen6qa{width:100%;height:400px;border-radius:12px;overflow:hidden;margin-bottom:2rem}@media (min-width: 1800px){.map-section.svelte-fen6qa{width:1600px;margin-left:calc(50% - 800px);margin-right:calc(50% - 800px)}}.marker{width:24px;height:24px;background:#2196f3;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000004d}.marker:hover{transform:scale(1.1);background:#1976d2}.crexi-card.svelte-fen6qa{text-align:center;padding:20px}.crexi-button.svelte-fen6qa{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;background:#2196f3;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .2s ease}.crexi-button.svelte-fen6qa:hover{background:#1976d2;transform:translateY(-2px)}.external-icon.svelte-fen6qa{font-size:1.2em;line-height:1}.search-suggestion-section.svelte-fen6qa{margin:4rem 0;padding:3rem;background:linear-gradient(to right,#2196f31a,#2196f30d);border-radius:16px;text-align:center}.search-suggestion-content.svelte-fen6qa{max-width:600px;margin:0 auto}.search-suggestion-content.svelte-fen6qa h2:where(.svelte-fen6qa){color:#fff;font-size:2rem;margin-bottom:1rem}.search-suggestion-content.svelte-fen6qa p:where(.svelte-fen6qa){color:#ccc;font-size:1.1rem;margin-bottom:2rem}.search-cta-button.svelte-fen6qa{display:inline-flex;align-items:center;gap:.5rem;background:#2196f3;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .2s ease}.search-cta-button.svelte-fen6qa:hover{background:#1976d2;transform:translateY(-2px)}.arrow-icon.svelte-fen6qa{transition:transform .2s ease}.search-cta-button.svelte-fen6qa:hover .arrow-icon:where(.svelte-fen6qa){transform:translate(4px)}@media (max-width: 768px){.search-suggestion-section.svelte-fen6qa{padding:2rem 1rem;margin:2rem 0}.search-suggestion-content.svelte-fen6qa h2:where(.svelte-fen6qa){font-size:1.5rem}.search-suggestion-content.svelte-fen6qa p:where(.svelte-fen6qa){font-size:1rem}}
