/* /Components/Account/Pages/Account.razor.rz.scp.css */
.account-page[b-pqy64n3sf5] {
    min-height: 100vh;
}

.account-header[b-pqy64n3sf5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: var(--card-radius);
}

.account-header__content[b-pqy64n3sf5] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.account-avatar img[b-pqy64n3sf5] {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.account-eyebrow[b-pqy64n3sf5] {
    color: #bf3551;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.account-title[b-pqy64n3sf5] {
    font-size: 2rem;
    font-weight: 600;
    color: #444;
}

.account-subtitle[b-pqy64n3sf5] {
    color: #666;
}

.account-header__actions[b-pqy64n3sf5] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.account-layout[b-pqy64n3sf5] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 360px);
    gap: 16px;
    align-items: start;
}

.account-card[b-pqy64n3sf5],
.account-sidebar-card[b-pqy64n3sf5] {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 18px;
    border-radius: var(--card-radius);
}

.account-card__header[b-pqy64n3sf5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 16px;
}

.account-card__header h2[b-pqy64n3sf5],
.account-sidebar-card h3[b-pqy64n3sf5] {
    margin: 0 0 4px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #444;
}

.account-card__header p[b-pqy64n3sf5] {
    margin: 0;
    color: #777;
    font-size: 0.9rem;
}

.account-card__header .btn[b-pqy64n3sf5] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.security-list[b-pqy64n3sf5] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.security-item[b-pqy64n3sf5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #ececec;
    background: #fafafa;
    flex-wrap: wrap;
    border-radius: var(--card-radius);
}

.security-item__info[b-pqy64n3sf5] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.security-item__info .material-symbols-outlined[b-pqy64n3sf5] {
    color: #bf3551;
    font-size: 22px;
    margin-top: 2px;
}

.security-item__info h3[b-pqy64n3sf5] {
    margin: 0 0 4px;
    font-size: 0.95rem;
    color: #444;
}

.security-item__info p[b-pqy64n3sf5] {
    margin: 0;
    color: #777;
    font-size: 0.85rem;
}

.status-pill[b-pqy64n3sf5] {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    font-size: 0.82rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.status-pill--success[b-pqy64n3sf5] {
    background: rgba(40, 167, 69, 0.12);
    color: #1f7a34;
}

.preference-grid[b-pqy64n3sf5] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.preference-item[b-pqy64n3sf5] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border: 1px solid #ececec;
    background: #fafafa;
    cursor: pointer;
}

.preference-item input[b-pqy64n3sf5] {
    margin-top: 3px;
}

.preference-item strong[b-pqy64n3sf5] {
    display: block;
    margin-bottom: 4px;
    color: #444;
    font-size: 0.95rem;
}

.preference-item span[b-pqy64n3sf5] {
    display: block;
    color: #777;
    font-size: 0.85rem;
}

.account-shortcuts[b-pqy64n3sf5] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.account-shortcut[b-pqy64n3sf5] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border: 1px solid #ececec;
    background: #fafafa;
    color: inherit;
    text-decoration: none;
    border-radius: var(--card-radius);
}

.account-shortcut:hover[b-pqy64n3sf5] {
    border-color: #bf3551;
    background: #fff9fa;
}

.account-shortcut .material-symbols-outlined[b-pqy64n3sf5] {
    color: #bf3551;
    font-size: 22px;
    margin-top: 2px;
}

.account-shortcut strong[b-pqy64n3sf5] {
    display: block;
    margin-bottom: 4px;
    color: #444;
    font-size: 0.95rem;
}

.account-shortcut p[b-pqy64n3sf5] {
    margin: 0;
    color: #777;
    font-size: 0.85rem;
}

.account-sidebar-card--sticky[b-pqy64n3sf5] {
    position: sticky;
    top: 20px;
}

.account-page[b-pqy64n3sf5] {
    min-height: 100vh;
    margin-bottom: -1.5rem;
}

.progress-ring-wrapper[b-pqy64n3sf5] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
}

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

.progress-ring[b-pqy64n3sf5] {
    --progress: 0;
    --size: 132px;
    --thickness: 10px;

    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    background: conic-gradient(
        var(--bs-primary) calc(var(--progress) * 1%),
        #e9ecef 0
    );

    transition: --progress 0.35s ease;
}

.progress-ring__inner[b-pqy64n3sf5] {
    width: calc(var(--size) - (var(--thickness) * 2));
    height: calc(var(--size) - (var(--thickness) * 2));
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.progress-ring__value[b-pqy64n3sf5] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    color: #1f2937;
}

.progress-ring__label[b-pqy64n3sf5] {
    margin-top: 0.35rem;
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1;
}

.progress-ring--sm[b-pqy64n3sf5] {
    --size: 52px;
    --thickness: 5px;
}

.progress-ring--sm .progress-ring__value[b-pqy64n3sf5] {
    font-size: 0.95rem;
}

.progress-ring-inline-label[b-pqy64n3sf5] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    line-height: 1;
}

.account-bottom-bar[b-pqy64n3sf5] {
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #dee2e6;
    z-index: 50;
}

.account-bottom-bar__inner[b-pqy64n3sf5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.account-checklist[b-pqy64n3sf5] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.account-checklist__item[b-pqy64n3sf5] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.92rem;
}

.account-checklist__item.is-complete[b-pqy64n3sf5] {
    color: #1f7a34;
}

.account-checklist__item .material-symbols-outlined[b-pqy64n3sf5] {
    font-size: 20px;
}

.sidebar-meta-row[b-pqy64n3sf5] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.92rem;
}

.sidebar-meta-row:last-child[b-pqy64n3sf5] {
    border-bottom: none;
}

.sidebar-meta-row span[b-pqy64n3sf5] {
    color: #666;
}

.sidebar-meta-row strong[b-pqy64n3sf5] {
    color: #444;
    text-align: right;
}

.quick-link-list[b-pqy64n3sf5] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-link[b-pqy64n3sf5] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #444;
    padding: 10px 12px;
    border: 1px solid #ececec;
    background: #fafafa;
}

.quick-link:hover[b-pqy64n3sf5] {
    border-color: #bf3551;
    color: #bf3551;
}

.quick-link .material-symbols-outlined[b-pqy64n3sf5] {
    font-size: 20px;
}

.danger-zone p[b-pqy64n3sf5] {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

@media (max-width: 1199.98px) {
    .account-layout[b-pqy64n3sf5] {
        grid-template-columns: 1fr;
    }

    .account-sidebar-card--sticky[b-pqy64n3sf5] {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .account-header[b-pqy64n3sf5] {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-header__content[b-pqy64n3sf5] {
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .preference-grid[b-pqy64n3sf5] {
        grid-template-columns: 1fr;
    }

    .account-card__header[b-pqy64n3sf5] {
        flex-direction: column;
        align-items: flex-start;
    }

    .security-item[b-pqy64n3sf5] {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-header__content[b-pqy64n3sf5] {
        flex-direction: column;
    }

    .account-bottom-bar__inner[b-pqy64n3sf5] {
        flex-wrap: wrap;
    }

    .account-bottom-bar__inner > :last-child[b-pqy64n3sf5] {
        width: 100%;
        justify-content: flex-start !important;
        margin-left: 0 !important;
    }
}
/* /Components/Account/Pages/ConfirmEmail.razor.rz.scp.css */
.auth-page[b-l2zi1j5phe] {
    min-height: calc(100vh - 120px);
}

.auth-card[b-l2zi1j5phe] {
    max-width: 620px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 2rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.06);
}

.auth-status[b-l2zi1j5phe] {
    text-align: center;
}

.auth-status--success .auth-title[b-l2zi1j5phe] {
    color: #198754;
}

.auth-status--danger .auth-title[b-l2zi1j5phe] {
    color: #b02a37;
}

.auth-eyebrow[b-l2zi1j5phe] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6c757d;
}

.auth-title[b-l2zi1j5phe] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #212529;
}

.auth-subtitle[b-l2zi1j5phe] {
    color: #6c757d;
    line-height: 1.6;
}

.auth-actions[b-l2zi1j5phe] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.auth-resend[b-l2zi1j5phe] {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border: 1px solid #f1d6d9;
    background: #fff8f8;
    text-align: center;
}

.auth-resend__text[b-l2zi1j5phe] {
    margin-bottom: 1rem;
    color: #6c757d;
}

@media (max-width: 576px) {
    .auth-card[b-l2zi1j5phe] {
        padding: 1.25rem;
    }

    .auth-actions[b-l2zi1j5phe] {
        flex-direction: column;
    }

    .auth-actions .btn[b-l2zi1j5phe],
    .auth-resend .btn[b-l2zi1j5phe] {
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-3p5f5l655z] {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-logo img[b-3p5f5l655z] {
    display: block;
    max-width: 100%;
    height: 60px;
}

/* Tablet */
@media (max-width: 991.98px) {
    .site-logo img[b-3p5f5l655z] {
        height: 48px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .site-logo img[b-3p5f5l655z] {
        height: 40px;
    }
}

.site-nav[b-3p5f5l655z],
.site-nav-mobile[b-3p5f5l655z] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.site-nav a[b-3p5f5l655z],
.site-nav-mobile a[b-3p5f5l655z] {
    color: #1f2430;
    text-decoration: none;
    font-weight: 500;
    transition: color .15s ease;
}

.site-nav a:hover[b-3p5f5l655z],
.site-nav-mobile a:hover[b-3p5f5l655z] {
    color: var(--bs-primary);
}

.site-nav-mobile[b-3p5f5l655z] {
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: .25rem;
    white-space: nowrap;
}

.site-nav-mobile a[b-3p5f5l655z] {
    display: inline-flex;
    padding: .4rem .85rem;
    background: #f5f5f7;
    border-radius: 999px;
    font-size: .95rem;
}

.tenantexchange-brand[b-3p5f5l655z]
{
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.tenantexchange-brand__logo[b-3p5f5l655z]
{
    height: 60px;
    filter: brightness(0) invert(1);
}

.tenantexchange-brand__socials[b-3p5f5l655z]
{
    display: flex;
    gap: 0.5rem;
}

/* Circle buttons */
.tenantexchange-brand__social-link[b-3p5f5l655z]
{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border: 1.5px solid rgba(255,255,255,0.9);
    border-radius: 50%;

    text-decoration: none;
    transition: background-color 0.2s ease;
}

/* SVG sizing + colouring */
.tenantexchange-brand__social-link img[b-3p5f5l655z]
{
    width: 16px;
    height: 16px;

    /* makes SVG white like screenshot */
    filter: brightness(0) invert(1);
}

/* Hover */
.tenantexchange-brand__social-link:hover[b-3p5f5l655z]
{
    background-color: rgba(255,255,255,0.12);
}

#blazor-error-ui[b-3p5f5l655z] {
    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-3p5f5l655z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-xgx6vrb6mu] {
    position: relative;
    z-index: 1030;
    background: #fff;
}

.site-navbar[b-xgx6vrb6mu] {
    min-height: 84px;
}

.site-nav[b-xgx6vrb6mu] {
    gap: 1rem;
}

.site-nav .nav-link[b-xgx6vrb6mu] {
    color: #1f2430;
    font-weight: 500;
    padding: 0.35rem 0;
    border-bottom: 2px solid transparent;
    transition: color .15s ease, border-color .15s ease;
    white-space: nowrap;
}

.site-nav .nav-link:hover[b-xgx6vrb6mu] {
    color: var(--bs-primary);
}

.site-nav .nav-link.active[b-xgx6vrb6mu] {
    color: var(--bs-primary);
    font-weight: 700;
    border-bottom-color: var(--bs-primary);
}

.site-header-actions[b-xgx6vrb6mu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.site-offcanvas[b-xgx6vrb6mu] {
    max-width: 320px;
}

@media (max-width: 1199.98px) {
    .site-offcanvas .offcanvas-body[b-xgx6vrb6mu] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
        gap: 1rem;
    }

    .site-nav[b-xgx6vrb6mu] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .site-nav .nav-link[b-xgx6vrb6mu] {
        padding: 0.75rem 1rem;
        border-bottom: 0;
        border-radius: 999px;
        background: #f5f5f7;
    }

    .site-nav .nav-link.active[b-xgx6vrb6mu] {
        background: rgba(var(--bs-primary-rgb), 0.10);
        border-bottom: 0;
    }

    .site-header-actions[b-xgx6vrb6mu] {
        flex-direction: column;
        align-items: stretch;
    }

    .site-header-actions .btn[b-xgx6vrb6mu] {
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .site-offcanvas[b-xgx6vrb6mu] {
        position: static;
        transform: none !important;
        visibility: visible !important;
        background: transparent;
        border: 0;
        max-width: none;
    }

    .site-offcanvas .offcanvas-body[b-xgx6vrb6mu] {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0;
        overflow: visible;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0vw7r2v56o],
.components-reconnect-repeated-attempt-visible[b-0vw7r2v56o],
.components-reconnect-failed-visible[b-0vw7r2v56o],
.components-pause-visible[b-0vw7r2v56o],
.components-resume-failed-visible[b-0vw7r2v56o],
.components-rejoining-animation[b-0vw7r2v56o] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0vw7r2v56o],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0vw7r2v56o],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0vw7r2v56o],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0vw7r2v56o],
#components-reconnect-modal.components-reconnect-retrying[b-0vw7r2v56o],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0vw7r2v56o],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0vw7r2v56o],
#components-reconnect-modal.components-reconnect-failed[b-0vw7r2v56o],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0vw7r2v56o] {
    display: block;
}


#components-reconnect-modal[b-0vw7r2v56o] {
    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-0vw7r2v56o 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0vw7r2v56o 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0vw7r2v56o 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0vw7r2v56o]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0vw7r2v56o 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0vw7r2v56o {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0vw7r2v56o {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0vw7r2v56o {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0vw7r2v56o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0vw7r2v56o] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0vw7r2v56o] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0vw7r2v56o] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0vw7r2v56o] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0vw7r2v56o] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0vw7r2v56o] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0vw7r2v56o 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0vw7r2v56o] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0vw7r2v56o {
    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/Listings/Pages/BrowseAreas.razor.rz.scp.css */
.areas-page[b-cahj5e73ab] {
    background: #ffffff;
    color: #444;
}

.areas-hero[b-cahj5e73ab] {
    background: linear-gradient(180deg, #fff7f9 0%, #ffffff 100%);
    border-bottom: 1px solid #ececec;
}

.areas-hero__content[b-cahj5e73ab] {
    max-width: 860px;
}

.areas-eyebrow[b-cahj5e73ab],
.section-eyebrow[b-cahj5e73ab] {
    color: #bf3551;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.areas-title[b-cahj5e73ab] {
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 700;
    color: #333;
}

.areas-subtitle[b-cahj5e73ab],
.section-subtitle[b-cahj5e73ab] {
    color: #666;
    font-size: 1.05rem;
    max-width: 760px;
}

.areas-search[b-cahj5e73ab] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px;
    max-width: 760px;
    border-radius: var(--card-radius);
}

.areas-search .material-symbols-outlined[b-cahj5e73ab] {
    font-size: 22px;
    color: #888;
    margin-left: 4px;
}

.areas-search .form-control[b-cahj5e73ab] {
    border: none;
    box-shadow: none;
    padding-left: 0;
}

.areas-search .form-control:focus[b-cahj5e73ab] {
    box-shadow: none;
}

.areas-section[b-cahj5e73ab] {
    background: #fff;
}

.areas-section--muted[b-cahj5e73ab] {
    background: #f8f8f8;
}

.section-heading[b-cahj5e73ab] {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.section-title[b-cahj5e73ab] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

.featured-areas-grid[b-cahj5e73ab] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.featured-area-card[b-cahj5e73ab] {
    position: relative;
    display: block;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid #ececec;
    text-decoration: none;
    color: inherit;
    background: #fafafa;
    border-radius: var(--card-radius);
}

.featured-area-card img[b-cahj5e73ab] {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.featured-area-card__overlay[b-cahj5e73ab] {
    position: absolute;
    inset: auto 0 0 0;
    padding: 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
    color: #fff;
}

.featured-area-card__overlay h3[b-cahj5e73ab] {
    margin: 0 0 6px;
    font-size: 1.2rem;
    font-weight: 600;
}

.featured-area-card__overlay p[b-cahj5e73ab] {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.9);
}

.area-card-grid[b-cahj5e73ab] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.area-card[b-cahj5e73ab] {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ececec;
    background: #fff;
    padding: 20px;
    height: 100%;
    transition: border-color 0.2s ease, background 0.2s ease;
    border-radius: var(--card-radius);
}

.area-card:hover[b-cahj5e73ab] {
    border-color: #bf3551;
    background: #fff9fa;
}

.area-card__icon[b-cahj5e73ab] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    background: #fff1f4;
    margin-bottom: 16px;
}

.area-card__icon .material-symbols-outlined[b-cahj5e73ab] {
    font-size: 26px;
    color: #bf3551;
}

.area-card h3[b-cahj5e73ab],
.popular-search-card h3[b-cahj5e73ab] {
    margin: 0 0 10px;
    font-size: 1.05rem;
    color: #333;
    font-weight: 600;
}

.area-card p[b-cahj5e73ab],
.popular-search-card p[b-cahj5e73ab] {
    margin: 0 0 12px;
    color: #666;
    font-size: 0.92rem;
}

.area-card__meta[b-cahj5e73ab] {
    color: #bf3551;
    font-size: 0.88rem;
    font-weight: 600;
}

.region-panel[b-cahj5e73ab] {
    border: 1px solid #ececec;
    background: #fff;
    padding: 22px;
    height: 100%;
    border-radius: var(--card-radius);
}

.region-panel__header[b-cahj5e73ab] {
    margin-bottom: 18px;
}

.region-tag-list[b-cahj5e73ab] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.region-tag[b-cahj5e73ab] {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #ececec;
    border-radius: var(--card-radius);
    background: #fafafa;
    text-decoration: none;
    color: #444;
    font-size: 0.9rem;
}

.region-tag:hover[b-cahj5e73ab] {
    border-color: #bf3551;
    color: #bf3551;
    background: #fff9fa;
}

.popular-search-grid[b-cahj5e73ab] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.popular-search-card[b-cahj5e73ab] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ececec;
    background: #fff;
    padding: 18px;
    border-radius: var(--card-radius);
}

