/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-cph7unaqu8] {
    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-cph7unaqu8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ybg80fbdd2],
.components-reconnect-repeated-attempt-visible[b-ybg80fbdd2],
.components-reconnect-failed-visible[b-ybg80fbdd2],
.components-pause-visible[b-ybg80fbdd2],
.components-resume-failed-visible[b-ybg80fbdd2],
.components-rejoining-animation[b-ybg80fbdd2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ybg80fbdd2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ybg80fbdd2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ybg80fbdd2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ybg80fbdd2],
#components-reconnect-modal.components-reconnect-retrying[b-ybg80fbdd2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ybg80fbdd2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ybg80fbdd2],
#components-reconnect-modal.components-reconnect-failed[b-ybg80fbdd2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ybg80fbdd2] {
    display: block;
}


#components-reconnect-modal[b-ybg80fbdd2] {
    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-ybg80fbdd2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ybg80fbdd2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ybg80fbdd2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ybg80fbdd2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ybg80fbdd2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ybg80fbdd2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ybg80fbdd2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ybg80fbdd2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ybg80fbdd2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ybg80fbdd2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ybg80fbdd2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ybg80fbdd2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ybg80fbdd2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ybg80fbdd2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ybg80fbdd2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ybg80fbdd2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ybg80fbdd2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ybg80fbdd2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AnalysisDetail.razor.rz.scp.css */
.report-prose p[b-r6uj5owrvz] {
    line-height: 1.75;
    margin-bottom: 1.25rem;
    color: #334155;
    font-size: var(--font-size-sm);
    letter-spacing: -0.015em;
    word-break: keep-all;
}

.report-prose p:last-child[b-r6uj5owrvz] {
    margin-bottom: 0;
}

.analysis-system-text[b-r6uj5owrvz] {
    letter-spacing: -0.015em;
    word-break: keep-all;
}

.analysis-detail-title[b-r6uj5owrvz] {
    font-weight: 720;
    line-height: 1.18;
}

.analysis-judgment-line[b-r6uj5owrvz] {
    color: #9a7745;
    border-left-color: #b29262;
    background: linear-gradient(90deg, rgba(178, 146, 98, 0.12), rgba(178, 146, 98, 0));
}

.analysis-market-card[b-r6uj5owrvz] {
    border-color: #dbe2ea;
}

.analysis-market-card-title[b-r6uj5owrvz] {
    color: #435469;
}

.analysis-market-card-badge[b-r6uj5owrvz] {
    background-color: rgba(178, 146, 98, 0.14);
    border-color: rgba(178, 146, 98, 0.26);
    color: #7e643f;
}

.analysis-market-card-main[b-r6uj5owrvz] {
    color: #0f172a;
}

.analysis-market-card-sub[b-r6uj5owrvz] {
    color: #64748b;
}

.analysis-executive-aside[b-r6uj5owrvz] {
    background: linear-gradient(180deg, rgba(178, 146, 98, 0.11), rgba(248, 250, 252, 0.9) 52%);
}

.analysis-executive-aside .analysis-bottom-line-label[b-r6uj5owrvz] {
    color: #64748b;
}

.analysis-executive-aside .analysis-bottom-line-text[b-r6uj5owrvz] {
    color: #111827;
}

.analysis-executive-implication[b-r6uj5owrvz] {
    background-color: rgba(178, 146, 98, 0.09);
    border-top-color: rgba(148, 163, 184, 0.42);
}

.analysis-practical-callout[b-r6uj5owrvz] {
    background-color: #f8fafc;
    border-left-color: rgba(178, 146, 98, 0.78);
}

.analysis-practical-callout-label[b-r6uj5owrvz] {
    color: #7e643f;
}

.analysis-practical-callout-text[b-r6uj5owrvz] {
    color: #1e293b;
}

.analysis-framework[b-r6uj5owrvz] {
    border-color: #d4dde7;
}

.analysis-framework-header[b-r6uj5owrvz] {
    color: #334155;
}

.analysis-framework-col-head[b-r6uj5owrvz] {
    background-color: rgba(178, 146, 98, 0.07);
    border-bottom-color: #e2e8f0;
}

.analysis-framework-col-title[b-r6uj5owrvz] {
    color: #1f2937;
}

.analysis-framework-bullet[b-r6uj5owrvz] {
    background-color: rgba(178, 146, 98, 0.62);
}
/* /Components/Pages/BrokerageDetail.razor.rz.scp.css */
.brokerage-gallery-section[b-0xrxy5766j] {
    display: grid;
    gap: 1rem;
}

.brokerage-gallery-mosaic[b-0xrxy5766j] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.9fr);
    gap: 0.75rem;
}

.brokerage-gallery-main[b-0xrxy5766j],
.brokerage-gallery-thumbs figure[b-0xrxy5766j],
.brokerage-media-thumb-card[b-0xrxy5766j],
.brokerage-media-card[b-0xrxy5766j] {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 8px;
    background: #fff;
}

.brokerage-gallery-main[b-0xrxy5766j] {
    position: relative;
    min-height: 28rem;
}

.brokerage-gallery-main img[b-0xrxy5766j] {
    position: absolute;
    inset: 0;
}

.brokerage-gallery-main img[b-0xrxy5766j],
.brokerage-gallery-thumbs img[b-0xrxy5766j],
.brokerage-media-thumb-card img[b-0xrxy5766j],
.brokerage-media-card img[b-0xrxy5766j],
.brokerage-media-card video[b-0xrxy5766j] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brokerage-gallery-main figcaption[b-0xrxy5766j] {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    color: #111827;
    padding: 0.75rem 0.85rem;
    backdrop-filter: blur(10px);
}

.brokerage-gallery-main figcaption span[b-0xrxy5766j] {
    color: #6b7280;
    font-size: 0.72rem;
    font-weight: 800;
}

.brokerage-gallery-main figcaption strong[b-0xrxy5766j] {
    overflow: hidden;
    max-width: 72%;
    font-size: 0.92rem;
    font-weight: 800;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brokerage-gallery-thumbs[b-0xrxy5766j] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.brokerage-gallery-thumbs figure[b-0xrxy5766j] {
    position: relative;
    min-height: 13.6rem;
}

.brokerage-gallery-thumbs figcaption[b-0xrxy5766j] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, 0.54);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
}

