/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav[b-efzw2wrcx3] {
    background: var(--asphalt);
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav__row[b-efzw2wrcx3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.25rem;
}

.nav__brand[b-efzw2wrcx3] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.nav__logo[b-efzw2wrcx3] {
    height: 2.9rem;
    width: auto;
    display: block;
}

.nav__links[b-efzw2wrcx3] {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.nav__links[b-efzw2wrcx3]  a {
    color: #c7ccd3;
    text-decoration: none;
    font-family: var(--font-display);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding: 0.4rem 0;
    border-bottom: 2px solid transparent;
}

.nav__links[b-efzw2wrcx3]  a:hover {
    color: #fff;
}

.nav__links[b-efzw2wrcx3]  a.active {
    color: #fff;
    border-bottom-color: var(--signal-amber);
}

.nav__links[b-efzw2wrcx3]  a.nav__cta {
    color: var(--asphalt);
    background: var(--signal-amber);
    padding: 0.5rem 0.95rem;
    border-radius: 4px;
    border-bottom: none;
}

.nav__links[b-efzw2wrcx3]  a.nav__cta:hover {
    background: #f2b31c;
    color: var(--asphalt);
}

.nav__toggle-input[b-efzw2wrcx3] {
    display: none;
}

.nav__toggle[b-efzw2wrcx3] {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 0.5rem;
    margin: -0.5rem;
}

.nav__toggle span[b-efzw2wrcx3] {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
}

@media (max-width: 780px) {
    .nav__toggle[b-efzw2wrcx3] {
        display: flex;
    }

    .nav__links[b-efzw2wrcx3] {
        position: absolute;
        top: 4.25rem;
        left: 0;
        right: 0;
        background: var(--asphalt);
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav__links[b-efzw2wrcx3]  a {
        width: 100%;
        padding: 1rem var(--gutter);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .nav__links[b-efzw2wrcx3]  a.nav__cta {
        margin: 0.75rem var(--gutter);
        width: calc(100% - 2 * var(--gutter));
        text-align: center;
    }

    .nav__toggle-input:checked ~ .nav__links[b-efzw2wrcx3] {
        max-height: 26rem;
    }
}
/* /Components/Pages/AreaAdmin/Anagrafica/PersoneAssociate.razor.rz.scp.css */
/* CSS for PersoneAssociate component */
.persone-associate[b-03dcwx6mz2] {
    width: 100%;
}

    .persone-associate h3[b-03dcwx6mz2] {
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

.persone-grid[b-03dcwx6mz2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.persona-card[b-03dcwx6mz2] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    min-width: 0;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
}

.persona-avatar[b-03dcwx6mz2] {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background: #2563eb;
    font-weight: 700;
}

.persona-contenuto[b-03dcwx6mz2] {
    flex: 1;
    min-width: 0;
}

.persona-intestazione[b-03dcwx6mz2] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem;
}

    .persona-intestazione h4[b-03dcwx6mz2] {
        margin: 0;
        overflow-wrap: anywhere;
        font-size: 1rem;
    }

.tipo-associazione[b-03dcwx6mz2] {
    margin-top: .35rem;
    color: #2563eb;
    font-weight: 600;
}

.periodo[b-03dcwx6mz2] {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    margin-top: .5rem;
    color: #64748b;
    font-size: .875rem;
}

.badge-default[b-03dcwx6mz2] {
    padding: .2rem .5rem;
    border-radius: 999px;
    color: #166534;
    background: #dcfce7;
    font-size: .7rem;
    white-space: nowrap;
}

.stato[b-03dcwx6mz2],
.stato-vuoto[b-03dcwx6mz2] {
    padding: 1.5rem;
    border-radius: 12px;
    color: #64748b;
    background: #f8fafc;
    text-align: center;
}

@media (max-width: 576px) {
    .persone-grid[b-03dcwx6mz2] {
        grid-template-columns: 1fr;
    }

    .persona-card[b-03dcwx6mz2] {
        gap: .75rem;
        padding: .85rem;
    }

    .persona-avatar[b-03dcwx6mz2] {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        font-size: .875rem;
    }

    .persona-intestazione[b-03dcwx6mz2] {
        flex-direction: column;
    }
}