.popular-search-card:hover[b-cahj5e73ab] {
    border-color: #bf3551;
    background: #fff9fa;
}

.popular-search-card .material-symbols-outlined[b-cahj5e73ab] {
    font-size: 24px;
    color: #bf3551;
    margin-top: 2px;
}

.popular-search-card p[b-cahj5e73ab] {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .featured-areas-grid[b-cahj5e73ab] {
        grid-template-columns: 1fr 1fr;
    }

    .area-card-grid[b-cahj5e73ab] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .areas-title[b-cahj5e73ab] {
        font-size: 2.4rem;
    }

    .featured-areas-grid[b-cahj5e73ab],
    .area-card-grid[b-cahj5e73ab],
    .popular-search-grid[b-cahj5e73ab] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .areas-title[b-cahj5e73ab] {
        font-size: 2rem;
    }

    .areas-search[b-cahj5e73ab] {
        grid-template-columns: 1fr;
    }

    .areas-search .material-symbols-outlined[b-cahj5e73ab] {
        display: none;
    }
}
/* /Components/Listings/Pages/Favourites.razor.rz.scp.css */
.favourites-page[b-4n1b99zgqs] {
    min-height: 100vh;
}

/* HERO */
.favourites-page .favourites-hero[b-4n1b99zgqs] {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    border-radius: var(--card-radius);
}

.favourites-page .dashboard-eyebrow[b-4n1b99zgqs] {
    color: #bf3551;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.favourites-page .dashboard-title[b-4n1b99zgqs] {
    font-size: 2rem;
    font-weight: 600;
    color: #444;
}

.favourites-page .dashboard-subtitle[b-4n1b99zgqs] {
    color: #666;
    max-width: 44rem;
}

.favourites-page .dashboard-hero-actions[b-4n1b99zgqs] {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
}

/* LOADING / EMPTY */
.favourites-loading[b-4n1b99zgqs],
.empty-state[b-4n1b99zgqs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    text-align: center;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 2rem;
}

.favourites-loading[b-4n1b99zgqs] {
    gap: .9rem;
}

.empty-state-icon[b-4n1b99zgqs] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fef2f2;
    color: #dc2626;
    margin-bottom: 1rem;
}

.empty-state-icon .material-symbols-outlined[b-4n1b99zgqs] {
    font-size: 2rem;
}

/* CARDS */
.favourite-card[b-4n1b99zgqs] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    border-radius: var(--card-radius);
}

.favourite-card:hover[b-4n1b99zgqs] {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .08);
    border-color: #d1d5db;
}

.favourite-image-wrap[b-4n1b99zgqs] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.favourite-image[b-4n1b99zgqs] {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    background: #f3f4f6;
}

.favourite-image-placeholder[b-4n1b99zgqs] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.favourite-image-placeholder .material-symbols-outlined[b-4n1b99zgqs] {
    font-size: 2rem;
}

.favourite-image-overlay[b-4n1b99zgqs] {
    position: absolute;
    top: .9rem;
    left: .9rem;
}

.favourite-card-body[b-4n1b99zgqs] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    flex: 1;
}

.favourite-card-top[b-4n1b99zgqs] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.favourite-price[b-4n1b99zgqs] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
}

.favourite-area[b-4n1b99zgqs] {
    color: #6b7280;
}

.favourite-card-top[b-4n1b99zgqs] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.favourite-card-actions[b-4n1b99zgqs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.favourite-action-btn[b-4n1b99zgqs] {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #e6d8dc;
    border-radius: 999px;
    background: #fff;
    color: #9b1c31;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: 
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.favourite-action-btn .material-symbols-outlined[b-4n1b99zgqs] {
    font-size: 1.2rem;
    line-height: 1;
}

.favourite-action-btn:hover[b-4n1b99zgqs] {
    background: #fff5f7;
    border-color: #d9a8b2;
    color: #7f1025;
    box-shadow: 0 0.35rem 0.85rem rgba(155, 28, 49, 0.12);
    transform: translateY(-1px);
}

.favourite-action-btn:active[b-4n1b99zgqs] {
    transform: translateY(0);
    box-shadow: none;
}

.favourite-action-btn:focus-visible[b-4n1b99zgqs] {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(155, 28, 49, 0.18);
}

.favourite-action-btn.is-active[b-4n1b99zgqs] {
    background: #9b1c31;
    border-color: #9b1c31;
    color: #fff;
}

.favourite-action-btn.is-active:hover[b-4n1b99zgqs] {
    background: #7f1025;
    border-color: #7f1025;
    color: #fff;
}

.favourite-action-btn.is-pinned .material-symbols-outlined[b-4n1b99zgqs] {
    transform: rotate(-8deg);
}

.favourite-action-btn--danger[b-4n1b99zgqs] {
    color: #c3344b;
}

.favourite-action-btn--danger:hover[b-4n1b99zgqs] {
    background: #fff1f3;
    border-color: #e1a9b2;
    color: #a61e34;
}

.favourite-card.pinned[b-4n1b99zgqs] {
    border-color: #e6c36a;
    box-shadow: 0 0.6rem 1.4rem rgba(230, 195, 106, 0.14);
}

.favourite-remove-btn[b-4n1b99zgqs] {
    padding: 0;
    color: #dc2626;
    text-decoration: none;
    line-height: 1;
}

.favourite-remove-btn:hover[b-4n1b99zgqs] {
    color: #b91c1c;
}

.favourite-meta[b-4n1b99zgqs] {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    color: #4b5563;
    font-size: .95rem;
}

.favourite-meta span[b-4n1b99zgqs] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.favourite-meta .material-symbols-outlined[b-4n1b99zgqs] {
    font-size: 1.15rem;
}

.favourite-price[b-4n1b99zgqs] {
    font-weight: 800;
    color: var(--bs-primary);
    margin-bottom: 12px;
    line-height: 1;
    font-size: 1.15rem;
}

.favourite-price span[b-4n1b99zgqs] {
    font-size: 0.92rem;
    color: #555;
    font-weight: 500;
    margin-left: 4px;
}

.favourite-description[b-4n1b99zgqs] {
    color: #4b5563;
    margin: 0;
    line-height: 1.5;
}

.favourite-footer[b-4n1b99zgqs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
    padding-top: .25rem;
}

.favourite-owner[b-4n1b99zgqs] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
}

.favourite-owner-avatar[b-4n1b99zgqs] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f5;
    color: #495057;
    font-weight: 700;
}

.favourite-owner-avatar-img[b-4n1b99zgqs] {
    object-fit: cover;
    display: block;
    border: 0;
}

