/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ma1firyu77] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ma1firyu77] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-j2vf459944],
.components-reconnect-repeated-attempt-visible[b-j2vf459944],
.components-reconnect-failed-visible[b-j2vf459944],
.components-pause-visible[b-j2vf459944],
.components-resume-failed-visible[b-j2vf459944],
.components-rejoining-animation[b-j2vf459944] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-j2vf459944],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-j2vf459944],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-j2vf459944],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-j2vf459944],
#components-reconnect-modal.components-reconnect-retrying[b-j2vf459944],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-j2vf459944],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-j2vf459944],
#components-reconnect-modal.components-reconnect-failed[b-j2vf459944],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-j2vf459944] {
    display: block;
}


#components-reconnect-modal[b-j2vf459944] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-j2vf459944 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-j2vf459944 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-j2vf459944 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-j2vf459944]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-j2vf459944 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-j2vf459944 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-j2vf459944 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-j2vf459944 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-j2vf459944] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-j2vf459944] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-j2vf459944] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-j2vf459944] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-j2vf459944] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-j2vf459944] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-j2vf459944] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-j2vf459944 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-j2vf459944] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-j2vf459944 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/PropertyDetail.razor.rz.scp.css */
/* === PROPERTY DETAIL PAGE — Scoped overrides ===
   Tüm ana stiller wwwroot/Style.css içindedir.
   Bu dosya yalnızca component-scope gerektiren ince ayarları içerir. */

/* related-card üzerindeki link rengi düzeltmesi */
.related-card .related-title[b-s6msh2opah] {
    color: var(--pf-navy, #1E3A5F);
}

.related-card .related-price[b-s6msh2opah] {
    color: var(--pf-navy, #1E3A5F);
}

/* detail-back linkinin global a[href] stilini ezmemesi için */
.detail-back a[b-s6msh2opah] {
    font-weight: 600;
    text-decoration: none;
    color: var(--pf-navy, #1E3A5F);
}
}

.gallery-main[b-s6msh2opah] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
}

.gallery-main-img[b-s6msh2opah] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-placeholder[b-s6msh2opah] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    opacity: 0.2;
}

.gallery-nav[b-s6msh2opah] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.gallery-nav:hover[b-s6msh2opah] {
    background: rgba(0,0,0,0.8);
}

.gallery-prev[b-s6msh2opah] {
    left: 1rem;
}

.gallery-next[b-s6msh2opah] {
    right: 1rem;
}

.gallery-counter[b-s6msh2opah] {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
}

.gallery-thumbs-wrapper[b-s6msh2opah] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.thumbs-nav[b-s6msh2opah] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: rgba(0,0,0,0.6);
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: background 0.2s;
}

.thumbs-nav:hover[b-s6msh2opah] {
    background: rgba(0,0,0,0.9);
}

.gallery-thumbs[b-s6msh2opah] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.3) transparent;
}

.thumb-item[b-s6msh2opah] {
    flex-shrink: 0;
    width: 80px;
    height: 55px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: none;
    padding: 0;
    transition: border-color 0.2s;
}

.thumb-item img[b-s6msh2opah] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item.thumb-active[b-s6msh2opah] {
    border-color: var(--accent-color, #c9a96e);
}

/* Specs */
.detail-specs[b-s6msh2opah] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    background: rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 2rem;
}

.spec-item[b-s6msh2opah] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.spec-item i[b-s6msh2opah] {
    font-size: 1rem;
    color: #2d8fba;
    width: 20px;
    text-align: center;
}

.spec-item .spec-label[b-s6msh2opah] {
    font-size: 0.8rem;
    color: rgba(30, 40, 60, 0.6);
}

