/* No Results State */
.no-tools {
    text-align: center;
    padding: var(--space-16) var(--space-8);
    color: var(--color-text-secondary);
}

.no-tools__icon {
    margin-bottom: var(--space-4);
    color: var(--text-muted);
}

.no-tools h3 {
    font-size: var(--font-size-xl);
    color: var(--color-primary);
    ;
    margin-bottom: var(--space-3);
}

.no-tools p {
    font-size: var(--font-size-base);
    max-width: 400px;
    margin: 0 auto;
}

.tools-error {
    text-align: center;
    padding: var(--space-16) var(--space-8);
}

.tools-error__icon {
    margin-bottom: var(--space-4);
    color: var(--color-danger);
}

.tools-error h3 {
    color: var(--color-danger);
    margin-bottom: var(--space-3);
}