.brokerage-media-rail[b-0xrxy5766j],
.brokerage-card-rail[b-0xrxy5766j] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(12rem, 15rem);
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.15rem 0 0.55rem;
    scroll-snap-type: x proximity;
}

.brokerage-media-thumb-card[b-0xrxy5766j],
.brokerage-media-card[b-0xrxy5766j] {
    scroll-snap-align: start;
}

.brokerage-media-thumb-card[b-0xrxy5766j] {
    position: relative;
    aspect-ratio: 4 / 3;
}

.brokerage-media-thumb-card figcaption[b-0xrxy5766j] {
    position: absolute;
    right: 0.55rem;
    bottom: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #111827;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.5rem;
}

.brokerage-support-media[b-0xrxy5766j] {
    display: grid;
    gap: 1.2rem;
}

.brokerage-media-block[b-0xrxy5766j] {
    display: grid;
    gap: 0.75rem;
}

.brokerage-media-block-head[b-0xrxy5766j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brokerage-media-block-head h2[b-0xrxy5766j] {
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
}

.brokerage-media-block-head span[b-0xrxy5766j] {
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 800;
}

.brokerage-card-rail[b-0xrxy5766j] {
    grid-auto-columns: minmax(16rem, 22rem);
}

.brokerage-media-card[b-0xrxy5766j] {
    display: grid;
    grid-template-rows: minmax(12rem, 1fr) auto;
}

.brokerage-media-card img[b-0xrxy5766j],
.brokerage-media-card video[b-0xrxy5766j],
.brokerage-document-card[b-0xrxy5766j] {
    aspect-ratio: 16 / 10;
    background: #111827;
}

.brokerage-document-card[b-0xrxy5766j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: #f9fafb;
    color: #374151;
    text-decoration: none;
}

.brokerage-document-card span[b-0xrxy5766j] {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    font-size: 0.78rem;
    font-weight: 900;
    padding: 0.28rem 0.5rem;
}

.brokerage-document-card strong[b-0xrxy5766j] {
    font-size: 0.9rem;
    font-weight: 800;
}

.brokerage-media-card p[b-0xrxy5766j] {
    overflow: hidden;
    color: #4b5563;
    font-size: 0.82rem;
    font-weight: 700;
    margin: 0;
    padding: 0.65rem 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 960px) {
    .brokerage-gallery-mosaic[b-0xrxy5766j] {
        grid-template-columns: 1fr;
    }

    .brokerage-gallery-main[b-0xrxy5766j] {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .brokerage-gallery-thumbs[b-0xrxy5766j] {
        grid-auto-flow: column;
        grid-auto-columns: minmax(9rem, 12rem);
        grid-template-columns: none;
        overflow-x: auto;
        padding-bottom: 0.45rem;
        scroll-snap-type: x proximity;
    }

    .brokerage-gallery-thumbs figure[b-0xrxy5766j] {
        aspect-ratio: 4 / 3;
        min-height: 0;
        scroll-snap-align: start;
    }
}

@media (max-width: 640px) {
    .brokerage-gallery-main figcaption strong[b-0xrxy5766j] {
        max-width: 62%;
    }

    .brokerage-media-rail[b-0xrxy5766j] {
        grid-auto-columns: minmax(10rem, 12.5rem);
    }

    .brokerage-card-rail[b-0xrxy5766j] {
        grid-auto-columns: minmax(15rem, 82vw);
    }
}
/* /Components/Pages/BrokerageFrontListingTile.razor.rz.scp.css */
.front-listing-tile[b-sk1zw4a246] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-width: 0;
    min-height: 21.5rem;
    overflow: hidden;
    border: 1px solid rgba(47, 36, 24, 0.14);
    border-radius: 8px;
    background: var(--color-neutral-surface);
    color: var(--color-neutral-text-strong);
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(47, 36, 24, 0.045);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.front-listing-tile:hover[b-sk1zw4a246] {
    border-color: rgba(47, 36, 24, 0.34);
    box-shadow: 0 16px 34px rgba(47, 36, 24, 0.085);
    transform: translateY(-2px);
}

.front-listing-tile--platinum[b-sk1zw4a246] {
    border-color: rgba(47, 36, 24, 0.22);
}

.front-listing-tile-media[b-sk1zw4a246] {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    min-height: 0;
    margin: 0;
    background: var(--color-neutral-surface-muted);
}

.front-listing-tile-media--empty[b-sk1zw4a246] {
    display: flex;
    min-height: 9.5rem;
    align-items: center;
    justify-content: center;
}

.front-listing-tile-media img[b-sk1zw4a246] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.front-listing-tile:hover .front-listing-tile-media img[b-sk1zw4a246] {
    transform: scale(1.035);
}

.front-listing-tile-body[b-sk1zw4a246] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 0;
    padding: clamp(0.78rem, 0.95vw, 1rem);
}

.front-listing-tile-summary[b-sk1zw4a246] {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.front-listing-tile-summary span[b-sk1zw4a246] {
    overflow: hidden;
    min-width: 0;
    color: var(--color-neutral-text-muted);
    font-size: 0.72rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.front-listing-tile-summary span:first-child[b-sk1zw4a246] {
    flex: 0 0 auto;
    border: 1px solid var(--color-content-brokerage-border);
    border-radius: 999px;
    background: var(--color-content-brokerage-bg);
    color: var(--color-content-brokerage);
    padding: 0.22rem 0.48rem;
}

.front-listing-tile-photo-count[b-sk1zw4a246] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: var(--font-size-caption);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.front-listing-tile-photo-count[b-sk1zw4a246] {
    position: absolute;
    right: 0.65rem;
    bottom: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.64);
    background: rgba(47, 36, 24, 0.78);
    color: #fff;
    padding: 0.38rem 0.55rem;
}

.front-listing-tile h3[b-sk1zw4a246] {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.55em;
    margin: 0;
    color: var(--color-neutral-text-strong);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: 0;
    word-break: keep-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.front-listing-tile--platinum h3[b-sk1zw4a246] {
    font-size: clamp(1.06rem, 1.25vw, 1.2rem);
}

.front-listing-tile-media-meta[b-sk1zw4a246] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    min-height: 1.15rem;
}

.front-listing-tile-media-meta span[b-sk1zw4a246] {
    border: 1px solid var(--color-neutral-border);
    border-radius: 999px;
    background: var(--color-neutral-surface-muted);
    color: var(--color-neutral-text-muted);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    padding: 0.26rem 0.42rem;
}

.front-listing-tile-facts[b-sk1zw4a246] {
    display: grid;
    gap: 0;
    margin: auto 0 0;
}

.front-listing-tile-facts div[b-sk1zw4a246] {
    display: grid;
    grid-template-columns: 4.3rem minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    min-height: 2.15rem;
    border-top: 1px solid var(--color-neutral-border);
}

.front-listing-tile-facts dt[b-sk1zw4a246] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
}

.front-listing-tile-facts dd[b-sk1zw4a246] {
    overflow: hidden;
    margin: 0;
    color: var(--color-neutral-text-strong);
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.front-listing-tile-price[b-sk1zw4a246] {
    min-height: 2.55rem;
}

.front-listing-tile-price dd[b-sk1zw4a246] {
    white-space: normal;
    word-break: keep-all;
}

@media (max-width: 1180px) {
    .front-listing-tile[b-sk1zw4a246] {
        min-height: 21rem;
    }
}

@media (max-width: 860px) {
    .front-listing-tile[b-sk1zw4a246] {
        min-height: 0;
    }
}
/* /Components/Pages/BrokerageHomeTemplate.razor.rz.scp.css */
.brokerage-template-page[b-7cdlmpaij4] {
    min-height: 100vh;
    background: var(--color-neutral-bg);
    color: var(--color-neutral-text-strong);
    padding: 6.25rem max(1rem, calc((100vw - 1440px) / 2 + 2rem)) 5rem;
}

.brokerage-template-loading[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-weight: 700;
}

.template-header-ad-space[b-7cdlmpaij4] {
    height: clamp(4rem, 7vw, 5.5rem);
}

.template-market-update[b-7cdlmpaij4] {
    margin-bottom: 1.5rem;
}

.template-market-update[b-7cdlmpaij4]  .home-market-update {
    margin-top: 0;
    margin-bottom: 0;
}

.template-hero-portal[b-7cdlmpaij4] {
    margin-bottom: 4rem;
}

.template-ad-board[b-7cdlmpaij4] {
    padding: 0;
}

.template-tier-open-slot:hover[b-7cdlmpaij4] {
    box-shadow: 0 14px 28px rgba(47, 36, 24, 0.12);
    transform: translateY(-2px);
}

.template-tier[b-7cdlmpaij4] {
    margin-top: 5.75rem;
    border-top: 1px solid var(--color-neutral-border);
    padding-top: 2.4rem;
}

.template-ad-board > .template-tier:first-child[b-7cdlmpaij4] {
    margin-top: 0.5rem;
    border-top: 0;
    padding-top: 0;
}

.template-tier-head[b-7cdlmpaij4] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.template-tier-head p[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.template-tier-head h2[b-7cdlmpaij4] {
    margin-top: 0.2rem;
    font-size: clamp(1.15rem, 1.65vw, 1.6rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.template-tier-head span[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
}

.template-tier-grid[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: repeat(var(--tier-columns), minmax(0, 1fr));
    gap: 1rem;
}

.template-tier-open-slot[b-7cdlmpaij4] {
    display: flex;
    aspect-ratio: 1 / 1;
    min-height: 0;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    border: 1px dashed var(--color-neutral-border-strong);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    color: var(--color-neutral-text-strong);
    padding: 0.9rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-tier-open-slot:hover[b-7cdlmpaij4] {
    border-color: var(--color-neutral-text-muted);
    background: var(--color-neutral-surface);
}

.template-tier-open-slot span[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.template-tier-open-slot strong[b-7cdlmpaij4] {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.65rem;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.template-tier-open-slot small[b-7cdlmpaij4] {
    overflow: hidden;
    margin-top: auto;
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-hero[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) minmax(300px, 0.76fr);
    gap: 1.25rem;
    align-items: stretch;
    border-bottom: 1px solid var(--color-neutral-border);
    padding-bottom: 2rem;
}

.template-hero--cards[b-7cdlmpaij4] {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.template-card-hero[b-7cdlmpaij4],
.template-side-cards[b-7cdlmpaij4] {
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background: var(--color-neutral-surface);
    box-shadow: 0 18px 44px rgba(47, 36, 24, 0.055);
}

.template-card-hero[b-7cdlmpaij4] {
    display: flex;
    min-height: 24rem;
    flex-direction: column;
    padding: clamp(1rem, 2.4vw, 1.35rem);
}

.template-card-hero-head[b-7cdlmpaij4],
.template-side-cards-head[b-7cdlmpaij4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--color-neutral-border);
    padding-bottom: 0.85rem;
}

.template-card-hero-head h1[b-7cdlmpaij4] {
    margin-top: 0.2rem;
    font-size: clamp(1.65rem, 2.5vw, 2.45rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.template-card-hero-head-cta[b-7cdlmpaij4],
.template-side-cards-head a[b-7cdlmpaij4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.45rem;
    border: 1px solid var(--color-content-brokerage);
    border-radius: 8px;
    background: var(--color-content-brokerage);
    color: var(--color-neutral-surface);
    padding: 0.55rem 0.8rem;
    font-size: var(--font-size-button);
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.template-side-cards-head a[b-7cdlmpaij4] {
    border-color: var(--color-neutral-border);
    background: var(--color-neutral-surface);
    color: var(--color-content-brokerage);
}

.template-card-hero-head-cta:hover[b-7cdlmpaij4],
.template-side-cards-head a:hover[b-7cdlmpaij4],
.template-listing-consulting:hover[b-7cdlmpaij4],
.template-side-consulting:hover[b-7cdlmpaij4] {
    box-shadow: 0 14px 28px rgba(47, 36, 24, 0.12);
    transform: translateY(-2px);
}

.template-card-hero-head-cta i[b-7cdlmpaij4] {
    width: 1rem;
    height: 1rem;
}

.template-card-hero-grid[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.92fr);
    gap: 0.85rem;
    flex: 1;
    margin-top: 0.95rem;
}

.template-card-hero-stack[b-7cdlmpaij4],
.template-side-card-list[b-7cdlmpaij4] {
    display: grid;
    gap: 0.75rem;
}

.template-listing-consulting[b-7cdlmpaij4],
.template-side-consulting[b-7cdlmpaij4] {
    display: flex;
    min-height: 5.5rem;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid var(--color-content-brokerage);
    border-radius: 8px;
    background: var(--color-content-brokerage);
    color: var(--color-neutral-surface);
    padding: 0.85rem;
    text-decoration: none;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.template-listing-consulting i[b-7cdlmpaij4],
.template-side-consulting i[b-7cdlmpaij4] {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
}

.template-listing-consulting span[b-7cdlmpaij4],
.template-side-consulting span[b-7cdlmpaij4] {
    display: grid;
    min-width: 0;
    gap: 0.2rem;
}

.template-listing-consulting strong[b-7cdlmpaij4],
.template-side-consulting strong[b-7cdlmpaij4] {
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.2;
}

.template-listing-consulting small[b-7cdlmpaij4],
.template-side-consulting small[b-7cdlmpaij4] {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    font-size: var(--font-size-caption);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-side-cards[b-7cdlmpaij4] {
    display: flex;
    min-height: 24rem;
    flex-direction: column;
    padding: 1rem;
}

.template-side-card-list[b-7cdlmpaij4] {
    margin-top: 0.95rem;
}

.template-side-consulting[b-7cdlmpaij4] {
    margin-top: auto;
}

.template-hero-copy[b-7cdlmpaij4] {
    display: flex;
    min-height: 24rem;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(252, 251, 248, 0.96), rgba(243, 235, 221, 0.72)),
        var(--color-neutral-surface-warm);
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.template-front-cover[b-7cdlmpaij4] {
    display: flex;
    min-height: 24rem;
    flex-direction: column;
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(252, 251, 248, 0.96), rgba(243, 235, 221, 0.72)),
        var(--color-neutral-surface-warm);
    padding: clamp(1.35rem, 3.4vw, 2.4rem);
}

.template-front-cover-masthead[b-7cdlmpaij4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 2px solid var(--color-neutral-text-strong);
    padding-bottom: 0.65rem;
}

.template-front-cover-masthead p[b-7cdlmpaij4] {
    color: var(--color-content-brokerage);
    font-size: var(--font-size-caption);
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.template-front-cover-masthead span[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.template-front-cover-grid[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
    gap: 1.1rem;
    flex: 1;
    align-items: stretch;
    margin-top: 1.4rem;
}

.template-front-cover-copy[b-7cdlmpaij4] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.template-front-cover h1[b-7cdlmpaij4] {
    max-width: 12ch;
    font-size: clamp(2.35rem, 4.6vw, 4.55rem);
}

.template-front-cover .template-hero-text[b-7cdlmpaij4] {
    max-width: 58rem;
}

.template-front-cover .template-hero-actions[b-7cdlmpaij4] {
    margin-top: 1.5rem;
}

.template-cover-feature[b-7cdlmpaij4] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--color-content-brokerage-border);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(232, 244, 231, 0.54), rgba(252, 251, 248, 0.94)),
        var(--color-neutral-surface);
    padding: 1rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-cover-feature:hover[b-7cdlmpaij4],
.template-cover-mini:hover[b-7cdlmpaij4],
.template-cover-consulting:hover[b-7cdlmpaij4] {
    border-color: var(--color-content-brokerage);
    box-shadow: 0 14px 30px rgba(47, 36, 24, 0.08);
    transform: translateY(-2px);
}

.template-cover-feature span[b-7cdlmpaij4],
.template-cover-mini span[b-7cdlmpaij4] {
    color: var(--color-content-brokerage);
    font-size: var(--font-size-caption);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.template-cover-feature h2[b-7cdlmpaij4] {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.85rem;
    color: var(--color-neutral-text-strong);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.template-cover-feature p[b-7cdlmpaij4] {
    overflow: hidden;
    margin-top: 0.65rem;
    color: var(--color-neutral-text-muted);
    font-size: 0.9rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-cover-feature dl[b-7cdlmpaij4] {
    display: grid;
    gap: 0.45rem;
    margin: 1rem 0 0;
}

.template-cover-feature dl div[b-7cdlmpaij4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--color-neutral-border);
    padding-top: 0.45rem;
}

.template-cover-feature dt[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
}

.template-cover-feature dd[b-7cdlmpaij4] {
    overflow: hidden;
    max-width: 68%;
    color: var(--color-content-brokerage);
    font-size: 0.92rem;
    font-weight: 900;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-cover-strip[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.template-cover-mini[b-7cdlmpaij4],
.template-cover-consulting[b-7cdlmpaij4] {
    display: flex;
    min-height: 5.2rem;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    padding: 0.8rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-cover-mini strong[b-7cdlmpaij4] {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-neutral-text-strong);
    font-size: 0.94rem;
    font-weight: 900;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.template-cover-mini small[b-7cdlmpaij4],
.template-cover-consulting small[b-7cdlmpaij4] {
    overflow: hidden;
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-cover-consulting[b-7cdlmpaij4] {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0.75rem;
    border-color: var(--color-content-brokerage);
    background: var(--color-content-brokerage);
    color: var(--color-neutral-surface);
}

.template-cover-consulting i[b-7cdlmpaij4] {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
}

.template-cover-consulting span[b-7cdlmpaij4] {
    display: grid;
    min-width: 0;
    gap: 0.2rem;
}

.template-cover-consulting strong[b-7cdlmpaij4] {
    font-size: 0.96rem;
    font-weight: 900;
}

.template-cover-consulting small[b-7cdlmpaij4] {
    color: rgba(255, 255, 255, 0.78);
}

.template-kicker[b-7cdlmpaij4] {
    color: var(--color-content-brokerage);
    font-size: var(--font-size-caption);
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.template-hero h1[b-7cdlmpaij4],
.template-section h2[b-7cdlmpaij4],
.template-cta h2[b-7cdlmpaij4],
.template-empty h2[b-7cdlmpaij4] {
    letter-spacing: 0;
}

.template-hero h1[b-7cdlmpaij4] {
    max-width: 14ch;
    margin-top: 0.75rem;
    font-size: clamp(2.25rem, 5vw, 4.7rem);
    line-height: 1.06;
}

.template-hero--cards .template-card-hero-head h1[b-7cdlmpaij4] {
    max-width: none;
    margin-top: 0.2rem;
    font-size: clamp(1.65rem, 2.5vw, 2.45rem);
    line-height: 1.12;
}

.template-hero-text[b-7cdlmpaij4] {
    max-width: 48rem;
    margin-top: 1.35rem;
    color: var(--color-neutral-text);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.75;
    word-break: keep-all;
}

.template-hero-actions[b-7cdlmpaij4],
.template-section-head[b-7cdlmpaij4],
.template-type-board-head[b-7cdlmpaij4],
.template-cta[b-7cdlmpaij4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.template-hero-actions[b-7cdlmpaij4] {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.template-primary-link[b-7cdlmpaij4],
.template-secondary-link[b-7cdlmpaij4],
.template-text-link[b-7cdlmpaij4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    border-radius: 8px;
    font-size: var(--font-size-button);
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, color 160ms ease;
}

.template-primary-link[b-7cdlmpaij4] {
    border: 1px solid var(--color-content-brokerage);
    background: var(--color-content-brokerage);
    color: var(--color-neutral-surface);
    padding: 0.7rem 1rem;
}

.template-secondary-link[b-7cdlmpaij4] {
    border: 1px solid var(--color-neutral-border);
    background: var(--color-neutral-surface);
    color: var(--color-neutral-text-strong);
    padding: 0.7rem 1rem;
}

.template-text-link[b-7cdlmpaij4] {
    color: var(--color-content-brokerage);
    padding: 0.35rem 0;
}

.template-primary-link:hover[b-7cdlmpaij4],
.template-secondary-link:hover[b-7cdlmpaij4],
.template-text-link:hover[b-7cdlmpaij4] {
    transform: translateY(-2px);
}

.template-primary-link:hover[b-7cdlmpaij4] {
    box-shadow: 0 14px 28px rgba(47, 36, 24, 0.14);
}

.template-secondary-link:hover[b-7cdlmpaij4] {
    border-color: var(--color-content-brokerage-border);
    color: var(--color-content-brokerage);
    box-shadow: 0 12px 24px rgba(47, 36, 24, 0.08);
}

.template-front-page[b-7cdlmpaij4] {
    display: flex;
    min-height: 24rem;
    flex-direction: column;
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(252, 251, 248, 0.98), rgba(250, 249, 246, 0.96)),
        var(--color-neutral-surface);
    padding: 1rem;
    box-shadow: 0 18px 44px rgba(47, 36, 24, 0.055);
}

.template-front-masthead[b-7cdlmpaij4],
.template-front-head[b-7cdlmpaij4],
.template-front-actions[b-7cdlmpaij4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.template-front-masthead[b-7cdlmpaij4] {
    border-bottom: 2px solid var(--color-neutral-text-strong);
    padding-bottom: 0.55rem;
}

.template-front-masthead p[b-7cdlmpaij4] {
    color: var(--color-content-brokerage);
    font-size: var(--font-size-caption);
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.template-front-masthead span[b-7cdlmpaij4],
.template-front-ad-label[b-7cdlmpaij4],
.template-front-mini span[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.template-front-head[b-7cdlmpaij4] {
    align-items: flex-end;
    margin-top: 0.8rem;
}

.template-front-head small[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
}

.template-front-head h2[b-7cdlmpaij4] {
    margin-top: 0.2rem;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.template-front-head a[b-7cdlmpaij4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    border: 1px solid var(--color-content-brokerage);
    border-radius: 9999px;
    background: var(--color-content-brokerage);
    color: var(--color-neutral-surface);
    padding: 0.45rem 0.8rem;
    font-size: var(--font-size-caption);
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.template-front-lead[b-7cdlmpaij4] {
    display: grid;
    gap: 0.65rem;
    margin-top: 0.9rem;
    border: 1px solid var(--color-content-brokerage-border);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(232, 244, 231, 0.54), rgba(252, 251, 248, 0.94)),
        var(--color-neutral-surface-warm);
    padding: 1rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-front-lead:hover[b-7cdlmpaij4],
.template-front-mini:hover[b-7cdlmpaij4],
.template-front-consulting:hover[b-7cdlmpaij4],
.template-front-more:hover[b-7cdlmpaij4] {
    border-color: var(--color-content-brokerage);
    box-shadow: 0 14px 30px rgba(47, 36, 24, 0.08);
    transform: translateY(-2px);
}

.template-front-lead h3[b-7cdlmpaij4] {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-neutral-text-strong);
    font-size: 1.42rem;
    font-weight: 900;
    line-height: 1.24;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.template-front-lead p[b-7cdlmpaij4] {
    overflow: hidden;
    color: var(--color-neutral-text-muted);
    font-size: 0.9rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-front-lead dl[b-7cdlmpaij4] {
    display: grid;
    gap: 0.45rem;
    margin: 0.3rem 0 0;
}

.template-front-lead dl div[b-7cdlmpaij4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--color-neutral-border);
    padding-top: 0.45rem;
}

.template-front-lead dt[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
}

.template-front-lead dd[b-7cdlmpaij4] {
    overflow: hidden;
    max-width: 65%;
    color: var(--color-content-brokerage);
    font-size: 0.92rem;
    font-weight: 900;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-front-subgrid[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 0.65rem;
}

.template-front-mini[b-7cdlmpaij4] {
    display: grid;
    gap: 0.38rem;
    min-height: 8rem;
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background: var(--color-neutral-surface);
    padding: 0.8rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-front-mini strong[b-7cdlmpaij4] {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-neutral-text-strong);
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.template-front-mini small[b-7cdlmpaij4] {
    overflow: hidden;
    margin-top: auto;
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-front-empty[b-7cdlmpaij4] {
    display: grid;
    place-content: center;
    min-height: 15rem;
    margin-top: 0.9rem;
    border: 1px dashed var(--color-neutral-border-strong);
    border-radius: 8px;
    background: var(--color-neutral-bg);
    padding: 1rem;
    text-align: center;
}

.template-front-empty h3[b-7cdlmpaij4] {
    font-size: 1rem;
    font-weight: 900;
}

.template-front-empty p[b-7cdlmpaij4] {
    margin-top: 0.45rem;
    color: var(--color-neutral-text-muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.5;
}

.template-front-actions[b-7cdlmpaij4] {
    margin-top: auto;
    padding-top: 0.75rem;
}

.template-front-consulting[b-7cdlmpaij4] {
    display: flex;
    min-height: 4.25rem;
    flex: 1;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid var(--color-content-brokerage);
    border-radius: 8px;
    background: var(--color-content-brokerage);
    color: var(--color-neutral-surface);
    padding: 0.75rem;
    text-decoration: none;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.template-front-consulting i[b-7cdlmpaij4] {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
}

.template-front-consulting span[b-7cdlmpaij4] {
    display: grid;
    gap: 0.2rem;
}

.template-front-consulting strong[b-7cdlmpaij4] {
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.2;
}

.template-front-consulting small[b-7cdlmpaij4] {
    color: rgba(255, 255, 255, 0.78);
    font-size: var(--font-size-caption);
    font-weight: 800;
}

.template-front-more[b-7cdlmpaij4] {
    display: inline-flex;
    width: 4.25rem;
    min-height: 4.25rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background: var(--color-neutral-surface);
    color: var(--color-content-brokerage);
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-front-more i[b-7cdlmpaij4] {
    width: 1.35rem;
    height: 1.35rem;
}

.template-cues[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.template-cue[b-7cdlmpaij4] {
    display: flex;
    min-height: 5.25rem;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background: var(--color-neutral-surface);
    padding: 0.9rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-cue:hover[b-7cdlmpaij4] {
    border-color: var(--color-content-brokerage-border);
    box-shadow: 0 12px 28px rgba(47, 36, 24, 0.06);
    transform: translateY(-2px);
}

.template-cue i[b-7cdlmpaij4],
.template-primary-link i[b-7cdlmpaij4],
.template-secondary-link i[b-7cdlmpaij4],
.template-text-link i[b-7cdlmpaij4] {
    width: 1.1rem;
    height: 1.1rem;
    flex-shrink: 0;
}

.template-cue i[b-7cdlmpaij4] {
    color: var(--color-content-brokerage);
}

.template-cue span[b-7cdlmpaij4] {
    display: grid;
    gap: 0.2rem;
}

.template-cue strong[b-7cdlmpaij4] {
    font-size: 0.92rem;
}

.template-cue small[b-7cdlmpaij4],
.template-section-count[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 800;
}

.template-section[b-7cdlmpaij4],
.template-empty[b-7cdlmpaij4],
.template-cta[b-7cdlmpaij4] {
    margin-top: 3rem;
}

.template-section-head[b-7cdlmpaij4] {
    align-items: end;
    margin-bottom: 1rem;
}

.template-section h2[b-7cdlmpaij4],
.template-cta h2[b-7cdlmpaij4],
.template-empty h2[b-7cdlmpaij4] {
    margin-top: 0.35rem;
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    line-height: 1.18;
}

.template-feature-grid[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: 1rem;
}

.template-lead-card[b-7cdlmpaij4] {
    display: flex;
    min-height: 29rem;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--color-content-brokerage-border);
    border-radius: 8px;
    background:
        linear-gradient(160deg, rgba(232, 244, 231, 0.52), rgba(252, 251, 248, 0.96)),
        var(--color-neutral-surface);
    padding: 1.35rem;
    text-decoration: none;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.template-lead-card:hover[b-7cdlmpaij4] {
    box-shadow: 0 18px 40px rgba(47, 36, 24, 0.08);
    transform: translateY(-2px);
}

.template-badge[b-7cdlmpaij4],
.listing-card-badge[b-7cdlmpaij4] {
    display: inline-flex;
    width: fit-content;
    border: 1px solid var(--color-content-brokerage-border);
    border-radius: 4px;
    background: var(--color-content-brokerage-bg);
    color: var(--color-content-brokerage);
    padding: 0.25rem 0.5rem;
    font-size: var(--font-size-caption);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.template-lead-card h3[b-7cdlmpaij4] {
    margin-top: 1rem;
    color: var(--color-neutral-text-strong);
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    line-height: 1.15;
    word-break: keep-all;
}

.template-lead-card p[b-7cdlmpaij4] {
    margin-top: 0.85rem;
    color: var(--color-neutral-text-muted);
    font-weight: 800;
}

.template-lead-card dl[b-7cdlmpaij4] {
    display: grid;
    gap: 0.75rem;
    margin: 2rem 0 0;
}

.template-lead-card div[b-7cdlmpaij4] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--color-neutral-border);
    padding-top: 0.75rem;
}

.template-lead-card dt[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 800;
}

.template-lead-card dd[b-7cdlmpaij4] {
    max-width: 68%;
    color: var(--color-neutral-text-strong);
    font-size: 0.92rem;
    font-weight: 900;
    text-align: right;
}

.template-listing-grid[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.template-listing-grid--wide[b-7cdlmpaij4] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

[b-7cdlmpaij4] .listing-card {
    display: flex;
    min-height: 13.8rem;
    flex-direction: column;
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background: var(--color-neutral-surface);
    padding: 1rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

[b-7cdlmpaij4] .listing-card:hover {
    border-color: var(--color-content-brokerage-border);
    box-shadow: 0 14px 30px rgba(47, 36, 24, 0.06);
    transform: translateY(-2px);
}

[b-7cdlmpaij4] .listing-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.75rem;
    color: var(--color-neutral-text-strong);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

[b-7cdlmpaij4] .listing-card p {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.5rem;
    color: var(--color-neutral-text-muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

[b-7cdlmpaij4] .listing-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    border-top: 1px solid var(--color-neutral-border);
    padding-top: 0.9rem;
}

[b-7cdlmpaij4] .listing-card-meta span,
[b-7cdlmpaij4] .listing-card small {
    overflow: hidden;
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-7cdlmpaij4] .listing-card-meta strong {
    color: var(--color-content-brokerage);
    font-size: 0.96rem;
    font-weight: 900;
    white-space: nowrap;
}

[b-7cdlmpaij4] .listing-card small {
    margin-top: 0.55rem;
}

.template-board-grid[b-7cdlmpaij4],
.template-visual-grid[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.template-support-section[b-7cdlmpaij4] {
    margin-top: 4.5rem;
    border-top: 1px solid var(--color-neutral-border);
    border-bottom: 1px solid var(--color-neutral-border);
    background:
        linear-gradient(180deg, rgba(252, 251, 248, 0.94), rgba(244, 248, 246, 0.74)),
        var(--color-neutral-surface);
    padding-block: 2.75rem;
}

.template-support-section .template-section-head[b-7cdlmpaij4] {
    margin-bottom: 1.4rem;
}

.template-support-grid[b-7cdlmpaij4] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(280px, 0.85fr);
    gap: 1rem;
}

.template-support-grid--trust[b-7cdlmpaij4] {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 1.25rem;
}

.template-support-panel[b-7cdlmpaij4] {
    display: flex;
    min-height: 20rem;
    flex-direction: column;
    border: 1px solid rgba(47, 36, 24, 0.14);
    border-radius: 8px;
    background: var(--color-neutral-surface);
    padding: clamp(1.1rem, 1.6vw, 1.4rem);
    box-shadow: 0 16px 36px rgba(47, 36, 24, 0.045);
}

.template-support-panel--analysis[b-7cdlmpaij4] {
    background:
        linear-gradient(145deg, rgba(220, 230, 245, 0.38), rgba(252, 251, 248, 0.96)),
        var(--color-neutral-surface);
}

.template-support-panel--issue[b-7cdlmpaij4] {
    background:
        linear-gradient(145deg, rgba(250, 243, 234, 0.72), rgba(252, 251, 248, 0.96)),
        var(--color-neutral-surface);
}

.template-support-panel--consulting[b-7cdlmpaij4] {
    background:
        linear-gradient(145deg, rgba(243, 235, 221, 0.58), rgba(252, 251, 248, 0.96)),
        var(--color-neutral-surface);
}

.template-support-panel-head[b-7cdlmpaij4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}

.template-support-panel-head i[b-7cdlmpaij4] {
    display: inline-flex;
    width: 2.65rem;
    height: 2.65rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-content-brokerage-border);
    border-radius: 8px;
    background: rgba(232, 244, 231, 0.62);
    color: var(--color-content-brokerage);
}

.template-support-panel-head p[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.template-support-panel-head h3[b-7cdlmpaij4] {
    margin-top: 0.2rem;
    font-size: clamp(1.08rem, 1.35vw, 1.28rem);
    font-weight: 900;
    line-height: 1.25;
}

.template-support-feature[b-7cdlmpaij4] {
    display: grid;
    gap: 0.55rem;
    border: 1px solid rgba(47, 36, 24, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
    padding: 1.05rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-support-feature:hover[b-7cdlmpaij4],
.template-support-list a:hover[b-7cdlmpaij4] {
    border-color: var(--color-content-brokerage-border);
    box-shadow: 0 12px 26px rgba(47, 36, 24, 0.06);
    transform: translateY(-2px);
}

.template-support-feature span[b-7cdlmpaij4],
.template-support-list span[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: var(--font-size-caption);
    font-weight: 900;
}

.template-support-feature strong[b-7cdlmpaij4] {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-neutral-text-strong);
    font-size: 1.05rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.template-support-feature small[b-7cdlmpaij4] {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-neutral-text-muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.template-support-list[b-7cdlmpaij4] {
    display: grid;
    gap: 0.65rem;
    margin-top: 0.75rem;
}

.template-support-list--issue[b-7cdlmpaij4] {
    margin-top: 0;
}

.template-support-list a[b-7cdlmpaij4] {
    display: grid;
    gap: 0.32rem;
    border: 1px solid rgba(47, 36, 24, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
    padding: 0.8rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-support-list strong[b-7cdlmpaij4] {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-neutral-text-strong);
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.template-support-empty[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.6;
}

.template-consulting-steps[b-7cdlmpaij4] {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.template-consulting-steps li[b-7cdlmpaij4] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
    padding: 0.78rem;
    color: var(--color-neutral-text-strong);
    font-size: 0.9rem;
    font-weight: 900;
}

.template-consulting-steps span[b-7cdlmpaij4] {
    color: var(--color-content-brokerage);
    font-size: var(--font-size-caption);
    font-weight: 900;
}

.template-support-cta[b-7cdlmpaij4] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    margin-top: auto;
    border: 1px solid var(--color-content-brokerage);
    border-radius: 8px;
    background: var(--color-content-brokerage);
    color: var(--color-neutral-surface);
    padding: 0.78rem 0.9rem;
    font-size: var(--font-size-button);
    font-weight: 900;
    text-decoration: none;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.template-support-cta:hover[b-7cdlmpaij4] {
    box-shadow: 0 14px 28px rgba(47, 36, 24, 0.14);
    transform: translateY(-2px);
}

.template-support-cta i[b-7cdlmpaij4] {
    width: 1rem;
    height: 1rem;
}

.template-type-board[b-7cdlmpaij4] {
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background: var(--color-neutral-surface);
}

.template-type-board-head[b-7cdlmpaij4] {
    border-bottom: 1px solid var(--color-neutral-border);
    padding: 1rem;
}

.template-type-board-head h3[b-7cdlmpaij4] {
    font-size: 1.05rem;
    font-weight: 900;
}

.template-type-board-head span[b-7cdlmpaij4] {
    color: var(--color-content-brokerage);
    font-size: var(--font-size-caption);
    font-weight: 900;
}

.template-type-board-list[b-7cdlmpaij4] {
    display: grid;
}

.template-type-board-list a[b-7cdlmpaij4] {
    display: grid;
    gap: 0.35rem;
    border-bottom: 1px solid var(--color-neutral-border);
    padding: 0.9rem 1rem;
    text-decoration: none;
}

.template-type-board-list a:last-child[b-7cdlmpaij4] {
    border-bottom: 0;
}

.template-type-board-list a:hover[b-7cdlmpaij4] {
    background: var(--color-neutral-bg);
}

.template-type-board-list strong[b-7cdlmpaij4] {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-neutral-text-strong);
    font-size: 0.92rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.template-type-board-list span[b-7cdlmpaij4] {
    color: var(--color-content-brokerage);
    font-size: var(--font-size-caption);
    font-weight: 900;
}

.template-visual-grid[b-7cdlmpaij4] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.template-visual-tile[b-7cdlmpaij4] {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background: var(--color-neutral-surface);
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-visual-tile:hover[b-7cdlmpaij4] {
    border-color: var(--color-content-brokerage-border);
    box-shadow: 0 14px 32px rgba(47, 36, 24, 0.07);
    transform: translateY(-2px);
}

.template-visual-tile img[b-7cdlmpaij4] {
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
}

.template-visual-tile span[b-7cdlmpaij4] {
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
}

.template-visual-tile strong[b-7cdlmpaij4] {
    font-size: 1rem;
    font-weight: 900;
}

.template-visual-tile small[b-7cdlmpaij4] {
    color: var(--color-neutral-text-muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.45;
}

.template-empty[b-7cdlmpaij4],
.template-cta[b-7cdlmpaij4] {
    border: 1px solid var(--color-neutral-border);
    border-radius: 8px;
    background: var(--color-neutral-surface);
    padding: clamp(1.35rem, 3vw, 2rem);
}

.template-empty[b-7cdlmpaij4] {
    text-align: center;
}

.template-empty p[b-7cdlmpaij4],
.template-cta p[b-7cdlmpaij4] {
    margin-top: 0.65rem;
    color: var(--color-neutral-text-muted);
    font-weight: 700;
    line-height: 1.65;
    word-break: keep-all;
}

@media (max-width: 1180px) {
    .template-hero[b-7cdlmpaij4],
    .template-feature-grid[b-7cdlmpaij4] {
        grid-template-columns: 1fr;
    }

    .template-tier-grid[b-7cdlmpaij4] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .template-cues[b-7cdlmpaij4],
    .template-listing-grid--wide[b-7cdlmpaij4],
    .template-board-grid[b-7cdlmpaij4],
    .template-support-grid[b-7cdlmpaij4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .brokerage-template-page[b-7cdlmpaij4] {
        padding-inline: 1rem;
        padding-top: 5.75rem;
    }

    .template-hero[b-7cdlmpaij4] {
        padding-bottom: 1.25rem;
    }

    .template-hero-portal[b-7cdlmpaij4] {
        margin-bottom: 3rem;
    }

    .template-header-ad-space[b-7cdlmpaij4] {
        height: 3.5rem;
    }

    .template-market-update[b-7cdlmpaij4] {
        margin-bottom: 1rem;
    }

    .template-tier-head[b-7cdlmpaij4] {
        align-items: stretch;
        flex-direction: column;
    }

    .template-tier-head span[b-7cdlmpaij4] {
        text-align: left;
        white-space: normal;
    }

    .template-tier-grid[b-7cdlmpaij4] {
        grid-template-columns: 1fr;
    }

    .template-tier[b-7cdlmpaij4] {
        margin-top: 3.75rem;
        padding-top: 1.8rem;
    }

    .template-hero-copy[b-7cdlmpaij4],
    .template-front-cover[b-7cdlmpaij4] {
        min-height: auto;
    }

    .template-front-cover-grid[b-7cdlmpaij4],
    .template-cover-strip[b-7cdlmpaij4],
    .template-card-hero-grid[b-7cdlmpaij4],
    .template-front-subgrid[b-7cdlmpaij4] {
        grid-template-columns: 1fr;
    }

    .template-front-page[b-7cdlmpaij4],
    .template-cues[b-7cdlmpaij4],
    .template-listing-grid[b-7cdlmpaij4],
    .template-listing-grid--wide[b-7cdlmpaij4],
    .template-board-grid[b-7cdlmpaij4],
    .template-visual-grid[b-7cdlmpaij4],
    .template-support-grid[b-7cdlmpaij4] {
        grid-template-columns: 1fr;
    }

    .template-section-head[b-7cdlmpaij4],
    .template-cta[b-7cdlmpaij4] {
        align-items: flex-start;
        flex-direction: column;
    }

    .template-hero-actions[b-7cdlmpaij4] {
        display: grid;
    }

    .template-primary-link[b-7cdlmpaij4],
    .template-secondary-link[b-7cdlmpaij4] {
        width: 100%;
    }

    .template-front-page[b-7cdlmpaij4] {
        min-height: auto;
    }

    .template-card-hero[b-7cdlmpaij4],
    .template-side-cards[b-7cdlmpaij4] {
        min-height: auto;
    }

    .template-lead-card[b-7cdlmpaij4] {
        min-height: auto;
    }
}
/* /Components/Shared/ReportBodyRenderer.razor.rz.scp.css */
.report-body-html[b-6igeh2ej1x]  .th-region-divergence-report > header > div:first-child {
    display: none;
}

.report-body-html[b-6igeh2ej1x]  .th-region-divergence-report > header > div:nth-child(2) {
    margin-top: 0;
}
