/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-header[b-0rb0m6j0g3] {
    background: var(--lc-blue-header);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.admin-header-inner[b-0rb0m6j0g3] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0.6rem 1.25rem;
}

.admin-logo[b-0rb0m6j0g3] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    flex-shrink: 0;
}

    .admin-logo img[b-0rb0m6j0g3] {
        height: 32px;
        width: auto;
        display: block;
    }

    .admin-logo span[b-0rb0m6j0g3] {
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        font-size: 0.8rem;
        opacity: 0.85;
    }

.admin-back-to-site[b-0rb0m6j0g3] {
    color: #ffffff;
    opacity: 0.85;
    text-decoration: none;
    font-size: 0.9rem;
}

    .admin-back-to-site:hover[b-0rb0m6j0g3] {
        opacity: 1;
        text-decoration: underline;
    }

.admin-header-login[b-0rb0m6j0g3] {
    margin-left: auto;
}

    .admin-header-login[b-0rb0m6j0g3]  .login-btn {
        color: #ffffff;
    }

    .admin-header-login[b-0rb0m6j0g3]  .login-control {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        color: #ffffff;
    }

    .admin-header-login[b-0rb0m6j0g3]  .avatar {
        width: 26px;
        height: 26px;
        border-radius: 50%;
    }

    .admin-header-login[b-0rb0m6j0g3]  .admin-badge {
        background: var(--lc-red-accent);
        color: #ffffff;
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0.15rem 0.4rem;
        border-radius: 3px;
    }

.admin-shell[b-0rb0m6j0g3] {
    display: flex;
    min-height: calc(100vh - 56px);
    background: var(--lc-grey-light);
}

.admin-nav[b-0rb0m6j0g3] {
    width: 210px;
    flex-shrink: 0;
    padding: 1.25rem 0.75rem;
    background: #ffffff;
    border-right: 1px solid #dcdfe2;
}

    .admin-nav-group[b-0rb0m6j0g3] {
        font-size: 0.72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #8b8f93;
        margin: 1.1rem 0.6rem 0.3rem;
    }

        .admin-nav-group:first-of-type[b-0rb0m6j0g3] {
            margin-top: 0.5rem;
        }

    .admin-nav a[b-0rb0m6j0g3] {
        display: block;
        padding: 0.45rem 0.6rem;
        border-radius: 4px;
        text-decoration: none;
        color: var(--lc-blue-dark);
        font-size: 0.92rem;
    }

        .admin-nav a:hover[b-0rb0m6j0g3] {
            background: var(--lc-grey-light);
        }

        .admin-nav a:first-child[b-0rb0m6j0g3] {
            font-weight: 700;
            margin-bottom: 0.25rem;
        }

.admin-content[b-0rb0m6j0g3] {
    flex: 1;
    padding: 1.75rem 2rem;
}

    .admin-content h3[b-0rb0m6j0g3] {
        color: var(--lc-blue-dark);
        margin-top: 0;
    }