.favourite-owner-name[b-4n1b99zgqs] {
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.favourite-added-date[b-4n1b99zgqs] {
    font-size: .86rem;
    color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .favourites-page .favourites-hero[b-4n1b99zgqs] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .favourite-footer[b-4n1b99zgqs] {
        flex-direction: column;
        align-items: stretch;
    }

    .favourite-owner-name[b-4n1b99zgqs] {
        max-width: none;
    }

    .favourites-page .dashboard-hero-actions[b-4n1b99zgqs] {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Listings/Pages/Matches.razor.rz.scp.css */
.results-page[b-v6zbo051dd] {
    padding: 12px 0 24px 0;
}

.results-layout[b-v6zbo051dd] {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.results-sidebar[b-v6zbo051dd] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: sticky;
    top: 115px;
}

.sidebar-panel[b-v6zbo051dd] {
    background: #fff;
    border: 1px solid #e9e4e5;
    border-radius: var(--card-radius);
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.sidebar-panel-header[b-v6zbo051dd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 12px 16px;
    border-bottom: 1px solid #f3eeee;
}

.sidebar-panel-header h3[b-v6zbo051dd] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #3f3f3f;
}

.sidebar-toggle-btn[b-v6zbo051dd] {
    border: 0;
    background: transparent;
    color: #666;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar-toggle-btn .material-symbols-outlined[b-v6zbo051dd] {
    font-size: 26px;
}

.sidebar-empty[b-v6zbo051dd] {
    padding: 14px 16px 16px 16px;
    color: #6a6a6a;
    font-size: 0.95rem;
}

.sidebar-actions[b-v6zbo051dd] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-icon[b-v6zbo051dd] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 999px;
    border: 1px solid #e6d8dc;
    background: #fff;
    color: #4f4f4f;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-icon:hover[b-v6zbo051dd] {
    background: #fcf6f7;
    border-color: #cfaab3;
    color: #bf3551;
}

.btn-icon .material-symbols-outlined[b-v6zbo051dd] {
    font-size: 20px;
    line-height: 1;
}

.target-list[b-v6zbo051dd] {
    list-style: none;
    margin: 0;
    padding: 10px 10px 14px 10px;
}

.target-list li[b-v6zbo051dd] {
    margin: 0;
}

.target-list li a[b-v6zbo051dd] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    color: #4d4d4d;
    text-decoration: none;
    border-radius: var(--card-radius);
    transition: background 0.2s ease, color 0.2s ease;
}

.target-list li a:hover[b-v6zbo051dd] {
    background: #f8f2f3;
    color: #bf3551;
}

.target-list li .material-symbols-outlined[b-v6zbo051dd] {
    font-size: 20px;
    color: #7b7b7b;
    vertical-align: middle;
}

.target-list__text[b-v6zbo051dd] {
    line-height: 1.2;
}

.target-list li.active a[b-v6zbo051dd] {
    background: #fff1f4;
    color: #bf3551;
    font-weight: 700;
}

.target-list li.active .material-symbols-outlined[b-v6zbo051dd] {
    color: #bf3551;
}

.sidebar-advert[b-v6zbo051dd] {
    min-height: 140px;
    background: linear-gradient(180deg, #ece6e7 0%, #ddd5d7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1.2rem;
    border: 1px solid #ddd5d7;
    border-radius: var(--card-radius);
}

.search-form[b-v6zbo051dd] {
    padding: 16px;
}

.form-group[b-v6zbo051dd] {
    margin-bottom: 14px;
}

.form-group label[b-v6zbo051dd],
.form-label-inline[b-v6zbo051dd] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.98rem;
    color: #555;
    margin-bottom: 6px;
    font-weight: 600;
}

.form-help[b-v6zbo051dd] {
    display: block;
    margin-top: 6px;
    color: #7a7a7a;
    font-size: 0.85rem;
}

.field-icon[b-v6zbo051dd] {
    font-size: 18px;
    color: #777;
}

.form-control[b-v6zbo051dd],
.form-select[b-v6zbo051dd] {
    border-radius: var(--card-radius);
    min-height: 44px;
    border: 1px solid #ddd8d9;
    box-shadow: none;
    padding-left: 12px;
    padding-right: 12px;
}

.form-control:focus[b-v6zbo051dd],
.form-select:focus[b-v6zbo051dd] {
    box-shadow: none;
    border-color: #bf3551;
}

.form-row-2[b-v6zbo051dd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.type-check-grid[b-v6zbo051dd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
}

.type-check-item[b-v6zbo051dd] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #ece6e7;
    border-radius: var(--card-radius);
    cursor: pointer;
    background: #fff;
    font-size: 0.95rem;
}

.type-check-item:hover[b-v6zbo051dd] {
    border-color: #d9c5ca;
    background: #fcf8f9;
}

.active-filter-summary[b-v6zbo051dd] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 14px 0;
}

.filter-pill[b-v6zbo051dd] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f5f3f3;
    border: 1px solid #ebe5e6;
    color: #555;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 0.86rem;
}

.filter-pill .material-symbols-outlined[b-v6zbo051dd] {
    font-size: 16px;
}

.results-main[b-v6zbo051dd] {
    min-width: 0;
}

.results-header[b-v6zbo051dd] {
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #e9e4e5;
    border-radius: var(--card-radius);
    padding: 18px 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.results-eyebrow[b-v6zbo051dd] {
    color: #8b6e75;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.results-header h1[b-v6zbo051dd] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #353535;
    line-height: 1.1;
}

.results-header h1 span[b-v6zbo051dd] {
    color: #bf3551;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.results-count-card[b-v6zbo051dd] {
    min-width: 120px;
    text-align: center;
    background: #fff4f6;
    border: 1px solid #f0d8de;
    border-radius: var(--card-radius);
    padding: 12px 14px;
}

.results-count-card__value[b-v6zbo051dd] {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    color: #bf3551;
}

.results-count-card__label[b-v6zbo051dd] {
    font-size: 0.88rem;
    color: #6d5b60;
    margin-top: 4px;
}

.empty-state[b-v6zbo051dd] {
    background: #fff;
    border: 1px solid #e9e4e5;
    border-radius: var(--card-radius);
    padding: 34px 20px;
    text-align: center;
}

.empty-state__icon[b-v6zbo051dd] {
    margin-bottom: 10px;
}

.empty-state__icon .material-symbols-outlined[b-v6zbo051dd] {
    font-size: 40px;
    color: #bf3551;
}

.empty-state h2[b-v6zbo051dd] {
    font-size: 1.3rem;
    color: #404040;
    margin-bottom: 8px;
}

.empty-state p[b-v6zbo051dd] {
    margin: 0;
    color: #666;
}

.listing-results[b-v6zbo051dd] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.listing-card[b-v6zbo051dd] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 280px;
    background: #fff;
    border: 1px solid #e9e4e5;
    border-radius: var(--card-radius);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.035);
}

.listing-image-wrap[b-v6zbo051dd] {
    background: #efefef;
    display: flex;
    align-items: start;
    justify-content: center;
    overflow: hidden;
    min-height: 100%;
}

.listing-image[b-v6zbo051dd] {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    background: #efefef;
}

.listing-main-content[b-v6zbo051dd] {
    padding: 18px;
    min-width: 0;
}

.listing-topline[b-v6zbo051dd] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 14px;
    margin-bottom: 10px;
}

.listing-title-wrap[b-v6zbo051dd] {
    min-width: 0;
}

.listing-main-content .h2[b-v6zbo051dd] {
    display: block;
    margin: 0 0 6px 0;
    font-size: 1.45rem !important;
    line-height: 1.1;
    color: var(--bs-primary);
    font-weight: 800;
    text-decoration: none;
}

.listing-main-content .h2:hover[b-v6zbo051dd] {
    text-decoration: underline;
}

.listing-subtitle[b-v6zbo051dd] {
    color: #787878;
    font-size: 0.95rem;
}

.match-score-box[b-v6zbo051dd] {
    min-width: 78px;
    background: #f8f4f5;
    border: 1px solid #eee4e7;
    border-radius: var(--card-radius);
    text-align: center;
    padding: 10px 8px;
    flex-shrink: 0;
}

.match-score-box__value[b-v6zbo051dd] {
    color: #bf3551;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
}

.match-score-box__label[b-v6zbo051dd] {
    color: #75666a;
    font-size: 0.78rem;
    margin-top: 3px;
}

.listing-meta[b-v6zbo051dd] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.listing-meta span[b-v6zbo051dd] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.listing-meta .material-symbols-outlined[b-v6zbo051dd] {
    font-size: 18px;
}

.listing-price[b-v6zbo051dd] {
    font-weight: 800;
    color: var(--bs-primary);
    margin-bottom: 12px;
    line-height: 1;
    font-size: 1.15rem;
}

.listing-price span[b-v6zbo051dd] {
    font-size: 0.92rem;
    color: #555;
    font-weight: 500;
    margin-left: 4px;
}

.match-panel[b-v6zbo051dd] {
    margin-bottom: 14px;
    background: #fcfafb;
    border: 1px solid #eee8e9;
    border-radius: var(--card-radius);
    padding: 12px;
}

.match-panel__title[b-v6zbo051dd] {
    font-weight: 700;
    color: #444;
    margin-bottom: 10px;
}

.match-badges[b-v6zbo051dd] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.match-badge[b-v6zbo051dd] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #e6dfe1;
    color: #555;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 0.86rem;
    line-height: 1.2;
}

.match-badge .material-symbols-outlined[b-v6zbo051dd] {
    font-size: 16px;
}

.match-badge--primary[b-v6zbo051dd] {
    background: #fff1f4;
    border-color: #f0ccd5;
    color: #a92f48;
    font-weight: 700;
}

.listing-description[b-v6zbo051dd] {
    margin: 0;
    color: #5f5f5f;
    font-size: 0.98rem;
    line-height: 1.5;
}

.listing-description--muted[b-v6zbo051dd] {
    color: #858585;
}

.listing-looking-for[b-v6zbo051dd] {
    border-left: 1px solid #f0ebec;
    padding: 18px;
    background: linear-gradient(180deg, #fff 0%, #fcfafb 100%);
    display: flex;
    flex-direction: column;
}

.listing-looking-for h3[b-v6zbo051dd] {
    margin: 0 0 12px 0;
    color: #444;
    font-size: 1.1rem;
    font-weight: 800;
}

.looking-for-summary[b-v6zbo051dd] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}

.looking-for-item[b-v6zbo051dd] {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #eee5e7;
}

.looking-for-item:last-child[b-v6zbo051dd] {
    border-bottom: 0;
}

.looking-for-item .material-symbols-outlined[b-v6zbo051dd] {
    font-size: 18px;
    color: #7a7a7a;
    margin-top: 2px;
}

.looking-for-item__label[b-v6zbo051dd] {
    color: #7a7a7a;
    font-size: 0.82rem;
    margin-bottom: 2px;
}

.looking-for-item__value[b-v6zbo051dd] {
    color: #353535;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.3;
}

.looking-for-note[b-v6zbo051dd] {
    padding-top: 0.75rem;
    border-top: 1px solid #eee;
}

.looking-for-note-text[b-v6zbo051dd] {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

.listing-card-actions[b-v6zbo051dd] {
    margin-top: auto;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.listing-card-actions__row[b-v6zbo051dd] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
}

.listing-card-actions__row > *[b-v6zbo051dd] {
    flex-shrink: 0;
}

.listing-card-actions__view-btn[b-v6zbo051dd] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}

[b-v6zbo051dd] .favourite-btn--icon-only,
.listing-card-actions__row .btn-icon[b-v6zbo051dd] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.results-group[b-v6zbo051dd] {
    margin-bottom: 22px;
}

.results-group__header[b-v6zbo051dd] {
    background: #fff;
    border: 1px solid #e9e4e5;
    padding: 16px 18px;
    margin-bottom: 14px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    border-radius: var(--card-radius);
}

.results-group__header h2[b-v6zbo051dd] {
    margin: 0 0 4px 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: #353535;
}

.results-group__header p[b-v6zbo051dd] {
    margin: 0;
    color: #6d5b60;
    font-size: 0.95rem;
}

.results-group__count[b-v6zbo051dd] {
    min-width: 54px;
    text-align: center;
    background: #fff4f6;
    border: 1px solid #f0d8de;
    padding: 10px 12px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #bf3551;
    border-radius: var(--card-radius);
}

@media (max-width: 1399.98px) {
    .listing-card[b-v6zbo051dd] {
        grid-template-columns: 230px minmax(0, 1fr) 260px;
    }
}

@media (max-width: 1199.98px) {
    .listing-card[b-v6zbo051dd] {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .listing-looking-for[b-v6zbo051dd] {
        grid-column: 1 / -1;
        border-left: 0;
        border-top: 1px solid #f0ebec;
    }

    .results-sidebar[b-v6zbo051dd] {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .results-layout[b-v6zbo051dd] {
        grid-template-columns: 1fr;
    }

    .results-sidebar[b-v6zbo051dd] {
        order: 2;
    }

    .results-main[b-v6zbo051dd] {
        order: 1;
    }

    .results-header[b-v6zbo051dd] {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 767.98px) {
    .results-page[b-v6zbo051dd] {
        padding-top: 8px;
    }

    .results-header h1[b-v6zbo051dd] {
        font-size: 1.5rem;
    }

    .listing-card[b-v6zbo051dd] {
        grid-template-columns: 1fr;
    }

    .listing-image-wrap[b-v6zbo051dd] {
        min-height: 220px;
    }

    .listing-looking-for[b-v6zbo051dd] {
        border-top: 1px solid #f0ebec;
    }

    .form-row-2[b-v6zbo051dd] {
        grid-template-columns: 1fr;
    }

    .listing-topline[b-v6zbo051dd] {
        flex-direction: column;
        align-items: stretch;
    }

    .match-score-box[b-v6zbo051dd] {
        width: 100%;
    }

    .listing-card-actions__row[b-v6zbo051dd] {
        gap: 0.5rem;
    }
}
/* /Components/Listings/Pages/MyListing.razor.rz.scp.css */
.my-listing-page[b-y0sz01zkgx] {
    min-height: 100vh;
    margin-bottom: -1.5rem;
}

.my-listing-header[b-y0sz01zkgx] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: var(--card-radius);
}

.my-listing-eyebrow[b-y0sz01zkgx] {
    color: #bf3551;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.my-listing-title[b-y0sz01zkgx] {
    font-size: 2rem;
    font-weight: 600;
    color: #444;
}

.my-listing-subtitle[b-y0sz01zkgx] {
    color: #666;
}

.my-listing-header__actions[b-y0sz01zkgx] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.my-listing-layout[b-y0sz01zkgx] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 360px);
    gap: 16px;
    align-items: start;
}

.editor-card[b-y0sz01zkgx],
.editor-sidebar-card[b-y0sz01zkgx] {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 18px;
    border-radius: var(--card-radius);
}

