.images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:15px;gap:15px}.property-modal-image{width:100%;height:150px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.property-modal-image:hover{transform:scale(1.05);box-shadow:0 4px 16px rgba(0,0,0,.2)}.info-item{margin-bottom:10px;display:flex;align-items:flex-start;gap:8px}.info-item strong{color:#495057;min-width:120px;font-weight:600}.property-description{line-height:1.6;color:#666;margin:0;background:#fff;padding:15px;border-radius:6px;border:1px solid #dee2e6;text-align:left}.stations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:15px;gap:15px}.station-item{background:#fff;padding:15px;border-radius:6px;border:1px solid #dee2e6}.station-lines{margin-top:8px;display:flex;flex-wrap:wrap;gap:5px}.line-badge{background:#6c757d;color:#fff;padding:2px 8px;border-radius:12px;font-size:.8rem;font-weight:500}.renovation-breakdown{margin-top:12px;background:#fff;padding:12px;border-radius:6px}.renovation-breakdown ul{list-style:none;padding:0;margin:8px 0 0}.renovation-breakdown li{padding:8px 0;border-bottom:1px solid #ecf0f1;display:flex;align-items:flex-start;flex-wrap:wrap}.renovation-breakdown li:last-child{border-bottom:none}.category-name{font-weight:600;color:#34495e;flex:1 1;min-width:150px}.category-cost{font-weight:700;color:#e67e22;margin-left:auto}.category-description{width:100%;margin-top:4px;font-size:.9rem;color:#7f8c8d;font-style:italic}.advert-urls-section{margin-top:30px;padding:25px;background:linear-gradient(135deg,var(--cream-light) 0,var(--cream) 100%);border-radius:12px;border:1px solid #dee2e6}.advert-urls-section h3{color:#2c3e50;margin-bottom:8px;font-size:1.4rem;font-weight:600}.advert-count{color:#6c757d;font-size:.95rem;margin-bottom:20px;font-weight:500}.advert-urls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px}.advert-card{background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:18px;text-decoration:none;color:inherit;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.advert-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(81,75,105,.2);border-color:var(--marine)}.advert-card-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.advert-badge{background:var(--marine);color:#fff;padding:6px 12px;border-radius:6px;font-weight:600;font-size:.85rem;box-shadow:0 2px 4px rgba(81,75,105,.3)}.advert-domain{color:#6c757d;font-size:.85rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.advert-card-footer{display:flex;justify-content:space-between;align-items:center}.advert-action{color:var(--marine);font-weight:600;font-size:.95rem}.external-icon{color:var(--marine);font-size:1.2rem;font-weight:700;transition:transform .3s ease}.advert-card:hover .external-icon{transform:translateX(4px)}.expand-adverts-button{width:100%;margin-top:20px;padding:14px 24px;background:#fff;border:2px solid var(--marine);border-radius:8px;color:var(--marine);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.expand-adverts-button:hover{background:var(--marine);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(81,75,105,.3)}.expand-icon{font-size:1.2rem;transition:transform .3s ease}.expand-adverts-button:hover .expand-icon{transform:scale(1.2)}.dpe-badge{display:inline-block;padding:8px 20px;border-radius:8px;font-weight:900;font-size:1.5rem;letter-spacing:2px;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3);box-shadow:0 2px 8px rgba(0,0,0,.2);min-width:60px;text-align:center}.dpe-badge.dpe-A{background:linear-gradient(135deg,#319834,#3fb344)}.dpe-badge.dpe-B{background:linear-gradient(135deg,#3c6,#52d97c)}.dpe-badge.dpe-C{background:linear-gradient(135deg,#cbdb2a,#d6e34b);color:#333;text-shadow:none}.dpe-badge.dpe-D{background:linear-gradient(135deg,#fe3,#fff84d);color:#333;text-shadow:none}.dpe-badge.dpe-E{background:linear-gradient(135deg,#fdba13,#fdc733);color:#333;text-shadow:none}.dpe-badge.dpe-F{background:linear-gradient(135deg,#ed7d31,#f19554)}.dpe-badge.dpe-G{background:linear-gradient(135deg,#d7221f,#e13d3a)}.warning-message{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border-left:4px solid #ff9800;padding:20px;border-radius:8px;box-shadow:0 2px 8px rgba(255,152,0,.15)}.warning-message strong{display:block;color:#d68910;font-size:1.1rem;margin-bottom:10px}.warning-message p{margin:8px 0;color:#856404;line-height:1.6}.warning-hint{font-size:.9rem;font-style:italic;margin-top:12px!important;padding-top:12px;border-top:1px solid rgba(255,152,0,.2)}.carousel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.95);z-index:10000;display:flex;align-items:center;justify-content:center;animation:carouselFadeIn .2s ease-in}@keyframes carouselFadeIn{0%{opacity:0}to{opacity:1}}.carousel-container{position:relative;width:100%;height:100%;flex-direction:column;padding:60px 80px 120px;box-sizing:border-box}.carousel-close,.carousel-container{display:flex;align-items:center;justify-content:center}.carousel-close{position:absolute;top:20px;right:30px;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.3);color:#fff;font-size:48px;width:60px;height:60px;border-radius:50%;cursor:pointer;line-height:1;transition:all .3s ease;z-index:10001}.carousel-close:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);transform:scale(1.1)}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.3);color:#fff;font-size:60px;width:70px;height:70px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .3s ease;z-index:10001;font-weight:300}.carousel-nav:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);transform:translateY(-50%) scale(1.1)}.carousel-nav-prev{left:30px}.carousel-nav-next{right:30px}.carousel-image-container{flex:1 1;display:flex;align-items:center;justify-content:center;width:100%;max-width:1400px;margin-bottom:20px}.carousel-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.5);animation:carouselImageZoom .3s ease-out}@keyframes carouselImageZoom{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.carousel-counter{position:absolute;top:30px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:#fff;padding:10px 20px;border-radius:20px;font-size:16px;font-weight:500;z-index:10001}.carousel-thumbnails{display:flex;gap:10px;padding:15px;background:rgba(0,0,0,.5);border-radius:10px;max-width:90%;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) rgba(0,0,0,.2)}.carousel-thumbnails::-webkit-scrollbar{height:6px}.carousel-thumbnails::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:3px}.carousel-thumbnails::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:3px}.carousel-thumbnails::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.carousel-thumbnail{flex-shrink:0;width:80px;height:60px;border:3px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .2s ease;background:hsla(0,0%,100%,.1);padding:0}.carousel-thumbnail:hover{border-color:hsla(0,0%,100%,.5);transform:scale(1.05)}.carousel-thumbnail.active{border-color:var(--marine);transform:scale(1.05)}.carousel-thumbnail img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.advert-urls-grid{grid-template-columns:1fr}.advert-card{padding:16px}.expand-adverts-button{padding:12px 20px;font-size:.95rem}.images-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.info-item{flex-direction:column;gap:4px}.info-item strong{min-width:unset}.carousel-container{padding:80px 20px 100px}.carousel-close{top:10px;right:10px}.carousel-close,.carousel-nav{width:50px;height:50px;font-size:40px}.carousel-nav-prev{left:10px}.carousel-nav-next{right:10px}.carousel-counter{top:15px;font-size:14px;padding:8px 16px}.carousel-thumbnail{width:60px;height:45px}.carousel-thumbnails{gap:8px;padding:10px}}:root{--bien-title-bar-height:84px}.property-detail-page{min-height:100vh;background-color:var(--cream-light)}.property-detail-container{max-width:900px;margin:2rem auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.property-detail-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:100}.property-detail-header h1{margin:0;font-size:1.5rem;color:#202124;flex:1 1;padding-right:1rem}.property-detail-body{padding:2rem}.goto-map-button{display:inline-flex;align-items:center;background-color:#1a73e8;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background-color .2s,transform .1s;margin-top:.75rem;font-weight:500}.goto-map-button:hover{background-color:#1557b0;transform:translateY(-1px)}.goto-map-button:active{transform:translateY(0)}.financing-subsection{background-color:var(--cream-light);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem;border-left:4px solid #1a73e8}.financing-subsection:last-child{margin-bottom:0}.financing-subsection-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#1a73e8;display:flex;align-items:center;gap:.5rem}.financing-subsection .info-item{margin-bottom:.5rem;padding:.25rem 0;display:flex;align-items:baseline}.financing-subsection .info-item:last-child{margin-bottom:0}.financing-subsection .info-item strong{color:#202124;font-weight:600;min-width:180px;text-align:right;padding-right:.75rem}.financing-subsection .info-item strong:after{content:""}.financing-details{color:#5f6368;font-size:.9rem;margin-top:-.25rem;padding-left:0;justify-content:flex-end;text-align:right}.financing-details em{width:100%;text-align:right}.financing-subsection .financing-details{color:#5f6368;font-size:.9rem;margin-top:-.25rem;padding-left:0;justify-content:flex-end;text-align:right}.financing-subsection .financing-details em{width:100%;text-align:right}.financing-subsection .financing-total-monthly{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:2px solid #dadce0;font-size:1.1rem}.financing-subsection .financing-total-monthly strong{color:#1a73e8;font-size:1.15rem}.sticky-metrics-bar{position:-webkit-sticky;position:sticky;top:var(--bien-title-bar-height);background:#fff;border-bottom:2px solid #e0e0e0;z-index:90;box-shadow:0 2px 4px rgba(0,0,0,.05)}.sticky-metrics-content{display:flex;gap:2rem;padding:.75rem 2rem;max-width:900px;margin:0 auto;overflow-x:auto}.sticky-metric{display:flex;flex-direction:column;gap:.25rem;min-width:-moz-fit-content;min-width:fit-content}.sticky-metric-label{font-size:.75rem;color:#5f6368;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.sticky-metric-value{font-size:1.1rem;font-weight:600;color:#202124}.sticky-metric-value.exceptional{color:#9b59b6;font-weight:600}.sticky-metric-value.good{color:#f39c12;font-weight:600}.sticky-metric-value.ultra-exceptional{color:#9b59b6;font-weight:700}.sticky-metric-value.poor{color:#e74c3c;font-weight:600}.property-tabs{display:flex;background:var(--cream-light);border-bottom:2px solid #e0e0e0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.property-tab{flex:1 1;min-width:-moz-fit-content;min-width:fit-content;padding:1rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:.95rem;font-weight:500;color:#5f6368;transition:all .2s ease;white-space:nowrap}.property-tab:hover{background:rgba(102,126,234,.08);color:var(--marine)}.property-tab.active{color:var(--marine);border-bottom-color:var(--marine);background:#fff;font-weight:600}.property-tab span{display:block}.tab-content{animation:tabFadeIn .3s ease}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.collapsible-section{margin-bottom:1.5rem;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.collapsible-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--cream-light);border:none;cursor:pointer;transition:all .2s ease;text-align:left}.collapsible-header:hover{background:#e8eaed}.collapsible-header h3{margin:0;font-size:1.1rem;color:#202124;font-weight:600}.collapsible-header svg{color:#5f6368;transition:transform .2s ease}.collapsible-content{padding:1.5rem;animation:expandSection .3s ease}@keyframes expandSection{0%{opacity:0;max-height:0}to{opacity:1;max-height:5000px}}.profitability-value-inline{font-weight:600;font-size:1.1rem}.profitability-value-inline.exceptional{color:#9b59b6}.profitability-value-inline.good{color:#f39c12}.profitability-value-inline.ultra-exceptional{color:#9b59b6;font-weight:700}.profitability-value-inline.poor{color:#e74c3c}.property-detail-page .images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:15px;gap:15px}.property-detail-page .property-modal-image{height:150px;width:100%;object-fit:cover}.projection-table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.9em}.projection-table th{background-color:var(--cream-light);padding:.75rem .5rem;text-align:left;font-weight:600;border-bottom:2px solid #333;white-space:nowrap}.projection-table td{padding:.5rem;text-align:right;border-bottom:1px solid #eee}.projection-table td:first-child{text-align:left;font-weight:600}.projection-table tbody tr:hover{background-color:var(--cream-light)!important}.projection-table tfoot td{padding:.75rem .5rem;font-size:1em}@media (max-width:768px){.property-detail-page{padding:0}.property-detail-container{border-radius:0;box-shadow:none}.property-detail-header{padding:1rem}.property-detail-header h1{font-size:1.25rem}.property-detail-body{padding:1rem}.sticky-metrics-bar{top:var(--bien-title-bar-height)}.sticky-metrics-content{padding:.5rem 1rem;gap:1rem;flex-wrap:wrap;justify-content:space-between}.sticky-metric:first-child,.sticky-metric:nth-child(2),.sticky-metric:nth-child(3),.sticky-metric:nth-child(4){flex:1 1 auto;min-width:-moz-fit-content;min-width:fit-content}.sticky-metric:nth-child(5),.sticky-metric:nth-child(6){flex:1 1 45%;min-width:120px}.sticky-metric-label{font-size:.7rem}.sticky-metric-value{font-size:.95rem}.property-tabs{scrollbar-width:none}.property-tabs::-webkit-scrollbar{display:none}.property-tab{padding:.75rem 1rem;font-size:.9rem}.collapsible-header{padding:.875rem 1rem}.collapsible-header h3{font-size:1rem}.collapsible-content{padding:1rem}.projection-table{font-size:.75em}.projection-table td,.projection-table th{padding:.4rem .2rem}.projection-table td:first-child,.projection-table th:first-child{width:2.5rem;min-width:2.5rem;max-width:2.5rem;padding:.4rem .1rem}}