#blazor-error-ui[b-0rb0m6j0g3] {
    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-0rb0m6j0g3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 720px) {
    .admin-shell[b-0rb0m6j0g3] {
        flex-direction: column;
    }

    .admin-nav[b-0rb0m6j0g3] {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;
        border-right: none;
        border-bottom: 1px solid #dcdfe2;
    }

    .admin-nav-group[b-0rb0m6j0g3] {
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-l7lqqu1aax] {
    background: var(--lc-blue-header);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.site-header-inner[b-l7lqqu1aax] {
    max-width: var(--lc-max-width);
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.site-logo[b-l7lqqu1aax] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

    .site-logo img[b-l7lqqu1aax] {
        display: block;
        height: 44px;
        width: auto;
    }

.site-nav[b-l7lqqu1aax] {
    display: flex;
    gap: 1.5rem;
    flex: 1;
}

    .site-nav a[b-l7lqqu1aax] {
        color: #ffffff;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        opacity: 0.92;
    }

        .site-nav a.site-nav-admin[b-l7lqqu1aax] {
            background: var(--lc-red-accent);
            padding: 0.3rem 0.7rem;
            border-radius: 4px;
            opacity: 1;
        }

        .site-nav a:hover[b-l7lqqu1aax] {
            opacity: 1;
            text-decoration: underline;
        }

.site-header-login[b-l7lqqu1aax] {
    flex-shrink: 0;
}

    .site-header-login[b-l7lqqu1aax]  .login-btn {
        display: inline-block;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 4px;
        padding: 0.4rem 0.9rem;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
    }

        .site-header-login[b-l7lqqu1aax]  .login-btn:hover {
            background: rgba(255, 255, 255, 0.28);
        }

    .site-header-login[b-l7lqqu1aax]  .login-control {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: #ffffff;
    }

    .site-header-login[b-l7lqqu1aax]  .avatar {
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }

    .site-header-login[b-l7lqqu1aax]  .user-name {
        font-size: 0.9rem;
    }

    .site-header-login[b-l7lqqu1aax]  .admin-badge {
        background: var(--lc-red-accent);
        color: #ffffff;
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0.15rem 0.4rem;
        border-radius: 3px;
    }

main[b-l7lqqu1aax] {
    min-height: calc(100vh - 220px);
}

.site-footer[b-l7lqqu1aax] {
    background: var(--lc-blue-dark);
    color: #ffffff;
    margin-top: 3rem;
}

.site-footer-inner[b-l7lqqu1aax] {
    max-width: var(--lc-max-width);
    margin: 0 auto;
    padding: 1.5rem;
    font-size: 0.85rem;
    text-align: center;
}

    .site-footer-inner p[b-l7lqqu1aax] {
        opacity: 0.85;
        margin: 0;
    }

.site-footer-nav[b-l7lqqu1aax] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    margin-bottom: 1rem;
}

    .site-footer-nav a[b-l7lqqu1aax] {
        color: #ffffff;
        opacity: 0.85;
        text-decoration: none;
        font-size: 0.85rem;
    }

        .site-footer-nav a:hover[b-l7lqqu1aax] {
            opacity: 1;
            text-decoration: underline;
        }

#blazor-error-ui[b-l7lqqu1aax] {
    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-l7lqqu1aax] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 640px) {
    .site-header-inner[b-l7lqqu1aax] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .site-nav[b-l7lqqu1aax] {
        flex-wrap: wrap;
        gap: 1rem;
    }
}
/* /Components/Layout/MemberNav.razor.rz.scp.css */
.member-nav[b-xdxuhcgal5] {
    display: flex;
    gap: 0.5rem;
    background: #ffffff;
    border-bottom: 1px solid #dcdfe2;
    padding: 0 1.5rem;
    max-width: var(--lc-max-width);
    margin: 0 auto;
}

    .member-nav a[b-xdxuhcgal5] {
        display: inline-block;
        padding: 0.9rem 1rem;
        text-decoration: none;
        color: #555555;
        font-weight: 600;
        font-size: 0.92rem;
        border-bottom: 3px solid transparent;
    }

        .member-nav a:hover[b-xdxuhcgal5] {
            color: var(--lc-blue-dark);
        }

        .member-nav a.active[b-xdxuhcgal5] {
            color: var(--lc-blue-dark);
            border-bottom-color: var(--lc-red-accent);
        }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8dduyalv8q],
.components-reconnect-repeated-attempt-visible[b-8dduyalv8q],
.components-reconnect-failed-visible[b-8dduyalv8q],
.components-pause-visible[b-8dduyalv8q],
.components-resume-failed-visible[b-8dduyalv8q],
.components-rejoining-animation[b-8dduyalv8q] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8dduyalv8q],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8dduyalv8q],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8dduyalv8q],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8dduyalv8q],
#components-reconnect-modal.components-reconnect-retrying[b-8dduyalv8q],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8dduyalv8q],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8dduyalv8q],
#components-reconnect-modal.components-reconnect-failed[b-8dduyalv8q],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8dduyalv8q] {
    display: block;
}