.editor-card__header[b-y0sz01zkgx] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 16px;
}

.editor-card__header h2[b-y0sz01zkgx],
.editor-sidebar-card h3[b-y0sz01zkgx] {
    margin: 0 0 4px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #444;
}

.editor-card__header p[b-y0sz01zkgx] {
    margin: 0;
    color: #777;
    font-size: 0.9rem;
}

.editor-status-row[b-y0sz01zkgx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.editor-status-pill[b-y0sz01zkgx] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 0.9rem;
    font-weight: 600;
    background: #f3f3f3;
    color: #444;
}

.editor-status-pill.is-live[b-y0sz01zkgx] {
    background: rgba(40, 167, 69, 0.12);
    color: #1f7a34;
}

.editor-switch[b-y0sz01zkgx] {
    margin-bottom: 0;
}

.target-area-list[b-y0sz01zkgx] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.target-area-card[b-y0sz01zkgx] {
    border: 1px solid #ececec;
    background: #fafafa;
    padding: 14px 16px;
}

.target-area-summary[b-y0sz01zkgx] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.target-area-summary__title[b-y0sz01zkgx] {
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 4px;
}

.target-area-summary__text[b-y0sz01zkgx] {
    color: #666;
    font-size: 0.92rem;
}

.target-area-summary__actions[b-y0sz01zkgx] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.target-area-editor[b-y0sz01zkgx] {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e9e9e9;
}

.target-area-empty[b-y0sz01zkgx] {
    border: 1px dashed #ddd;
    background: #fcfcfc;
    color: #777;
    padding: 14px 16px;
}

@media (max-width: 767.98px) {
    .target-area-summary[b-y0sz01zkgx] {
        flex-direction: column;
    }

    .target-area-summary__actions[b-y0sz01zkgx] {
        width: 100%;
    }
}

.feature-check-grid[b-y0sz01zkgx] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.feature-check[b-y0sz01zkgx] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #ececec;
    background: #fafafa;
    cursor: pointer;
}

.feature-check input[b-y0sz01zkgx] {
    margin: 0;
}

.progress-ring-wrapper[b-y0sz01zkgx] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5em;
}

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

.progress-ring[b-y0sz01zkgx] {
    --progress: 0;
    --size: 132px;
    --thickness: 10px;

    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    background: conic-gradient(
        var(--bs-primary) calc(var(--progress) * 1%),
        #e9ecef 0
    );

    transition: --progress 0.35s ease;
}

.progress-ring__inner[b-y0sz01zkgx] {
    width: calc(var(--size) - (var(--thickness) * 2));
    height: calc(var(--size) - (var(--thickness) * 2));
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.progress-ring__value[b-y0sz01zkgx] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    color: #1f2937;
}

.progress-ring__label[b-y0sz01zkgx] {
    margin-top: 0.35rem;
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1;
}

.progress-ring--sm[b-y0sz01zkgx] {
    --size: 52px;
    --thickness: 5px;
}

.progress-ring--sm .progress-ring__value[b-y0sz01zkgx] {
    font-size: 0.95rem;
}

.progress-ring-inline-label[b-y0sz01zkgx] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    line-height: 1;
}

.editor-checklist[b-y0sz01zkgx] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.editor-checklist__item[b-y0sz01zkgx] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.92rem;
}

.editor-checklist__item.is-complete[b-y0sz01zkgx] {
    color: #1f7a34;
}

.editor-checklist__item .material-symbols-outlined[b-y0sz01zkgx] {
    font-size: 20px;
}

.sidebar-meta-row[b-y0sz01zkgx] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.92rem;
}

.sidebar-meta-row:last-child[b-y0sz01zkgx] {
    border-bottom: none;
}

.sidebar-meta-row span[b-y0sz01zkgx] {
    color: #666;
}

.sidebar-meta-row strong[b-y0sz01zkgx] {
    color: #444;
    text-align: right;
}

.quick-link-list[b-y0sz01zkgx] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-link[b-y0sz01zkgx] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #444;
    padding: 10px 12px;
    border: 1px solid #ececec;
    background: #fafafa;
    border-radius: var(--card-radius);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.quick-link:hover[b-y0sz01zkgx] {
    border-color: #bf3551;
    color: #bf3551;
}

.quick-link .material-symbols-outlined[b-y0sz01zkgx] {
    font-size: 20px;
}

.editor-tips[b-y0sz01zkgx] {
    margin: 0;
    padding-left: 18px;
    color: #666;
    font-size: 0.92rem;
}

.my-listing-bottom-bar[b-y0sz01zkgx] {
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #dee2e6;
    z-index: 50;
}

