.nz-crosspromo-card,
.nz-reader-retention,
.nz-nexa-preview,
.nz-profile-universes {
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    background: rgba(15,15,22,.78);
    box-shadow: 0 18px 50px rgba(0,0,0,.22);
    color: #e5e7eb;
}

.nz-crosspromo-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    margin: 18px 0;
}

.nz-crosspromo-copy {
    min-width: 0;
}

.nz-crosspromo-kicker,
.nz-reader-retention-kicker {
    display: block;
    margin-bottom: 4px;
    color: #a78bfa;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nz-crosspromo-title {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}

.nz-crosspromo-meta {
    margin: 4px 0 0;
    color: #94a3b8;
    font-size: .82rem;
}

.nz-crosspromo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 13px;
    border-radius: 10px;
    background: rgba(139,92,246,.18);
    color: #f5f3ff;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
}

.nz-crosspromo-cover {
    width: 54px;
    aspect-ratio: 2 / 3;
    border-radius: 8px;
    object-fit: cover;
    flex: 0 0 auto;
}

.nz-reader-retention,
.nz-nexa-preview,
.nz-profile-universes {
    padding: 16px;
    margin: 18px auto;
    max-width: 800px;
}

.profile-content .nz-profile-universes {
    padding: 14px 16px;
    margin: -6px 0 24px;
    max-width: none;
    box-shadow: 0 10px 28px rgba(0,0,0,.16);
}

.profile-content .nz-profile-universes .nz-crosspromo-title {
    font-size: .92rem;
}

.profile-content .nz-profile-universe-list {
    gap: 6px;
    margin-top: 8px;
}

.profile-content .nz-profile-universe {
    padding: 8px 10px;
}

.nz-reader-retention strong {
    display: block;
    color: #fff;
    font-size: 1.05rem;
}

.nz-nexa-list,
.nz-profile-universe-list {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.nz-nexa-item,
.nz-profile-universe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 10px;
    background: rgba(255,255,255,.04);
    color: inherit;
    text-decoration: none !important;
}

.nz-nexa-item span,
.nz-profile-universe span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nz-nexa-score,
.nz-profile-universe small {
    flex: 0 0 auto;
    color: #fbbf24;
    font-weight: 900;
    font-size: .76rem;
}

@media (max-width: 680px) {
    .nz-crosspromo-card {
        align-items: stretch;
        flex-direction: column;
        padding: 14px;
    }

    .nz-crosspromo-btn {
        width: 100%;
    }

    .nz-reader-retention,
    .nz-nexa-preview,
    .nz-profile-universes {
        margin-left: 12px;
        margin-right: 12px;
    }
}