#components-reconnect-modal[b-8dduyalv8q] {
    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-8dduyalv8q 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8dduyalv8q 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8dduyalv8q 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8dduyalv8q]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8dduyalv8q 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8dduyalv8q {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8dduyalv8q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8dduyalv8q {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8dduyalv8q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8dduyalv8q] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8dduyalv8q] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8dduyalv8q] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8dduyalv8q] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8dduyalv8q] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8dduyalv8q] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8dduyalv8q 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8dduyalv8q] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8dduyalv8q {
    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/Admin/AdminHome.razor.rz.scp.css */
.admin-lead[b-9qbosgknrr] {
    color: #555555;
    margin-top: -0.5rem;
}

.admin-card-grid[b-9qbosgknrr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.admin-card[b-9qbosgknrr] {
    display: block;
    background: #ffffff;
    border-radius: 8px;
    padding: 1.25rem;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--lc-blue-accent);
}

    .admin-card:hover[b-9qbosgknrr] {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
    }

    .admin-card h4[b-9qbosgknrr] {
        margin: 0 0 0.4rem;
        color: var(--lc-blue-dark);
    }

    .admin-card p[b-9qbosgknrr] {
        margin: 0;
        font-size: 0.88rem;
        color: #555555;
        line-height: 1.4;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-vkk0yp9eax] {
    background: linear-gradient(135deg, var(--lc-blue-header) 0%, var(--lc-blue-dark) 100%);
    color: #ffffff;
}

.hero-inner[b-vkk0yp9eax] {
    max-width: var(--lc-max-width);
    margin: 0 auto;
    padding: 4rem 1.5rem;
    text-align: center;
}

    .hero-inner h1[b-vkk0yp9eax] {
        font-size: 2.25rem;
        line-height: 1.25;
        margin: 0 0 1.25rem;
    }

.hero-lead[b-vkk0yp9eax] {
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0 auto 2rem;
    opacity: 0.95;
}

.hero-actions[b-vkk0yp9eax] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.features[b-vkk0yp9eax] {
    background: var(--lc-grey-light);
}

.features-inner[b-vkk0yp9eax] {
    max-width: var(--lc-max-width);
    margin: 0 auto;
    padding: 3rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.feature-card[b-vkk0yp9eax] {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

    .feature-card h2[b-vkk0yp9eax] {
        color: var(--lc-blue-dark);
        font-size: 1.15rem;
        margin: 0 0 0.75rem;
    }

    .feature-card p[b-vkk0yp9eax] {
        margin: 0;
        color: #444444;
        line-height: 1.5;
    }

.testimonials-inner[b-vkk0yp9eax] {
    max-width: var(--lc-max-width);
    margin: 0 auto;
    padding: 3rem 1.5rem;
    text-align: center;
}

    .testimonials-inner h2[b-vkk0yp9eax] {
        color: var(--lc-blue-dark);
        margin: 0 0 2rem;
    }

.testimonial-grid[b-vkk0yp9eax] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    text-align: left;
}

blockquote[b-vkk0yp9eax] {
    margin: 0;
    padding: 1.25rem;
    background: var(--lc-grey-light);
    border-left: 4px solid var(--lc-blue-accent);
    border-radius: 4px;
    font-style: italic;
    color: #333333;
}

    blockquote cite[b-vkk0yp9eax] {
        display: block;
        margin-top: 0.75rem;
        font-style: normal;
        font-size: 0.85rem;
        color: var(--lc-blue-link);
    }

.cta[b-vkk0yp9eax] {
    background: var(--lc-blue-dark);
    color: #ffffff;
    text-align: center;
}

.cta-inner[b-vkk0yp9eax] {
    max-width: 640px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

    .cta-inner h2[b-vkk0yp9eax] {
        margin: 0 0 0.75rem;
    }

    .cta-inner p[b-vkk0yp9eax] {
        margin: 0 0 1.5rem;
        opacity: 0.9;
    }

@media (max-width: 640px) {
    .hero-inner h1[b-vkk0yp9eax] {
        font-size: 1.6rem;
    }
}
/* /Components/Pages/Member/Dashboard.razor.rz.scp.css */
h1[b-4vc2ry4a3n] {
    color: var(--lc-blue-dark);
    margin-bottom: 0.25rem;
}

.lead[b-4vc2ry4a3n] {
    color: #555555;
    margin-top: 0;
}

.stat-grid[b-4vc2ry4a3n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.stat-card[b-4vc2ry4a3n] {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.25rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.stat-value[b-4vc2ry4a3n] {
    display: block;
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--lc-blue-dark);
}

.stat-label[b-4vc2ry4a3n] {
    display: block;
    font-size: 0.82rem;
    color: #666666;
    margin-top: 0.25rem;
}

.dashboard-columns[b-4vc2ry4a3n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.panel[b-4vc2ry4a3n] {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

    .panel h2[b-4vc2ry4a3n] {
        margin-top: 0;
        color: var(--lc-blue-dark);
        font-size: 1.1rem;
    }

.activity-list[b-4vc2ry4a3n] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .activity-list li[b-4vc2ry4a3n] {
        padding: 0.6rem 0;
        border-bottom: 1px solid #eeeeee;
        font-size: 0.9rem;
        color: #444444;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

        .activity-list li:last-child[b-4vc2ry4a3n] {
            border-bottom: none;
        }

        .activity-list li span[b-4vc2ry4a3n] {
            color: #999999;
            font-size: 0.8rem;
            white-space: nowrap;
        }

.friend-panel[b-4vc2ry4a3n] {
    background: var(--lc-blue-dark);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

    .friend-panel h2[b-4vc2ry4a3n] {
        color: #ffffff;
    }

    .friend-panel p[b-4vc2ry4a3n] {
        margin: 0;
        opacity: 0.9;
    }
/* /Components/Pages/Member/MyAncestors.razor.rz.scp.css */
h1[b-qe5pbx3j1k] {
    color: var(--lc-blue-dark);
    margin-bottom: 0.25rem;
}

.lead[b-qe5pbx3j1k] {
    color: #555555;
    margin: 0;
    max-width: 480px;
}

.page-heading[b-qe5pbx3j1k] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.household-card[b-qe5pbx3j1k] {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.household-header[b-qe5pbx3j1k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.25rem;
    background: var(--lc-grey-light);
}

.census-badge[b-qe5pbx3j1k] {
    font-weight: 700;
    color: var(--lc-blue-dark);
    font-size: 0.88rem;
}

.household-ref[b-qe5pbx3j1k] {
    font-size: 0.8rem;
    color: #777777;
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

.household-table[b-qe5pbx3j1k] {
    width: 100%;
    border-collapse: collapse;
}

    .household-table th[b-qe5pbx3j1k] {
        text-align: left;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        color: #999999;
        padding: 0.5rem 1.25rem;
    }

    .household-table td[b-qe5pbx3j1k] {
        padding: 0.5rem 1.25rem;
        border-top: 1px solid #f0f0f0;
        font-size: 0.92rem;
    }

.relationship-tag[b-qe5pbx3j1k] {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
}

.relationship-blood[b-qe5pbx3j1k] {
    background: #e3f0ea;
    color: #1f7a4d;
}

.relationship-marriage[b-qe5pbx3j1k] {
    background: #e8eef7;
    color: var(--lc-blue-dark);
}
/* /Components/Pages/Member/MyCousins.razor.rz.scp.css */
h1[b-w5vvgf43oe] {
    color: var(--lc-blue-dark);
    margin-bottom: 0.25rem;
}

.lead[b-w5vvgf43oe] {
    color: #555555;
    margin-top: 0;
}

.match-section[b-w5vvgf43oe] {
    margin: 2rem 0;
}

    .match-section h2[b-w5vvgf43oe] {
        color: var(--lc-blue-dark);
        font-size: 1.15rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.25rem;
    }

.count-badge[b-w5vvgf43oe] {
    background: var(--lc-grey-light);
    color: var(--lc-blue-dark);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
}

.section-note[b-w5vvgf43oe] {
    font-size: 0.85rem;
    color: #888888;
    margin: 0 0 0.75rem;
}

.match-list[b-w5vvgf43oe] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.match-row[b-w5vvgf43oe] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border-radius: 8px;
    padding: 0.9rem 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.match-avatar[b-w5vvgf43oe] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--lc-blue-accent);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.match-info[b-w5vvgf43oe] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

    .match-info strong[b-w5vvgf43oe] {
        color: #222222;
    }

    .match-info span[b-w5vvgf43oe] {
        font-size: 0.82rem;
        color: #888888;
    }

@media (max-width: 560px) {
    .match-row[b-w5vvgf43oe] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Member/MyDetails.razor.rz.scp.css */
h1[b-a9n6wjpnd9] {
    color: var(--lc-blue-dark);
    margin-bottom: 0.25rem;
}

.lead[b-a9n6wjpnd9] {
    color: #555555;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.details-card[b-a9n6wjpnd9] {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

    .details-card h2[b-a9n6wjpnd9] {
        margin: 0 0 0.25rem;
        color: var(--lc-blue-dark);
        font-size: 1.1rem;
    }

.optional-tag[b-a9n6wjpnd9] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: 0.03em;
}

.field-hint[b-a9n6wjpnd9] {
    font-size: 0.85rem;
    color: #888888;
    margin: 0.25rem 0 1rem;
}

.field-grid[b-a9n6wjpnd9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.field[b-a9n6wjpnd9] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.85rem;
    color: #444444;
    font-weight: 600;
}

.field-wide[b-a9n6wjpnd9] {
    grid-column: 1 / -1;
}

    .field input[type="text"][b-a9n6wjpnd9],
    .field input[type="email"][b-a9n6wjpnd9],
    .field select[b-a9n6wjpnd9] {
        font: inherit;
        font-weight: 400;
        padding: 0.5rem 0.65rem;
        border: 1px solid #ccd2d6;
        border-radius: 5px;
        color: #222222;
        background: #ffffff;
    }

        .field input:focus[b-a9n6wjpnd9],
        .field select:focus[b-a9n6wjpnd9] {
            outline: 2px solid var(--lc-blue-accent);
            outline-offset: 1px;
        }

.radio-row[b-a9n6wjpnd9],
.checkbox-row[b-a9n6wjpnd9] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 0.9rem;
    font-size: 0.9rem;
    color: #444444;
}

    .radio-row:last-child[b-a9n6wjpnd9],
    .checkbox-row:last-child[b-a9n6wjpnd9] {
        margin-bottom: 0;
    }

    .radio-row label[b-a9n6wjpnd9],
    .checkbox-row label[b-a9n6wjpnd9] {
        display: flex;
        align-items: center;
        gap: 0.4rem;
        font-weight: 400;
        cursor: pointer;
    }

.radio-row-label[b-a9n6wjpnd9] {
    font-weight: 600;
    color: #222222;
    min-width: 200px;
}