.my-listing-bottom-bar__inner[b-y0sz01zkgx] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (max-width: 1199.98px) {
    .my-listing-layout[b-y0sz01zkgx] {
        grid-template-columns: 1fr;
    }

    .editor-sidebar-card--sticky[b-y0sz01zkgx] {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .my-listing-header[b-y0sz01zkgx] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .feature-check-grid[b-y0sz01zkgx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Listings/Pages/Property.razor.rz.scp.css */
.listing-page[b-bfek8oh4wl] {
    min-height: 100vh;
    color: #333;
}

.listing-breadcrumb[b-bfek8oh4wl] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #666;
}

.listing-breadcrumb a[b-bfek8oh4wl] {
    color: #bf3551;
    text-decoration: none;
}

.listing-header[b-bfek8oh4wl] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.listing-title[b-bfek8oh4wl] {
    margin: 0 0 8px;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

.listing-location[b-bfek8oh4wl] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-size: 0.95rem;
}

.listing-location .material-symbols-outlined[b-bfek8oh4wl] {
    font-size: 20px;
    color: #bf3551;
}

.listing-header-actions[b-bfek8oh4wl] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.listing-header-actions .btn[b-bfek8oh4wl] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.listing-gallery[b-bfek8oh4wl] {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 12px;
}

.listing-gallery-main[b-bfek8oh4wl],
.listing-gallery-side > div[b-bfek8oh4wl],
.listing-gallery-side img[b-bfek8oh4wl],
.listing-gallery-main img[b-bfek8oh4wl],
.listing-gallery-more[b-bfek8oh4wl] {
    border-radius: 0;
    overflow: hidden;
}

.listing-gallery-main img[b-bfek8oh4wl] {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.listing-gallery-side[b-bfek8oh4wl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.listing-gallery-side img[b-bfek8oh4wl],
.listing-gallery-more img[b-bfek8oh4wl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.listing-gallery-more[b-bfek8oh4wl] {
    position: relative;
}

.listing-gallery-button[b-bfek8oh4wl] {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 0;
}

.listing-top-summary[b-bfek8oh4wl] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.summary-card[b-bfek8oh4wl] {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border-radius: var(--card-radius);
}

.summary-card .material-symbols-outlined[b-bfek8oh4wl] {
    font-size: 24px;
    color: #bf3551;
    margin-top: 2px;
}

.summary-card strong[b-bfek8oh4wl] {
    display: block;
    margin-bottom: 4px;
    color: #333;
}

.summary-card p[b-bfek8oh4wl] {
    margin: 0;
    color: #777;
    font-size: 0.9rem;
}

.listing-layout[b-bfek8oh4wl] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 360px;
    gap: 16px;
    align-items: start;
}

.listing-panel[b-bfek8oh4wl],
.listing-sidebar-card[b-bfek8oh4wl] {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 18px;
    border-radius: var(--card-radius);
}

.listing-panel h2[b-bfek8oh4wl],
.listing-sidebar-card h3[b-bfek8oh4wl] {
    margin: 0 0 14px;
    font-size: 1.15rem;
    color: #333;
    font-weight: 700;
}

.host-summary[b-bfek8oh4wl] {
    display: flex;
    gap: 16px;
    align-items: center;
}

.host-summary__image[b-bfek8oh4wl] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.host-summary h2[b-bfek8oh4wl] {
    margin-bottom: 6px;
}

.host-summary__meta[b-bfek8oh4wl] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: #666;
    font-size: 0.9rem;
}

.host-summary__meta span[b-bfek8oh4wl] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.host-summary__meta .material-symbols-outlined[b-bfek8oh4wl] {
    font-size: 18px;
    color: #bf3551;
}

.features-grid[b-bfek8oh4wl] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.feature-item[b-bfek8oh4wl] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #ececec;
    background: #fafafa;
}

.feature-item .material-symbols-outlined[b-bfek8oh4wl] {
    color: #bf3551;
    font-size: 22px;
}

.rules-list[b-bfek8oh4wl] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rule-item[b-bfek8oh4wl] {
    display: flex;
    gap: 12px;
    padding: 12px;
    border: 1px solid #ececec;
    background: #fafafa;
}

.rule-item .material-symbols-outlined[b-bfek8oh4wl] {
    color: #bf3551;
    font-size: 22px;
    margin-top: 2px;
}

.rule-item strong[b-bfek8oh4wl] {
    display: block;
    margin-bottom: 4px;
}

.rule-item p[b-bfek8oh4wl] {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

.listing-map-placeholder[b-bfek8oh4wl] {
    min-height: 240px;
    border: 1px dashed #d7d7d7;
    background: #fafafa;
    display: grid;
    place-items: center;
    gap: 8px;
    color: #777;
    font-size: 0.95rem;
}

.listing-map-placeholder .material-symbols-outlined[b-bfek8oh4wl] {
    font-size: 32px;
    color: #bf3551;
}

.preference-tags[b-bfek8oh4wl] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.preference-tag[b-bfek8oh4wl] {
    background: #f0f0f0;
    padding: 6px 10px;
    font-size: 0.85rem;
    color: #444;
}

.sidebar-price[b-bfek8oh4wl] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.sidebar-price strong[b-bfek8oh4wl] {
    font-size: 1.15rem;
    color: #333;
}

.sidebar-price span[b-bfek8oh4wl] {
    color: #777;
    font-size: 0.9rem;
}

.sidebar-meta[b-bfek8oh4wl] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-meta-row[b-bfek8oh4wl] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 0.92rem;
}

.sidebar-meta-row:last-child[b-bfek8oh4wl] {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-meta-row span[b-bfek8oh4wl] {
    color: #666;
}

.sidebar-meta-row strong[b-bfek8oh4wl] {
    color: #333;
    text-align: right;
}

.trust-list[b-bfek8oh4wl] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trust-list li[b-bfek8oh4wl] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 0.92rem;
}

.trust-list .material-symbols-outlined[b-bfek8oh4wl] {
    font-size: 20px;
    color: #bf3551;
}

.listing-section-intro[b-bfek8oh4wl] {
    margin: -4px 0 16px;
    color: #666;
    font-size: 0.95rem;
}

.target-summary-grid[b-bfek8oh4wl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.target-summary-item[b-bfek8oh4wl] {
    background: #fafafa;
    border: 1px solid #ececec;
    padding: 14px;
}

.target-summary-item--full[b-bfek8oh4wl] {
    grid-column: 1 / -1;
}

.target-summary-label[b-bfek8oh4wl] {
    display: block;
    margin-bottom: 6px;
    font-size: 0.78rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
}

.target-summary-item strong[b-bfek8oh4wl] {
    color: #333;
    font-weight: 600;
}

.target-notes[b-bfek8oh4wl] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.target-notes p[b-bfek8oh4wl] {
    color: #555;
}

.listing-section-intro[b-bfek8oh4wl] {
    margin: -4px 0 16px;
    color: #666;
    font-size: 0.95rem;
}

.target-summary-grid[b-bfek8oh4wl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.target-summary-item[b-bfek8oh4wl] {
    background: #fafafa;
    border: 1px solid #ececec;
    padding: 14px;
}

.target-summary-item--full[b-bfek8oh4wl] {
    grid-column: 1 / -1;
}

.target-summary-head[b-bfek8oh4wl] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.target-summary-head .material-symbols-outlined[b-bfek8oh4wl] {
    font-size: 20px;
    color: #bf3551;
}

.target-summary-label[b-bfek8oh4wl] {
    display: block;
    font-size: 0.78rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
    margin: 0;
}

.target-summary-item strong[b-bfek8oh4wl] {
    display: block;
    color: #333;
    font-weight: 600;
    line-height: 1.45;
}

.target-notes[b-bfek8oh4wl] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.target-notes p[b-bfek8oh4wl] {
    color: #555;
}

@media (max-width: 767.98px) {
    .target-summary-grid[b-bfek8oh4wl] {
        grid-template-columns: 1fr;
    }

    .target-summary-item--full[b-bfek8oh4wl] {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .target-summary-grid[b-bfek8oh4wl] {
        grid-template-columns: 1fr;
    }

    .target-summary-item--full[b-bfek8oh4wl] {
        grid-column: auto;
    }
}

@media (max-width: 1199.98px) {
    .listing-top-summary[b-bfek8oh4wl] {
        grid-template-columns: repeat(2, 1fr);
    }

    .listing-layout[b-bfek8oh4wl] {
        grid-template-columns: 1fr;
    }

    .listing-sidebar[b-bfek8oh4wl] {
        order: -1;
    }
}

@media (max-width: 991.98px) {
    .listing-gallery[b-bfek8oh4wl] {
        grid-template-columns: 1fr;
    }

    .listing-gallery-main img[b-bfek8oh4wl] {
        min-height: 320px;
    }

    .listing-header[b-bfek8oh4wl] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .listing-gallery-side[b-bfek8oh4wl] {
        grid-template-columns: 1fr 1fr;
    }

    .listing-top-summary[b-bfek8oh4wl],
    .features-grid[b-bfek8oh4wl] {
        grid-template-columns: 1fr;
    }

    .host-summary[b-bfek8oh4wl] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .listing-gallery-side[b-bfek8oh4wl] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Listings/Pages/Search.razor.rz.scp.css */
.manual-search-page .results-layout[b-purnynzqwu] {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.manual-search-page .results-sidebar[b-purnynzqwu],
.manual-search-page .results-main[b-purnynzqwu] {
    min-width: 0;
}

.manual-search-page .sidebar-panel[b-purnynzqwu],
.manual-search-page .sidebar-advert[b-purnynzqwu],
.manual-search-page .manual-search-summary[b-purnynzqwu],
.manual-search-page .listing-card[b-purnynzqwu],
.manual-search-page .empty-state[b-purnynzqwu] {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: var(--card-radius);
}

.manual-search-page .sidebar-panel-header[b-purnynzqwu],
.manual-search-page .results-group__header[b-purnynzqwu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.manual-search-page .sidebar-panel[b-purnynzqwu] {
    padding: 1.25rem;
}

.manual-search-page .manual-search-panel[b-purnynzqwu] {
    position: sticky;
    top: 1.5rem;
}

.manual-search-page .sidebar-panel-header h3[b-purnynzqwu] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.manual-search-page .manual-search-form .form-label[b-purnynzqwu] {
    margin-bottom: 0.45rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #1f2937;
}

.manual-search-page .manual-search-form .form-text[b-purnynzqwu] {
    margin-top: 0.35rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.manual-search-page .manual-search-form .form-control[b-purnynzqwu],
.manual-search-page .manual-search-form .form-select[b-purnynzqwu] {
    min-height: 46px;
    border: 1px solid #d8dbe2;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.95rem;
}

.manual-search-page .manual-search-form .form-control:focus[b-purnynzqwu],
.manual-search-page .manual-search-form .form-select:focus[b-purnynzqwu] {
    border-color: rgba(220, 53, 69, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.12);
}

.manual-search-page .manual-search-checks[b-purnynzqwu] {
    display: grid;
    gap: 0.6rem;
}

.manual-search-page .manual-check[b-purnynzqwu] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.94rem;
    color: #1f2937;
    cursor: pointer;
    user-select: none;
}

.manual-search-page .manual-check input[type="checkbox"][b-purnynzqwu] {
    margin: 0;
    width: 1rem;
    height: 1rem;
    accent-color: #dc3545;
    cursor: pointer;
}

.manual-search-page .manual-search-actions[b-purnynzqwu] {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.results-header[b-purnynzqwu] {
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #e9e4e5;
    border-radius: var(--card-radius);
    padding: 18px 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.results-eyebrow[b-purnynzqwu] {
    color: #8b6e75;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.results-header h1[b-purnynzqwu] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #353535;
    line-height: 1.1;
}

.results-count-card[b-purnynzqwu] {
    min-width: 120px;
    text-align: center;
    background: #fff4f6;
    border: 1px solid #f0d8de;
    border-radius: var(--card-radius);
    padding: 12px 14px;
}

.results-count-card__value[b-purnynzqwu] {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    color: #bf3551;
}

.results-count-card__label[b-purnynzqwu] {
    font-size: 0.88rem;
    color: #6d5b60;
    margin-top: 4px;
}

.manual-search-page .manual-search-summary[b-purnynzqwu] {
    padding: 1rem 1.1rem;
    margin-bottom: 1.25rem;
}

.manual-search-page .manual-search-summary__label[b-purnynzqwu] {
    margin-bottom: 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
}

.manual-search-page .manual-search-summary__tags[b-purnynzqwu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.manual-search-page .listing-results[b-purnynzqwu] {
    display: grid;
    gap: 1.25rem;
}

.manual-search-page .listing-card[b-purnynzqwu] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 300px;
    gap: 0;
    overflow: hidden;
}

.manual-search-page .listing-image-wrap[b-purnynzqwu] {
    min-height: 100%;
    background: #f3f4f6;
}

.manual-search-page .listing-image[b-purnynzqwu] {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.manual-search-page .listing-main-content[b-purnynzqwu] {
    padding: 1.25rem;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.manual-search-page .listing-looking-for[b-purnynzqwu] {
    padding: 1.25rem;
    background: #fcfcfc;
}

.manual-search-page .listing-looking-for h3[b-purnynzqwu] {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 700;
}

.manual-search-page .listing-topline[b-purnynzqwu] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.manual-search-page .listing-title-wrap .h2[b-purnynzqwu],
.manual-search-page .listing-title-wrap a.h2[b-purnynzqwu] {
    display: inline-block;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 700;
    color: #212529;
    text-decoration: none;
}

.manual-search-page .listing-title-wrap .h2:hover[b-purnynzqwu],
.manual-search-page .listing-title-wrap a.h2:hover[b-purnynzqwu] {
    color: #b02a37;
    text-decoration: underline;
}

.manual-search-page .listing-subtitle[b-purnynzqwu] {
    margin-top: 0.35rem;
    font-size: 0.92rem;
    color: #6b7280;
}

.manual-search-page .match-score-box[b-purnynzqwu] {
    flex: 0 0 auto;
    min-width: 72px;
    text-align: center;
}

.manual-search-page .match-score-box__value[b-purnynzqwu] {
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 700;
}

.manual-search-page .match-score-box__label[b-purnynzqwu] {
    margin-top: 0.3rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.manual-search-page .listing-meta[b-purnynzqwu] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.85rem;
    font-size: 0.92rem;
    color: #4b5563;
}

.manual-search-page .listing-meta > span[b-purnynzqwu] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.manual-search-page .listing-price[b-purnynzqwu] {
    margin-bottom: 1rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
}

.manual-search-page .listing-price span[b-purnynzqwu] {
    margin-left: 0.35rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #6b7280;
}

.manual-search-page .match-panel[b-purnynzqwu] {
    margin-bottom: 1rem;
}

.manual-search-page .match-panel__title[b-purnynzqwu] {
    margin-bottom: 0.65rem;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.manual-search-page .match-badges[b-purnynzqwu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.manual-search-page .match-badge[b-purnynzqwu] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 34px;
    padding: 0.35rem 0.7rem;
    background: #f6f7f9;
    border: 1px solid #e6e8ec;
    font-size: 0.84rem;
    color: #374151;
}

.manual-search-page .match-badge--primary[b-purnynzqwu] {
    background: rgba(220, 53, 69, 0.08);
    border-color: rgba(220, 53, 69, 0.18);
    color: #b02a37;
}

.manual-search-page .match-badge--muted[b-purnynzqwu] {
    background: #fafafa;
    border-color: #ececec;
    color: #6b7280;
}

.manual-search-page .match-badge .material-symbols-outlined[b-purnynzqwu] {
    font-size: 1rem;
}

.manual-search-page .match-missing[b-purnynzqwu] {
    margin-top: 0.85rem;
}

.manual-search-page .listing-description[b-purnynzqwu] {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #374151;
}

.manual-search-page .listing-description--muted[b-purnynzqwu] {
    color: #9ca3af;
}

.manual-search-page .looking-for-summary[b-purnynzqwu] {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.manual-search-page .looking-for-item[b-purnynzqwu] {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 0.65rem;
    align-items: start;
}

.manual-search-page .looking-for-item .material-symbols-outlined[b-purnynzqwu] {
    font-size: 1.1rem;
    color: #6b7280;
}

.manual-search-page .looking-for-item__label[b-purnynzqwu] {
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.manual-search-page .looking-for-item__value[b-purnynzqwu] {
    margin-top: 0.15rem;
    font-size: 0.92rem;
    color: #111827;
}

.manual-search-page .listing-card-actions[b-purnynzqwu] {
    margin-top: 1rem;
}

.manual-search-page .empty-state[b-purnynzqwu] {
    padding: 2rem 1.25rem;
    text-align: center;
}

.manual-search-page .empty-state__icon[b-purnynzqwu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 0.85rem;
    background: #f8f9fa;
    border: 1px solid #ececec;
    color: #6b7280;
    border-radius: var(--card-radius);
}

.manual-search-page .empty-state__icon .material-symbols-outlined[b-purnynzqwu] {
    font-size: 1.7rem;
}

.manual-search-page .empty-state h2[b-purnynzqwu] {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.manual-search-page .empty-state p[b-purnynzqwu] {
    margin: 0;
    color: #6b7280;
}

.listing-card-actions[b-purnynzqwu] {
    margin-top: auto;
    padding-top: 14px;
}

.listing-card-actions__row[b-purnynzqwu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.listing-card-actions__row > *[b-purnynzqwu] {
    align-self: center;
}

.listing-card-actions__view-btn[b-purnynzqwu] {
    flex-grow: 1;
}

[b-purnynzqwu] .favourite-btn--icon-only {
    flex: 0 0 auto;
}

@media (max-width: 1399.98px) {
    .manual-search-page .listing-card[b-purnynzqwu] {
        grid-template-columns: 220px minmax(0, 1fr) 280px;
    }
}

@media (max-width: 1199.98px) {
    .manual-search-page .results-layout[b-purnynzqwu] {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .manual-search-page .listing-card[b-purnynzqwu] {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .manual-search-page .listing-looking-for[b-purnynzqwu] {
        grid-column: 1 / -1;
        border-top: 1px solid #ececec;
    }

    .manual-search-page .listing-main-content[b-purnynzqwu] {
        border-right: 0;
    }
}

@media (max-width: 991.98px) {
    .manual-search-page .results-layout[b-purnynzqwu] {
        grid-template-columns: 1fr;
    }

    .manual-search-page .manual-search-panel[b-purnynzqwu] {
        position: static;
        top: auto;
    }

    .manual-search-page .results-header[b-purnynzqwu] {
        flex-direction: column;
        align-items: stretch;
    }

    .manual-search-page .results-count-card[b-purnynzqwu] {
        width: 100%;
        text-align: left;
    }

    .manual-search-page .listing-card[b-purnynzqwu] {
        grid-template-columns: 1fr;
    }

    .manual-search-page .listing-main-content[b-purnynzqwu] {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #ececec;
    }

    .manual-search-page .listing-image[b-purnynzqwu] {
        min-height: 220px;
    }
}

@media (max-width: 575.98px) {
    .results-page.manual-search-page[b-purnynzqwu] {
        padding: 1rem 0 1.5rem;
    }

    .manual-search-page .sidebar-panel[b-purnynzqwu],
    .manual-search-page .manual-search-summary[b-purnynzqwu],
    .manual-search-page .listing-main-content[b-purnynzqwu],
    .manual-search-page .listing-looking-for[b-purnynzqwu] {
        padding: 1rem;
    }

    .manual-search-page .listing-topline[b-purnynzqwu] {
        flex-direction: column;
        align-items: flex-start;
    }

    .manual-search-page .listing-meta[b-purnynzqwu] {
        gap: 0.75rem;
        flex-direction: column;
    }

    .manual-search-page .match-badges[b-purnynzqwu] {
        gap: 0.45rem;
    }
}
/* /Components/Listings/Shared/FavouriteButton.razor.rz.scp.css */
.favourite-btn[b-kt64ycjfpa] {
    border: 1px solid #e6d8dc;
    border-radius: 999px;
    background: #fff;
    color: #9b1c31;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.favourite-btn:hover:not(:disabled)[b-kt64ycjfpa] {
    background: #fff5f7;
    border-color: #d9a8b2;
    color: #7f1025;
    box-shadow: 0 0.35rem 0.85rem rgba(155, 28, 49, 0.12);
    transform: translateY(-1px);
}

.favourite-btn:active:not(:disabled)[b-kt64ycjfpa] {
    transform: translateY(0);
    box-shadow: none;
}

.favourite-btn:focus-visible[b-kt64ycjfpa] {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(155, 28, 49, 0.18);
}

.favourite-btn:disabled[b-kt64ycjfpa] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.favourite-btn--with-text[b-kt64ycjfpa] {
    min-height: 46px;
    padding: 0.75rem 1rem;
    min-width: 140px;
}

.favourite-btn--icon-only[b-kt64ycjfpa] {
    width: 46px;
    min-width: 46px;
    height: 46px;
    padding: 0;
    flex-shrink: 0;
}

.favourite-btn--active[b-kt64ycjfpa] {
    background: #9b1c31;
    border-color: #9b1c31;
    color: #fff;
}

.favourite-btn--active:hover:not(:disabled)[b-kt64ycjfpa] {
    background: #7f1025;
    border-color: #7f1025;
    color: #fff;
}

.favourite-btn__icon[b-kt64ycjfpa] {
    font-size: 1.25rem;
    line-height: 1;
}

.favourite-btn__text[b-kt64ycjfpa] {
    line-height: 1;
}

@media (max-width: 575.98px) {
    .favourite-btn--with-text[b-kt64ycjfpa] {
        min-height: 44px;
        padding: 0.7rem 0.9rem;
    }

    .favourite-btn--icon-only[b-kt64ycjfpa] {
        width: 44px;
        min-width: 44px;
        height: 44px;
    }
}
/* /Components/Listings/Shared/ListingImagesEditor.razor.rz.scp.css */
.editor-card[b-vnprch61z8] {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 18px;
}

.editor-card__header[b-vnprch61z8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 16px;
}

.editor-card__header h2[b-vnprch61z8] {
    margin: 0 0 4px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #444;
}

.editor-card__header p[b-vnprch61z8] {
    margin: 0;
    color: #777;
    font-size: 0.9rem;
}

.photo-grid[b-vnprch61z8] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 12px;
}

.photo-card[b-vnprch61z8] {
    position: relative;
    overflow: hidden;
    border: 1px solid #ececec;
    background: #fafafa;
    min-height: 180px;
}

.photo-card--main[b-vnprch61z8] {
    grid-row: span 2;
    min-height: 372px;
}

.photo-card img[b-vnprch61z8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.photo-card__actions[b-vnprch61z8] {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.photo-empty-state[b-vnprch61z8] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    min-height: 220px;
    border: 1px dashed #d9d9d9;
    background: #fafafa;
    color: #777;
    text-align: center;
    padding: 24px;
}

.photo-empty-state .material-symbols-outlined[b-vnprch61z8] {
    font-size: 40px;
    color: #bf3551;
}

@media (max-width: 991.98px) {
    .photo-grid[b-vnprch61z8] {
        grid-template-columns: 1fr 1fr;
    }

    .photo-card--main[b-vnprch61z8] {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .photo-grid[b-vnprch61z8] {
        grid-template-columns: 1fr;
    }

    .photo-card--main[b-vnprch61z8] {
        min-height: 260px;
    }
}
/* /Components/Listings/Shared/ListingSearchBlockedNotice.razor.rz.scp.css */
.search-blocked-state[b-mpldswdlc6] {
    padding: 1rem 0;
}

.search-blocked-state__inner[b-mpldswdlc6] {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.10), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(13, 110, 253, 0.10);
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.08);
}

.search-blocked-state__icon-wrap[b-mpldswdlc6] {
    flex: 0 0 auto;
}

.search-blocked-state__icon[b-mpldswdlc6] {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bs-secondary) 0%, #6ea8fe 100%);
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(13, 110, 253, 0.20);
}

.search-blocked-state__icon .material-symbols-outlined[b-mpldswdlc6] {
    font-size: 2.5rem;
}

.search-blocked-state__content[b-mpldswdlc6] {
    flex: 1 1 auto;
    min-width: 0;
}

.search-blocked-state__eyebrow[b-mpldswdlc6] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bs-secondary);
}

.search-blocked-state__title[b-mpldswdlc6] {
    font-size: clamp(1.65rem, 2.5vw, 2.4rem);
    line-height: 1.15;
    font-weight: 700;
    color: #1f2937;
    max-width: 48rem;
}

.search-blocked-state__text[b-mpldswdlc6] {
    font-size: 1rem;
    line-height: 1.65;
    color: #6b7280;
    max-width: 46rem;
}

.search-blocked-state__checks[b-mpldswdlc6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.search-blocked-check[b-mpldswdlc6] {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e9ecef;
}

.search-blocked-check .material-symbols-outlined[b-mpldswdlc6] {
    font-size: 1.35rem;
    margin-top: 0.05rem;
}

.search-blocked-check.is-complete[b-mpldswdlc6] {
    border-color: rgba(25, 135, 84, 0.18);
    background: rgba(25, 135, 84, 0.05);
}

.search-blocked-check.is-complete .material-symbols-outlined[b-mpldswdlc6] {
    color: #198754;
}

.search-blocked-check.is-incomplete .material-symbols-outlined[b-mpldswdlc6] {
    color: #9ca3af;
}

.search-blocked-check__title[b-mpldswdlc6] {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.2rem;
}

.search-blocked-check__text[b-mpldswdlc6] {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #6b7280;
}

.search-blocked-state__actions[b-mpldswdlc6] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.search-blocked-state__hint[b-mpldswdlc6] {
    font-size: 0.95rem;
    color: var(--bs-secondary);
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .search-blocked-state__inner[b-mpldswdlc6] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }

    .search-blocked-state__checks[b-mpldswdlc6] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .search-blocked-state__title[b-mpldswdlc6] {
        font-size: 1.45rem;
    }

    .search-blocked-state__icon[b-mpldswdlc6] {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 1.25rem;
    }

    .search-blocked-state__icon .material-symbols-outlined[b-mpldswdlc6] {
        font-size: 2rem;
    }
}
/* /Components/Messaging/Pages/Messages.razor.rz.scp.css */
.messages-page[b-n0fuk9oatc] {
    min-height: 100vh;
}

.messages-header[b-n0fuk9oatc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: var(--card-radius);
}

.messages-eyebrow[b-n0fuk9oatc] {
    color: #bf3551;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.messages-title[b-n0fuk9oatc] {
    font-size: 2rem;
    font-weight: 600;
    color: #444;
}

.messages-subtitle[b-n0fuk9oatc] {
    color: #666;
}

.messages-header__actions[b-n0fuk9oatc] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.messages-header__actions .btn[b-n0fuk9oatc] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.messages-layout[b-n0fuk9oatc] {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr) 320px;
    gap: 16px;
    align-items: start;
}

.messages-list-panel[b-n0fuk9oatc],
.chat-panel[b-n0fuk9oatc],
.message-details-panel[b-n0fuk9oatc] {
    min-width: 0;
    border-radius: var(--card-radius);
}

/* LEFT PANEL */
.messages-list-panel[b-n0fuk9oatc] {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 14px;
    height: calc(100vh - 220px);
    min-height: 620px;
    max-height: calc(100vh - 220px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.messages-search[b-n0fuk9oatc] {
    position: relative;
    margin-bottom: 12px;
}

.messages-search .material-symbols-outlined[b-n0fuk9oatc] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #888;
}

.messages-search .form-control[b-n0fuk9oatc] {
    padding-left: 42px;
    border-radius: 0;
}

.messages-tabs[b-n0fuk9oatc] {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.messages-tab[b-n0fuk9oatc] {
    border: 1px solid #e6e6e6;
    background: #fafafa;
    color: #555;
    padding: 8px 12px;
    font-size: 0.9rem;
    cursor: pointer;
}

.messages-tab.is-active[b-n0fuk9oatc] {
    background: #bf3551;
    border-color: #bf3551;
    color: #fff;
}

.conversation-list[b-n0fuk9oatc] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    min-height: 0;
}

.conversation-item[b-n0fuk9oatc] {
    width: 100%;
    border: 1px solid #ececec;
    background: #fff;
    padding: 12px;
    display: flex;
    gap: 12px;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
    border-radius: var(--card-radius);
}

.conversation-item:hover[b-n0fuk9oatc] {
    border-color: #bf3551;
    background: #fafafa;
}

.conversation-item.is-active[b-n0fuk9oatc] {
    border-color: #bf3551;
    background: #fff7f9;
}

.conversation-item.is-unread[b-n0fuk9oatc] {
    border-left: 4px solid #bf3551;
    padding-left: 8px;
}

.conversation-item__avatar img[b-n0fuk9oatc] {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.conversation-item__body[b-n0fuk9oatc] {
    min-width: 0;
    flex: 1;
}

.conversation-item__top[b-n0fuk9oatc] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 4px;
}

.conversation-item__top h2[b-n0fuk9oatc] {
    margin: 0;
    font-size: 0.95rem;
    color: #444;
    font-weight: 600;
}

.conversation-item__top span[b-n0fuk9oatc] {
    color: #888;
    font-size: 0.8rem;
    white-space: nowrap;
}

.conversation-item__meta[b-n0fuk9oatc] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 6px;
    font-size: 0.8rem;
    color: #777;
}

.conversation-badge[b-n0fuk9oatc] {
    background: #f0f0f0;
    color: #bf3551;
    padding: 2px 8px;
    font-weight: 600;
}

.conversation-item__body p[b-n0fuk9oatc] {
    margin: 0;
    color: #666;
    font-size: 0.86rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* CHAT PANEL */
.chat-panel[b-n0fuk9oatc] {
    background: #fff;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 220px);
    min-height: 620px;
    max-height: calc(100vh - 220px);
    border-radius: var(--card-radius);
    overflow: hidden;
}

.chat-header[b-n0fuk9oatc] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.chat-header__profile[b-n0fuk9oatc] {
    display: flex;
    gap: 12px;
    min-width: 0;
}

.chat-header__profile img[b-n0fuk9oatc] {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.chat-header__profile h2[b-n0fuk9oatc] {
    margin: 0 0 6px;
    font-size: 1rem;
    color: #444;
    font-weight: 600;
}

.chat-header__meta[b-n0fuk9oatc] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: #666;
    font-size: 0.85rem;
}

.chat-header__meta span[b-n0fuk9oatc] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.chat-header__meta .material-symbols-outlined[b-n0fuk9oatc],
.chat-header__actions .material-symbols-outlined[b-n0fuk9oatc] {
    font-size: 18px;
}

.chat-header__actions[b-n0fuk9oatc] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.chat-header__actions .btn[b-n0fuk9oatc] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.chat-messages[b-n0fuk9oatc] {
    flex: 1 1 auto;
    min-height: 0;
    padding: 16px;
    background: #fcfcfc;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.chat-date-divider[b-n0fuk9oatc] {
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
}

.chat-date-divider span[b-n0fuk9oatc] {
    background: #f0f0f0;
    color: #777;
    font-size: 0.8rem;
    padding: 4px 10px;
}

.message-row[b-n0fuk9oatc] {
    display: flex;
    justify-content: flex-start;
}

.message-row--outgoing[b-n0fuk9oatc] {
    justify-content: flex-end;
}

.message-bubble[b-n0fuk9oatc] {
    max-width: 72%;
    padding: 12px 14px 8px;
    border: 1px solid #ececec;
    line-height: 1.45;
    border-radius: var(--card-radius);
}

.message-bubble--incoming[b-n0fuk9oatc] {
    background: #fff;
    color: #444;
}

.message-bubble--outgoing[b-n0fuk9oatc] {
    background: #fff1f4;
    border-color: #f1c8d2;
    color: #444;
}

.message-bubble p[b-n0fuk9oatc] {
    margin: 0 0 6px;
    font-size: 0.92rem;
}

.message-time[b-n0fuk9oatc] {
    display: block;
    text-align: right;
    color: #888;
    font-size: 0.75rem;
}

.chat-composer[b-n0fuk9oatc] {
    border-top: 1px solid #eee;
    padding: 14px 16px 16px;
    background: #fff;
}

.chat-composer__toolbar[b-n0fuk9oatc] {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.composer-icon-button[b-n0fuk9oatc] {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    cursor: pointer;
    border-radius: var(--card-radius);
}

.composer-icon-button .material-symbols-outlined[b-n0fuk9oatc] {
    font-size: 20px;
    color: #666;
}

.chat-composer__input .form-control[b-n0fuk9oatc] {
    border-radius: 0;
    resize: vertical;
    min-height: 110px;
}

.chat-composer__actions[b-n0fuk9oatc] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.chat-composer__actions .btn[b-n0fuk9oatc] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* RIGHT PANEL */
.message-details-panel[b-n0fuk9oatc] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.details-card[b-n0fuk9oatc] {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 16px;
    border-radius: var(--card-radius);
}

.details-card h3[b-n0fuk9oatc] {
    margin: 0 0 14px;
    font-size: 1rem;
    color: #444;
    font-weight: 600;
}

.details-member[b-n0fuk9oatc] {
    text-align: center;
    margin-bottom: 14px;
}

.details-member img[b-n0fuk9oatc] {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.details-member h4[b-n0fuk9oatc] {
    margin: 0 0 4px;
    font-size: 1rem;
    color: #444;
}

.details-member p[b-n0fuk9oatc] {
    margin: 0;
    color: #777;
    font-size: 0.88rem;
}

.details-meta[b-n0fuk9oatc] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.details-meta__row[b-n0fuk9oatc] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
}

.details-meta__row:last-child[b-n0fuk9oatc] {
    border-bottom: none;
}

.details-meta__row span[b-n0fuk9oatc] {
    color: #666;
}

.details-meta__row strong[b-n0fuk9oatc] {
    color: #444;
    text-align: right;
}

.property-mini-card[b-n0fuk9oatc] {
    border: 1px solid #ececec;
    background: #fafafa;
    border-radius: var(--card-radius);
    overflow: hidden;
}

.property-mini-card img[b-n0fuk9oatc] {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.property-mini-card__body[b-n0fuk9oatc] {
    padding: 12px;
}

.property-mini-card__body h4[b-n0fuk9oatc] {
    margin: 0 0 6px;
    font-size: 0.95rem;
    color: #444;
}

.property-mini-card__body p[b-n0fuk9oatc] {
    margin: 0 0 8px;
    color: #666;
    font-size: 0.85rem;
}

.property-mini-card__body a[b-n0fuk9oatc] {
    color: #bf3551;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
}

.details-action-list[b-n0fuk9oatc] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.details-action[b-n0fuk9oatc] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #ececec;
    background: #fafafa;
    color: #444;
    cursor: pointer;
    text-align: left;
    border-radius: var(--card-radius);
    transition: border-color 0.1s ease, color 0.1s ease;
}

.details-action:hover[b-n0fuk9oatc] {
    border-color: #bf3551;
    color: #bf3551;
}

.details-action--danger:hover[b-n0fuk9oatc] {
    border-color: #c62828;
    color: #c62828;
}

.details-action .material-symbols-outlined[b-n0fuk9oatc] {
    font-size: 20px;
}

.message-tips[b-n0fuk9oatc] {
    margin: 0;
    padding-left: 18px;
    color: #666;
    font-size: 0.9rem;
}

/* RESPONSIVE */
@media (max-width: 1399.98px) {
    .messages-layout[b-n0fuk9oatc] {
        grid-template-columns: 300px minmax(0, 1fr) 280px;
    }
}

@media (max-width: 1199.98px) {
    .messages-layout[b-n0fuk9oatc] {
        grid-template-columns: 320px minmax(0, 1fr);
    }

    .message-details-panel[b-n0fuk9oatc] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .messages-header[b-n0fuk9oatc] {
        flex-direction: column;
        align-items: flex-start;
    }

    .messages-layout[b-n0fuk9oatc] {
        grid-template-columns: 1fr;
    }

    .chat-panel[b-n0fuk9oatc] {
        height: 70vh;
        min-height: 560px;
        max-height: 70vh;
    }
}

@media (max-width: 767.98px) {
    .chat-header[b-n0fuk9oatc] {
        flex-direction: column;
        align-items: flex-start;
    }

    .message-bubble[b-n0fuk9oatc] {
        max-width: 90%;
    }

    .chat-composer__actions[b-n0fuk9oatc] {
        justify-content: stretch;
    }

    .chat-composer__actions .btn[b-n0fuk9oatc] {
        flex: 1 1 auto;
        justify-content: center;
    }

    .chat-panel[b-n0fuk9oatc] {
        height: 65vh;
        min-height: 500px;
        max-height: 65vh;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-page[b-cyvmq0wx87] {
    background: #ffffff;
    color: #444;
}

.about-hero[b-cyvmq0wx87] {
    background: linear-gradient(180deg, #fff7f9 0%, #ffffff 100%);
    border-bottom: 1px solid #ececec;
}

.about-hero__content[b-cyvmq0wx87] {
    max-width: 820px;
}

.about-eyebrow[b-cyvmq0wx87],
.section-eyebrow[b-cyvmq0wx87] {
    color: #bf3551;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-title[b-cyvmq0wx87] {
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 700;
    color: #333;
}

.about-subtitle[b-cyvmq0wx87],
.section-subtitle[b-cyvmq0wx87] {
    color: #666;
    font-size: 1.05rem;
    max-width: 760px;
}

.about-section[b-cyvmq0wx87] {
    background: #fff;
}

.about-section--muted[b-cyvmq0wx87] {
    background: #f8f8f8;
}

.section-heading[b-cyvmq0wx87] {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.section-title[b-cyvmq0wx87] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

.about-image-card[b-cyvmq0wx87] {
    border: 1px solid #ececec;
    overflow: hidden;
    background: #fff;
}

.about-image-card img[b-cyvmq0wx87] {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.about-feature-grid[b-cyvmq0wx87] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.about-feature-card[b-cyvmq0wx87] {
    border: 1px solid #ececec;
    background: #fff;
    padding: 22px;
    height: 100%;
    border-radius: var(--card-radius);
}

.about-feature-card__icon[b-cyvmq0wx87] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    background: #fff1f4;
    margin-bottom: 16px;
    border-radius: var(--card-radius);
}

.about-feature-card__icon .material-symbols-outlined[b-cyvmq0wx87] {
    font-size: 26px;
    color: #bf3551;
}

.about-feature-card h3[b-cyvmq0wx87],
.about-step-card h3[b-cyvmq0wx87] {
    margin: 0 0 10px;
    font-size: 1.05rem;
    color: #333;
    font-weight: 600;
}

.about-feature-card p[b-cyvmq0wx87],
.about-step-card p[b-cyvmq0wx87] {
    margin: 0;
    color: #666;
    font-size: 0.92rem;
}

.about-benefits[b-cyvmq0wx87] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 860px;
    margin: 0 auto;
}

.about-benefit-item[b-cyvmq0wx87] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #ececec;
    background: #fafafa;
    padding: 14px;
    border-radius: var(--card-radius);
}

.about-benefit-item .material-symbols-outlined[b-cyvmq0wx87] {
    color: #1f7a34;
    font-size: 22px;
    margin-top: 2px;
}

.about-benefit-item strong[b-cyvmq0wx87] {
    display: block;
    margin-bottom: 4px;
    color: #333;
}

.about-benefit-item p[b-cyvmq0wx87] {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

.about-info-card[b-cyvmq0wx87] {
    border: 1px solid #ececec;
    background: #fff;
    padding: 22px;
    height: 100%;
    border-radius: var(--card-radius);
}

.about-steps-grid[b-cyvmq0wx87] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.about-step-card[b-cyvmq0wx87] {
    position: relative;
    border: 1px solid #ececec;
    background: #fff;
    padding: 22px;
    min-height: 100%;
    border-radius: var(--card-radius);
}

.about-step-card__number[b-cyvmq0wx87] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    background: #fff1f4;
    color: #bf3551;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 16px;
}

@media (max-width: 1199.98px) {
    .about-feature-grid[b-cyvmq0wx87],
    .about-steps-grid[b-cyvmq0wx87] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .about-title[b-cyvmq0wx87] {
        font-size: 2.4rem;
    }
}

@media (max-width: 767.98px) {
    .about-title[b-cyvmq0wx87] {
        font-size: 2rem;
    }

    .about-feature-grid[b-cyvmq0wx87],
    .about-steps-grid[b-cyvmq0wx87] {
        grid-template-columns: 1fr;
    }

    .about-image-card img[b-cyvmq0wx87] {
        min-height: 280px;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-uplmelf0w2] {
    min-height: 100vh;
}

.dashboard-shell[b-uplmelf0w2] {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.95fr);
    gap: 1.5rem;
    align-items: start;
}

.dashboard-main[b-uplmelf0w2],
.dashboard-sidebar[b-uplmelf0w2] {
    min-width: 0;
}

.dashboard-eyebrow[b-uplmelf0w2] {
    color: #bf3551;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dashboard-title[b-uplmelf0w2] {
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #1f2937;
    line-height: 1.1;
}

.dashboard-subtitle[b-uplmelf0w2] {
    color: #667085;
    max-width: 60ch;
}

.dashboard-hero[b-uplmelf0w2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #fff8fa 100%);
    border: 1px solid #ebecef;
    border-radius: var(--card-radius);
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.dashboard-hero__aside[b-uplmelf0w2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dashboard-summary-card[b-uplmelf0w2] {
    background: #fff;
    border: 1px solid #ece7ea;
    border-radius: var(--card-radius);
    padding: 1rem 1.1rem;
}

.dashboard-summary-card__label[b-uplmelf0w2] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #667085;
    margin-bottom: 0.35rem;
}

.dashboard-summary-card__value[b-uplmelf0w2] {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #bf3551;
}

.dashboard-summary-card__meta[b-uplmelf0w2] {
    margin-top: 0.45rem;
    font-size: 0.9rem;
    color: #667085;
}

.dashboard-hero-actions[b-uplmelf0w2] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.dashboard-overview[b-uplmelf0w2] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.overview-card[b-uplmelf0w2] {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #ebecef;
    border-radius: var(--card-radius);
    padding: 1.1rem;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.03);
}

.overview-card__icon[b-uplmelf0w2] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #fff1f4;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.overview-card__icon .material-symbols-outlined[b-uplmelf0w2] {
    color: #bf3551;
    font-size: 24px;
}

.overview-card__label[b-uplmelf0w2] {
    color: #667085;
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
}

.overview-card__value[b-uplmelf0w2] {
    color: #101828;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.overview-card__meta[b-uplmelf0w2] {
    color: #667085;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.dashboard-panel[b-uplmelf0w2] {
    background: #fff;
    border: 1px solid #ebecef;
    border-radius: var(--card-radius);
    padding: 1.25rem;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}

.dashboard-panel--accent[b-uplmelf0w2] {
    border-color: #f3d5dd;
    background: linear-gradient(180deg, #fff 0%, #fff8fa 100%);
}

.panel-header[b-uplmelf0w2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-header h2[b-uplmelf0w2] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
}

.panel-header a:not(.btn)[b-uplmelf0w2] {
    color: #bf3551;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.panel-header a:hover[b-uplmelf0w2] {
    text-decoration: underline;
}

.panel-subtitle[b-uplmelf0w2] {
    color: #667085;
    font-size: 0.92rem;
}

.progress-thick[b-uplmelf0w2] {
    height: 12px;
    border-radius: 999px;
    background: #f2f4f7;
    overflow: hidden;
}

.progress-thick .progress-bar[b-uplmelf0w2] {
    background: linear-gradient(90deg, #bf3551 0%, #d84e6b 100%);
    border-radius: 999px;
}

.checklist[b-uplmelf0w2] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist-grid[b-uplmelf0w2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.checklist li[b-uplmelf0w2] {
    position: relative;
    padding-left: 1.7rem;
    color: #475467;
    font-size: 0.95rem;
}

.checklist li[b-uplmelf0w2]::before {
    content: "radio_button_unchecked";
    font-family: "Material Symbols Outlined";
    position: absolute;
    left: 0;
    top: -1px;
    color: #98a2b3;
    font-size: 1.15rem;
}

.checklist li.is-complete[b-uplmelf0w2] {
    color: #027a48;
    font-weight: 600;
}

.checklist li.is-complete[b-uplmelf0w2]::before {
    content: "check_circle";
    color: #12b76a;
}

.match-list[b-uplmelf0w2] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.match-item[b-uplmelf0w2] {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #eceef2;
    border-radius: var(--card-radius);
    background: #fafbfc;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.match-item__image-link[b-uplmelf0w2] {
    display: block;
    width: 132px;
    height: 100px;
    border-radius: var(--card-radius);
    overflow: hidden;
    background: #f2f4f7;
    flex-shrink: 0;
}

.match-item__image[b-uplmelf0w2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.match-item__cta[b-uplmelf0w2] {
    white-space: nowrap;
}

.match-item:hover[b-uplmelf0w2] {
    transform: translateY(-1px);
    border-color: #e4c8d0;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.match-item__content[b-uplmelf0w2] {
    min-width: 0;
    flex: 1;
}

.match-item__top[b-uplmelf0w2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.match-item__title[b-uplmelf0w2] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.match-item__title a[b-uplmelf0w2] {
    color: #111827;
    text-decoration: none;
}

.match-item__title a:hover[b-uplmelf0w2] {
    color: #bf3551;
}

.match-item__subtitle[b-uplmelf0w2] {
    margin: 0.45rem 0 0;
    font-size: 0.92rem;
    color: #667085;
}

.match-item__meta[b-uplmelf0w2] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
}

.match-badge[b-uplmelf0w2] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #bf3551;
    color: #fff;
    padding: 0.3rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.match-distance[b-uplmelf0w2],
.match-meta-pill[b-uplmelf0w2] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    background: #f2f4f7;
    color: #475467;
    padding: 0.3rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 600;
}

.match-distance .material-symbols-outlined[b-uplmelf0w2] {
    font-size: 16px;
}

.insight-list[b-uplmelf0w2],
.status-list[b-uplmelf0w2] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.insight-row[b-uplmelf0w2],
.status-row[b-uplmelf0w2] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #eef0f3;
    font-size: 0.95rem;
}

.insight-row:last-child[b-uplmelf0w2],
.status-row:last-child[b-uplmelf0w2] {
    border-bottom: none;
}

.insight-row span[b-uplmelf0w2],
.status-row span[b-uplmelf0w2] {
    color: #667085;
}

.insight-row strong[b-uplmelf0w2],
.status-row strong[b-uplmelf0w2] {
    color: #111827;
    text-align: right;
}

.status-ok[b-uplmelf0w2] {
    color: #027a48 !important;
}

.status-warning[b-uplmelf0w2] {
    color: #b54708 !important;
}

.tag-list[b-uplmelf0w2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.dashboard-tag[b-uplmelf0w2] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: #f2f4f7;
    color: #475467;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.dashboard-tag:hover[b-uplmelf0w2] {
    background: #fdecef;
    color: #a12c45;
}

.quick-links[b-uplmelf0w2] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.quick-link[b-uplmelf0w2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid #eceef2;
    border-radius: var(--card-radius);
    text-decoration: none;
    color: #344054;
    font-weight: 600;
    background: #fafbfc;
    transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.quick-link:hover[b-uplmelf0w2] {
    border-color: #e4c8d0;
    background: #fff7f9;
    color: #bf3551;
    transform: translateY(-1px);
}

.quick-link .material-symbols-outlined[b-uplmelf0w2] {
    font-size: 20px;
}

.empty-state-block[b-uplmelf0w2] {
    padding: 0.25rem 0;
}

.empty-state-block p:last-child[b-uplmelf0w2] {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .dashboard-shell[b-uplmelf0w2] {
        grid-template-columns: 1fr;
    }

    .dashboard-hero[b-uplmelf0w2] {
        grid-template-columns: 1fr;
    }

    .dashboard-hero__aside[b-uplmelf0w2] {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .dashboard-overview[b-uplmelf0w2] {
        grid-template-columns: 1fr;
    }

    .checklist-grid[b-uplmelf0w2] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .dashboard-page .container[b-uplmelf0w2] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .dashboard-panel[b-uplmelf0w2],
    .dashboard-hero[b-uplmelf0w2],
    .overview-card[b-uplmelf0w2] {
        border-radius: 18px;
    }

    .match-item[b-uplmelf0w2] {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .match-item__image-link[b-uplmelf0w2] {
        width: 100%;
        height: 180px;
    }

    .match-item__cta[b-uplmelf0w2] {
        width: 100%;
    }

    .dashboard-hero-actions[b-uplmelf0w2] {
        flex-direction: column;
    }

    .dashboard-hero-actions .btn[b-uplmelf0w2] {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-alpidcdd3q] {
    color: #444;
    margin-top: -1.5rem;
    background-image: url('/images/header.jpg');
}

.home-hero[b-alpidcdd3q] {
    border-bottom: 1px solid #ececec;
    padding-top: 4.5rem;
    padding-bottom: 9.5rem;
}

.section-eyebrow[b-alpidcdd3q] {
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-title[b-alpidcdd3q] {
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 700;
    color: #fff;
    max-width: 680px;
}

.home-subtitle[b-alpidcdd3q] {
    color: #fff;
    font-size: 1.05rem;
    max-width: 680px;
    font-weight: bold;
}

.section-subtitle[b-alpidcdd3q] {
    font-size: 1.05rem;
    font-weight: bold;
}

.home-hero__actions[b-alpidcdd3q] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.home-hero__meta[b-alpidcdd3q] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-meta-item[b-alpidcdd3q] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: bold;
}

.home-meta-item .material-symbols-outlined[b-alpidcdd3q] {
    font-size: 20px;
    color: #fff;
}

.home-stats[b-alpidcdd3q] {
    background: var(--bs-primary);
    border-bottom: 1px solid #ececec;
}

.home-stats__grid[b-alpidcdd3q] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.home-stat-card[b-alpidcdd3q] {
    border: 1px solid #fff;
    padding: 18px;
    border-radius: var(--card-radius);
}

.home-stat-card strong[b-alpidcdd3q] {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 1.4rem;
}

.home-stat-card span[b-alpidcdd3q] {
    color: #fff;
    font-size: 0.92rem;
}

.home-section[b-alpidcdd3q] {
    background: #fff;
}

.home-section--muted[b-alpidcdd3q],
.home-section--faq[b-alpidcdd3q] {
    background: #EFEDEA;
}

.section-heading[b-alpidcdd3q] {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.section-title[b-alpidcdd3q] {
    font-size: 2.4rem !important;
    font-weight: 700;
    color: var(--bs-primary);
}

.how-it-works-grid[b-alpidcdd3q] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.info-card[b-alpidcdd3q] {
    border: 1px solid #F1EFED;
    background: #fff;
    padding: 22px;
    height: 100%;
    border-radius: var(--card-radius);
    text-align: center;
}

.info-card__icon[b-alpidcdd3q] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    background: var(--bs-primary);
    margin-bottom: 16px;
    border-radius: 50% !important;
    margin-left: auto;
    margin-right: auto;
}

.info-card__icon .material-symbols-outlined[b-alpidcdd3q] {
    font-size: 26px;
    color: #fff;
}

.info-card h3[b-alpidcdd3q],
.faq-card h3[b-alpidcdd3q],
.listing-preview-card__body h3[b-alpidcdd3q] {
    margin: 0 0 10px;
    font-size: 1.05rem;
    color: var(--bs-primary);
    font-weight: 600;
}

.info-card p[b-alpidcdd3q],
.faq-card p[b-alpidcdd3q],
.listing-preview-card__body p[b-alpidcdd3q] {
    margin: 0;
    color: #666;
    font-size: 0.92rem;
}

.feature-image[b-alpidcdd3q] {
    border: 1px solid #ececec;
    overflow: hidden;
    background: #fff;
}

.feature-image img[b-alpidcdd3q] {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.feature-list[b-alpidcdd3q] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-list__item[b-alpidcdd3q] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 5px 0;
}

.feature-list__item .material-symbols-outlined[b-alpidcdd3q] {
    color: #1f7a34;
    font-size: 22px;
    margin-top: 2px;
}

.feature-list__item strong[b-alpidcdd3q] {
    display: block;
    margin-bottom: 4px;
    color: #333;
}

.feature-list__item p[b-alpidcdd3q] {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

.listing-preview-grid[b-alpidcdd3q] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.listing-preview-card[b-alpidcdd3q] {
    border: 1px solid #ececec;
    background: #fff;
    overflow: hidden;
    border-radius: var(--card-radius);
}

.listing-preview-card img[b-alpidcdd3q] {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.listing-preview-card__body[b-alpidcdd3q] {
    padding: 16px;
}

.listing-preview-card__body p[b-alpidcdd3q] {
    margin-bottom: 12px;
}

.faq-grid[b-alpidcdd3q] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.faq-card[b-alpidcdd3q] {
    border: 1px solid #ececec;
    background: #fff;
    padding: 18px;
    border-radius: var(--card-radius);
}

@media (max-width: 1199.98px) {
    .home-stats__grid[b-alpidcdd3q],
    .how-it-works-grid[b-alpidcdd3q],
    .listing-preview-grid[b-alpidcdd3q] {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-showcase__card--top[b-alpidcdd3q] {
        left: 12px;
    }

    .hero-showcase__card--bottom[b-alpidcdd3q] {
        right: 12px;
    }
}

@media (max-width: 991.98px) {
    .home-title[b-alpidcdd3q] {
        font-size: 2.4rem;
    }

    .faq-grid[b-alpidcdd3q],
    .home-stats__grid[b-alpidcdd3q],
    .how-it-works-grid[b-alpidcdd3q],
    .listing-preview-grid[b-alpidcdd3q] {
        grid-template-columns: 1fr;
    }

    .hero-showcase[b-alpidcdd3q] {
        min-height: auto;
    }

    .hero-showcase__main img[b-alpidcdd3q] {
        min-height: 420px;
    }
}

@media (max-width: 767.98px) {
    .home-title[b-alpidcdd3q] {
        font-size: 2rem;
    }

    .hero-showcase__card[b-alpidcdd3q] {
        position: static;
        width: 100%;
        margin-top: 12px;
        box-shadow: none;
    }

    .hero-showcase__main img[b-alpidcdd3q],
    .feature-image img[b-alpidcdd3q] {
        min-height: 280px;
    }
}
/* /Components/Pages/HowItWorks.razor.rz.scp.css */
.how-page[b-td2gjbmyjt] {
    color: #444;
}

.how-hero[b-td2gjbmyjt] {
    border-bottom: 1px solid #ececec;
}

.how-hero__content[b-td2gjbmyjt] {
    max-width: 760px;
}

.how-eyebrow[b-td2gjbmyjt],
.section-eyebrow[b-td2gjbmyjt] {
    color: #bf3551;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.how-title[b-td2gjbmyjt] {
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 700;
    color: #333;
}

.how-subtitle[b-td2gjbmyjt],
.section-subtitle[b-td2gjbmyjt] {
    color: #666;
    font-size: 1.05rem;
    max-width: 760px;
}

.how-section[b-td2gjbmyjt] {
    background: #fff;
}

.how-section--muted[b-td2gjbmyjt] {
    background: #f8f8f8;
}

.section-heading[b-td2gjbmyjt] {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.section-title[b-td2gjbmyjt] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

.steps-grid[b-td2gjbmyjt] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.step-card[b-td2gjbmyjt] {
    position: relative;
    border: 1px solid #ececec;
    background: #fff;
    padding: 22px;
    height: 100%;
    border-radius: var(--card-radius);
}

.step-card__number[b-td2gjbmyjt] {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #bf3551;
    background: #fff1f4;
    min-width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
}

.step-card__icon[b-td2gjbmyjt] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    background: #fff1f4;
    margin-bottom: 16px;
}

.step-card__icon .material-symbols-outlined[b-td2gjbmyjt],
.info-card__icon .material-symbols-outlined[b-td2gjbmyjt] {
    font-size: 26px;
    color: #bf3551;
}

.step-card h3[b-td2gjbmyjt],
.info-card h3[b-td2gjbmyjt],
.faq-card h3[b-td2gjbmyjt] {
    margin: 0 0 10px;
    font-size: 1.05rem;
    color: #333;
    font-weight: 600;
}

.step-card p[b-td2gjbmyjt],
.info-card p[b-td2gjbmyjt],
.faq-card p[b-td2gjbmyjt] {
    margin: 0;
    color: #666;
    font-size: 0.92rem;
}

.how-image-card[b-td2gjbmyjt] {
    border: 1px solid #ececec;
    overflow: hidden;
    background: #fff;
}

.how-image-card img[b-td2gjbmyjt] {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.benefit-list[b-td2gjbmyjt] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.benefit-item[b-td2gjbmyjt] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #ececec;
    background: #fff;
    padding: 14px;
    border-radius: var(--card-radius);
}

.benefit-item .material-symbols-outlined[b-td2gjbmyjt] {
    color: #1f7a34;
    font-size: 22px;
    margin-top: 2px;
}

.benefit-item strong[b-td2gjbmyjt] {
    display: block;
    margin-bottom: 4px;
    color: #333;
}

.benefit-item p[b-td2gjbmyjt] {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

.info-grid[b-td2gjbmyjt] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.info-card[b-td2gjbmyjt] {
    border: 1px solid #ececec;
    background: #fff;
    padding: 22px;
    height: 100%;
    border-radius: var(--card-radius);
}

.info-card__icon[b-td2gjbmyjt] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    background: #fff1f4;
    margin-bottom: 16px;
}

.faq-grid[b-td2gjbmyjt] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.faq-card[b-td2gjbmyjt] {
    border: 1px solid #ececec;
    background: #fff;
    padding: 18px;
    border-radius: var(--card-radius);
}

@media (max-width: 1199.98px) {
    .steps-grid[b-td2gjbmyjt] {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-grid[b-td2gjbmyjt] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .how-title[b-td2gjbmyjt] {
        font-size: 2.4rem;
    }

    .faq-grid[b-td2gjbmyjt],
    .steps-grid[b-td2gjbmyjt],
    .info-grid[b-td2gjbmyjt] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .how-title[b-td2gjbmyjt] {
        font-size: 2rem;
    }

    .how-image-card img[b-td2gjbmyjt] {
        min-height: 280px;
    }
}
/* /Components/Shared/PageCTA.razor.rz.scp.css */
.page-cta[b-c4wou1huqm] {
    background: #ffffff;
}

.page-cta__card[b-c4wou1huqm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: #1f1c21;
    border-radius: 0;
    min-height: 280px;
}

.page-cta__content[b-c4wou1huqm] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 2.5rem 2.25rem;
    color: #ffffff;
}

.page-cta__eyebrow[b-c4wou1huqm] {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
}

.page-cta__title[b-c4wou1huqm] {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.8rem, 2.4vw, 2.9rem);
    font-weight: 800;
    line-height: 1.08;
    max-width: 520px;
}

.page-cta__subtitle[b-c4wou1huqm] {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    line-height: 1.45;
    max-width: 500px;
}

.page-cta__actions[b-c4wou1huqm] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.page-cta__button[b-c4wou1huqm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 56px;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.page-cta__button:hover[b-c4wou1huqm] {
    text-decoration: none;
    opacity: 0.92;
    transform: translateY(-1px);
}

.page-cta__button--primary[b-c4wou1huqm] {
    background: #25c15a;
    color: #ffffff;
}

.page-cta__button--secondary[b-c4wou1huqm] {
    background: #c43255;
    color: #ffffff;
}

.page-cta__media[b-c4wou1huqm] {
    min-height: 280px;
}

.page-cta__media img[b-c4wou1huqm] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .page-cta__card[b-c4wou1huqm] {
        grid-template-columns: 1fr;
    }

    .page-cta__media[b-c4wou1huqm] {
        min-height: 240px;
        order: 2;
    }

    .page-cta__content[b-c4wou1huqm] {
        order: 1;
        padding: 2rem 1.5rem;
    }

    .page-cta__button[b-c4wou1huqm] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Shared/Pagination.razor.rz.scp.css */
.app-pagination[b-jqng6eumsr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--bs-border-color);
    flex-wrap: wrap;
}

.app-pagination__summary[b-jqng6eumsr] {
    color: var(--bs-secondary-color);
    font-size: 0.95rem;
}

.app-pagination__links[b-jqng6eumsr] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.app-pagination__links .btn.disabled[b-jqng6eumsr] {
    pointer-events: none;
    opacity: 0.5;
}
/* /Components/Shared/Paging.razor.rz.scp.css */
.contentHeader[b-s2g2sqbm2n] {
    position: sticky;
    top: 56px;
    z-index: 999;
}

.page-link:focus[b-s2g2sqbm2n] {
    box-shadow: none !important;
}
/* /Components/Shared/Toasts.razor.rz.scp.css */
.toast-container[b-w8u9209bsu] {
    position: fixed;
    bottom: 95px;
    right: 40px;
}

/*.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}*/

.toast[b-w8u9209bsu] {
    min-width: 300px; 
    min-height: fit-content;
}