.spec-item .spec-value[b-s6msh2opah] {
    margin-left: auto;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Description */
.detail-description[b-s6msh2opah] {
    margin-bottom: 2rem;
}

.detail-description h2[b-s6msh2opah],
.detail-features h2[b-s6msh2opah],
.detail-map h2[b-s6msh2opah] {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-style: normal;
    color: var(--pf-navy, #1E3A5F);
    border-bottom: 2px solid var(--pf-border, rgba(201, 169, 110, 0.25));
    padding-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.detail-description p[b-s6msh2opah] {
    line-height: 1.7;
    color: rgba(30, 40, 60, 0.85);
    font-size: 0.95rem;
}

/* Features */
.detail-features[b-s6msh2opah] {
    margin-bottom: 2rem;
}

.features-categories[b-s6msh2opah] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.features-category[b-s6msh2opah] {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid var(--pf-border, rgba(201, 169, 110, 0.25));
    overflow: hidden;
    background: var(--pf-white, #fff);
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.04);
    min-height: 6.5rem;
}

.features-category-label[b-s6msh2opah] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pf-white, #fff);
    background: linear-gradient(135deg, var(--pf-navy, #1E3A5F) 0%, var(--pf-navy-mid, #2D5282) 100%);
    padding: 0.55rem 1rem;
}

.features-chips[b-s6msh2opah] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
}

.feature-chip[b-s6msh2opah] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--pf-navy, #1E3A5F);
    background: var(--pf-navy-light, #EBF0F7);
    border: none;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.feature-chip:hover[b-s6msh2opah] {
    background: linear-gradient(135deg, rgba(201, 169, 110, 0.15), rgba(201, 169, 110, 0.08));
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(201, 169, 110, 0.2);
}

.feature-chip > i[b-s6msh2opah] {
    font-size: 0.85rem;
    color: var(--pf-gold, #C9A96E);
}

.features-grid[b-s6msh2opah] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.feature-item[b-s6msh2opah] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--pf-text, #1A2632);
    background: var(--pf-navy-light, #EBF0F7);
    border: none;
}

.feature-item i[b-s6msh2opah] {
    font-size: 0.75rem;
    color: var(--pf-gold, #C9A96E);
}
}

/* Map */
.detail-map[b-s6msh2opah] {
    margin-bottom: 2rem;
}

.map-iframe[b-s6msh2opah] {
    width: 100%;
    height: 350px;
    border: none;
    border-radius: 12px;
}

.map-coords[b-s6msh2opah] {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    opacity: 0.5;
    font-family: monospace;
}

/* Back */
.detail-back[b-s6msh2opah] {
    margin-bottom: 1.5rem;
}

.detail-back a[b-s6msh2opah] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    transition: background 0.2s, border-color 0.2s;
    text-decoration: none;
    color: inherit;
}

.detail-back a:hover[b-s6msh2opah] {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
}

/* Responsive */
@media (max-width: 600px) {
    .detail-header[b-s6msh2opah] {
        flex-direction: column;
    }

    .detail-header-right[b-s6msh2opah] {
        align-items: flex-start;
        text-align: left;
    }

    .detail-specs[b-s6msh2opah] {
        grid-template-columns: 1fr 1fr;
    }

    .features-grid[b-s6msh2opah] {
        grid-template-columns: 1fr;
    }
}

/* Related Listings */
.detail-related[b-s6msh2opah] {
    margin-top: 2.5rem;
    padding: 0;
    border-top: none;
}

.detail-related h2[b-s6msh2opah] {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-style: normal;
    color: var(--pf-navy, #1E3A5F);
    border-bottom: 2px solid var(--pf-border, rgba(201, 169, 110, 0.25));
    padding-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.related-grid[b-s6msh2opah] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.related-card[b-s6msh2opah] {
    background: var(--pf-white, #FFFFFF);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: var(--pf-text, #1A2632);
    border: 1px solid var(--pf-border, rgba(201, 169, 110, 0.25));
    border-left: 3px solid var(--pf-navy, #1E3A5F);
    box-shadow: 0 2px 12px rgba(30, 58, 95, 0.08);
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.3s;
    display: flex;
    flex-direction: column;
}

.related-card:hover[b-s6msh2opah] {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(30, 58, 95, 0.14);
    border-left-color: var(--pf-gold, #C9A96E);
}

.related-img[b-s6msh2opah] {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.related-img img[b-s6msh2opah] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-img-placeholder[b-s6msh2opah] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #EBF0F7 0%, #D6E4F0 100%);
    font-size: 2rem;
    color: rgba(30, 58, 95, 0.2);
}

.related-info[b-s6msh2opah] {
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.related-title[b-s6msh2opah] {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-location[b-s6msh2opah] {
    font-size: 0.8rem;
    color: var(--pf-text-muted, #64748B);
}

.related-price[b-s6msh2opah] {
    font-size: 1rem;
    font-weight: 800;
    color: var(--pf-navy, #1E3A5F);
    margin-top: 0.25rem;
}

.related-specs[b-s6msh2opah] {
    padding: 0.5rem 1rem 0.75rem;
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    color: var(--pf-text-muted, #64748B);
    border-top: 1px solid var(--pf-border, rgba(201, 169, 110, 0.25));
}

.related-specs i[b-s6msh2opah] {
    margin-right: 0.25rem;
    color: var(--pf-gold, #C9A96E);
}

@media (max-width: 768px) {
    .related-grid[b-s6msh2opah] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .related-grid[b-s6msh2opah] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* === Lightbox === */
.lightbox-overlay[b-s6msh2opah] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    animation: lightbox-fade-in-b-s6msh2opah 0.25s ease;
}

@keyframes lightbox-fade-in-b-s6msh2opah {
    from { opacity: 0; }
    to { opacity: 1; }
}

.lightbox-content[b-s6msh2opah] {
    position: relative;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content > img[b-s6msh2opah] {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-close[b-s6msh2opah] {
    position: absolute;
    top: -2.5rem;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}

.lightbox-close:hover[b-s6msh2opah] {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.lightbox-nav[b-s6msh2opah] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}

.lightbox-nav:hover[b-s6msh2opah] {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%) scale(1.08);
}

.lightbox-prev[b-s6msh2opah] {
    left: -3.5rem;
}

.lightbox-next[b-s6msh2opah] {
    right: -3.5rem;
}

.lightbox-counter[b-s6msh2opah] {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .lightbox-prev[b-s6msh2opah] { left: 0.5rem; }
    .lightbox-next[b-s6msh2opah] { right: 0.5rem; }
    .lightbox-close[b-s6msh2opah] { top: -2rem; right: -0.5rem; }
}
