.cat-block {
    scroll-margin-top: 6rem;
}
.cat-details .cat-block + .cat-block {
    margin-top: 4rem;
}
.cat-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.cat-dot {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
}
.tool {
    display: block;
    border-radius: 1rem;
    padding: 1.25rem;
    transition: transform 0.2s;
    height: 100%;
    color: inherit;
	text-decoration: none;
}
.tool:hover {
    transform: translateY(-4px);
    color: inherit;
}
.tool-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.tool-name {
    font-weight: 700;
    font-size: 1.125rem;
}
.tool-desc {
    font-size: 0.875rem;
    color: var(--muted-foreground);
    margin-top: 0.5rem;
}